Home
last modified time | relevance | path

Searched refs:getSystemBGColor (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DStartingWindowController.java256 ? color : SplashscreenContentDrawer.getSystemBGColor(); in getBackgroundColor()
DSplashscreenContentDrawer.java343 public static int getSystemBGColor() { in getSystemBGColor() method in SplashscreenContentDrawer
364 return new ColorDrawable(getSystemBGColor()); in createDefaultBackgroundDrawable()
390 return getSystemBGColor(); in estimateWindowBGColor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java3220 return SplashscreenContentDrawer.getSystemBGColor();