Searched refs:mActiveViews (Results 1 – 2 of 2) sorted by relevance
6860 private View[] mActiveViews = new View[0]; field in AbsListView.FlingRunnable.RecycleBin6952 if (mActiveViews.length < childCount) { in fillActiveViews()6953 mActiveViews = new View[childCount]; in fillActiveViews()6958 final View[] activeViews = mActiveViews; in fillActiveViews()6982 final View[] activeViews = mActiveViews; in getActiveView()7151 final View[] activeViews = mActiveViews; in scrapActiveViews()7235 final int maxViews = mActiveViews.length; in pruneScrapViews()7310 final View[] activeViews = mActiveViews; in setCacheColorHint()
69024 Landroid/widget/AbsListView$RecycleBin;->mActiveViews:[Landroid/view/View;