Searched refs:mSelectorPosition (Results 1 – 3 of 3) sorted by relevance
315 int mSelectorPosition = INVALID_POSITION; field in AbsListView1897 mSelectorPosition = INVALID_POSITION; in onRestoreInstanceState()2007 mSelectorPosition = INVALID_POSITION; in resetList()2562 if (mSelector != null && mSelectorPosition != position && position != INVALID_POSITION) { in positionSelectorLikeFocus()2577 final boolean positionChanged = position != mSelectorPosition; in positionSelector()2579 mSelectorPosition = position; in positionSelector()5200 } else if (mSelectorPosition != INVALID_POSITION) {5201 final int childIndex = mSelectorPosition - mFirstPosition;5618 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()