Home
last modified time | relevance | path

Searched refs:cleanupScreenshot (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationController.java124 public void cleanupScreenshot() { in cleanupScreenshot() method in RecentsAnimationController
125 UI_HELPER_EXECUTOR.execute(() -> mController.cleanupScreenshot()); in cleanupScreenshot()
DTaskAnimationManager.java179 mController.cleanupScreenshot(); in cleanUpRecentsAnimation()