Home
last modified time | relevance | path

Searched refs:APPEARANCE_LOW_PROFILE_BARS (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/view/
DInsetsFlags.java28 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;
54 mask = APPEARANCE_LOW_PROFILE_BARS,
55 equals = APPEARANCE_LOW_PROFILE_BARS,
89 APPEARANCE_LOW_PROFILE_BARS); in getAppearance()
DWindowInsetsController.java56 int APPEARANCE_LOW_PROFILE_BARS = 1 << 2; field
76 APPEARANCE_LOW_PROFILE_BARS, APPEARANCE_LIGHT_STATUS_BARS,
DViewRootImpl.java40 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;
2086 inOutParams.insetsFlags.appearance |= APPEARANCE_LOW_PROFILE_BARS; in adjustLayoutParamsForCompatibility()
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsFlagsTest.java30 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;
59 assertContainsAppearance(APPEARANCE_LOW_PROFILE_BARS, SYSTEM_UI_FLAG_LOW_PROFILE); in testGetAppearance()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLightsOutNotifController.java19 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;
144 return 0 != (mAppearance & APPEARANCE_LOW_PROFILE_BARS); in areLightsOut()
DNavigationBarFragment.java26 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;
888 final int lightsOutOpaque = APPEARANCE_LOW_PROFILE_BARS | APPEARANCE_OPAQUE_NAVIGATION_BARS; in barMode()
893 } else if ((appearance & APPEARANCE_LOW_PROFILE_BARS) != 0) { in barMode()
DStatusBar.java29 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;
2346 final int lightsOutOpaque = APPEARANCE_LOW_PROFILE_BARS | APPEARANCE_OPAQUE_STATUS_BARS; in barMode()
2351 } else if ((appearance & APPEARANCE_LOW_PROFILE_BARS) != 0) { in barMode()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DLightsOutNotifControllerTest.java20 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;
59 private static final int LIGHTS_OUT = APPEARANCE_LOW_PROFILE_BARS;