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

/frameworks/base/core/java/android/widget/
H A DAbsListView.java297 int mSelectorPosition = INVALID_POSITION; field in class:AbsListView
1728 mSelectorPosition = INVALID_POSITION;
1838 mSelectorPosition = INVALID_POSITION;
2283 mSelectorPosition = position;
4938 } else if (mSelectorPosition != INVALID_POSITION) {
4939 final int childIndex = mSelectorPosition - mFirstPosition;
5356 mSelectorPosition = INVALID_POSITION;

Completed in 93 milliseconds