Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java6571 private View[] mActiveViews = new View[0]; field in AbsListView.FlingRunnable.RecycleBin
6662 if (mActiveViews.length < childCount) { in fillActiveViews()
6663 mActiveViews = new View[childCount]; in fillActiveViews()
6668 final View[] activeViews = mActiveViews; in fillActiveViews()
6692 final View[] activeViews = mActiveViews; in getActiveView()
6859 final View[] activeViews = mActiveViews; in scrapActiveViews()
6943 final int maxViews = mActiveViews.length; in pruneScrapViews()
7018 final View[] activeViews = mActiveViews; in setCacheColorHint()