Searched refs:runOnDestroy (Results 1 – 2 of 2) sorted by relevance
149 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 RecentsAnimationDeviceState267 runOnDestroy(() -> mSysUiNavMode.removeModeChangeListener(listener)); in addNavigationModeChangedCallback()[all …]
156 runOnDestroy(() -> mSysUiNavMode.removeModeChangeListener(this)); in init()184 runOnDestroy(mOnDestroyFrozenTaskRunnable); in setupOrientationSwipeHandler()192 private void runOnDestroy(Runnable action) { in runOnDestroy() method in RotationTouchHelper