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.kt200 setSecondaryLabelColor(getSecondaryLabelColorForState(QSTile.State.DEFAULT_STATE)) in <lambda>()
422 getSecondaryLabelColorForState(state.state) in <lambda>()
435 getSecondaryLabelColorForState(state.state), in <lambda>()
546 private fun getSecondaryLabelColorForState(state: Int): Int { in <lambda>() method
558 private fun getChevronColorForState(state: Int): Int = getSecondaryLabelColorForState(state) in <lambda>()