Home
last modified time | relevance | path

Searched defs:box (Results 26 - 50 of 83) sorted by relevance

1234

/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_component_base.cpp84 auto box = AceType::MakeRefPtr<BoxComponent>(); in GenerateAccessibilityComposed() local
/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_component_v2.cpp74 auto box = CreateBox(popupTheme); in Initialization() local
114 auto box = AceType::MakeRefPtr<BoxComponent>(); in CreateButtons() local
172 auto box = AceType::MakeRefPtr<BoxComponent>(); in CreateBox() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/
H A Ddialog_modal_element.cpp54 auto box = AceType::DynamicCast<BoxElement>(tween->GetContentElement()); in GetOverlayElement() local
89 auto box = AceType::DynamicCast<BoxElement>(tween->GetContentElement()); in GetStageElement() local
H A Drender_dialog_modal.cpp228 auto box = display->GetFirstChild(); in GetRenderClip() local
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_animator_element.cpp182 void ImageAnimatorElement::UpdatePreLoadImages(const RefPtr<BoxComponent>& box) in UpdatePreLoadImages() argument
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_bar_item_component.cpp108 auto box = AceType::MakeRefPtr<BoxComponent>(); in BuildWithTextIcon() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dflex_model_impl.cpp48 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetFlexWidth() local
68 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetFlexHeight() local
H A Dcheckbox_model_impl.cpp55 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create() local
90 auto box = stack->GetBoxComponent(); in SetWidth() local
102 auto box = stack->GetBoxComponent(); in SetHeight() local
119 auto box = stack->GetBoxComponent(); in SetPadding() local
[all...]
H A Dcheckboxgroup_model_impl.cpp52 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create() local
88 auto box = stack->GetBoxComponent(); in SetWidth() local
100 auto box = stack->GetBoxComponent(); in SetHeight() local
117 auto box = stack->GetBoxComponent(); in SetPadding() local
[all...]
H A Dtab_content_model_impl.cpp46 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create() local
60 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create() local
H A Dtabs_model_impl.cpp38 auto box = AceType::DynamicCast<BoxComponent>(tabBar->GetParent().Upgrade()); in Create() local
86 auto box = AceType::DynamicCast<BoxComponent>(tabBar->GetParent().Upgrade()); in SetTabBarWidth() local
97 auto box = AceType::DynamicCast<BoxComponent>(tabBar->GetParent().Upgrade()); in SetTabBarHeight() local
H A Dpatternlock_model_impl.cpp42 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create() local
111 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetSideLength() local
[all...]
H A Dradio_model_impl.cpp45 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create() local
75 auto box = stack->GetBoxComponent(); in SetWidth() local
87 auto box = stack->GetBoxComponent(); in SetHeight() local
100 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetPadding() local
132 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); SetResponseRegion() local
[all...]
H A Dtoggle_model_impl.cpp68 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create() local
138 auto box = stack->GetBoxComponent(); in SetWidth() local
156 auto box = stack->GetBoxComponent(); SetHeight() local
176 auto box = stack->GetBoxComponent(); IsToggle() local
183 auto box = stack->GetBoxComponent(); SetPadding() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_panel.cpp167 auto box = AceType::MakeRefPtr<BoxComponent>(); in CompositeSpecializedComponent() local
H A Ddom_popup.cpp229 auto box = AceType::MakeRefPtr<BoxComponent>(); in CompositeSpecializedComponent() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_piece.cpp56 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer_item.cpp56 RefPtr<RenderBox> box; in PerformLayout() local
131 RefPtr<RenderBox> box = AceType::DynamicCast<RenderBox>(GetChildren().front()); in OnMouseHoverExitTest() local
169 RefPtr<RenderBox> box = AceType::DynamicCast<RenderBox>(GetChildren().front()); in CreateColorAnimation() local
199 RefPtr<RenderBox> box = AceType::DynamicCast<RenderBox>(GetChildren().front()); UpdateItemStyle() local
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H A Dheif_box.h85 int AddChild(const std::shared_ptr<HeifBox> &box) in AddChild() argument
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Dheif_box.cpp166 std::shared_ptr<HeifBox> box; MakeBox() local
205 std::shared_ptr<HeifBox> box = HeifBox::MakeBox(headerBox.GetBoxType()); MakeFromReader() local
242 std::shared_ptr<HeifBox> box; ReadChildren() local
264 SetHeaderInfo(const HeifBox &box) SetHeaderInfo() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/shared_transition/
H A Dshared_transition_element.cpp89 auto box = AceType::DynamicCast<BoxElement>(parent); in GetRenderBox() local
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_component.cpp423 RefPtr<BoxComponent> box = AceType::MakeRefPtr<BoxComponent>(); in AddSectionHead() local
/foundation/arkui/ace_engine/frameworks/core/components/toast/
H A Dtoast_component.cpp93 void ToastComponent::BuildPackageBox(const RefPtr<PipelineContext>& context, const RefPtr<BoxComponent>& box, in BuildPackageBox() argument
169 RefPtr<BoxComponent> box = AceType::MakeRefPtr<BoxComponent>(); in Show() local
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.cpp318 RefPtr<BoxComponent> box = AceType::MakeRefPtr<BoxComponent>(); in Initialize() local
/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_element.cpp258 auto box = GetRenderBox(); in GetRenderText() local
320 auto box = select->GetChildren().front(); in GetRenderBox() local
[all...]

Completed in 13 milliseconds

1234