Searched refs:NAV_BAR_MODE_3BUTTON_OVERLAY (Results 1 – 4 of 4) sorted by relevance
47 public static final String NAV_BAR_MODE_3BUTTON_OVERLAY = field in QuickStepContract48 WindowManagerPolicyConstants.NAV_BAR_MODE_3BUTTON_OVERLAY;
70 String NAV_BAR_MODE_3BUTTON_OVERLAY = "com.android.internal.systemui.navbar.threebutton"; field
85 navOverlay = WindowManagerPolicyConstants.NAV_BAR_MODE_3BUTTON_OVERLAY;
31 import static android.view.WindowManagerPolicyConstants.NAV_BAR_MODE_3BUTTON_OVERLAY;2259 && isPackageSupported(NAV_BAR_MODE_3BUTTON_OVERLAY)) { in setNavBarMode()2260 overlayManager.setEnabledExclusiveInCategory(NAV_BAR_MODE_3BUTTON_OVERLAY, userId); in setNavBarMode()