Searched defs:mHandlingLayoutInLayoutRequest (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java386 boolean mHandlingLayoutInLayoutRequest = false; field in class:ViewRootImpl
1047 if (!mHandlingLayoutInLayoutRequest) {
2321 if (!mHandlingLayoutInLayoutRequest) {
2361 mHandlingLayoutInLayoutRequest = true;
2376 mHandlingLayoutInLayoutRequest = false;

Completed in 47 milliseconds