Home
last modified time | relevance | path

Searched refs:fillFromSelection (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DGridView.java702 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { in fillFromSelection() method in GridView
1269 sel = fillFromSelection(newSel.getTop(), childrenTop, childrenBottom); in layoutChildren()
DListView.java829 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { in fillFromSelection() method in ListView
1645 sel = fillFromSelection(newSel.getTop(), childrenTop, childrenBottom); in layoutChildren()