Searched refs:APPEARANCE_LIGHT_NAVIGATION_BARS (Results 1 – 7 of 7) sorted by relevance
26 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;62 mask = APPEARANCE_LIGHT_NAVIGATION_BARS,63 equals = APPEARANCE_LIGHT_NAVIGATION_BARS,93 APPEARANCE_LIGHT_NAVIGATION_BARS); in getAppearance()
68 int APPEARANCE_LIGHT_NAVIGATION_BARS = 1 << 4; field77 APPEARANCE_LIGHT_NAVIGATION_BARS})
38 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;2092 inOutParams.insetsFlags.appearance |= APPEARANCE_LIGHT_NAVIGATION_BARS; in adjustLayoutParamsForCompatibility()
28 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;61 assertContainsAppearance(APPEARANCE_LIGHT_NAVIGATION_BARS, in testGetAppearance()
19 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;131 if ((diff & APPEARANCE_LIGHT_NAVIGATION_BARS) != 0 || nbModeChanged) { in onNavigationBarAppearanceChanged()134 APPEARANCE_LIGHT_NAVIGATION_BARS); in onNavigationBarAppearanceChanged()148 mHasLightNavigationBar = isLight(mAppearance, newBarMode, APPEARANCE_LIGHT_NAVIGATION_BARS); in onNavigationBarModeChanged()
46 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;3526 appearance &= ~APPEARANCE_LIGHT_NAVIGATION_BARS;3528 & APPEARANCE_LIGHT_NAVIGATION_BARS;3531 appearance &= ~APPEARANCE_LIGHT_NAVIGATION_BARS;3534 appearance &= ~APPEARANCE_LIGHT_NAVIGATION_BARS;
55570 field public static final int APPEARANCE_LIGHT_NAVIGATION_BARS = 16; // 0x10