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.java87 private List<TileInfo> mOtherTiles; field in TileAdapter
161 mOtherTiles = new ArrayList<TileInfo>(mAllTiles); in recalcSpecs()
171 for (int i = 0; i < mOtherTiles.size(); i++) { in recalcSpecs()
172 final TileInfo tile = mOtherTiles.get(i); in recalcSpecs()
174 mOtherTiles.remove(i--); in recalcSpecs()
180 mTiles.addAll(mOtherTiles); in recalcSpecs()
186 for (int i = 0; i < mOtherTiles.size(); i++) { in getAndRemoveOther()
187 if (mOtherTiles.get(i).spec.equals(s)) { in getAndRemoveOther()
188 return mOtherTiles.remove(i); in getAndRemoveOther()