Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileViewImpl.kt148 setColor(getBackgroundColorForState(QSTile.State.DEFAULT_STATE))
219 setLabelColor(getLabelColorForState(QSTile.State.DEFAULT_STATE))
220 setSecondaryLabelColor(getSecondaryLabelColorForState(QSTile.State.DEFAULT_STATE))
229 setChevronColor(getChevronColorForState(QSTile.State.DEFAULT_STATE))
/aosp12/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQSTile.java151 public static final int DEFAULT_STATE = Tile.STATE_ACTIVE; field in QSTile.State
155 public int state = DEFAULT_STATE;
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DTouchInteractionService.java26 import static com.android.quickstep.GestureState.DEFAULT_STATE;
351 private GestureState mGestureState = DEFAULT_STATE;
869 mGestureState = DEFAULT_STATE; in reset()
H A DOverviewCommandHelper.java200 GestureState gestureState = mService.createGestureState(GestureState.DEFAULT_STATE); in executeCommand()
H A DGestureState.java86 public static final GestureState DEFAULT_STATE = new GestureState(); field in GestureState