Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListView.java1293 final View child = obtainView(0, mIsScrap); in onMeasure()
1414 final boolean[] isScrap = mIsScrap; in measureHeightOfChildren()
2067 final View child = obtainView(position, mIsScrap); in makeAndAddView()
2070 setupChild(child, position, y, flow, childrenLeft, selected, mIsScrap[0]); in makeAndAddView()
3334 View view = obtainView(abovePosition, mIsScrap);
3337 false, mIsScrap[0]);
3343 View view = obtainView(belowPosition, mIsScrap);
3346 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.txt80232 Landroid/widget/AbsListView;->mIsScrap:[Z