Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DStartingSurfaceDrawer.java698 private int mSystemBarAppearance; field in StartingSurfaceDrawer.StartingWindowRecord
726 mSystemBarAppearance |= WindowInsetsController.APPEARANCE_LIGHT_STATUS_BARS; in parseAppSystemBarColor()
729 mSystemBarAppearance |= WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS; in parseAppSystemBarColor()
750 mSystemBarAppearance, LIGHT_BARS_MASK); in clearSystemBarColor()
/frameworks/base/core/java/android/view/
DWindow.java298 private int mSystemBarAppearance; field in Window
1032 return mSystemBarAppearance; in getSystemBarAppearance()
1038 mSystemBarAppearance = appearance; in dispatchOnSystemBarAppearanceChanged()