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/
DNavigationBarControllerImpl.java93 private int mNavMode; field in NavigationBarControllerImpl
145 mNavMode = navigationModeController.addListener(this); in NavigationBarControllerImpl()
187 if (mNavMode == mode) { in onNavigationModeChanged()
190 final int oldMode = mNavMode; in onNavigationModeChanged()
191 mNavMode = mode; in onNavigationModeChanged()
196 if (oldMode != mNavMode) { in onNavigationModeChanged()
222 if (QuickStepContract.isGesturalMode(mNavMode) in updateAccessibilityButtonModeIfNeeded()
229 } else if (!QuickStepContract.isGesturalMode(mNavMode) in updateAccessibilityButtonModeIfNeeded()
501 pw.println("mNavMode=" + mNavMode); in dump()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotView.java139 private int mNavMode; field in ScreenshotView
310 if (QuickStepContract.isGesturalMode(mNavMode)) { in getTouchRegion()
378 mNavMode = getResources().getInteger( in onFinishInflate()