Home
last modified time | relevance | path

Searched refs:InvalidateIfNeeded (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.h558 void InvalidateIfNeeded(uint16_t attrKeyId, bool invalidateSelf = false) const;
H A Dcomponent.cpp246 InvalidateIfNeeded(attrKeyId, true); in UpdateView()
264 InvalidateIfNeeded(attrKeyId, false); in UpdateView()
1342 void Component::InvalidateIfNeeded(uint16_t attrKeyId, bool invalidateSelf) const in InvalidateIfNeeded() function in OHOS::ACELite::Component