Searched refs:NAV_BAR_MODE_GESTURAL (Results 1 – 12 of 12) sorted by relevance
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()
23 import static android.view.WindowManagerPolicyConstants.NAV_BAR_MODE_GESTURAL;65 private final int mNavBarMode = NAV_BAR_MODE_GESTURAL;194 return mode == NAV_BAR_MODE_GESTURAL; in isGesturalMode()
21 import static android.view.WindowManagerPolicyConstants.NAV_BAR_MODE_GESTURAL;359 return mode == NAV_BAR_MODE_GESTURAL; in isGesturalMode()
59 mController.onNavigationModeChanged(WindowManagerPolicyConstants.NAV_BAR_MODE_GESTURAL)
67 int NAV_BAR_MODE_GESTURAL = 2; field
20 import static android.view.WindowManagerPolicyConstants.NAV_BAR_MODE_GESTURAL;954 mNavBarMode == NAV_BAR_MODE_GESTURAL, isRecentsButtonVisible()); in showPinningEscapeToast()
35 import static android.view.WindowManagerPolicyConstants.NAV_BAR_MODE_GESTURAL;897 if (mNavBarMode != NAV_BAR_MODE_GESTURAL) { in initSecondaryHomeHandleForRotation()1774 return mNavBarMode == NAV_BAR_MODE_GESTURAL && mOrientationHandle != null; in canShowSecondaryHandle()
599 const val GESTURES_NAVIGATION = WindowManagerPolicyConstants.NAV_BAR_MODE_GESTURAL
616 const val GESTURES_NAVIGATION = WindowManagerPolicyConstants.NAV_BAR_MODE_GESTURAL
32 import static android.view.WindowManagerPolicyConstants.NAV_BAR_MODE_GESTURAL;5210 if (mode == NAV_BAR_MODE_GESTURAL) {6196 return navigationMode == NAV_BAR_MODE_GESTURAL;
2059 == WindowManagerPolicyConstants.NAV_BAR_MODE_GESTURAL; in isGestureNavEnabled()