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.java104 public static final int REORDER_MOVE_TO_ORIGINAL_POSITION = 2; field in RecentsAnimationController
109 REORDER_MOVE_TO_ORIGINAL_POSITION
156 private int mPendingCancelWithScreenshotReorderMode = REORDER_MOVE_TO_ORIGINAL_POSITION;
273 : REORDER_MOVE_TO_ORIGINAL_POSITION, sendUserLeaveHint);
464 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "initialize-noVisibleTasks"); in initialize()
471 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "initialize-failedToLinkToDeath"); in initialize()
561 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "startAnimation-noAppWindows"); in startAnimation()
839 cancelAnimation(mWillFinishToHome ? REORDER_MOVE_TO_TOP : REORDER_MOVE_TO_ORIGINAL_POSITION,
954 if (reorderMode != REORDER_MOVE_TO_ORIGINAL_POSITION
988 if (reorderMode == REORDER_MOVE_TO_ORIGINAL_POSITION && !mIsAddingTaskToTargets) {
[all …]
DRecentsAnimation.java30 import static com.android.server.wm.RecentsAnimationController.REORDER_MOVE_TO_ORIGINAL_POSITION;
171 REORDER_MOVE_TO_ORIGINAL_POSITION, "startRecentsActivity"); in startRecentsActivity()
354 } else if (reorderMode == REORDER_MOVE_TO_ORIGINAL_POSITION){ in finishAnimation()
DActivityTaskManagerService.java111 import static com.android.server.wm.RecentsAnimationController.REORDER_MOVE_TO_ORIGINAL_POSITION;
2374 ? REORDER_MOVE_TO_ORIGINAL_POSITION in cancelRecentsAnimation()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
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()
363 mController.cleanupAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION); in testRecentViewInFixedPortraitWhenTopAppInLandscape()
403 mController.cleanupAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION); in testClearFixedRotationLaunchingAppAfterCleanupAnimation()
415 mController.cleanupAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION); in testClearFixedRotationLaunchingAppAfterCleanupAnimation()
421 mController.cleanupAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION); in testClearFixedRotationLaunchingAppAfterCleanupAnimation()
568 mController.cleanupAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION); in testRestoreNavBarWhenBackToApp_expectNoAnimation()
596 mController.cleanupAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION); in testAddTaskToTargets_expectAnimation()
637 mController.cleanupAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION); in testAttachNavBarInSplitScreenMode()
668 mController.cleanupAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION); in testCleanupAnimation_expectExitAnimationDone()
[all …]