Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java6621 private View[] mActiveViews = new View[0]; field in AbsListView.FlingRunnable.RecycleBin
6712 if (mActiveViews.length < childCount) { in fillActiveViews()
6713 mActiveViews = new View[childCount]; in fillActiveViews()
6718 final View[] activeViews = mActiveViews; in fillActiveViews()
6742 final View[] activeViews = mActiveViews; in getActiveView()
6911 final View[] activeViews = mActiveViews; in scrapActiveViews()
6995 final int maxViews = mActiveViews.length; in pruneScrapViews()
7070 final View[] activeViews = mActiveViews; in setCacheColorHint()