Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DAbsListView.java345 int mSelectorPosition = INVALID_POSITION; field in AbsListView
1999 mSelectorPosition = INVALID_POSITION; in onRestoreInstanceState()
2109 mSelectorPosition = INVALID_POSITION; in resetList()
2666 if (mSelector != null && mSelectorPosition != position && position != INVALID_POSITION) { in positionSelectorLikeFocus()
2682 final boolean positionChanged = position != mSelectorPosition; in positionSelector()
2684 mSelectorPosition = position; in positionSelector()
5568 } else if (mSelectorPosition != INVALID_POSITION) {
5569 final int childIndex = mSelectorPosition - mFirstPosition;
5571 positionSelector(mSelectorPosition, getChildAt(childIndex));
5993 mSelectorPosition = INVALID_POSITION; in handleDataChanged()
H A DGridView.java1366 final View child = getChildAt(mSelectorPosition - mFirstPosition); in layoutChildren()
1368 positionSelector(mSelectorPosition, child); in layoutChildren()
H A DListView.java1896 } else if (mSelectorPosition != INVALID_POSITION) { in layoutChildren()
1900 final View child = getChildAt(mSelectorPosition - mFirstPosition); in layoutChildren()
1902 positionSelector(mSelectorPosition, child); in layoutChildren()