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

/frameworks/base/core/java/android/view/
H A DView.java12341 if (ai != null && !ai.mRecomputeGlobalAttributes) {
12344 ai.mRecomputeGlobalAttributes = true;
13455 if (mParent != null && mAttachInfo != null && !mAttachInfo.mRecomputeGlobalAttributes) {
22633 if (mParent != null && mAttachInfo != null && !mAttachInfo.mRecomputeGlobalAttributes) {
22686 if (mParent != null && mAttachInfo != null && !mAttachInfo.mRecomputeGlobalAttributes) {
25370 boolean mRecomputeGlobalAttributes; field in class:View.AttachInfo

Completed in 81 milliseconds