Searched defs:newTileState (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DAirplaneModeTile.java52 protected BooleanState newTileState() { method in class:AirplaneModeTile
H A DColorInversionTile.java70 protected BooleanState newTileState() { method in class:ColorInversionTile
H A DFlashlightTile.java54 protected BooleanState newTileState() { method in class:FlashlightTile
H A DLocationTile.java44 protected BooleanState newTileState() { method in class:LocationTile
H A DRotationLockTile.java46 protected BooleanState newTileState() { method in class:RotationLockTile
H A DBluetoothTile.java59 protected BooleanState newTileState() { method in class:BluetoothTile
H A DHotspotTile.java55 protected BooleanState newTileState() { method in class:HotspotTile
H A DCastTile.java61 protected BooleanState newTileState() { method in class:CastTile
H A DCellularTile.java53 protected SignalState newTileState() { method in class:CellularTile
H A DIntentTile.java73 protected State newTileState() { method in class:IntentTile
H A DWifiTile.java46 private final QSTile.SignalState mStateBeforeClick = newTileState();
61 protected SignalState newTileState() { method in class:WifiTile
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSTile.java63 protected final TState mState = newTileState();
64 private final TState mTmpState = newTileState();
67 abstract protected TState newTileState(); method in class:QSTile

Completed in 77 milliseconds