Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1145 mAttachInfo.mRecomputeGlobalAttributes = true; in setView()
1584 mAttachInfo.mRecomputeGlobalAttributes = true; in setLayoutParams()
2201 if (mAttachInfo.mRecomputeGlobalAttributes) { in collectViewAttributes()
2203 mAttachInfo.mRecomputeGlobalAttributes = false; in collectViewAttributes()
2668 mAttachInfo.mRecomputeGlobalAttributes = false; in performTraversals()
3203 || mAttachInfo.mRecomputeGlobalAttributes; in performTraversals()
3258 mAttachInfo.mRecomputeGlobalAttributes = false; in performTraversals()
5074 mAttachInfo.mRecomputeGlobalAttributes = true; in recomputeViewAttributes()
H A DView.java15196 if (ai != null && !ai.mRecomputeGlobalAttributes) { in needGlobalAttributesUpdate()
15199 ai.mRecomputeGlobalAttributes = true; in needGlobalAttributesUpdate()
16555 if (mParent != null && mAttachInfo != null && !mAttachInfo.mRecomputeGlobalAttributes) { in setFlags()
26401 if (mParent != null && mAttachInfo != null && !mAttachInfo.mRecomputeGlobalAttributes) { in setSystemUiVisibility()
26474 if (mParent != null && mAttachInfo != null && !mAttachInfo.mRecomputeGlobalAttributes) { in setOnSystemUiVisibilityChangeListener()
29455 boolean mRecomputeGlobalAttributes; field in View.AttachInfo
H A DViewGroup.java1651 if (mAttachInfo != null && !mAttachInfo.mRecomputeGlobalAttributes) { in recomputeViewAttributes()