Searched refs:APPEARANCE_LOW_PROFILE_BARS (Results 1 – 8 of 8) sorted by relevance
28 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()
56 int APPEARANCE_LOW_PROFILE_BARS = 1 << 2; field76 APPEARANCE_LOW_PROFILE_BARS, APPEARANCE_LIGHT_STATUS_BARS,
40 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;2086 inOutParams.insetsFlags.appearance |= APPEARANCE_LOW_PROFILE_BARS; in adjustLayoutParamsForCompatibility()
30 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;59 assertContainsAppearance(APPEARANCE_LOW_PROFILE_BARS, SYSTEM_UI_FLAG_LOW_PROFILE); in testGetAppearance()
19 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;144 return 0 != (mAppearance & APPEARANCE_LOW_PROFILE_BARS); in areLightsOut()
26 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()
29 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()
20 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;59 private static final int LIGHTS_OUT = APPEARANCE_LOW_PROFILE_BARS;