Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationDeviceState.java121 private boolean mIsSwipeToNotificationEnabled; field in RecentsAnimationDeviceState
186 enabled -> mIsSwipeToNotificationEnabled = enabled; in RecentsAnimationDeviceState()
188 mIsSwipeToNotificationEnabled = settingsCache.getValue(swipeBottomNotificationUri); in RecentsAnimationDeviceState()
579 return mIsSwipeToNotificationEnabled; in isSwipeToNotificationEnabled()
637 pw.println(" isSwipeToNotificationEnabled=" + mIsSwipeToNotificationEnabled); in dump()