Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DGridView.java726 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { in fillFromSelection() method in GridView
1296 sel = fillFromSelection(newSel.getTop(), childrenTop, childrenBottom); in layoutChildren()
DListView.java929 private View fillFromSelection(int selectedTop, int childrenTop, int childrenBottom) { in fillFromSelection() method in ListView
1800 sel = fillFromSelection(newSel.getTop(), childrenTop, childrenBottom); in layoutChildren()