Searched refs:boxStyle (Results 1 – 4 of 4) sorted by relevance
44 auto boxStyle = component->GetBoxStyle(); in Create() local53 slidingPanel->BuildInnerChild(boxStyle, component); in Create()81 void SlidingPanelComponent::BuildInnerChild(const RefPtr<BoxComponent>& boxStyle, const RefPtr<Pane… in BuildInnerChild() argument91 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()
34 void SetBoxStyle(const RefPtr<BoxComponent>& boxStyle) in SetBoxStyle() argument36 boxStyle_ = boxStyle; in SetBoxStyle()
150 void BuildInnerChild(const RefPtr<BoxComponent>& boxStyle, const RefPtr<PanelComponent>& panel);
130 void SetBoxStyle(const RefPtr<BoxComponent>& boxStyle) in SetBoxStyle() argument132 boxStyle_ = boxStyle; in SetBoxStyle()139 void SetFocusedBoxStyle(const RefPtr<BoxComponent>& boxStyle) in SetFocusedBoxStyle() argument141 focusedBoxStyle_ = boxStyle; in SetFocusedBoxStyle()