Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarView.java447 public boolean isQuickStepSwipeUpEnabled() { in isQuickStepSwipeUpEnabled() method in NavigationBarView
610 setUpSwipeUpOnboarding(isQuickStepSwipeUpEnabled()); in setDisabledFlags()
761 setUpSwipeUpOnboarding(isQuickStepSwipeUpEnabled()); in updateStates()
768 setSlippery(!isQuickStepSwipeUpEnabled() || mPanelView.isFullyExpanded()); in updateSlippery()
1141 setUpSwipeUpOnboarding(isQuickStepSwipeUpEnabled()); in onAttachedToWindow()
DQuickStepController.java188 && !mNavigationBarView.isQuickStepSwipeUpEnabled())) { in handleTouchEvent()
255 if (mNavigationBarView.isQuickStepSwipeUpEnabled()) { in handleTouchEvent()