Searched defs:tileSpecs (Results 1 – 3 of 3) sorted by relevance
52 ArraySet<String> tileSpecs = new ArraySet<>(); in updateRevealedTiles() local
223 final List<String> tileSpecs = loadTileSpecs(mContext, newValue); in onTuningChanged() local297 final List<String> tileSpecs = loadTileSpecs(mContext, setting); in changeTileSpecs() local
356 public void startTileReveal(Set<String> tileSpecs, final Runnable postAnimation) { in startTileReveal()