Home
last modified time | relevance | path

Searched refs:customComponent (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dlist_item_group_model_impl.cpp53 RefPtr<Component> customComponent = ViewStackProcessor::GetInstance()->Finish(); in SetHeader() local
54 listItemGroup->SetHeaderComponent(customComponent); in SetHeader()
69 RefPtr<Component> customComponent = ViewStackProcessor::GetInstance()->Finish(); in SetFooter() local
70 listItemGroup->SetFooterComponent(customComponent); in SetFooter()
H A Dlist_item_model_impl.cpp101 RefPtr<Component> customComponent = ViewStackProcessor::GetInstance()->Finish(); variable
102 listItem->SetSwiperStartComponent(customComponent);
107 RefPtr<Component> customComponent = ViewStackProcessor::GetInstance()->Finish(); variable
108 listItem->SetSwiperEndComponent(customComponent);
H A Dwater_flow_model_impl.cpp38 RefPtr<Component> customComponent = ViewStackProcessor::GetInstance()->Finish(); in SetFooter() local
39 waterflowComponent->SetFooterComponent(customComponent); in SetFooter()
H A Dtimepicker_model_impl.cpp80 properties.customComponent = datePicker; in SetTimePickerDialogShow()
H A Dtextpicker_model_impl.cpp106 properties.customComponent = pickerText; in SetTextPickerDialogShow()
H A Dpicker_model_impl.cpp148 properties.customComponent = datePicker; in SetDatePickerDialogShow()
H A Dview_abstract_model_impl.cpp176 info.customComponent = AceType::DynamicCast<Component>(dragInfo.node); in ToDragFunc()
1444 auto customComponent = AceType::DynamicCast<Component>(customNode); in BindPopup() local
1445 if (customComponent) { in BindPopup()
1446 popupComponent->SetCustomComponent(customComponent); in BindPopup()
1503 auto customComponent = ViewStackProcessor::GetInstance()->Finish(); in ExecMenuBuilder() local
1504 CHECK_NULL_VOID(customComponent); in ExecMenuBuilder()
1515 optionComponent->SetCustomComponent(customComponent); in ExecMenuBuilder()
H A Dcustom_dialog_controller_model_impl.cpp94 dialogProperties.customComponent = customDialog; in ShowDialog()
H A Dimage_model_impl.cpp255 itemInfo.customComponent = component; in UpdateDragItemInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/common/
H A Dstate_mgmt_console_trace.ts72 …public static varValueCheckFailed<T>(params: { customComponent: string, variableDeco: string, vari…
73 …let msg = `@Component '${params.customComponent}': Illegal variable value error with decorated var…
85 …public static varObservationFailed<T>(params: { customComponent: string, variableDeco: string, var…
86 …let msg = `@Component '${params.customComponent}': decorated variable ${params.variableDeco} '${pa…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_dialog/
H A Dcustom_dialog_element.cpp25 …RefPtr<CustomDialogComponent> customComponent = AceType::DynamicCast<CustomDialogComponent>(compon… in PerformBuild() local
26 if (!customComponent) { in PerformBuild()
29 dialog_ = customComponent; in PerformBuild()
30 const auto& controller = customComponent->GetDialogController(); in PerformBuild()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/js-service-widget-ui/
H A Djs-service-widget-custom-basic-usage.md82 <element name='comp' src='../../common/customComponent/customComponent.hml'></element>
183 <element name='comp' src='../../common/customComponent/customComponent.hml'></element>
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_component_v2.h99 void SetCustomComponent(const RefPtr<Component>& customComponent) in SetCustomComponent() argument
101 customComponent_ = customComponent; in SetCustomComponent()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/
H A Djs-service-widget-custom-basic-usage.md82 <element name='comp' src='../../common/customComponent/customComponent.hml'></element>
183 <element name='comp' src='../../common/customComponent/customComponent.hml'></element>
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/partial_update/
H A Dpu_observed_property_abstract.ts373 customComponent: this.debugInfoOwningView(),
394 customComponent: this.debugInfoOwningView(),
412 customComponent: this.debugInfoOwningView(),
430 customComponent: this.debugInfoOwningView(),
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Ddrag_drop_event.h35 RefPtr<Component> customComponent; member
H A Drender_box.cpp302 if (!dragItemInfo.customComponent) { in PanOnActionStart()
307 … auto positionedComponent = AceType::MakeRefPtr<PositionedComponent>(dragItemInfo.customComponent); in PanOnActionStart()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_properties.h259 RefPtr<AceType> customComponent; // Used for CustomDialog in declarative. member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.cpp933 if (!dragItemInfo.pixelMap && !dragItemInfo.customComponent) { in PanOnActionStart()
981 if (!dragItemInfo.customComponent) { in PanOnActionStart()
987 … auto positionedComponent = AceType::MakeRefPtr<PositionedComponent>(dragItemInfo.customComponent); in PanOnActionStart()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.cpp1004 if (!dragItemInfo.pixelMap && !dragItemInfo.customComponent) { in PanOnActionStart()
1047 if (!dragItemInfo.customComponent) { in PanOnActionStart()
1053 … auto positionedComponent = AceType::MakeRefPtr<PositionedComponent>(dragItemInfo.customComponent); in PanOnActionStart()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp1109 void RenderGridLayout::ActionStart(const ItemDragInfo& info, RefPtr<Component> customComponent) in ActionStart() argument
1114 auto positionedComponent = AceType::MakeRefPtr<PositionedComponent>(customComponent); in ActionStart()
1484 auto customComponent = component_->GetOnGridDragStartId()(info, draggingItemIndex_); in ImpDragStart() local
1485 if (customComponent) { in ImpDragStart()
1487 ActionStart(info, customComponent); in ImpDragStart()
H A Drender_grid_layout.h309 void ActionStart(const ItemDragInfo& info, RefPtr<Component> customComponent);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp1068 if (!dragItemInfo.customComponent) { in PanOnActionStart()
1074 … auto positionedComponent = AceType::MakeRefPtr<PositionedComponent>(dragItemInfo.customComponent); in PanOnActionStart()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp1129 auto customComponent = AceType::DynamicCast<Component>(dialogProperties.customComponent); in ShowDialog() local
1130 if (customComponent) { in ShowDialog()
1131 dialog->SetCustomChild(customComponent); in ShowDialog()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp2460 auto customComponent = in CreateDragDropRecognizer() local
2462 if (!customComponent) { in CreateDragDropRecognizer()
2467 auto positionedComponent = AceType::MakeRefPtr<PositionedComponent>(customComponent); in CreateDragDropRecognizer()

12