Searched refs:runOnDestroy (Results 1 – 2 of 2) sorted by relevance
152 runOnDestroy(() -> mDisplayController.removeChangeListener(this)); in RecentsAnimationDeviceState()158 runOnDestroy(mRotationTouchHelper::destroy); in RecentsAnimationDeviceState()168 runOnDestroy(() -> Utilities.unregisterReceiverSafely(mContext, mUserUnlockedReceiver)); in RecentsAnimationDeviceState()179 runOnDestroy(mExclusionListener::unregister); in RecentsAnimationDeviceState()183 runOnDestroy(() -> mSysUiNavMode.removeModeChangeListener(this)); in RecentsAnimationDeviceState()208 runOnDestroy(() -> settingsCache.unregister(oneHandedUri, onChangeListener)); in RecentsAnimationDeviceState()219 runOnDestroy(() -> settingsCache.unregister(swipeBottomNotificationUri, onChangeListener)); in RecentsAnimationDeviceState()226 runOnDestroy(() -> settingsCache.unregister(setupCompleteUri, userSetupChangeListener)); in RecentsAnimationDeviceState()247 runOnDestroy(() -> in RecentsAnimationDeviceState()251 private void runOnDestroy(Runnable action) { in runOnDestroy() method in RecentsAnimationDeviceState[all …]
157 runOnDestroy(() -> mSysUiNavMode.removeModeChangeListener(this)); in init()185 runOnDestroy(mOnDestroyFrozenTaskRunnable); in setupOrientationSwipeHandler()193 private void runOnDestroy(Runnable action) { in runOnDestroy() method in RotationTouchHelper