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.java81 public static final int REORDER_MOVE_TO_ORIGINAL_POSITION = 2; field in RecentsAnimationController
86 REORDER_MOVE_TO_ORIGINAL_POSITION
97 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "failSafeRunnable");
202 : REORDER_MOVE_TO_ORIGINAL_POSITION,
355 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "initialize-noVisibleTasks"); in initialize()
362 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "initialize-failedToLinkToDeath"); in initialize()
433 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "startAnimation-noAppWindows"); in startAnimation()
628 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "binderDied"); in binderDied()
781 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "taskAnimationAdapterCanceled"); in onAnimationCancelled()
DRecentsAnimation.java32 import static com.android.server.wm.RecentsAnimationController.REORDER_MOVE_TO_ORIGINAL_POSITION;
190 mWindowManager.cancelRecentsAnimationSynchronously(REORDER_MOVE_TO_ORIGINAL_POSITION, in startRecentsActivity()
288 } else if (reorderMode == REORDER_MOVE_TO_ORIGINAL_POSITION){ in finishAnimation()
DActivityTaskManagerService.java117 import static com.android.server.wm.RecentsAnimationController.REORDER_MOVE_TO_ORIGINAL_POSITION;
2797 ? REORDER_MOVE_TO_ORIGINAL_POSITION in cancelRecentsAnimation()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DRecentsAnimationControllerTest.java33 import static com.android.server.wm.RecentsAnimationController.REORDER_MOVE_TO_ORIGINAL_POSITION;
120 mController.cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "test"); in testCancelAfterRemove_expectIgnored()