HomeSort by relevance Sort by last modified time
    Searched refs:mBlockLayoutRequests (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/widget/
AbsSpinner.java 207 mBlockLayoutRequests = true;
209 mBlockLayoutRequests = false;
294 mBlockLayoutRequests = true;
298 mBlockLayoutRequests = false;
321 if (!mBlockLayoutRequests) {
AdapterView.java 224 boolean mBlockLayoutRequests = false;
869 if (mInLayout || mBlockLayoutRequests) {
    [all...]
GridView.java     [all...]
ListView.java     [all...]
AbsListView.java 1026 if (!mInLayout && !mBlockLayoutRequests) {
    [all...]

Completed in 860 milliseconds