Searched refs:setSelectionInt (Results 1 – 4 of 4) sorted by relevance
1623 void setSelectionInt(int position) { in setSelectionInt() method1793 setSelectionInt(nextPage); in pageScroll()1813 setSelectionInt(0); in fullScroll()1818 setSelectionInt(mItemCount - 1); in fullScroll()1860 setSelectionInt(Math.max(0, selectedPosition - numColumns)); in arrowScroll()1867 setSelectionInt(Math.min(selectedPosition + numColumns, mItemCount - 1)); in arrowScroll()1877 setSelectionInt(Math.max(0, selectedPosition - 1)); in arrowScroll()1882 setSelectionInt(Math.min(selectedPosition + 1, mItemCount - 1)); in arrowScroll()1926 setSelectionInt(selectedPosition + 1); in sequenceScroll()1937 setSelectionInt(selectedPosition - 1); in sequenceScroll()
285 setSelectionInt(position, shouldAnimate); in setSelection()303 void setSelectionInt(int position, boolean animate) { in setSelectionInt() method in AbsSpinner
2218 void setSelectionInt(int position) { in setSelectionInt() method in ListView2548 setSelectionInt(position); in pageScroll()2576 setSelectionInt(position); in fullScroll()2588 setSelectionInt(position); in fullScroll()
5452 abstract void setSelectionInt(int position);5551 setSelectionInt(selectedPos); in resurrectSelection()