Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/ui/model/
DColorsModel.kt68 data class Custom(val backgroundColorInt: Int, val primaryTextColorInt: Int) : ColorsModel { in background() constant in com.android.systemui.statusbar.chips.ui.model.ColorsModel.Custom
70 ColorStateList.valueOf(backgroundColorInt) in background()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DWindowDecoration.java527 final int backgroundColorInt = mTaskInfo.taskDescription != null in updateTaskSurface() local
529 mTmpColor[0] = (float) Color.red(backgroundColorInt) / 255.f; in updateTaskSurface()
530 mTmpColor[1] = (float) Color.green(backgroundColorInt) / 255.f; in updateTaskSurface()
531 mTmpColor[2] = (float) Color.blue(backgroundColorInt) / 255.f; in updateTaskSurface()