Home
last modified time | relevance | path

Searched refs:windowAnimationLeash (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/window/
H A DStartingWindowRemovalInfo.java47 public SurfaceControl windowAnimationLeash; field in StartingWindowRemovalInfo
116 windowAnimationLeash = source.readTypedObject(SurfaceControl.CREATOR); in readFromParcel()
128 dest.writeTypedObject(windowAnimationLeash, flags); in writeToParcel()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DWindowlessSplashWindowCreator.java130 info.windowAnimationLeash, info.mainFrame, in removeIfPossible()
H A DSplashscreenWindowCreator.java501 info.windowAnimationLeash, info.mainFrame, in removeIfPossible()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskOrganizerController.java715 removalInfo.windowAnimationLeash = applyStartingWindowAnimation(mainWindow); in removeStartingWindow()
H A DActivityRecord.java2711 final SurfaceControl windowAnimationLeash = (parcelable == null in onCopySplashScreenFinish() local
2716 if (windowAnimationLeash == null) { in onCopySplashScreenFinish()
2730 windowAnimationLeash)); in onCopySplashScreenFinish()