Searched refs:estimateTaskBackgroundColor (Results 1 – 4 of 4) sorted by relevance
117 int estimateTaskBackgroundColor(TaskInfo taskInfo) { in estimateTaskBackgroundColor() method in StartingSurfaceDrawer118 return mSplashscreenWindowCreator.estimateTaskBackgroundColor(taskInfo); in estimateTaskBackgroundColor()
244 int estimateTaskBackgroundColor(TaskInfo taskInfo) { in estimateTaskBackgroundColor() method in SplashscreenWindowCreator273 return mSplashscreenContentDrawer.estimateTaskBackgroundColor(windowContext); in estimateTaskBackgroundColor()
254 final int color = mStartingSurfaceDrawer.estimateTaskBackgroundColor(taskInfo); in getBackgroundColor()
357 int estimateTaskBackgroundColor(Context context) { in estimateTaskBackgroundColor() method in SplashscreenContentDrawer