Home
last modified time | relevance | path

Searched refs:APPEARANCE_LIGHT_NAVIGATION_BARS (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/view/
DInsetsFlags.java26 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()
DWindowInsetsController.java68 int APPEARANCE_LIGHT_NAVIGATION_BARS = 1 << 4; field
77 APPEARANCE_LIGHT_NAVIGATION_BARS})
DViewRootImpl.java38 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;
2092 inOutParams.insetsFlags.appearance |= APPEARANCE_LIGHT_NAVIGATION_BARS; in adjustLayoutParamsForCompatibility()
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsFlagsTest.java28 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;
61 assertContainsAppearance(APPEARANCE_LIGHT_NAVIGATION_BARS, in testGetAppearance()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLightBarController.java19 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()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayPolicy.java46 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;
/frameworks/base/api/
Dcurrent.txt55570 field public static final int APPEARANCE_LIGHT_NAVIGATION_BARS = 16; // 0x10