Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DQuickStepController.java187 if (mOverviewEventSender.getProxy() == null || (!mNavigationBarView.isQuickScrubEnabled() in handleTouchEvent()
262 if (!mNavigationBarView.isQuickScrubEnabled()) { in handleTouchEvent()
310 if (!mNavigationBarView.isQuickScrubEnabled()) { in onDraw()
DNavigationBarView.java451 public boolean isQuickScrubEnabled() { in isQuickScrubEnabled() method in NavigationBarView