Searched refs:REORDER_KEEP_IN_PLACE (Results 1 – 5 of 5) sorted by relevance
22 import static com.android.server.wm.RecentsAnimationController.REORDER_KEEP_IN_PLACE;99 mController.cleanupAnimation(REORDER_KEEP_IN_PLACE); in testCancelAfterRemove_expectIgnored()
25 import static com.android.server.wm.RecentsAnimationController.REORDER_KEEP_IN_PLACE;99 eq(REORDER_KEEP_IN_PLACE), any()); in testCancelAnimationOnStackOrderChange()
30 import static com.android.server.wm.RecentsAnimationController.REORDER_KEEP_IN_PLACE;231 if (reorderMode != REORDER_KEEP_IN_PLACE) { in finishAnimation()328 mWindowManager.cancelRecentsAnimationSynchronously(REORDER_KEEP_IN_PLACE, in onStackOrderChanged()
211 import static com.android.server.wm.RecentsAnimationController.REORDER_KEEP_IN_PLACE;5361 : REORDER_KEEP_IN_PLACE, "cancelRecentsAnimation/uid=" + callingUid); in cancelRecentsAnimation()
70 public static final int REORDER_KEEP_IN_PLACE = 0; field in RecentsAnimationController75 REORDER_KEEP_IN_PLACE,423 if (reorderMode == REORDER_MOVE_TO_TOP || reorderMode == REORDER_KEEP_IN_PLACE) { in cleanupAnimation()444 if (reorderMode == REORDER_MOVE_TO_TOP || reorderMode == REORDER_KEEP_IN_PLACE) { in cleanupAnimation()