Home
last modified time | relevance | path

Searched refs:SplashscreenContentDrawer (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
H A DStartingSurfaceDrawerTests.java213 final SplashscreenContentDrawer.ColorCache colorCache = in testColorCache()
215 final SplashscreenContentDrawer.ColorCache.WindowColor windowColor1 = in testColorCache()
221 final SplashscreenContentDrawer.ColorCache.WindowColor windowColor2 = in testColorCache()
231 final SplashscreenContentDrawer.ColorCache.WindowColor windowColor3 = in testColorCache()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenContentDrawer.java80 public class SplashscreenContentDrawer { class
113 SplashscreenContentDrawer(Context context, IconProvider iconProvider, TransactionPool pool) { in SplashscreenContentDrawer() method in SplashscreenContentDrawer
393 SplashscreenContentDrawer.this.mContext, in build()
H A DStartingWindowController.java236 ? color : SplashscreenContentDrawer.getSystemBGColor(); in getBackgroundColor()
H A DStartingSurfaceDrawer.java117 final SplashscreenContentDrawer mSplashscreenContentDrawer;
131 mSplashscreenContentDrawer = new SplashscreenContentDrawer(mContext, iconProvider, pool); in StartingSurfaceDrawer()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java245 import com.android.wm.shell.startingsurface.SplashscreenContentDrawer;
4426 return SplashscreenContentDrawer.getSystemBGColor();