Home
last modified time | relevance | path

Searched refs:ReorderMode (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DRecentsAnimationController.java88 public @interface ReorderMode {} annotation in RecentsAnimationController
149 void onAnimationFinished(@ReorderMode int reorderMode, boolean runSychronously, in onAnimationFinished()
474 void cancelAnimation(@ReorderMode int reorderMode, String reason) { in cancelAnimation()
478 void cancelAnimationSynchronously(@ReorderMode int reorderMode, String reason) { in cancelAnimationSynchronously()
487 private void cancelAnimation(@ReorderMode int reorderMode, boolean runSynchronously, in cancelAnimation()
548 void screenshotRecentTask(Task task, @ReorderMode int reorderMode, boolean runSynchronously) { in screenshotRecentTask()
564 void cleanupAnimation(@ReorderMode int reorderMode) { in cleanupAnimation()
DRecentsAnimation.java214 private void finishAnimation(@RecentsAnimationController.ReorderMode int reorderMode, in finishAnimation()
343 public void onAnimationFinished(@RecentsAnimationController.ReorderMode int reorderMode, in onAnimationFinished()
DWindowManagerService.java2609 @RecentsAnimationController.ReorderMode int reorderMode, String reason) { in cancelRecentsAnimationSynchronously()
2617 public void cleanupRecentsAnimation(@RecentsAnimationController.ReorderMode int reorderMode) { in cleanupRecentsAnimation()