Home
last modified time | relevance | path

Searched refs:mBlockLayoutRequests (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/widget/
DAbsSpinner.java206 mBlockLayoutRequests = true; in onMeasure()
208 mBlockLayoutRequests = false; in onMeasure()
293 mBlockLayoutRequests = true; in setSelectionInt()
297 mBlockLayoutRequests = false; in setSelectionInt()
320 if (!mBlockLayoutRequests) { in requestLayout()
DAdapterView.java231 boolean mBlockLayoutRequests = false; field in AdapterView
902 if (mInLayout || mBlockLayoutRequests) { in selectionChanged()
DGridView.java1156 final boolean blockLayoutRequests = mBlockLayoutRequests; in layoutChildren()
1158 mBlockLayoutRequests = true; in layoutChildren()
1403 mBlockLayoutRequests = false; in layoutChildren()
DListView.java1543 final boolean blockLayoutRequests = mBlockLayoutRequests; in layoutChildren()
1548 mBlockLayoutRequests = true; in layoutChildren()
1882 mBlockLayoutRequests = false; in layoutChildren()
DAbsListView.java1095 if (!mInLayout && !mBlockLayoutRequests && itemCheckChanged) { in setItemChecked()
1987 if (!mBlockLayoutRequests && !mInLayout) { in requestLayout()
5170 mBlockLayoutRequests = true;
5209 mBlockLayoutRequests = false;