Searched refs:mSelectorPosition (Results 1 – 3 of 3) sorted by relevance
349 int mSelectorPosition = INVALID_POSITION; field in AbsListView2007 mSelectorPosition = INVALID_POSITION; in onRestoreInstanceState()2117 mSelectorPosition = INVALID_POSITION; in resetList()2674 if (mSelector != null && mSelectorPosition != position && position != INVALID_POSITION) { in positionSelectorLikeFocus()2690 final boolean positionChanged = position != mSelectorPosition; in positionSelector()2692 mSelectorPosition = position; in positionSelector()5614 } else if (mSelectorPosition != INVALID_POSITION) {5615 final int childIndex = mSelectorPosition - mFirstPosition;5617 positionSelector(mSelectorPosition, getChildAt(childIndex));6039 mSelectorPosition = INVALID_POSITION; in handleDataChanged()
1366 final View child = getChildAt(mSelectorPosition - mFirstPosition); in layoutChildren()1368 positionSelector(mSelectorPosition, child); in layoutChildren()
1896 } else if (mSelectorPosition != INVALID_POSITION) { in layoutChildren()1900 final View child = getChildAt(mSelectorPosition - mFirstPosition); in layoutChildren()1902 positionSelector(mSelectorPosition, child); in layoutChildren()