Home
last modified time | relevance | path

Searched defs:customComponent (Results 1 – 11 of 11) sorted by relevance

/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
69 RefPtr<Component> customComponent = ViewStackProcessor::GetInstance()->Finish(); in SetFooter() local
H A Dlist_item_model_impl.cpp101 RefPtr<Component> customComponent = ViewStackProcessor::GetInstance()->Finish(); variable
107 RefPtr<Component> customComponent = ViewStackProcessor::GetInstance()->Finish(); variable
H A Dwater_flow_model_impl.cpp38 RefPtr<Component> customComponent = ViewStackProcessor::GetInstance()->Finish(); in SetFooter() local
H A Dview_abstract_model_impl.cpp1444 auto customComponent = AceType::DynamicCast<Component>(customNode); in BindPopup() local
1503 auto customComponent = ViewStackProcessor::GetInstance()->Finish(); in ExecMenuBuilder() local
/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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_component_v2.h99 void SetCustomComponent(const RefPtr<Component>& customComponent) in SetCustomComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Ddrag_drop_event.h35 RefPtr<Component> customComponent; member
/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/grid_layout/
H A Drender_grid_layout.cpp1109 void RenderGridLayout::ActionStart(const ItemDragInfo& info, RefPtr<Component> customComponent) in ActionStart()
1484 auto customComponent = component_->GetOnGridDragStartId()(info, draggingItemIndex_); in ImpDragStart() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp2460 auto customComponent = in CreateDragDropRecognizer() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp1129 auto customComponent = AceType::DynamicCast<Component>(dialogProperties.customComponent); in ShowDialog() local