Home
last modified time | relevance | path

Searched refs:SetBoxStyle (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_panel.cpp61 panelChild_->SetBoxStyle(boxComponent_); in PrepareSpecializedComponent()
64 panelChild_->SetBoxStyle(boxComponent_); in PrepareSpecializedComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/panel/
H A Dsliding_panel_component_v2.h34 void SetBoxStyle(const RefPtr<BoxComponent>& boxStyle) in SetBoxStyle() function
H A Dpanel_component.h117 void SetBoxStyle(const RefPtr<BoxComponent>& style) in SetBoxStyle() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/focusable/
H A Dfocusable_component.h130 void SetBoxStyle(const RefPtr<BoxComponent>& boxStyle) in SetBoxStyle() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dsliding_panel_model_impl.cpp246 panel->SetBoxStyle(box); in GetPanelBox()