Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DPendingInsetsControllerTest.java21 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()
/frameworks/base/core/java/android/view/
DInsetsFlags.java21 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;
60 mask = APPEARANCE_LIGHT_NAVIGATION_BARS,
61 equals = APPEARANCE_LIGHT_NAVIGATION_BARS,
DWindowInsetsController.java68 int APPEARANCE_LIGHT_NAVIGATION_BARS = 1 << 4; field
113 APPEARANCE_LIGHT_NAVIGATION_BARS,
DViewRootImpl.java78 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()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayPolicyTests.java28 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()
DTaskSnapshotPersisterLoaderTest.java21 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;
381 final int lightBarFlags = APPEARANCE_LIGHT_STATUS_BARS | APPEARANCE_LIGHT_NAVIGATION_BARS; in testAppearancePersistAndLoadSnapshot()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLightBarController.java19 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()
/frameworks/base/core/java/android/inputmethodservice/
DNavigationBarController.java21 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;
569 && (appearance & APPEARANCE_LIGHT_NAVIGATION_BARS) != 0; in calculateTargetDarkIntensity()
/frameworks/base/core/java/android/window/
DSnapshotDrawerUtils.java21 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;
496 APPEARANCE_LIGHT_NAVIGATION_BARS, in SystemBarBackgroundPainter()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenWindowCreator.java101 WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayPolicy.java29 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;
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java25 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()
DDecorView.java30 import static android.view.WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS;
1371 appearance, APPEARANCE_LIGHT_NAVIGATION_BARS, in calculateNavigationBarColor()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt54453 field public static final int APPEARANCE_LIGHT_NAVIGATION_BARS = 16; // 0x10