Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileViewImpl.kt169 setColor(getBackgroundColorForState(QSTile.State.DEFAULT_STATE))
250 setLabelColor(getLabelColorForState(QSTile.State.DEFAULT_STATE))
251 setSecondaryLabelColor(getSecondaryLabelColorForState(QSTile.State.DEFAULT_STATE))
260 setChevronColor(getChevronColorForState(QSTile.State.DEFAULT_STATE))
/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQSTile.java159 public static final int DEFAULT_STATE = Tile.STATE_ACTIVE; field in QSTile.State
163 public int state = DEFAULT_STATE;