Searched refs:mSelectorPosition (Results 1 – 3 of 3) sorted by relevance
329 int mSelectorPosition = INVALID_POSITION; field in AbsListView1938 mSelectorPosition = INVALID_POSITION; in onRestoreInstanceState()2048 mSelectorPosition = INVALID_POSITION; in resetList()2607 if (mSelector != null && mSelectorPosition != position && position != INVALID_POSITION) { in positionSelectorLikeFocus()2623 final boolean positionChanged = position != mSelectorPosition; in positionSelector()2625 mSelectorPosition = position; in positionSelector()5322 } else if (mSelectorPosition != INVALID_POSITION) {5323 final int childIndex = mSelectorPosition - mFirstPosition;5325 positionSelector(mSelectorPosition, getChildAt(childIndex));5744 mSelectorPosition = INVALID_POSITION; in handleDataChanged()
1365 final View child = getChildAt(mSelectorPosition - mFirstPosition); in layoutChildren()1367 positionSelector(mSelectorPosition, child); in layoutChildren()
1898 } else if (mSelectorPosition != INVALID_POSITION) { in layoutChildren()1902 final View child = getChildAt(mSelectorPosition - mFirstPosition); in layoutChildren()1904 positionSelector(mSelectorPosition, child); in layoutChildren()