Searched refs:setSelectionInt (Results 1 – 5 of 5) 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
2214 void setSelectionInt(int position) { in setSelectionInt() method in ListView2544 setSelectionInt(position); in pageScroll()2572 setSelectionInt(position); in fullScroll()2584 setSelectionInt(position); in fullScroll()
5452 abstract void setSelectionInt(int position);5551 setSelectionInt(selectedPos); in resurrectSelection()
80310 Landroid/widget/AbsListView;->setSelectionInt(I)V80395 Landroid/widget/AbsSpinner;->setSelectionInt(IZ)V82390 Landroid/widget/GridView;->setSelectionInt(I)V