Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationDeviceState.java213 Uri swipeBottomNotificationUri = in RecentsAnimationDeviceState() local
217 settingsCache.register(swipeBottomNotificationUri, onChangeListener); in RecentsAnimationDeviceState()
218 mIsSwipeToNotificationEnabled = settingsCache.getValue(swipeBottomNotificationUri); in RecentsAnimationDeviceState()
219 runOnDestroy(() -> settingsCache.unregister(swipeBottomNotificationUri, onChangeListener)); in RecentsAnimationDeviceState()