Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DTileAdapter.java97 private int mEditIndex; field in TileAdapter
200 mTiles.remove(--mEditIndex); in clearAccessibilityState()
466 mTiles.add(mEditIndex++, null);
469 mFocusIndex = mEditIndex - 1;
496 return position < mEditIndex;
500 return position > mEditIndex;
505 move(position, mEditIndex);
530 if (to >= mEditIndex) {
545 mEditIndex = -1; in updateDividerLocations()
549 if (mEditIndex == -1) { in updateDividerLocations()
[all …]