Searched refs:mSelectorPosition (Results 1 – 3 of 3) sorted by relevance
316 int mSelectorPosition = INVALID_POSITION; field in AbsListView1898 mSelectorPosition = INVALID_POSITION; in onRestoreInstanceState()2008 mSelectorPosition = INVALID_POSITION; in resetList()2557 if (mSelector != null && mSelectorPosition != position && position != INVALID_POSITION) { in positionSelectorLikeFocus()2572 final boolean positionChanged = position != mSelectorPosition; in positionSelector()2574 mSelectorPosition = position; in positionSelector()5195 } else if (mSelectorPosition != INVALID_POSITION) {5196 final int childIndex = mSelectorPosition - mFirstPosition;5613 mSelectorPosition = INVALID_POSITION; in handleDataChanged()
1345 final View child = getChildAt(mSelectorPosition - mFirstPosition); in layoutChildren()1347 positionSelector(mSelectorPosition, child); in layoutChildren()
1804 } else if (mSelectorPosition != INVALID_POSITION) { in layoutChildren()1808 final View child = getChildAt(mSelectorPosition - mFirstPosition); in layoutChildren()1810 positionSelector(mSelectorPosition, child); in layoutChildren()