Home
last modified time | relevance | path

Searched defs:boxComponent (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dbox_element.cpp25 const RefPtr<BoxComponent> boxComponent = AceType::DynamicCast<BoxComponent>(component); in PerformBuild() local
/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() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_textfield_util.cpp34 void DOMTextFieldUtil::InitDefaultValue(const RefPtr<BoxComponent>& boxComponent, in InitDefaultValue()
114 …mponent> DOMTextFieldUtil::CreateComponentAndSetChildAttr(const RefPtr<BoxComponent>& boxComponent, in CreateComponentAndSetChildAttr()
134const RefPtr<BoxComponent>& boxComponent, const std::string& type, const std::map<std::string, std… in SetChildAttr()
205 void DOMTextFieldUtil::SetChildStyle(const RefPtr<BoxComponent>& boxComponent, in SetChildStyle()
328 void DOMTextFieldUtil::UpdateDecorationStyle(const RefPtr<BoxComponent>& boxComponent, in UpdateDecorationStyle()
H A Ddom_radio_util.cpp66 auto boxComponent = node.GetBoxComponent(); in CreateComponentAndSetChildAttr() local
121 void DOMRadioUtil::SetChildStyle(const RefPtr<BoxComponent>& boxComponent, in SetChildStyle()
H A Ddom_button_util.cpp71 auto boxComponent = node.GetBoxComponent(); in CreateComponentAndSetChildAttr() local
134 void DOMButtonUtil::SetChildStyle(const RefPtr<BoxComponent>& boxComponent, const RefPtr<ButtonComp… in SetChildStyle()
H A Ddom_checkbox_util.cpp42 auto boxComponent = node.GetBoxComponent(); in CreateComponentAndSetChildAttr() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_animator_element.cpp103 auto boxComponent = DynamicCast<BoxComponent>(childComponent_); in PerformBuild() local
161 auto boxComponent = AceType::MakeRefPtr<BoxComponent>(); in BuildChild() local
243 auto boxComponent = DynamicCast<BoxComponent>(childComponent_); in PlayImageAnimator() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_textarea.cpp44 auto boxComponent = GetBoxComponent(); in InitializeStyle() local
317 RefPtr<BoxComponent> boxComponent = GetBoxComponent(); in PrepareSpecializedComponent() local
341 RefPtr<BoxComponent> boxComponent = GetBoxComponent(); in UpdateDecoration() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dsearch_model_impl.cpp284 void SearchModelImpl::InitializeDefaultValue(const RefPtr<BoxComponent>& boxComponent, in InitializeDefaultValue()
340 void SearchModelImpl::UpdateDecorationStyle(const RefPtr<BoxComponent>& boxComponent, in UpdateDecorationStyle()
392 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in InitializeComponent() local
436 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in PrepareSpecializedComponent() local
H A Dtext_field_model_impl.cpp58 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in CreateTextInput() local
73 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in InitTextAreaDefaultStyle() local
144 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in CreateTextArea() local
162 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in InitTextInputDefaultStyle() local
525 void TextFieldModelImpl::UpdateDecoration(const RefPtr<BoxComponent>& boxComponent, in UpdateDecoration()
H A Dview_abstract_model_impl.cpp269 auto boxComponent = stack->GetBoxComponent(); in SetBackgroundColor() local
421 auto boxComponent = stack->GetBoxComponent(); in SetBorderRadius() local
452 auto boxComponent = stack->GetBoxComponent(); in SetBorderColor() local
483 auto boxComponent = stack->GetBoxComponent(); in SetBorderWidth() local
512 auto boxComponent = stack->GetBoxComponent(); in SetBorderStyle() local
524 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetBorderImage() local
583 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetAspectRatio() local
808 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetGeometryTransition() local
870 auto boxComponent = stack->GetBoxComponent(); in SetLinearGradient() local
890 auto boxComponent = stack->GetBoxComponent(); in SetSweepGradient() local
[all …]
H A Drating_model_impl.cpp41 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create() local
H A Dform_model_impl.cpp31 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_line.cpp64 …auto boxComponent = CreateBoxComponent(layoutParam, component_->GetDeclaration()->GetClipPathHref(… in CreateRender() local
H A Dsvg_circle.cpp66 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender() local
H A Dsvg_path.cpp70 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender() local
H A Dsvg_node.cpp99 auto boxComponent = AceType::MakeRefPtr<BoxComponent>(); in CreateBoxComponent() local
H A Dsvg_ellipse.cpp67 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender() local
H A Dsvg_rect.cpp66 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender() local
H A Dsvg_use.cpp87 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender() local
H A Dsvg_polygon.cpp72 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender() local
H A Dsvg_g.cpp78 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender() local
H A Dsvg_svg.cpp87 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dview_stack_processor.cpp198 RefPtr<BoxComponent> boxComponent = AceType::MakeRefPtr<OHOS::Ace::BoxComponent>(); in GetBoxComponent() local
207 auto boxComponent = AceType::DynamicCast<BoxComponent>(wrappingComponentsMap["box"]); in GetBoxComponent() local
213 RefPtr<BoxComponent> boxComponent = AceType::MakeRefPtr<OHOS::Ace::BoxComponent>(); in GetBoxComponent() local
617 auto boxComponent = AceType::DynamicCast<BoxComponent>(wrappingComponentsMap["box"]); in WrapComponents() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Drender_collapsing_navigation_bar.cpp56 auto boxComponent = AceType::DynamicCast<BoxComponent>(titleComposed->GetChild()); in Update() local
78 auto boxComponent = AceType::DynamicCast<BoxComponent>(subtitleComposed->GetChild()); in Update() local

12