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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java328 boolean mHandlingLayoutInLayoutRequest = false; field in class:ViewRootImpl
873 if (!mHandlingLayoutInLayoutRequest) {
2061 if (!mHandlingLayoutInLayoutRequest) {
2101 mHandlingLayoutInLayoutRequest = true;
2116 mHandlingLayoutInLayoutRequest = false;

Completed in 137 milliseconds