Home
last modified time | relevance | path

Searched defs:box (Results 1 – 25 of 90) sorted by relevance

1234

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_value_element.cpp37 auto box = AceType::DynamicCast<BoxElement>(element); in GetRenderBox() local
54 auto box = GetRenderBox(); in HandleSelfFocus() local
71 auto box = GetRenderBox(); in HandleSelfFocus() local
H A Drender_picker_value.cpp55 void RenderPickerValue::HandleFocus(const RefPtr<RenderBox>& box, bool focus) in HandleFocus()
102 void RenderPickerValue::HandleAnimation(const RefPtr<RenderBox>& box) in HandleAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer_item.cpp62 RefPtr<RenderBox> box; in PerformLayout() local
110 RefPtr<RenderBox> box = AceType::DynamicCast<RenderBox>(GetChildren().front()); in UpdateItemBackground() local
165 RefPtr<RenderBox> box = AceType::DynamicCast<RenderBox>(GetChildren().front()); in OnMouseHoverExitTest() local
203 RefPtr<RenderBox> box = AceType::DynamicCast<RenderBox>(GetChildren().front()); in CreateColorAnimation() local
209 auto box = weakBox.Upgrade(); in CreateColorAnimation() local
248 RefPtr<RenderBox> box = AceType::DynamicCast<RenderBox>(GetChildren().front()); in UpdateItemStyle() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer_item.cpp58 RefPtr<RenderBox> box; in PerformLayout() local
133 RefPtr<RenderBox> box = AceType::DynamicCast<RenderBox>(GetChildren().front()); in OnMouseHoverExitTest() local
171 RefPtr<RenderBox> box = AceType::DynamicCast<RenderBox>(GetChildren().front()); in CreateColorAnimation() local
177 auto box = weakBox.Upgrade(); in CreateColorAnimation() local
201 RefPtr<RenderBox> box = AceType::DynamicCast<RenderBox>(GetChildren().front()); in UpdateItemStyle() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dradio_model_impl.cpp50 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create() local
80 auto box = stack->GetBoxComponent(); in SetWidth() local
92 auto box = stack->GetBoxComponent(); in SetHeight() local
105 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetPadding() local
137 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetResponseRegion() local
H A Dtoggle_model_impl.cpp75 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create() local
145 auto box = stack->GetBoxComponent(); in SetWidth() local
163 auto box = stack->GetBoxComponent(); in SetHeight() local
183 auto box = stack->GetBoxComponent(); in IsToggle() local
190 auto box = stack->GetBoxComponent(); in SetPadding() local
H A Dcheckbox_model_impl.cpp58 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create() local
93 auto box = stack->GetBoxComponent(); in SetWidth() local
105 auto box = stack->GetBoxComponent(); in SetHeight() local
122 auto box = stack->GetBoxComponent(); in SetPadding() local
H A Dcheckboxgroup_model_impl.cpp56 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create() local
92 auto box = stack->GetBoxComponent(); in SetWidth() local
104 auto box = stack->GetBoxComponent(); in SetHeight() local
121 auto box = stack->GetBoxComponent(); in SetPadding() local
H A Dlinear_split_model_impl.cpp31 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create() local
38 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create() local
H A Dview_abstract_model_impl.cpp53 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in GetBackDecoration() local
64 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in GetFrontDecoration() local
160 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SwapBackBorder() local
194 auto box = stack->GetBoxComponent(); in SetWidth() local
220 auto box = stack->GetBoxComponent(); in SetHeight() local
236 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetMinWidth() local
244 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetMinHeight() local
252 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetMaxWidth() local
260 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetMaxHeight() local
352 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetPaddings() local
[all …]
H A Dtabs_model_impl.cpp44 auto box = AceType::DynamicCast<BoxComponent>(tabBar->GetParent().Upgrade()); in Create() local
92 auto box = AceType::DynamicCast<BoxComponent>(tabBar->GetParent().Upgrade()); in SetTabBarWidth() local
103 auto box = AceType::DynamicCast<BoxComponent>(tabBar->GetParent().Upgrade()); in SetTabBarHeight() local
H A Dlist_item_model_impl.cpp80 auto box = stack->GetBoxComponent(); in SetEditMode() local
124 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetOnDragStart() local
H A Dpatternlock_model_impl.cpp43 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create() local
112 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetSideLength() local
H A Dshape_model_impl.cpp63 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetWidth() local
79 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetHeight() local
95 auto box = ViewStackProcessor::GetInstance()->GetBoxComponent(); in InitBox() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Dheif_box.cpp176 std::shared_ptr<HeifBox> box; in MakeBox() local
205 bool BoxContentChildren(std::shared_ptr<HeifBox> box) in BoxContentChildren()
222 std::shared_ptr<HeifBox> box = HeifBox::MakeBox(headerBox.GetBoxType()); in MakeFromReader() local
262 std::shared_ptr<HeifBox> box; in ReadChildren() local
283 void HeifBox::SetHeaderInfo(const HeifBox &box) in SetHeaderInfo()
/ohos5.0/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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
H A Dsemi_modal_element.cpp72 auto box = GetFirstChild(); in UpdateSystemBarHeight() local
139 auto box = AceType::DynamicCast<BoxElement>(GetFirstChild()); in GetOverlayElement() local
177 auto box = AceType::DynamicCast<BoxElement>(GetFirstChild()); in GetStageElement() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_box.cpp38 std::unique_ptr<JsonValue> FocusBox::ToJsonValue(const FocusBox& box) in ToJsonValue()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H A Ditem_ref_box.h28 HeifBox box; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Dalert_dialog_component.cpp40 auto box = AceType::MakeRefPtr<BoxComponent>(); in BuildChild() local
130 auto box = AceType::MakeRefPtr<BoxComponent>(); in BuildActions() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_bar_component.cpp137 RefPtr<TabBarItemComponent> box = AceType::DynamicCast<TabBarItemComponent>(pos); in BuildItems() local
167 RefPtr<TabBarItemComponent> box = item; in UpdateItemStyle() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/drop_filter/
H A Drender_drop_filter.cpp55 auto box = GetChildren().front(); in UpdateTouchRect() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/action_sheet/
H A Daction_sheet_component.cpp46 auto box = BuildBox(isLimit); in BuildChild() local
102 auto box = AceType::MakeRefPtr<BoxComponent>(); in BuildMenu() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.cpp168 auto box = wp.Upgrade(); in Update() local
178 auto box = wp.Upgrade(); in Update() local
590 auto box = node.boxComponent_.Upgrade(); in UpdateStyleFromRenderNode() local
597 auto box = node.boxComponent_.Upgrade(); in UpdateStyleFromRenderNode() local
604 auto box = node.boxComponent_.Upgrade(); in UpdateStyleFromRenderNode() local
918 auto box = weakBox.Upgrade(); in CreateFloatAnimation() local
940 auto box = weakBox.Upgrade(); in CreateColorAnimation() local
1114 auto box = weak.Upgrade(); in GetColorPropertySetterMap() local
1122 auto box = weak.Upgrade(); in GetColorPropertySetterMap() local
1136 auto box = weak.Upgrade(); in GetColorPropertyGetterMap() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/
H A Dtabs_component.cpp49 auto box = AceType::MakeRefPtr<BoxComponent>(); in TabsComponent() local

1234