Home
last modified time | relevance | path

Searched refs:boxStyle (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/panel/
H A Dsliding_panel_component.cpp44 auto boxStyle = component->GetBoxStyle(); in Create() local
53 slidingPanel->BuildInnerChild(boxStyle, component); in Create()
81 void SlidingPanelComponent::BuildInnerChild(const RefPtr<BoxComponent>& boxStyle, const RefPtr<Pane… in BuildInnerChild() argument
91 boxForContent->SetPadding(boxStyle->GetPadding()); in BuildInnerChild()
92 boxForContent->SetMargin(boxStyle->GetMargin()); in BuildInnerChild()
101 if (boxStyle->GetBackDecoration()) { in BuildInnerChild()
102 backDecoration = boxStyle->GetBackDecoration(); in BuildInnerChild()
104 if (boxStyle->GetFrontDecoration()) { in BuildInnerChild()
105 frontDecoration = boxStyle->GetFrontDecoration(); in BuildInnerChild()
H A Dsliding_panel_component_v2.h34 void SetBoxStyle(const RefPtr<BoxComponent>& boxStyle) in SetBoxStyle() argument
36 boxStyle_ = boxStyle; in SetBoxStyle()
H A Dsliding_panel_component.h150 void BuildInnerChild(const RefPtr<BoxComponent>& boxStyle, const RefPtr<PanelComponent>& panel);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/focusable/
H A Dfocusable_component.h130 void SetBoxStyle(const RefPtr<BoxComponent>& boxStyle) in SetBoxStyle() argument
132 boxStyle_ = boxStyle; in SetBoxStyle()
139 void SetFocusedBoxStyle(const RefPtr<BoxComponent>& boxStyle) in SetFocusedBoxStyle() argument
141 focusedBoxStyle_ = boxStyle; in SetFocusedBoxStyle()