Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DRotationTouchHelper.java58 private final ArrayList<Runnable> mOnDestroyActions = new ArrayList<>(); field in RotationTouchHelper
189 mOnDestroyActions.remove(mOnDestroyFrozenTaskRunnable); in destroyOrientationSwipeHandlerCallback()
193 mOnDestroyActions.add(action); in runOnDestroy()
200 for (Runnable r : mOnDestroyActions) { in destroy()
H A DRecentsAnimationDeviceState.java105 private final ArrayList<Runnable> mOnDestroyActions = new ArrayList<>(); field in RecentsAnimationDeviceState
249 mOnDestroyActions.add(action); in runOnDestroy()
256 for (Runnable r : mOnDestroyActions) { in destroy()