Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRotationTouchHelper.java64 private final ArrayList<Runnable> mOnDestroyActions = new ArrayList<>(); field in RotationTouchHelper
194 mOnDestroyActions.remove(mOnDestroyFrozenTaskRunnable); in destroyOrientationSwipeHandlerCallback()
198 mOnDestroyActions.add(action); in runOnDestroy()
210 for (Runnable r : mOnDestroyActions) { in destroy()
DRecentsAnimationDeviceState.java110 private final ArrayList<Runnable> mOnDestroyActions = new ArrayList<>(); field in RecentsAnimationDeviceState
222 mOnDestroyActions.add(action); in runOnDestroy()
229 for (Runnable r : mOnDestroyActions) { in destroy()