Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileViewImpl.kt310 setSecondaryLabelColor(getSecondaryLabelColorForState(QSTile.State.DEFAULT_STATE)) in <lambda>()
729 getSecondaryLabelColorForState(state.state, state.disabledByPolicy) in <lambda>()
747 getSecondaryLabelColorForState(state.state, state.disabledByPolicy), in <lambda>()
875 private fun getSecondaryLabelColorForState(state: Int, disabledByPolicy: Boolean = false): Int { in <lambda>() method
888 getSecondaryLabelColorForState(state, disabledByPolicy) in <lambda>()
1011 getSecondaryLabelColorForState(lastState, lastDisabledByPolicy), in <lambda>()
1028 getSecondaryLabelColorForState(lastState), in <lambda>()
1041 getSecondaryLabelColorForState(Tile.STATE_ACTIVE), in <lambda>()