Searched refs:APPEARANCE_LIGHT_NAVIGATION_BARS (Results 1 – 15 of 15) sorted by relevance
21 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;267 APPEARANCE_LIGHT_NAVIGATION_BARS, APPEARANCE_LIGHT_NAVIGATION_BARS); in testDetachReattach()269 APPEARANCE_LIGHT_NAVIGATION_BARS, APPEARANCE_LIGHT_NAVIGATION_BARS); in testDetachReattach()280 eq(APPEARANCE_LIGHT_NAVIGATION_BARS), eq(APPEARANCE_LIGHT_NAVIGATION_BARS)); in testDetachReattach()282 eq(APPEARANCE_LIGHT_NAVIGATION_BARS), eq(APPEARANCE_LIGHT_NAVIGATION_BARS)); in testDetachReattach()
21 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;60 mask = APPEARANCE_LIGHT_NAVIGATION_BARS,61 equals = APPEARANCE_LIGHT_NAVIGATION_BARS,
68 int APPEARANCE_LIGHT_NAVIGATION_BARS = 1 << 4; field113 APPEARANCE_LIGHT_NAVIGATION_BARS,
78 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;3075 if ((appearanceControlled & APPEARANCE_LIGHT_NAVIGATION_BARS) == 0) { in adjustLayoutParamsForCompatibility()3076 appearance &= ~APPEARANCE_LIGHT_NAVIGATION_BARS; in adjustLayoutParamsForCompatibility()3078 ? APPEARANCE_LIGHT_NAVIGATION_BARS in adjustLayoutParamsForCompatibility()
28 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;92 attrs.insetsFlags.appearance = hasLightNavBar ? APPEARANCE_LIGHT_NAVIGATION_BARS : 0; in createOpaqueFullscreen()127 attrs.insetsFlags.appearance = hasLightNavBar ? APPEARANCE_LIGHT_NAVIGATION_BARS : 0; in createInputMethodWindow()253 displayPolicy.updateLightNavigationBarLw(APPEARANCE_LIGHT_NAVIGATION_BARS, null)); in testUpdateLightNavigationBarLw()258 APPEARANCE_LIGHT_NAVIGATION_BARS, opaqueDarkNavBar)); in testUpdateLightNavigationBarLw()259 assertEquals(APPEARANCE_LIGHT_NAVIGATION_BARS, displayPolicy.updateLightNavigationBarLw( in testUpdateLightNavigationBarLw()261 assertEquals(APPEARANCE_LIGHT_NAVIGATION_BARS, displayPolicy.updateLightNavigationBarLw( in testUpdateLightNavigationBarLw()262 APPEARANCE_LIGHT_NAVIGATION_BARS, opaqueLightNavBar)); in testUpdateLightNavigationBarLw()
21 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;381 final int lightBarFlags = APPEARANCE_LIGHT_STATUS_BARS | APPEARANCE_LIGHT_NAVIGATION_BARS; in testAppearancePersistAndLoadSnapshot()
19 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;208 if ((diff & APPEARANCE_LIGHT_NAVIGATION_BARS) != 0 || nbModeChanged) { in onNavigationBarAppearanceChanged()211 APPEARANCE_LIGHT_NAVIGATION_BARS); in onNavigationBarAppearanceChanged()248 mHasLightNavigationBar = isLight(mAppearance, newBarMode, APPEARANCE_LIGHT_NAVIGATION_BARS); in onNavigationBarModeChanged()
21 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;569 && (appearance & APPEARANCE_LIGHT_NAVIGATION_BARS) != 0; in calculateTargetDarkIntensity()
21 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;496 APPEARANCE_LIGHT_NAVIGATION_BARS, in SystemBarBackgroundPainter()
101 WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS
29 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;995 attrs.insetsFlags.appearance |= APPEARANCE_LIGHT_NAVIGATION_BARS; in adjustWindowParamsLw()2485 appearance &= ~APPEARANCE_LIGHT_NAVIGATION_BARS;2490 appearance &= ~APPEARANCE_LIGHT_NAVIGATION_BARS;2492 & APPEARANCE_LIGHT_NAVIGATION_BARS;
25 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;2679 | (lightNav ? APPEARANCE_LIGHT_NAVIGATION_BARS : 0), in generateLayout()2680 APPEARANCE_LIGHT_STATUS_BARS | APPEARANCE_LIGHT_NAVIGATION_BARS); in generateLayout()
30 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;1371 appearance, APPEARANCE_LIGHT_NAVIGATION_BARS, in calculateNavigationBarColor()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
54453 field public static final int APPEARANCE_LIGHT_NAVIGATION_BARS = 16; // 0x10