Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationDeviceState.java88 private final ArrayList<Runnable> mOnDestroyActions = new ArrayList<>(); field in RecentsAnimationDeviceState
275 mOnDestroyActions.remove(mOnDestroyFrozenTaskRunnable); in destroyOrientationSwipeHandlerCallback()
279 mOnDestroyActions.add(action); in runOnDestroy()
286 for (Runnable r : mOnDestroyActions) { in destroy()