Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRecentsAnimationControllerTest.java38 import static com.android.server.wm.RecentsAnimationController.REORDER_MOVE_TO_ORIGINAL_POSITION;
144 mController.cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "test"); in testCancelAfterRemove_expectIgnored()
365 mController.cleanupAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION); in testRecentViewInFixedPortraitWhenTopAppInLandscape()
405 mController.cleanupAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION); in testClearFixedRotationLaunchingAppAfterCleanupAnimation()
417 mController.cleanupAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION); in testClearFixedRotationLaunchingAppAfterCleanupAnimation()
423 mController.cleanupAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION); in testClearFixedRotationLaunchingAppAfterCleanupAnimation()
453 mWm.cleanupRecentsAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION); in testCheckRotationAfterCleanup()
586 mController.cleanupAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION); in testRestoreNavBarWhenBackToApp_expectNoAnimation()
614 mController.cleanupAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION); in testAddTaskToTargets_expectAnimation()
655 mController.cleanupAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION); in testAttachNavBarInSplitScreenMode()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DRecentsAnimationController.java105 public static final int REORDER_MOVE_TO_ORIGINAL_POSITION = 2; field in RecentsAnimationController
110 REORDER_MOVE_TO_ORIGINAL_POSITION
158 private int mPendingCancelWithScreenshotReorderMode = REORDER_MOVE_TO_ORIGINAL_POSITION;
271 : REORDER_MOVE_TO_ORIGINAL_POSITION, sendUserLeaveHint);
462 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "initialize-noVisibleTasks"); in initialize()
469 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "initialize-failedToLinkToDeath"); in initialize()
994 if (reorderMode != REORDER_MOVE_TO_ORIGINAL_POSITION
1031 if (reorderMode == REORDER_MOVE_TO_ORIGINAL_POSITION && !mIsAddingTaskToTargets) {
1065 mWillFinishToHome ? REORDER_MOVE_TO_TOP : REORDER_MOVE_TO_ORIGINAL_POSITION,
1085 forceCancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "binderDied");
[all …]
H A DRecentsAnimation.java32 import static com.android.server.wm.RecentsAnimationController.REORDER_MOVE_TO_ORIGINAL_POSITION;
177 REORDER_MOVE_TO_ORIGINAL_POSITION, "startRecentsActivity"); in startRecentsActivity()
360 } else if (reorderMode == REORDER_MOVE_TO_ORIGINAL_POSITION){ in finishAnimation()
H A DActivityTaskManagerService.java114 import static com.android.server.wm.RecentsAnimationController.REORDER_MOVE_TO_ORIGINAL_POSITION;
2431 ? REORDER_MOVE_TO_ORIGINAL_POSITION in cancelRecentsAnimation()