Home | History | Annotate | Download | only in external

Lines Matching refs:tile

32 import android.service.quicksettings.Tile;
64 private final Tile mTile;
81 mTile = new Tile();
150 public void onTileChanged(ComponentName tile) {
172 public Tile getQsTile() {
176 public void updateState(Tile tile) {
177 mTile.setIcon(tile.getIcon());
178 mTile.setLabel(tile.getLabel());
179 mTile.setContentDescription(tile.getContentDescription());
180 mTile.setState(tile.getState());
268 if (mTile.getState() == Tile.STATE_UNAVAILABLE) {
297 tileState = Tile.STATE_UNAVAILABLE;
305 state.state = Tile.STATE_UNAVAILABLE;
346 throw new IllegalArgumentException("Empty custom tile spec action");
353 throw new IllegalArgumentException("Bad custom tile spec: " + spec);
357 throw new IllegalArgumentException("Empty custom tile spec action");