Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/window/
H A DStartingWindowRemovalInfo.java43 public SurfaceControl windowAnimationLeash; field in StartingWindowRemovalInfo
79 windowAnimationLeash = source.readTypedObject(SurfaceControl.CREATOR); in readFromParcel()
88 dest.writeTypedObject(windowAnimationLeash, flags); in writeToParcel()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskOrganizerController.java522 removalInfo.windowAnimationLeash = applyStartingWindowAnimation(mainWindow); in removeStartingWindow()
524 t.setPosition(removalInfo.windowAnimationLeash, in removeStartingWindow()
H A DActivityRecord.java2345 final SurfaceControl windowAnimationLeash = TaskOrganizerController in onCopySplashScreenFinish() local
2351 windowAnimationLeash)); in onCopySplashScreenFinish()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DStartingSurfaceDrawer.java606 removalInfo.windowAnimationLeash, removalInfo.mainFrame, in removeWindowSynced()