Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileViewImpl.kt250 setLabelColor(getLabelColorForState(QSTile.State.DEFAULT_STATE))
521 getLabelColorForState(state.state, state.disabledByPolicy)
538 getLabelColorForState(state.state, state.disabledByPolicy),
630 private fun getLabelColorForState(state: Int, disabledByPolicy: Boolean = false): Int { regex