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 43 boolean mBlockLayoutRequests;
202 mBlockLayoutRequests = true;
204 mBlockLayoutRequests = false;
289 mBlockLayoutRequests = true;
293 mBlockLayoutRequests = false;
316 if (!mBlockLayoutRequests) {
AdapterView.java 217 boolean mBlockLayoutRequests = false;
837 if (mInLayout || mBlockLayoutRequests) {
    [all...]
GridView.java     [all...]
ListView.java     [all...]
AbsListView.java 992 if (!mBlockLayoutRequests && !mInLayout) {
    [all...]

Completed in 345 milliseconds