Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DTileAdapter.java99 private int mFocusIndex; field in TileAdapter
423 if (position == mFocusIndex) { in onBindViewHolder()
442 mFocusIndex = RecyclerView.NO_POSITION;
457 mFocusIndex = position;
469 mFocusIndex = mEditIndex - 1;
470 final int focus = mFocusIndex;
486 mFocusIndex = position;