Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java531 private boolean mIsGestureNavigation; field in NotificationPanelViewController
944 mode -> mIsGestureNavigation = QuickStepContract.isGesturalMode(mode)); in NotificationPanelViewController()
945 mIsGestureNavigation = QuickStepContract.isGesturalMode(currentMode); in NotificationPanelViewController()
2333 return mIsGestureNavigation && y > mView.getHeight() - mNavigationBarBottomHeight; in isInGestureNavHomeHandleArea()
3551 ipw.print("mIsGestureNavigation="); ipw.println(mIsGestureNavigation);