Searched defs:mRecomputeGlobalAttributes (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/view/
H A DView.java7661 if (ai != null && !ai.mRecomputeGlobalAttributes) {
7664 ai.mRecomputeGlobalAttributes = true;
8526 if (mParent != null && mAttachInfo != null && !mAttachInfo.mRecomputeGlobalAttributes) {
16020 if (mParent != null && mAttachInfo != null && !mAttachInfo.mRecomputeGlobalAttributes) {
16072 if (mParent != null && mAttachInfo != null && !mAttachInfo.mRecomputeGlobalAttributes) {
17814 boolean mRecomputeGlobalAttributes; field in class:View.AttachInfo

Completed in 55 milliseconds