Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DCommunalHub.kt1383 val DisabledColorFilter by lazy { disabledColorMatrix() } in <lambda>()
1386 private fun disabledColorMatrix(): ColorMatrix { in disabledColorMatrix() method