Searched refs:mRecomputeGlobalAttributes (Results 1 – 3 of 3) sorted by relevance
886 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()
14564 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
1611 if (mAttachInfo != null && !mAttachInfo.mRecomputeGlobalAttributes) { in recomputeViewAttributes()