Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarController.java94 private int mNavMode; field in NavigationBarController
136 mNavMode = navigationModeController.addListener(this); in NavigationBarController()
179 if (mNavMode == mode) { in onNavigationModeChanged()
182 final int oldMode = mNavMode; in onNavigationModeChanged()
183 mNavMode = mode; in onNavigationModeChanged()
188 if (oldMode != mNavMode) { in onNavigationModeChanged()
214 if (QuickStepContract.isGesturalMode(mNavMode) in updateAccessibilityButtonModeIfNeeded()
221 } else if (!QuickStepContract.isGesturalMode(mNavMode) in updateAccessibilityButtonModeIfNeeded()
482 pw.println("mNavMode=" + mNavMode); in dump()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotView.java136 private int mNavMode; field in ScreenshotView
311 if (QuickStepContract.isGesturalMode(mNavMode)) { in getTouchRegion()
389 mNavMode = getResources().getInteger( in onFinishInflate()