/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/ |
H A D | dom_textfield_util.h | 34 …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 D | picker_base_component.cpp | 256 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 D | focusable_component.h | 126 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 D | focusable_element.h | 61 RefPtr<BoxComponent> boxStyle_; 62 RefPtr<BoxComponent> focusedBoxStyle_;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/side_bar/ |
H A D | side_bar_container_component.cpp | 70 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 D | tab_bar_component.h | 44 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 D | tab_bar_item_component.h | 25 class ACE_EXPORT TabBarItemComponent : public BoxComponent { 26 DECLARE_ACE_TYPE(TabBarItemComponent, BoxComponent);
|
H A D | tab_bar_element.h | 58 RefPtr<BoxComponent> indicatorStyle_; 59 RefPtr<BoxComponent> focusIndicatorStyle_;
|
H A D | tab_bar_indicator_component.h | 32 class ACE_EXPORT TabBarIndicatorComponent : public BoxComponent { 33 DECLARE_ACE_TYPE(TabBarIndicatorComponent, BoxComponent);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/panel/ |
H A D | sliding_panel_component_v2.h | 29 const RefPtr<BoxComponent>& GetBoxStyle() const in GetBoxStyle() 34 void SetBoxStyle(const RefPtr<BoxComponent>& boxStyle) in SetBoxStyle() 72 RefPtr<BoxComponent> boxStyle_;
|
H A D | panel_component.h | 117 void SetBoxStyle(const RefPtr<BoxComponent>& style) in SetBoxStyle() 122 RefPtr<BoxComponent> GetBoxStyle() const in GetBoxStyle() 213 RefPtr<BoxComponent> boxStyle_;
|
H A D | sliding_panel_component.cpp | 55 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 D | select_component.cpp | 69 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 D | select_popup_component.cpp | 216 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 D | counter_component.cpp | 55 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 D | box_component.cpp | 23 RefPtr<Element> BoxComponent::CreateElement() in CreateElement() 28 RefPtr<RenderNode> BoxComponent::CreateRenderNode() in CreateRenderNode()
|
H A D | box_element.cpp | 25 const RefPtr<BoxComponent> boxComponent = AceType::DynamicCast<BoxComponent>(component); in PerformBuild()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/ |
H A D | dialog_component.h | 102 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 D | alert_dialog_component.cpp | 40 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 D | toast_component.cpp | 98 …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 D | page_transition_component.h | 49 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 D | dom_input.cpp | 305 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 D | render_refresh.h | 159 RefPtr<BoxComponent> loadingBoxComponent_; 160 RefPtr<BoxComponent> loadingBackgroundBoxComponent_; 175 RefPtr<BoxComponent> timeBoxComponent_;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
H A D | popup_list_component.cpp | 34 RefPtr<BoxComponent> boxComponent = AceType::MakeRefPtr<BoxComponent>(); in BuildBackground()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/ |
H A D | dialog_modal_component.cpp | 55 auto bgBox = AceType::MakeRefPtr<BoxComponent>(); in BuildInnerChild() 64 auto box = AceType::MakeRefPtr<BoxComponent>(); in BuildInnerChild()
|