Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DRecentsAnimationDeviceState.java210 Uri swipeBottomNotificationUri = in RecentsAnimationDeviceState() local
214 settingsCache.register(swipeBottomNotificationUri, onChangeListener); in RecentsAnimationDeviceState()
215 mIsSwipeToNotificationEnabled = settingsCache.getValue(swipeBottomNotificationUri); in RecentsAnimationDeviceState()
216 runOnDestroy(() -> settingsCache.unregister(swipeBottomNotificationUri, onChangeListener)); in RecentsAnimationDeviceState()