Searched refs:mActiveViews (Results 1 – 2 of 2) sorted by relevance
6790 private View[] mActiveViews = new View[0]; field in AbsListView.FlingRunnable.RecycleBin6882 if (mActiveViews.length < childCount) { in fillActiveViews()6883 mActiveViews = new View[childCount]; in fillActiveViews()6888 final View[] activeViews = mActiveViews; in fillActiveViews()6912 final View[] activeViews = mActiveViews; in getActiveView()7081 final View[] activeViews = mActiveViews; in scrapActiveViews()7165 final int maxViews = mActiveViews.length; in pruneScrapViews()7240 final View[] activeViews = mActiveViews; in setCacheColorHint()
80130 Landroid/widget/AbsListView$RecycleBin;->mActiveViews:[Landroid/view/View;