Home
last modified time | relevance | path

Searched defs:reorderMode (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DRecentsAnimationController.java170 void onAnimationFinished(@ReorderMode int reorderMode, boolean runSychronously, in onAnimationFinished()
499 void cancelAnimation(@ReorderMode int reorderMode, String reason) { in cancelAnimation()
503 void cancelAnimationSynchronously(@ReorderMode int reorderMode, String reason) { in cancelAnimationSynchronously()
511 private void cancelAnimation(@ReorderMode int reorderMode, boolean runSynchronously, in cancelAnimation()
589 void screenshotRecentTask(Task task, @ReorderMode int reorderMode, boolean runSynchronously) { in screenshotRecentTask()
605 void cleanupAnimation(@ReorderMode int reorderMode) { in cleanupAnimation()
DRecentsAnimation.java268 private void finishAnimation(@RecentsAnimationController.ReorderMode int reorderMode, in finishAnimation()
398 public void onAnimationFinished(@RecentsAnimationController.ReorderMode int reorderMode, in onAnimationFinished()
DWindowManagerService.java2623 public void cancelRecentsAnimationSynchronously( in cancelRecentsAnimationSynchronously()
2632 public void cleanupRecentsAnimation(@RecentsAnimationController.ReorderMode int reorderMode) { in cleanupRecentsAnimation()