Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DRecentsAnimationController.java97 public static final int REORDER_MOVE_TO_ORIGINAL_POSITION = 2; field in RecentsAnimationController
102 REORDER_MOVE_TO_ORIGINAL_POSITION
148 private int mPendingCancelWithScreenshotReorderMode = REORDER_MOVE_TO_ORIGINAL_POSITION;
259 : REORDER_MOVE_TO_ORIGINAL_POSITION, sendUserLeaveHint);
438 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "initialize-noVisibleTasks"); in initialize()
445 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "initialize-failedToLinkToDeath"); in initialize()
544 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "startAnimation-noAppWindows"); in startAnimation()
813 cancelAnimation(mWillFinishToHome ? REORDER_MOVE_TO_TOP : REORDER_MOVE_TO_ORIGINAL_POSITION,
939 if (reorderMode != REORDER_MOVE_TO_ORIGINAL_POSITION
976 if (reorderMode == REORDER_MOVE_TO_ORIGINAL_POSITION && !mIsAddingTaskToTargets) {
[all …]
DRecentsAnimation.java32 import static com.android.server.wm.RecentsAnimationController.REORDER_MOVE_TO_ORIGINAL_POSITION;
182 REORDER_MOVE_TO_ORIGINAL_POSITION, "startRecentsActivity"); in startRecentsActivity()
358 } else if (reorderMode == REORDER_MOVE_TO_ORIGINAL_POSITION){ in finishAnimation()
DActivityTaskManagerService.java128 import static com.android.server.wm.RecentsAnimationController.REORDER_MOVE_TO_ORIGINAL_POSITION;
2578 ? REORDER_MOVE_TO_ORIGINAL_POSITION in cancelRecentsAnimation()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DRecentsAnimationControllerTest.java36 import static com.android.server.wm.RecentsAnimationController.REORDER_MOVE_TO_ORIGINAL_POSITION;
142 mController.cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "test"); in testCancelAfterRemove_expectIgnored()
386 mController.cleanupAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION); in testRecentViewInFixedPortraitWhenTopAppInLandscape()
426 mController.cleanupAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION); in testClearFixedRotationLaunchingAppAfterCleanupAnimation()
438 mController.cleanupAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION); in testClearFixedRotationLaunchingAppAfterCleanupAnimation()
444 mController.cleanupAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION); in testClearFixedRotationLaunchingAppAfterCleanupAnimation()
480 mWm.cleanupRecentsAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION); in testCheckRotationAfterCleanup()
619 mController.cleanupAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION); in testRestoreNavBarWhenBackToApp_expectNoAnimation()
648 mController.cleanupAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION); in testAddTaskToTargets_expectAnimation()
691 mController.cleanupAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION); in testAttachNavBarInSplitScreenMode()
[all …]