Searched refs:contentStatic (Results 1 – 3 of 3) sorted by relevance
295 void RSSurfaceRenderParams::SetSurfaceCacheContentStatic(bool contentStatic, bool lastFrameSynced) in SetSurfaceCacheContentStatic() argument298 if (surfaceCacheContentStatic_ == contentStatic) { in SetSurfaceCacheContentStatic()306 surfaceCacheContentStatic_ = contentStatic; in SetSurfaceCacheContentStatic()
1686 auto contentStatic = false; in UpdateSurfaceCacheContentStaticFlag() local1688 contentStatic = (!IsSubTreeDirty() || GetForceUpdateByUifirst()) && !HasRemovedChild(); in UpdateSurfaceCacheContentStaticFlag()1690 contentStatic = (!IsSubTreeDirty() || GetForceUpdateByUifirst()) && !IsContentDirty(); in UpdateSurfaceCacheContentStaticFlag()1692 contentStatic = surfaceCacheContentStatic_; in UpdateSurfaceCacheContentStaticFlag()1696 stagingSurfaceParams->SetSurfaceCacheContentStatic(contentStatic, lastFrameSynced_); in UpdateSurfaceCacheContentStaticFlag()1703 contentStatic, GetName().c_str(), GetId(), IsSubTreeDirty(), GetForceUpdateByUifirst()); in UpdateSurfaceCacheContentStaticFlag()
271 void SetSurfaceCacheContentStatic(bool contentStatic, bool lastFrameSynced);