Searched refs:mActiveViews (Results 1 – 2 of 2) sorted by relevance
7167 private View[] mActiveViews = new View[0]; field in AbsListView.FlingRunnable.RecycleBin7259 if (mActiveViews.length < childCount) { in fillActiveViews()7260 mActiveViews = new View[childCount]; in fillActiveViews()7265 final View[] activeViews = mActiveViews; in fillActiveViews()7294 final View[] activeViews = mActiveViews; in getActiveView()7463 final View[] activeViews = mActiveViews; in scrapActiveViews()7547 final int maxViews = mActiveViews.length; in pruneScrapViews()7622 final View[] activeViews = mActiveViews; in setCacheColorHint()
65058 Landroid/widget/AbsListView$RecycleBin;->mActiveViews:[Landroid/view/View;