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

/frameworks/base/core/java/android/view/
H A DView.java8903 if (ai != null && !ai.mRecomputeGlobalAttributes) {
8906 ai.mRecomputeGlobalAttributes = true;
9810 if (mParent != null && mAttachInfo != null && !mAttachInfo.mRecomputeGlobalAttributes) {
18086 if (mParent != null && mAttachInfo != null && !mAttachInfo.mRecomputeGlobalAttributes) {
18139 if (mParent != null && mAttachInfo != null && !mAttachInfo.mRecomputeGlobalAttributes) {
20380 boolean mRecomputeGlobalAttributes; field in class:View.AttachInfo

Completed in 49 milliseconds