Home
last modified time | relevance | path

Searched refs:selectedPos (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
DAbsListView.java4696 int selectedPos; in resurrectSelection() local
4704 selectedPos = toPosition; in resurrectSelection()
4706 final View selected = getChildAt(selectedPos - mFirstPosition); in resurrectSelection()
4720 selectedPos = firstPosition; in resurrectSelection()
4737 selectedPos = firstPosition + i; in resurrectSelection()
4745 selectedPos = firstPosition + childCount - 1; in resurrectSelection()
4760 selectedPos = firstPosition + i; in resurrectSelection()
4776 selectedPos = lookForSelectablePosition(selectedPos, down); in resurrectSelection()
4777 if (selectedPos >= firstPosition && selectedPos <= getLastVisiblePosition()) { in resurrectSelection()
4780 setSelectionInt(selectedPos); in resurrectSelection()
[all …]
DExpandableListView.java793 final int selectedPos = getSelectedItemPosition(); in getSelectedPosition() local
796 return getExpandableListPosition(selectedPos); in getSelectedPosition()
DListView.java2365 int selectedPos = mSelectedPosition; in arrowScrollImpl() local
2383 selectedPos = nextSelectedPosition; in arrowScrollImpl()
2424 positionSelector(selectedPos, selectedView); in arrowScrollImpl()