Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DCommunalHub.kt1389 val brightnessRgb = (255 * brightnessAmount).toInt().toFloat() in disabledColorMatrix() constant
1396 mat[4] = brightnessRgb in disabledColorMatrix()
1397 mat[9] = brightnessRgb in disabledColorMatrix()
1398 mat[14] = brightnessRgb in disabledColorMatrix()