Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java5463 final View[] activeViews = mRecycler.mActiveViews; in onConsistencyCheck()
5778 private View[] mActiveViews = new View[0]; field in AbsListView.FlingRunnable.RecycleBin
5856 if (mActiveViews.length < childCount) { in fillActiveViews()
5857 mActiveViews = new View[childCount]; in fillActiveViews()
5861 final View[] activeViews = mActiveViews; in fillActiveViews()
5883 final View[] activeViews = mActiveViews; in getActiveView()
5947 final View[] activeViews = mActiveViews; in scrapActiveViews()
5997 final int maxViews = mActiveViews.length; in pruneScrapViews()
6050 final View[] activeViews = mActiveViews; in setCacheColorHint()