Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DStartingWindowController.java234 final int color = mStartingSurfaceDrawer.estimateTaskBackgroundColor(taskInfo); in getBackgroundColor()
H A DStartingSurfaceDrawer.java405 int estimateTaskBackgroundColor(TaskInfo taskInfo) { in estimateTaskBackgroundColor() method in StartingSurfaceDrawer
434 return mSplashscreenContentDrawer.estimateTaskBackgroundColor(windowContext); in estimateTaskBackgroundColor()
H A DSplashscreenContentDrawer.java189 int estimateTaskBackgroundColor(Context context) { in estimateTaskBackgroundColor() method in SplashscreenContentDrawer