Searched refs:mOnDestroyActions (Results 1 – 2 of 2) sorted by relevance
64 private final ArrayList<Runnable> mOnDestroyActions = new ArrayList<>(); field in RotationTouchHelper194 mOnDestroyActions.remove(mOnDestroyFrozenTaskRunnable); in destroyOrientationSwipeHandlerCallback()198 mOnDestroyActions.add(action); in runOnDestroy()210 for (Runnable r : mOnDestroyActions) { in destroy()
110 private final ArrayList<Runnable> mOnDestroyActions = new ArrayList<>(); field in RecentsAnimationDeviceState222 mOnDestroyActions.add(action); in runOnDestroy()229 for (Runnable r : mOnDestroyActions) { in destroy()