Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenContentDrawer.java190 final SplashScreenWindowAttrs windowAttrs = new SplashScreenWindowAttrs(); in estimateTaskBackgroundColor() local
191 getWindowAttrs(context, windowAttrs); in estimateTaskBackgroundColor()
192 return peekWindowBGColor(context, windowAttrs); in estimateTaskBackgroundColor()