Home
last modified time | relevance | path

Searched refs:mIsScrap (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/widget/
DListView.java1297 final View child = obtainView(0, mIsScrap); in onMeasure()
1418 final boolean[] isScrap = mIsScrap; in measureHeightOfChildren()
2071 final View child = obtainView(position, mIsScrap); in makeAndAddView()
2074 setupChild(child, position, y, flow, childrenLeft, selected, mIsScrap[0]); in makeAndAddView()
3338 View view = obtainView(abovePosition, mIsScrap);
3341 false, mIsScrap[0]);
3347 View view = obtainView(belowPosition, mIsScrap);
3350 false, mIsScrap[0]);
DGridView.java1085 final View child = obtainView(0, mIsScrap); in onMeasure()
1459 final View child = obtainView(position, mIsScrap); in makeAndAddView()
1462 setupChild(child, position, y, flow, childrenLeft, selected, mIsScrap[0], where); in makeAndAddView()
DAbsListView.java664 final boolean[] mIsScrap = new boolean[1]; field in AbsListView
7313 final View view = obtainView(position, mIsScrap); in getHeightForPosition()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt85946 Landroid/widget/AbsListView;->mIsScrap:[Z