Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationDeviceState.java160 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 RecentsAnimationDeviceState
246 runOnDestroy(() -> mDisplayController.removeChangeListener(listener)); in addNavigationModeChangedCallback()
DRotationTouchHelper.java161 runOnDestroy(() -> mDisplayController.removeChangeListener(this)); in init()
189 runOnDestroy(mOnDestroyFrozenTaskRunnable); in setupOrientationSwipeHandler()
197 private void runOnDestroy(Runnable action) { in runOnDestroy() method in RotationTouchHelper