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

/frameworks/base/core/java/android/widget/
H A DGridView.java879 private View moveSelection(int delta, int childrenTop, int childrenBottom) { method in class:GridView
1298 sel = moveSelection(delta, childrenTop, childrenBottom);
H A DListView.java959 private View moveSelection(View oldSel, View newSel, int delta, int childrenTop, method in class:ListView
1737 sel = moveSelection(oldSel, newSel, delta, childrenTop, childrenBottom);

Completed in 60 milliseconds