Searched refs:newSel (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DListView.java952 * @param newSel The view that is to become selected. Useful for trying to
959 private View moveSelection(View oldSel, View newSel, int delta, int childrenTop, argument
1049 * newSel = A
1053 if (newSel != null) {
1054 // Try to position the top of newSel (A) where it was before it was selected
1055 sel = makeAndAddView(selectedPosition, newSel.getTop(), true, mListPadding.left,
1571 View newSel = null;
1578 newSel = getChildAt(index);
1601 // Caution: newSel might be null
1602 newSel
[all...]
H A DGridView.java1182 View newSel = null;
1189 newSel = getChildAt(index);
1275 if (newSel != null) {
1276 sel = fillFromSelection(newSel.getTop(), childrenTop, childrenBottom);

Completed in 57 milliseconds