Searched refs:mOtherTiles (Results 1 – 1 of 1) sorted by relevance
105 private List<TileInfo> mOtherTiles; field in TileAdapter232 mOtherTiles = new ArrayList<TileInfo>(mAllTiles); in recalcSpecs()242 for (int i = 0; i < mOtherTiles.size(); i++) { in recalcSpecs()243 final TileInfo tile = mOtherTiles.get(i); in recalcSpecs()245 mOtherTiles.remove(i--); in recalcSpecs()251 mTiles.addAll(mOtherTiles); in recalcSpecs()258 for (int i = 0; i < mOtherTiles.size(); i++) { in getAndRemoveOther()259 if (mOtherTiles.get(i).spec.equals(s)) { in getAndRemoveOther()260 return mOtherTiles.remove(i); in getAndRemoveOther()