Home
last modified time | relevance | path

Searched defs:boxComponent (Results 1 - 25 of 34) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dbox_element.cpp25 const RefPtr<BoxComponent> boxComponent = AceType::DynamicCast<BoxComponent>(component); in PerformBuild() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Dpopup_list_component.cpp34 RefPtr<BoxComponent> boxComponent = AceType::MakeRefPtr<BoxComponent>(); in BuildBackground() local
/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_ellipse.cpp67 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender() local
H A Dsvg_circle.cpp66 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender() local
H A Dsvg_svg.cpp87 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_g.cpp78 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_path.cpp70 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender() local
H A Dsvg_node.cpp99 auto boxComponent = AceType::MakeRefPtr<BoxComponent>(); in CreateBoxComponent() local
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_checkbox_util.cpp42 auto boxComponent = node.GetBoxComponent(); in CreateComponentAndSetChildAttr() local
H A Ddom_textfield_util.cpp34 void DOMTextFieldUtil::InitDefaultValue(const RefPtr<BoxComponent>& boxComponent, in InitDefaultValue() argument
114 RefPtr<TextFieldComponent> DOMTextFieldUtil::CreateComponentAndSetChildAttr(const RefPtr<BoxComponent>& boxComponent, in CreateComponentAndSetChildAttr() argument
133 SetChildAttr(const RefPtr<TextFieldComponent>& component, const RefPtr<BoxComponent>& boxComponent, const std::string& type, const std::map<std::string, std::string>& attrs) SetChildAttr() argument
205 SetChildStyle(const RefPtr<BoxComponent>& boxComponent, const RefPtr<TextFieldComponent>& component, const std::map<std::string, std::string>& styles, const Border& boxBorder, const DOMInput& node) SetChildStyle() argument
328 UpdateDecorationStyle(const RefPtr<BoxComponent>& boxComponent, const RefPtr<TextFieldComponent>& component, const Border& boxBorder, bool hasBoxRadius) UpdateDecorationStyle() argument
[all...]
H A Ddom_button_util.cpp71 auto boxComponent = node.GetBoxComponent(); in CreateComponentAndSetChildAttr() local
134 void DOMButtonUtil::SetChildStyle(const RefPtr<BoxComponent>& boxComponent, const RefPtr<ButtonComponent>& component, in SetChildStyle() argument
[all...]
H A Ddom_radio_util.cpp66 auto boxComponent = node.GetBoxComponent(); in CreateComponentAndSetChildAttr() local
121 void DOMRadioUtil::SetChildStyle(const RefPtr<BoxComponent>& boxComponent, in SetChildStyle() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Drating_model_impl.cpp39 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create() local
H A Dform_model_impl.cpp27 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create() local
H A Dgesture_model_impl.cpp55 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Finish() local
H A Dsearch_model_impl.cpp283 void SearchModelImpl::InitializeDefaultValue(const RefPtr<BoxComponent>& boxComponent, in InitializeDefaultValue() argument
339 void SearchModelImpl::UpdateDecorationStyle(const RefPtr<BoxComponent>& boxComponent, in UpdateDecorationStyle() argument
391 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in InitializeComponent() local
435 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); PrepareSpecializedComponent() local
[all...]
H A Dtext_field_model_impl.cpp48 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in CreateTextInput() local
63 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in InitTextAreaDefaultStyle() local
134 auto boxComponent in CreateTextArea() local
152 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); InitTextInputDefaultStyle() local
515 UpdateDecoration(const RefPtr<BoxComponent>& boxComponent, const RefPtr<TextFieldComponent>& component, const Border& boxBorder, const OHOS::Ace::RefPtr<OHOS::Ace::TextFieldTheme>& textFieldTheme) UpdateDecoration() argument
[all...]
/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
275 UpdateChild(GetFirstChild(), boxComponent); PlayImageAnimator() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_element.cpp397 auto boxComponent = component->GetBoxComponent(); in SetBackgroundColor() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dgesture.cpp63 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Finish() local
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_textarea.cpp44 auto boxComponent = GetBoxComponent(); in InitializeStyle() local
323 RefPtr<BoxComponent> boxComponent = GetBoxComponent(); in PrepareSpecializedComponent() local
347 RefPtr<BoxComponent> boxComponent = GetBoxComponent(); UpdateDecoration() local
[all...]

Completed in 12 milliseconds

12