Searched refs:tileSpec (Results 1 – 6 of 6) sorted by relevance
126 public QSTile createTile(String tileSpec) { in createTile() argument127 QSTileImpl tile = createTileInternal(tileSpec); in createTile()134 private QSTileImpl createTileInternal(String tileSpec) { in createTileInternal() argument136 switch (tileSpec) { in createTileInternal()176 if (tileSpec.startsWith(IntentTile.PREFIX)) return IntentTile.create(mHost, tileSpec); in createTileInternal()177 if (tileSpec.startsWith(CustomTile.PREFIX)) return CustomTile.create(mHost, tileSpec); in createTileInternal()181 if (tileSpec.equals(GarbageMonitor.MemoryTile.TILE_SPEC)) { in createTileInternal()187 Log.w(TAG, "No stock tile spec: " + tileSpec); in createTileInternal()
156 public void setTileSpec(String tileSpec) { in setTileSpec() argument157 mTileSpec = tileSpec; in setTileSpec()
232 for (String tileSpec : tileSpecs) { in onTuningChanged()233 QSTile tile = mTiles.get(tileSpec); in onTuningChanged()242 newTiles.put(tileSpec, tile); in onTuningChanged()247 if (DEBUG) Log.d(TAG, "Creating tile: " + tileSpec); in onTuningChanged()249 tile = createTile(tileSpec); in onTuningChanged()252 tile.setTileSpec(tileSpec); in onTuningChanged()253 newTiles.put(tileSpec, tile); in onTuningChanged()259 Log.w(TAG, "Error creating tile for spec: " + tileSpec, t); in onTuningChanged()320 String tileSpec = previousTiles.get(i); in changeTiles() local321 if (!tileSpec.startsWith(CustomTile.PREFIX)) continue; in changeTiles()[all …]
34 void removeTile(String tileSpec); in removeTile() argument35 void unmarkTileAsAutoAdded(String tileSpec); in unmarkTileAsAutoAdded() argument37 int indexOf(String tileSpec); in indexOf() argument
33 QSTile createTile(String tileSpec); in createTile() argument
44 void setTileSpec(String tileSpec); in setTileSpec() argument