Searched refs:APPEARANCE_LOW_PROFILE_BARS (Results 1 – 10 of 10) sorted by relevance
21 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;49 mask = APPEARANCE_LOW_PROFILE_BARS,50 equals = APPEARANCE_LOW_PROFILE_BARS,
55 int APPEARANCE_LOW_PROFILE_BARS = 1 << 2; field87 APPEARANCE_LOW_PROFILE_BARS, APPEARANCE_LIGHT_STATUS_BARS,
59 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;2511 inOutParams.insetsFlags.appearance |= APPEARANCE_LOW_PROFILE_BARS; in adjustLayoutParamsForCompatibility()
19 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;140 return 0 != (mAppearance & APPEARANCE_LOW_PROFILE_BARS); in areLightsOut()
26 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;2127 final int lightsOutOpaque = APPEARANCE_LOW_PROFILE_BARS | APPEARANCE_OPAQUE_STATUS_BARS; in barMode()2134 } else if ((appearance & APPEARANCE_LOW_PROFILE_BARS) != 0) { in barMode()
10 import android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS217 LetterboxAppearance(/* appearance= */ APPEARANCE_LOW_PROFILE_BARS, arrayOf())
19 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;58 private static final int LIGHTS_OUT = APPEARANCE_LOW_PROFILE_BARS;
22 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;524 final int lightsOutOpaque = APPEARANCE_LOW_PROFILE_BARS | APPEARANCE_OPAQUE_NAVIGATION_BARS; in transitionMode()529 } else if ((appearance & APPEARANCE_LOW_PROFILE_BARS) != 0) { in transitionMode()
21 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;552 boolean dim = (appearance & APPEARANCE_LOW_PROFILE_BARS) != 0; in setSystemBarAttributes()
35 import static android.view.WindowInsetsController.APPEARANCE_LOW_PROFILE_BARS;2334 && ((mLastAppearance ^ appearance) & APPEARANCE_LOW_PROFILE_BARS) != 0) { in updateSystemBarAttributes()2336 isFullscreen || (appearance & APPEARANCE_LOW_PROFILE_BARS) != 0); in updateSystemBarAttributes()