Home
last modified time | relevance | path

Searched refs:mRecomputeGlobalAttributes (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DViewRootImpl.java886 mAttachInfo.mRecomputeGlobalAttributes = true;
1269 mAttachInfo.mRecomputeGlobalAttributes = true; in setLayoutParams()
1767 if (mAttachInfo.mRecomputeGlobalAttributes) { in collectViewAttributes()
1769 mAttachInfo.mRecomputeGlobalAttributes = false; in collectViewAttributes()
2045 mAttachInfo.mRecomputeGlobalAttributes = false; in performTraversals()
2612 || mAttachInfo.mRecomputeGlobalAttributes; in performTraversals()
2651 mAttachInfo.mRecomputeGlobalAttributes = false; in performTraversals()
4299 mAttachInfo.mRecomputeGlobalAttributes = true; in recomputeViewAttributes()
DView.java14564 if (ai != null && !ai.mRecomputeGlobalAttributes) { in needGlobalAttributesUpdate()
14567 ai.mRecomputeGlobalAttributes = true; in needGlobalAttributesUpdate()
15855 if (mParent != null && mAttachInfo != null && !mAttachInfo.mRecomputeGlobalAttributes) { in setFlags()
25656 if (mParent != null && mAttachInfo != null && !mAttachInfo.mRecomputeGlobalAttributes) { in setSystemUiVisibility()
25709 if (mParent != null && mAttachInfo != null && !mAttachInfo.mRecomputeGlobalAttributes) { in setOnSystemUiVisibilityChangeListener()
28545 boolean mRecomputeGlobalAttributes; field in View.AttachInfo
DViewGroup.java1611 if (mAttachInfo != null && !mAttachInfo.mRecomputeGlobalAttributes) { in recomputeViewAttributes()