HomeSort by relevance Sort by last modified time
    Searched refs:REORDER_MOVE_TO_ORIGINAL_POSITION (Results 1 - 5 of 5) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
RecentsAnimationControllerTest.java 23 import static com.android.server.wm.RecentsAnimationController.REORDER_MOVE_TO_ORIGINAL_POSITION;
101 mController.cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "test");
  /frameworks/base/services/core/java/com/android/server/wm/
RecentsAnimationController.java 72 public static final int REORDER_MOVE_TO_ORIGINAL_POSITION = 2;
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");
286 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "initialize-failedToLinkToDeath");
353 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "startAnimation-noAppWindows");
470 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "binderDied");
611 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "taskAnimationAdapterCanceled");
WallpaperController.java 29 import static com.android.server.wm.RecentsAnimationController.REORDER_MOVE_TO_ORIGINAL_POSITION;
623 REORDER_MOVE_TO_ORIGINAL_POSITION, "wallpaperDrawPendingTimeout");
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
RecentsAnimation.java 31 import static com.android.server.wm.RecentsAnimationController.REORDER_MOVE_TO_ORIGINAL_POSITION;
188 mWindowManager.cancelRecentsAnimationSynchronously(REORDER_MOVE_TO_ORIGINAL_POSITION,
270 } else if (reorderMode == REORDER_MOVE_TO_ORIGINAL_POSITION){
ActivityManagerService.java 210 import static com.android.server.wm.RecentsAnimationController.REORDER_MOVE_TO_ORIGINAL_POSITION;
    [all...]

Completed in 324 milliseconds