Home
last modified time | relevance | path

Searched refs:UpdateStyle (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Drender_container_modal.cpp28 void RenderContainerModal::UpdateStyle(const RefPtr<Component>& component) const in UpdateStyle() function in OHOS::Ace::RenderContainerModal
72 UpdateStyle(component); in Update()
H A Drender_container_modal.h38 void UpdateStyle(const RefPtr<Component>& component) const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_bar_component.cpp143 box->UpdateStyle(activeTextStyle_, activeColor_); in BuildItems()
145 box->UpdateStyle(inactiveTextStyle_, inactiveColor_); in BuildItems()
169 box->UpdateStyle(inactiveTextStyle_, inactiveColor_); in UpdateItemStyle()
H A Dtab_bar_item_component.h34 void UpdateStyle(const TextStyle& textStyle, const Color& color);
H A Dtab_bar_item_component.cpp84 void TabBarItemComponent::UpdateStyle(const TextStyle& textStyle, const Color& color) in UpdateStyle() function in OHOS::Ace::TabBarItemComponent
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend.cpp352 parseJsCard_->UpdateStyle(delegate_->GetPage()); in OnMediaFeatureUpdate()
H A Djs_card_parser.h87 void UpdateStyle(const RefPtr<JsAcePage>& page);
H A Djs_card_parser.cpp1178 void JsCardParser::UpdateStyle(const RefPtr<JsAcePage>& page) in UpdateStyle() function in OHOS::Ace::Framework::JsCardParser