Searched refs:runOnDestroy (Results 1 – 2 of 2) sorted by relevance
160 runOnDestroy(mRotationTouchHelper::destroy); in RecentsAnimationDeviceState()164 runOnDestroy(() -> unregisterExclusionListener()); in RecentsAnimationDeviceState()169 runOnDestroy(() -> mDisplayController.removeChangeListener(this)); in RecentsAnimationDeviceState()178 runOnDestroy(() -> settingsCache.unregister(oneHandedUri, onChangeListener)); in RecentsAnimationDeviceState()189 runOnDestroy(() -> settingsCache.unregister(swipeBottomNotificationUri, onChangeListener)); in RecentsAnimationDeviceState()196 runOnDestroy(() -> settingsCache.unregister(setupCompleteUri, userSetupChangeListener)); in RecentsAnimationDeviceState()217 runOnDestroy(() -> in RecentsAnimationDeviceState()221 private void runOnDestroy(Runnable action) { in runOnDestroy() method in RecentsAnimationDeviceState246 runOnDestroy(() -> mDisplayController.removeChangeListener(listener)); in addNavigationModeChangedCallback()
161 runOnDestroy(() -> mDisplayController.removeChangeListener(this)); in init()189 runOnDestroy(mOnDestroyFrozenTaskRunnable); in setupOrientationSwipeHandler()197 private void runOnDestroy(Runnable action) { in runOnDestroy() method in RotationTouchHelper