Searched refs:setSelectionInt (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DGridView.java1608 void setSelectionInt(int position) { method in class:GridView
1778 setSelectionInt(nextPage);
1798 setSelectionInt(0);
1803 setSelectionInt(mItemCount - 1);
1845 setSelectionInt(Math.max(0, selectedPosition - numColumns));
1852 setSelectionInt(Math.min(selectedPosition + numColumns, mItemCount - 1));
1862 setSelectionInt(Math.max(0, selectedPosition - 1));
1867 setSelectionInt(Math.min(selectedPosition + 1, mItemCount - 1));
1910 setSelectionInt(selectedPosition + 1);
1921 setSelectionInt(selectedPositio
[all...]
H A DAbsSpinner.java283 setSelectionInt(position, shouldAnimate);
301 void setSelectionInt(int position, boolean animate) { method in class:AbsSpinner
H A DListView.java2198 void setSelectionInt(int position) { method in class:ListView
2527 setSelectionInt(position);
2555 setSelectionInt(position);
2567 setSelectionInt(position);
H A DAbsListView.java5374 abstract void setSelectionInt(int position); method in class:AbsListView
5473 setSelectionInt(selectedPos);
/frameworks/base/config/
H A Dboot-image-profile.txt7262 HPLandroid/widget/AbsSpinner;->setSelectionInt(IZ)V
[all...]

Completed in 110 milliseconds