Searched refs:REORDER_MOVE_TO_ORIGINAL_POSITION (Results 1 – 4 of 4) sorted by relevance
104 public static final int REORDER_MOVE_TO_ORIGINAL_POSITION = 2; field in RecentsAnimationController109 REORDER_MOVE_TO_ORIGINAL_POSITION156 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_POSITION988 if (reorderMode == REORDER_MOVE_TO_ORIGINAL_POSITION && !mIsAddingTaskToTargets) {[all …]
30 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()
111 import static com.android.server.wm.RecentsAnimationController.REORDER_MOVE_TO_ORIGINAL_POSITION;2374 ? REORDER_MOVE_TO_ORIGINAL_POSITION in cancelRecentsAnimation()
38 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 …]