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.java85 private List<TileInfo> mOtherTiles; field in TileAdapter
145 mOtherTiles = new ArrayList<TileInfo>(mAllTiles); in recalcSpecs()
154 for (int i = 0; i < mOtherTiles.size(); i++) { in recalcSpecs()
155 final TileInfo tile = mOtherTiles.get(i); in recalcSpecs()
157 mOtherTiles.remove(i--); in recalcSpecs()
163 mTiles.addAll(mOtherTiles); in recalcSpecs()
169 for (int i = 0; i < mOtherTiles.size(); i++) { in getAndRemoveOther()
170 if (mOtherTiles.get(i).spec.equals(s)) { in getAndRemoveOther()
171 return mOtherTiles.remove(i); in getAndRemoveOther()