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.java180 Uri swipeBottomNotificationUri = in RecentsAnimationDeviceState() local
184 settingsCache.register(swipeBottomNotificationUri, onChangeListener); in RecentsAnimationDeviceState()
185 mIsSwipeToNotificationEnabled = settingsCache.getValue(swipeBottomNotificationUri); in RecentsAnimationDeviceState()
187 () -> settingsCache.unregister(swipeBottomNotificationUri, onChangeListener)); in RecentsAnimationDeviceState()