Searched defs:selectedPosition (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DListView.java824 final int selectedPosition = mSelectedPosition;
829 selectedPosition);
831 selectedPosition);
833 sel = makeAndAddView(selectedPosition, selectedTop, true, mListPadding.left, true);
864 fillAboveAndBelow(sel, selectedPosition);
880 * @param selectedPosition The position that will be selected
884 int selectedPosition) {
886 if (selectedPosition != mItemCount - 1) {
897 * @param selectedPosition The position that will be selected
900 private int getTopSelectionPixel(int childrenTop, int fadingEdgeLength, int selectedPosition) { argument
883 getBottomSelectionPixel(int childrenBottom, int fadingEdgeLength, int selectedPosition) argument
2785 populate(int selectedPosition, int amountToScroll) argument
[all...]

Completed in 27 milliseconds