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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java453 boolean mHandlingLayoutInLayoutRequest = false; field in class:ViewRootImpl
1154 if (!mHandlingLayoutInLayoutRequest) {
2456 if (!mHandlingLayoutInLayoutRequest) {
2499 mHandlingLayoutInLayoutRequest = true;
2514 mHandlingLayoutInLayoutRequest = false;

Completed in 128 milliseconds