Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DBackNavigationController.java936 private int mRequestedStartingSurfaceId = INVALID_TASK_ID; field in BackNavigationController.AnimationHandler.BackWindowAnimationAdaptor
962 mRequestedStartingSurfaceId = INVALID_TASK_ID; in onAnimationCancelled()
1047 mRequestedStartingSurfaceId = openTask.mAtmService.mTaskOrganizerController in createStartingSurface()
1063 if (mRequestedStartingSurfaceId != INVALID_TASK_ID) { in createStartingSurface()
1074 if (mRequestedStartingSurfaceId == INVALID_TASK_ID) { in reparentWindowlessSurfaceToTarget()
1092 if (mRequestedStartingSurfaceId == INVALID_TASK_ID) { in cleanUpWindowlessSurface()
1096 .removeWindowlessStartingSurface(mRequestedStartingSurfaceId, in cleanUpWindowlessSurface()
1098 mRequestedStartingSurfaceId = INVALID_TASK_ID; in cleanUpWindowlessSurface()