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.java107 private final SplashScreenWindowAttrs mTmpAttrs = new SplashScreenWindowAttrs();
187 final SplashScreenWindowAttrs windowAttrs = new SplashScreenWindowAttrs(); in estimateTaskBackgroundColor()
197 private static int peekWindowBGColor(Context context, SplashScreenWindowAttrs attrs) { in peekWindowBGColor()
226 SplashScreenWindowAttrs attrs) { in peekLegacySplashscreenContent()
277 private static void getWindowAttrs(Context context, SplashScreenWindowAttrs attrs) { in getWindowAttrs()
303 public static class SplashScreenWindowAttrs { class in SplashscreenContentDrawer