Searched refs:NAV_BAR_MODE_GESTURAL (Results 1 – 13 of 13) sorted by relevance
20 import static android.view.WindowManagerPolicyConstants.NAV_BAR_MODE_GESTURAL;101 NAV_BAR_MODE_GESTURAL)); in gestureNav_noForceNavButtons_expectNotSupportsIconTint()110 NAV_BAR_MODE_GESTURAL)); in gestureNav_forceNavButtons_expectSupportsIconTint()
19 import static android.view.WindowManagerPolicyConstants.NAV_BAR_MODE_GESTURAL;68 NAV_BAR_MODE_GESTURAL == getResources().getInteger( in onCreate()
87 case WindowManagerPolicyConstants.NAV_BAR_MODE_GESTURAL:112 mNavigationModeSetting.set(WindowManagerPolicyConstants.NAV_BAR_MODE_GESTURAL); in testRunStarted()
59 mController.onNavigationModeChanged(WindowManagerPolicyConstants.NAV_BAR_MODE_GESTURAL) in ifGestural_showRotationSuggestion()
21 import static android.view.WindowManagerPolicyConstants.NAV_BAR_MODE_GESTURAL;362 return mode == NAV_BAR_MODE_GESTURAL; in isGesturalMode()
23 import static android.view.WindowManagerPolicyConstants.NAV_BAR_MODE_GESTURAL;65 private final int mNavBarMode = NAV_BAR_MODE_GESTURAL;198 return mode == NAV_BAR_MODE_GESTURAL; in isGesturalMode()
67 int NAV_BAR_MODE_GESTURAL = 2; field
20 import static android.view.WindowManagerPolicyConstants.NAV_BAR_MODE_GESTURAL;935 mNavBarMode == NAV_BAR_MODE_GESTURAL, isRecentsButtonVisible()); in showPinningEscapeToast()
35 import static android.view.WindowManagerPolicyConstants.NAV_BAR_MODE_GESTURAL;913 if (mNavBarMode != NAV_BAR_MODE_GESTURAL) { in initSecondaryHomeHandleForRotation()1860 return mNavBarMode == NAV_BAR_MODE_GESTURAL && mOrientationHandle != null; in canShowSecondaryHandle()
655 const val GESTURES_NAVIGATION = WindowManagerPolicyConstants.NAV_BAR_MODE_GESTURAL
685 const val GESTURES_NAVIGATION = WindowManagerPolicyConstants.NAV_BAR_MODE_GESTURAL
32 import static android.view.WindowManagerPolicyConstants.NAV_BAR_MODE_GESTURAL;5234 if (mode == NAV_BAR_MODE_GESTURAL) {6375 return navigationMode == NAV_BAR_MODE_GESTURAL;
2290 == WindowManagerPolicyConstants.NAV_BAR_MODE_GESTURAL; in isGestureNavEnabled()