Home
last modified time | relevance | path

Searched refs:BoxComponent (Results 1 – 25 of 116) sorted by relevance

12345

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_textfield_util.h34 …static RefPtr<TextFieldComponent> CreateComponentAndSetChildAttr(const RefPtr<BoxComponent>& boxCo…
37 …static void SetChildAttr(const RefPtr<TextFieldComponent>& component, const RefPtr<BoxComponent>& …
40 …static void SetChildStyle(const RefPtr<BoxComponent>& boxComponent, const RefPtr<TextFieldComponen…
43 static void UpdateDecorationStyle(const RefPtr<BoxComponent>& boxComponent,
49 static void InitDefaultValue(const RefPtr<BoxComponent>& boxComponent,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_base_component.cpp256 RefPtr<BoxComponent> titleBox = AceType::MakeRefPtr<BoxComponent>(); in InitializeTitle()
270 RefPtr<BoxComponent> spaceBox = AceType::MakeRefPtr<BoxComponent>(); in InitializeTitle()
386 RefPtr<BoxComponent> spaceBox = AceType::MakeRefPtr<BoxComponent>(); in InitializeLunar()
402 RefPtr<BoxComponent> lunarBox = AceType::MakeRefPtr<BoxComponent>(); in InitializeLunar()
426 RefPtr<BoxComponent> spaceBox = AceType::MakeRefPtr<BoxComponent>(); in InitializeLunar()
452 RefPtr<BoxComponent> topPaddingBox = AceType::MakeRefPtr<BoxComponent>(); in InitializeButtons()
481 auto dividerBox = AceType::MakeRefPtr<BoxComponent>(); in InitializeButtons()
513 RefPtr<BoxComponent> box = AceType::MakeRefPtr<BoxComponent>(); in InitializeContainer()
524 RefPtr<BoxComponent> outBox = AceType::MakeRefPtr<BoxComponent>(); in InitializeContainer()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/focusable/
H A Dfocusable_component.h126 RefPtr<BoxComponent> GetBoxStyle() const in GetBoxStyle()
130 void SetBoxStyle(const RefPtr<BoxComponent>& boxStyle) in SetBoxStyle()
135 RefPtr<BoxComponent> GetFocusedBoxStyle() const in GetFocusedBoxStyle()
139 void SetFocusedBoxStyle(const RefPtr<BoxComponent>& boxStyle) in SetFocusedBoxStyle()
244 RefPtr<BoxComponent> boxStyle_;
245 RefPtr<BoxComponent> focusedBoxStyle_;
H A Dfocusable_element.h61 RefPtr<BoxComponent> boxStyle_;
62 RefPtr<BoxComponent> focusedBoxStyle_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Dside_bar_container_component.cpp70 RefPtr<BoxComponent> barbox = AceType::MakeRefPtr<BoxComponent>(); in Build()
75 RefPtr<BoxComponent> contentbox = AceType::MakeRefPtr<BoxComponent>(); in Build()
87 RefPtr<BoxComponent> btnbox = AceType::MakeRefPtr<BoxComponent>(); in Build()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_bar_component.h44 const RefPtr<BoxComponent>& indicator = MakeRefPtr<TabBarIndicatorComponent>());
83 const RefPtr<BoxComponent>& GetIndicator() const in GetIndicator()
88 const RefPtr<BoxComponent>& GetFocusIndicator() const in GetFocusIndicator()
217 RefPtr<BoxComponent> indicator_;
218 RefPtr<BoxComponent> focusIndicator_;
H A Dtab_bar_item_component.h25 class ACE_EXPORT TabBarItemComponent : public BoxComponent {
26 DECLARE_ACE_TYPE(TabBarItemComponent, BoxComponent);
H A Dtab_bar_element.h58 RefPtr<BoxComponent> indicatorStyle_;
59 RefPtr<BoxComponent> focusIndicatorStyle_;
H A Dtab_bar_indicator_component.h32 class ACE_EXPORT TabBarIndicatorComponent : public BoxComponent {
33 DECLARE_ACE_TYPE(TabBarIndicatorComponent, BoxComponent);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/panel/
H A Dsliding_panel_component_v2.h29 const RefPtr<BoxComponent>& GetBoxStyle() const in GetBoxStyle()
34 void SetBoxStyle(const RefPtr<BoxComponent>& boxStyle) in SetBoxStyle()
72 RefPtr<BoxComponent> boxStyle_;
H A Dpanel_component.h117 void SetBoxStyle(const RefPtr<BoxComponent>& style) in SetBoxStyle()
122 RefPtr<BoxComponent> GetBoxStyle() const in GetBoxStyle()
213 RefPtr<BoxComponent> boxStyle_;
H A Dsliding_panel_component.cpp55 auto box = AceType::MakeRefPtr<BoxComponent>(); in Create()
81 void SlidingPanelComponent::BuildInnerChild(const RefPtr<BoxComponent>& boxStyle, const RefPtr<Pane… in BuildInnerChild()
89 auto boxForContent = AceType::MakeRefPtr<BoxComponent>(); in BuildInnerChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_component.cpp69 RefPtr<BoxComponent> space = AceType::MakeRefPtr<BoxComponent>(); in Initialize()
135 RefPtr<BoxComponent> box = AceType::MakeRefPtr<BoxComponent>(); in Initialize()
193 RefPtr<BoxComponent> SelectComponent::GetBoxComponent() const in GetBoxComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.cpp216 RefPtr<BoxComponent> SelectPopupComponent::InitializeInnerBox(const RefPtr<ScrollComponent>& scroll) in InitializeInnerBox()
218 RefPtr<BoxComponent> innerBox = AceType::MakeRefPtr<BoxComponent>(); in InitializeInnerBox()
226 RefPtr<BoxComponent> titleBox = AceType::MakeRefPtr<BoxComponent>(); in InitializeInnerBox()
312 RefPtr<BoxComponent> innerBox = InitializeInnerBox(scroll); in Initialize()
318 RefPtr<BoxComponent> box = AceType::MakeRefPtr<BoxComponent>(); in Initialize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/counter/
H A Dcounter_component.cpp55 RefPtr<BoxComponent> counterBox = AceType::MakeRefPtr<BoxComponent>(); in BuildChild()
70 RefPtr<BoxComponent> contentBox = AceType::MakeRefPtr<BoxComponent>(); in BuildChild()
151 …const RefPtr<CounterTheme>& counterTheme, const RefPtr<RowComponent>& row, RefPtr<BoxComponent>& b… in BuildContent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dbox_component.cpp23 RefPtr<Element> BoxComponent::CreateElement() in CreateElement()
28 RefPtr<RenderNode> BoxComponent::CreateRenderNode() in CreateRenderNode()
H A Dbox_element.cpp25 const RefPtr<BoxComponent> boxComponent = AceType::DynamicCast<BoxComponent>(component); in PerformBuild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.h102 void SetDialogTweenBox(const RefPtr<BoxComponent>& dialogTweenBox) in SetDialogTweenBox()
189 const RefPtr<BoxComponent>& GetDialogTweenBox() const in GetDialogTweenBox()
311 RefPtr<BoxComponent> BuildBox(bool& isLimit);
320 RefPtr<TransitionComponent> BuildAnimation(const RefPtr<BoxComponent>& child);
340 RefPtr<BoxComponent> dialogTweenBox_;
H A Dalert_dialog_component.cpp40 auto box = AceType::MakeRefPtr<BoxComponent>(); in BuildChild()
130 auto box = AceType::MakeRefPtr<BoxComponent>(); in BuildActions()
143 auto firstBox = AceType::MakeRefPtr<BoxComponent>(); in BuildActions()
155 auto secondBox = AceType::MakeRefPtr<BoxComponent>(); in BuildActions()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toast/
H A Dtoast_component.cpp98 …Component::BuildPackageBox(const RefPtr<PipelineContext>& context, const RefPtr<BoxComponent>& box, in BuildPackageBox()
105 RefPtr<BoxComponent> baseBox = AceType::MakeRefPtr<BoxComponent>(); in BuildPackageBox()
174 RefPtr<BoxComponent> box = AceType::MakeRefPtr<BoxComponent>(); in Show()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/page_transition/
H A Dpage_transition_component.h49 void SetBackground(const RefPtr<BoxComponent>& background) in SetBackground()
59 const RefPtr<BoxComponent>& GetBackground() const in GetBackground()
177 … RefPtr<BoxComponent> background_; // page background box, will be wrapped with animation component
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_input.cpp305 static const LinearMapNode<void (*)(const RefPtr<BoxComponent>&, const RefPtr<Component>&, in UpdateSpecializedComponentStyle()
309 [](const RefPtr<BoxComponent>& boxComponent, const RefPtr<Component>& component, in UpdateSpecializedComponentStyle()
315 [](const RefPtr<BoxComponent>& boxComponent, const RefPtr<Component>& component, in UpdateSpecializedComponentStyle()
320 [](const RefPtr<BoxComponent>& boxComponent, const RefPtr<Component>& component, in UpdateSpecializedComponentStyle()
326 [](const RefPtr<BoxComponent>& boxComponent, const RefPtr<Component>& component, in UpdateSpecializedComponentStyle()
332 [](const RefPtr<BoxComponent>& boxComponent, const RefPtr<Component>& component, in UpdateSpecializedComponentStyle()
338 [](const RefPtr<BoxComponent>& boxComponent, const RefPtr<Component>& component, in UpdateSpecializedComponentStyle()
344 [](const RefPtr<BoxComponent>& boxComponent, const RefPtr<Component>& component, in UpdateSpecializedComponentStyle()
351 [](const RefPtr<BoxComponent>& boxComponent, const RefPtr<Component>& component, in UpdateSpecializedComponentStyle()
357 [](const RefPtr<BoxComponent>& boxComponent, const RefPtr<Component>& component, in UpdateSpecializedComponentStyle()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/refresh/
H A Drender_refresh.h159 RefPtr<BoxComponent> loadingBoxComponent_;
160 RefPtr<BoxComponent> loadingBackgroundBoxComponent_;
175 RefPtr<BoxComponent> timeBoxComponent_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Dpopup_list_component.cpp34 RefPtr<BoxComponent> boxComponent = AceType::MakeRefPtr<BoxComponent>(); in BuildBackground()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/
H A Ddialog_modal_component.cpp55 auto bgBox = AceType::MakeRefPtr<BoxComponent>(); in BuildInnerChild()
64 auto box = AceType::MakeRefPtr<BoxComponent>(); in BuildInnerChild()

12345