Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DRecentsAnimationDeviceState.java149 runOnDestroy(() -> mDisplayController.removeChangeListener(this)); in RecentsAnimationDeviceState()
155 runOnDestroy(mRotationTouchHelper::destroy); in RecentsAnimationDeviceState()
165 runOnDestroy(() -> Utilities.unregisterReceiverSafely(mContext, mUserUnlockedReceiver)); in RecentsAnimationDeviceState()
176 runOnDestroy(mExclusionListener::unregister); in RecentsAnimationDeviceState()
180 runOnDestroy(() -> mSysUiNavMode.removeModeChangeListener(this)); in RecentsAnimationDeviceState()
205 runOnDestroy(() -> settingsCache.unregister(oneHandedUri, onChangeListener)); in RecentsAnimationDeviceState()
216 runOnDestroy(() -> settingsCache.unregister(swipeBottomNotificationUri, onChangeListener)); in RecentsAnimationDeviceState()
244 runOnDestroy(() -> in RecentsAnimationDeviceState()
248 private void runOnDestroy(Runnable action) { in runOnDestroy() method in RecentsAnimationDeviceState
267 runOnDestroy(() -> mSysUiNavMode.removeModeChangeListener(listener)); in addNavigationModeChangedCallback()
[all …]
H A DRotationTouchHelper.java156 runOnDestroy(() -> mSysUiNavMode.removeModeChangeListener(this)); in init()
184 runOnDestroy(mOnDestroyFrozenTaskRunnable); in setupOrientationSwipeHandler()
192 private void runOnDestroy(Runnable action) { in runOnDestroy() method in RotationTouchHelper