Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java1587 mAttachInfo.mRecomputeGlobalAttributes = true;
2114 mAttachInfo.mRecomputeGlobalAttributes = true;
2939 if (mAttachInfo.mRecomputeGlobalAttributes) { in collectViewAttributes()
2941 mAttachInfo.mRecomputeGlobalAttributes = false; in collectViewAttributes()
3436 mAttachInfo.mRecomputeGlobalAttributes = false; in performTraversals()
4038 || mAttachInfo.mRecomputeGlobalAttributes; in performTraversals()
4105 mAttachInfo.mRecomputeGlobalAttributes = false; in performTraversals()
6349 mAttachInfo.mRecomputeGlobalAttributes = true; in recomputeViewAttributes()
DView.java17086 if (ai != null && !ai.mRecomputeGlobalAttributes) { in needGlobalAttributesUpdate()
17089 ai.mRecomputeGlobalAttributes = true; in needGlobalAttributesUpdate()
18476 if (mParent != null && mAttachInfo != null && !mAttachInfo.mRecomputeGlobalAttributes) { in setFlags()
28706 if (mParent != null && mAttachInfo != null && !mAttachInfo.mRecomputeGlobalAttributes) { in setSystemUiVisibility()
28779 if (mParent != null && mAttachInfo != null && !mAttachInfo.mRecomputeGlobalAttributes) { in setOnSystemUiVisibilityChangeListener()
31888 boolean mRecomputeGlobalAttributes; field in View.AttachInfo
DViewGroup.java1649 if (mAttachInfo != null && !mAttachInfo.mRecomputeGlobalAttributes) { in recomputeViewAttributes()