Searched refs:mOnDestroyActions (Results 1 – 2 of 2) sorted by relevance
59 private final ArrayList<Runnable> mOnDestroyActions = new ArrayList<>(); field in RotationTouchHelper190 mOnDestroyActions.remove(mOnDestroyFrozenTaskRunnable); in destroyOrientationSwipeHandlerCallback()194 mOnDestroyActions.add(action); in runOnDestroy()201 for (Runnable r : mOnDestroyActions) { in destroy()
108 private final ArrayList<Runnable> mOnDestroyActions = new ArrayList<>(); field in RecentsAnimationDeviceState252 mOnDestroyActions.add(action); in runOnDestroy()259 for (Runnable r : mOnDestroyActions) { in destroy()