Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DTileAdapter.java105 private List<TileInfo> mOtherTiles; field in TileAdapter
232 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()