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

/frameworks/base/core/java/android/view/
H A DView.java9765 if (ai != null && !ai.mRecomputeGlobalAttributes) {
9768 ai.mRecomputeGlobalAttributes = true;
10682 if (mParent != null && mAttachInfo != null && !mAttachInfo.mRecomputeGlobalAttributes) {
19344 if (mParent != null && mAttachInfo != null && !mAttachInfo.mRecomputeGlobalAttributes) {
19397 if (mParent != null && mAttachInfo != null && !mAttachInfo.mRecomputeGlobalAttributes) {
21695 boolean mRecomputeGlobalAttributes; field in class:View.AttachInfo

Completed in 74 milliseconds