Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A 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()
487 pw.println("mNavMode=" + mNavMode); in dump()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotView.java134 private int mNavMode; field in ScreenshotView
319 if (QuickStepContract.isGesturalMode(mNavMode)) { in getTouchRegion()
387 mNavMode = getResources().getInteger( in onFinishInflate()