Home
last modified time | relevance | path

Searched refs:NAV_BAR_MODE_GESTURAL (Results 1 – 7 of 7) 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;
207 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.java28 import static android.view.WindowManagerPolicyConstants.NAV_BAR_MODE_GESTURAL;
185 if (getCurrentInteractionMode(mCurrentUserContext) == NAV_BAR_MODE_GESTURAL) { in setGestureModeOverlayForMainLauncher()
DNavigationBarView.java20 import static android.view.WindowManagerPolicyConstants.NAV_BAR_MODE_GESTURAL;
929 mNavBarMode == NAV_BAR_MODE_GESTURAL, isRecentsButtonVisible()); in showPinningEscapeToast()
/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/core/java/android/view/
DWindowManagerPolicyConstants.java61 int NAV_BAR_MODE_GESTURAL = 2; field
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DScreenDecorationsTest.java289 WindowManagerPolicyConstants.NAV_BAR_MODE_GESTURAL); in testAssistHandles()
320 WindowManagerPolicyConstants.NAV_BAR_MODE_GESTURAL); in testDelayedAssistHandles()