Searched refs:setSelectionInt (Results 1 – 5 of 5) sorted by relevance
1624 void setSelectionInt(int position) { in setSelectionInt() method1794 setSelectionInt(nextPage); in pageScroll()1814 setSelectionInt(0); in fullScroll()1819 setSelectionInt(mItemCount - 1); in fullScroll()1861 setSelectionInt(Math.max(0, selectedPosition - numColumns)); in arrowScroll()1868 setSelectionInt(Math.min(selectedPosition + numColumns, mItemCount - 1)); in arrowScroll()1878 setSelectionInt(Math.max(0, selectedPosition - 1)); in arrowScroll()1883 setSelectionInt(Math.min(selectedPosition + 1, mItemCount - 1)); in arrowScroll()1927 setSelectionInt(selectedPosition + 1); in sequenceScroll()1938 setSelectionInt(selectedPosition - 1); in sequenceScroll()
285 setSelectionInt(position, shouldAnimate); in setSelection()303 void setSelectionInt(int position, boolean animate) { in setSelectionInt() method in AbsSpinner
2212 void setSelectionInt(int position) { in setSelectionInt() method in ListView2542 setSelectionInt(position); in pageScroll()2570 setSelectionInt(position); in fullScroll()2582 setSelectionInt(position); in fullScroll()
5701 abstract void setSelectionInt(int position);5800 setSelectionInt(selectedPos); in resurrectSelection()
65881 Landroid/widget/AbsListView;->setSelectionInt(I)V65966 Landroid/widget/AbsSpinner;->setSelectionInt(IZ)V67961 Landroid/widget/GridView;->setSelectionInt(I)V