Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DAbsListView.java7121 private View[] mActiveViews = new View[0]; field in AbsListView.FlingRunnable.RecycleBin
7213 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()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt65701 Landroid/widget/AbsListView$RecycleBin;->mActiveViews:[Landroid/view/View;