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

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

Completed in 123 milliseconds