Searched refs:mOnDestroyActions (Results 1 – 2 of 2) sorted by relevance
58 private final ArrayList<Runnable> mOnDestroyActions = new ArrayList<>(); field in RotationTouchHelper189 mOnDestroyActions.remove(mOnDestroyFrozenTaskRunnable); in destroyOrientationSwipeHandlerCallback()193 mOnDestroyActions.add(action); in runOnDestroy()200 for (Runnable r : mOnDestroyActions) { in destroy()
105 private final ArrayList<Runnable> mOnDestroyActions = new ArrayList<>(); field in RecentsAnimationDeviceState249 mOnDestroyActions.add(action); in runOnDestroy()256 for (Runnable r : mOnDestroyActions) { in destroy()