Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DQuickStepContract.java21 import static android.view.WindowManagerPolicyConstants.NAV_BAR_MODE_GESTURAL;
182 return mode == NAV_BAR_MODE_GESTURAL; in isGesturalMode()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationPrototypeController.java19 import static android.view.WindowManagerPolicyConstants.NAV_BAR_MODE_GESTURAL;
124 NavBarTintController.isEnabled(mContext, NAV_BAR_MODE_GESTURAL)); in onChange()
DNavigationModeController.java24 import static android.view.WindowManagerPolicyConstants.NAV_BAR_MODE_GESTURAL;
313 if (getCurrentInteractionMode(mCurrentUserContext) != NAV_BAR_MODE_GESTURAL) { in switchFromGestureNavModeIfNotSupportedByDefaultLauncher()
338 if (getCurrentInteractionMode(mCurrentUserContext) == NAV_BAR_MODE_GESTURAL) { in showNotificationIfDefaultLauncherSupportsGestureNav()
/frameworks/base/core/java/android/view/
DWindowManagerPolicyConstants.java60 int NAV_BAR_MODE_GESTURAL = 2; field
/frameworks/base/core/java/com/android/internal/app/
DAccessibilityButtonChooserActivity.java18 import static android.view.WindowManagerPolicyConstants.NAV_BAR_MODE_GESTURAL;
110 return NAV_BAR_MODE_GESTURAL == getResources().getInteger( in isGestureNavigateEnabled()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DScreenDecorationsTest.java228 WindowManagerPolicyConstants.NAV_BAR_MODE_GESTURAL); in testAssistHandles()
257 WindowManagerPolicyConstants.NAV_BAR_MODE_GESTURAL); in testDelayedAssistHandles()