Home
last modified time | relevance | path

Searched refs:boxStyle_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/panel/
H A Dsliding_panel_component_v2.cpp48 boxForContent->SetPadding(boxStyle_->GetPadding()); in BuildInnerChild()
49 boxForContent->SetMargin(boxStyle_->GetMargin()); in BuildInnerChild()
58 if (boxStyle_->GetBackDecoration()) { in BuildInnerChild()
59 backDecoration = boxStyle_->GetBackDecoration(); in BuildInnerChild()
61 if (boxStyle_->GetFrontDecoration()) { in BuildInnerChild()
62 frontDecoration = boxStyle_->GetFrontDecoration(); in BuildInnerChild()
H A Dsliding_panel_component_v2.h31 return boxStyle_; in GetBoxStyle()
36 boxStyle_ = boxStyle; in SetBoxStyle()
72 RefPtr<BoxComponent> boxStyle_; variable
H A Dpanel_component.h119 boxStyle_ = style; in SetBoxStyle()
124 return boxStyle_; in GetBoxStyle()
213 RefPtr<BoxComponent> boxStyle_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/focusable/
H A Dfocusable_component.h128 return boxStyle_; in GetBoxStyle()
132 boxStyle_ = boxStyle; in SetBoxStyle()
244 RefPtr<BoxComponent> boxStyle_; variable
H A Dfocusable_element.cpp51 boxStyle_ = focusableComponent->GetBoxStyle(); in Update()
213 renderNode_->Update(boxStyle_); in OnBlur()
H A Dfocusable_element.h61 RefPtr<BoxComponent> boxStyle_;