Home
last modified time | relevance | path

Searched refs:mOtherTiles (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DTileAdapter.java106 private List<TileInfo> mOtherTiles; field in TileAdapter
254 mOtherTiles = new ArrayList<TileInfo>(mAllTiles); in recalcSpecs()
264 for (int i = 0; i < mOtherTiles.size(); i++) { in recalcSpecs()
265 final TileInfo tile = mOtherTiles.get(i); in recalcSpecs()
267 mOtherTiles.remove(i--); in recalcSpecs()
273 mTiles.addAll(mOtherTiles); in recalcSpecs()
280 for (int i = 0; i < mOtherTiles.size(); i++) { in getAndRemoveOther()
281 if (mOtherTiles.get(i).spec.equals(s)) { in getAndRemoveOther()
282 return mOtherTiles.remove(i); in getAndRemoveOther()