Searched defs:oldSel (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/widget/
H A DListView.java917 * @param oldSel The old selected view. Useful for trying to put the new
926 private View moveSelection(View oldSel, View newSel, int delta, int childrenTop, argument
955 * oldSel = A
959 // Put oldSel (A) where it belongs
960 oldSel = makeAndAddView(selectedPosition - 1, oldSel.getTop(), true,
966 sel = makeAndAddView(selectedPosition, oldSel.getBottom() + dividerHeight, true,
983 // We placed oldSel, so offset that item
984 oldSel.offsetTopAndBottom(-offset);
1026 // it above the oldSel (
[all...]

Completed in 161 milliseconds