Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DTileAdapter.java100 private int mFocusIndex; field in TileAdapter
461 if (position == mFocusIndex) { in onBindViewHolder()
480 mFocusIndex = RecyclerView.NO_POSITION;
495 mFocusIndex = position;
507 mFocusIndex = mEditIndex - 1;
508 final int focus = mFocusIndex;
524 mFocusIndex = position;