Home | History | Annotate | Download | only in widget

Lines Matching refs:newSel

946      * @param newSel The view that is to become selected. Useful for trying to
953 private View moveSelection(View oldSel, View newSel, int delta, int childrenTop,
1043 * newSel = A
1047 if (newSel != null) {
1048 // Try to position the top of newSel (A) where it was before it was selected
1049 sel = makeAndAddView(selectedPosition, newSel.getTop(), true, mListPadding.left,
1515 View newSel = null;
1522 newSel = getChildAt(index);
1545 // Caution: newSel might be null
1546 newSel = getChildAt(index + delta);
1644 if (newSel != null) {
1645 sel = fillFromSelection(newSel.getTop(), childrenTop, childrenBottom);
1666 sel = moveSelection(oldSel, newSel, delta, childrenTop, childrenBottom);