Searched refs:mBlockLayoutRequests (Results 1 – 6 of 6) sorted by relevance
218 mBlockLayoutRequests = true; in onMeasure()220 mBlockLayoutRequests = false; in onMeasure()305 mBlockLayoutRequests = true; in setSelectionInt()309 mBlockLayoutRequests = false; in setSelectionInt()333 if (!mBlockLayoutRequests) { in requestLayout()
245 boolean mBlockLayoutRequests = false; field in AdapterView923 if (mInLayout || mBlockLayoutRequests) { in selectionChanged()
1177 final boolean blockLayoutRequests = mBlockLayoutRequests; in layoutChildren()1179 mBlockLayoutRequests = true; in layoutChildren()1424 mBlockLayoutRequests = false; in layoutChildren()
1635 final boolean blockLayoutRequests = mBlockLayoutRequests; in layoutChildren()1640 mBlockLayoutRequests = true; in layoutChildren()1974 mBlockLayoutRequests = false; in layoutChildren()
1205 if (!mInLayout && !mBlockLayoutRequests && itemCheckChanged) { in setItemChecked()2089 if (!mBlockLayoutRequests && !mInLayout) { in requestLayout()5536 mBlockLayoutRequests = true;5579 mBlockLayoutRequests = false;
66211 Landroid/widget/AdapterView;->mBlockLayoutRequests:Z