Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DStartingSurfaceDrawer.java117 int estimateTaskBackgroundColor(TaskInfo taskInfo) { in estimateTaskBackgroundColor() method in StartingSurfaceDrawer
118 return mSplashscreenWindowCreator.estimateTaskBackgroundColor(taskInfo); in estimateTaskBackgroundColor()
DSplashscreenWindowCreator.java244 int estimateTaskBackgroundColor(TaskInfo taskInfo) { in estimateTaskBackgroundColor() method in SplashscreenWindowCreator
273 return mSplashscreenContentDrawer.estimateTaskBackgroundColor(windowContext); in estimateTaskBackgroundColor()
DStartingWindowController.java254 final int color = mStartingSurfaceDrawer.estimateTaskBackgroundColor(taskInfo); in getBackgroundColor()
DSplashscreenContentDrawer.java357 int estimateTaskBackgroundColor(Context context) { in estimateTaskBackgroundColor() method in SplashscreenContentDrawer