Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenContentDrawer.java108 private final SplashScreenWindowAttrs mTmpAttrs = new SplashScreenWindowAttrs();
190 final SplashScreenWindowAttrs windowAttrs = new SplashScreenWindowAttrs(); in estimateTaskBackgroundColor()
200 private static int peekWindowBGColor(Context context, SplashScreenWindowAttrs attrs) { in peekWindowBGColor()
229 SplashScreenWindowAttrs attrs) { in peekLegacySplashscreenContent()
281 private static void getWindowAttrs(Context context, SplashScreenWindowAttrs attrs) { in getWindowAttrs()
312 public static class SplashScreenWindowAttrs { class in SplashscreenContentDrawer