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()
1637 final boolean blockLayoutRequests = mBlockLayoutRequests; in layoutChildren()1642 mBlockLayoutRequests = true; in layoutChildren()1976 mBlockLayoutRequests = false; in layoutChildren()
1137 if (!mInLayout && !mBlockLayoutRequests && itemCheckChanged) { in setItemChecked()2021 if (!mBlockLayoutRequests && !mInLayout) { in requestLayout()5339 mBlockLayoutRequests = true;5382 mBlockLayoutRequests = false;
69534 Landroid/widget/AdapterView;->mBlockLayoutRequests:Z