Home
last modified time | relevance | path

Searched refs:OnBackgroundColorUpdate (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_test.cpp454 g_webPattern->OnBackgroundColorUpdate(value);
474 webPattern->OnBackgroundColorUpdate(value);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.h523 void OnBackgroundColorUpdate(int32_t value);
H A Dweb_pattern.cpp610 void WebPattern::OnBackgroundColorUpdate(int32_t value) in OnBackgroundColorUpdate() function in OHOS::Ace::NG::WebPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h476 virtual void OnBackgroundColorUpdate(const Color& value) {} in OnBackgroundColorUpdate() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.h349 void OnBackgroundColorUpdate(const Color& value) override;
H A Drosen_render_context.cpp710 void RosenRenderContext::OnBackgroundColorUpdate(const Color& value) in OnBackgroundColorUpdate() function in OHOS::Ace::NG::RosenRenderContext
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_pattern.cpp1210 renderContext->OnBackgroundColorUpdate(highlightStart); in AnimateTouchAndHover()
1215 …option, [renderContext, highlightEnd]() { renderContext->OnBackgroundColorUpdate(highlightEnd); }); in AnimateTouchAndHover()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h788 void OnBackgroundColorUpdate(int32_t value);
H A Dweb_pattern.cpp2484 void WebPattern::OnBackgroundColorUpdate(int32_t value) in OnBackgroundColorUpdate() function in OHOS::Ace::NG::WebPattern