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

/frameworks/base/core/java/android/view/
H A DView.java13087 if (ai != null && !ai.mRecomputeGlobalAttributes) {
13090 ai.mRecomputeGlobalAttributes = true;
14214 if (mParent != null && mAttachInfo != null && !mAttachInfo.mRecomputeGlobalAttributes) {
23731 if (mParent != null && mAttachInfo != null && !mAttachInfo.mRecomputeGlobalAttributes) {
23784 if (mParent != null && mAttachInfo != null && !mAttachInfo.mRecomputeGlobalAttributes) {
26504 boolean mRecomputeGlobalAttributes; field in class:View.AttachInfo
[all...]

Completed in 99 milliseconds