Home
last modified time | relevance | path

Searched refs:mSystemBarAppearance (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenWindowCreator.java430 private int mSystemBarAppearance; field in SplashscreenWindowCreator.SplashWindowRecord
456 mSystemBarAppearance |= WindowInsetsController.APPEARANCE_LIGHT_STATUS_BARS; in parseAppSystemBarColor()
459 mSystemBarAppearance |= WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS; in parseAppSystemBarColor()
480 mSystemBarAppearance, LIGHT_BARS_MASK); in clearSystemBarColor()
/aosp14/frameworks/base/core/java/android/view/
H A DWindow.java298 private int mSystemBarAppearance; field in Window
1038 return mSystemBarAppearance; in getSystemBarAppearance()
1044 mSystemBarAppearance = appearance; in dispatchOnSystemBarAppearanceChanged()