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.java59 private final ArrayList<Runnable> mOnDestroyActions = new ArrayList<>(); field in RotationTouchHelper
190 mOnDestroyActions.remove(mOnDestroyFrozenTaskRunnable); in destroyOrientationSwipeHandlerCallback()
194 mOnDestroyActions.add(action); in runOnDestroy()
201 for (Runnable r : mOnDestroyActions) { in destroy()
DRecentsAnimationDeviceState.java108 private final ArrayList<Runnable> mOnDestroyActions = new ArrayList<>(); field in RecentsAnimationDeviceState
252 mOnDestroyActions.add(action); in runOnDestroy()
259 for (Runnable r : mOnDestroyActions) { in destroy()