Home
last modified time | relevance | path

Searched refs:fillActiveViews (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
DGridView.java1266 recycleBin.fillActiveViews(childCount, firstPosition); in layoutChildren()
DListView.java1692 recycleBin.fillActiveViews(childCount, firstPosition); in layoutChildren()
DAbsListView.java6661 void fillActiveViews(int childCount, int firstActivePosition) { in fillActiveViews() method in AbsListView.FlingRunnable.RecycleBin