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

/frameworks/base/core/java/android/view/
H A DView.java21979 if (mAttachInfo != null && mAttachInfo.mViewRequestingLayout == null) {
21988 mAttachInfo.mViewRequestingLayout = this;
21997 if (mAttachInfo != null && mAttachInfo.mViewRequestingLayout == this) {
21998 mAttachInfo.mViewRequestingLayout = null;
25560 View mViewRequestingLayout; field in class:View.AttachInfo

Completed in 79 milliseconds