Searched refs:mActiveViews (Results 1 – 2 of 2) sorted by relevance
7121 private View[] mActiveViews = new View[0]; field in AbsListView.FlingRunnable.RecycleBin7213 if (mActiveViews.length < childCount) { in fillActiveViews()7214 mActiveViews = new View[childCount]; in fillActiveViews()7219 final View[] activeViews = mActiveViews; in fillActiveViews()7248 final View[] activeViews = mActiveViews; in getActiveView()7417 final View[] activeViews = mActiveViews; in scrapActiveViews()7501 final int maxViews = mActiveViews.length; in pruneScrapViews()7576 final View[] activeViews = mActiveViews; in setCacheColorHint()
65701 Landroid/widget/AbsListView$RecycleBin;->mActiveViews:[Landroid/view/View;