Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java128 private final SplashScreenWindowAttrs mTmpAttrs = new SplashScreenWindowAttrs();
358 final SplashScreenWindowAttrs windowAttrs = new SplashScreenWindowAttrs(); in estimateTaskBackgroundColor()
368 private static int peekWindowBGColor(Context context, SplashScreenWindowAttrs attrs) { in peekWindowBGColor()
397 SplashScreenWindowAttrs attrs) { in peekLegacySplashscreenContent()
482 private static void getWindowAttrs(Context context, SplashScreenWindowAttrs attrs) { in getWindowAttrs()
508 public static class SplashScreenWindowAttrs { class in SplashscreenContentDrawer