Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileViewImpl.kt169 setColor(getBackgroundColorForState(QSTile.State.DEFAULT_STATE))
510 getBackgroundColorForState(state.state, state.disabledByPolicy))
516 getBackgroundColorForState(state.state, state.disabledByPolicy)
537 getBackgroundColorForState(state.state, state.disabledByPolicy),
618 private fun getBackgroundColorForState(state: Int, disabledByPolicy: Boolean = false): Int { regex