Searched refs:backgroundColorInt (Results 1 – 2 of 2) sorted by relevance
68 data class Custom(val backgroundColorInt: Int, val primaryTextColorInt: Int) : ColorsModel { in background() constant in com.android.systemui.statusbar.chips.ui.model.ColorsModel.Custom70 ColorStateList.valueOf(backgroundColorInt) in background()
527 final int backgroundColorInt = mTaskInfo.taskDescription != null in updateTaskSurface() local529 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()