Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DBaseSwipeUpHandler.java72 private final ArrayList<Runnable> mRecentsAnimationStartCallbacks = new ArrayList<>(); field in BaseSwipeUpHandler
188 mRecentsAnimationStartCallbacks.add(action); in runOnRecentsAnimationStart()
234 if (!mRecentsAnimationStartCallbacks.isEmpty()) { in onRecentsAnimationStart()
235 for (Runnable action : new ArrayList<>(mRecentsAnimationStartCallbacks)) { in onRecentsAnimationStart()
238 mRecentsAnimationStartCallbacks.clear(); in onRecentsAnimationStart()