Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DRecentsAnimationController.java72 public static final int REORDER_MOVE_TO_ORIGINAL_POSITION = 2; field in RecentsAnimationController
77 REORDER_MOVE_TO_ORIGINAL_POSITION
87 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "failSafeRunnable");
166 : REORDER_MOVE_TO_ORIGINAL_POSITION,
279 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "initialize-noVisibleTasks"); in initialize()
286 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "initialize-failedToLinkToDeath"); in initialize()
353 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "startAnimation-noAppWindows"); in startAnimation()
470 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "binderDied"); in binderDied()
611 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "taskAnimationAdapterCanceled"); in onAnimationCancelled()
DWallpaperController.java29 import static com.android.server.wm.RecentsAnimationController.REORDER_MOVE_TO_ORIGINAL_POSITION;
623 REORDER_MOVE_TO_ORIGINAL_POSITION, "wallpaperDrawPendingTimeout"); in processWallpaperDrawPendingTimeout()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DRecentsAnimationControllerTest.java23 import static com.android.server.wm.RecentsAnimationController.REORDER_MOVE_TO_ORIGINAL_POSITION;
101 mController.cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "test"); in testCancelAfterRemove_expectIgnored()
/frameworks/base/services/core/java/com/android/server/am/
DRecentsAnimation.java31 import static com.android.server.wm.RecentsAnimationController.REORDER_MOVE_TO_ORIGINAL_POSITION;
188 mWindowManager.cancelRecentsAnimationSynchronously(REORDER_MOVE_TO_ORIGINAL_POSITION, in startRecentsActivity()
270 } else if (reorderMode == REORDER_MOVE_TO_ORIGINAL_POSITION){ in finishAnimation()
DActivityManagerService.java210 import static com.android.server.wm.RecentsAnimationController.REORDER_MOVE_TO_ORIGINAL_POSITION;
5360 ? REORDER_MOVE_TO_ORIGINAL_POSITION in cancelRecentsAnimation()