Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dwater_flow_item_model_impl.cpp24 auto itemComponent = AceType::MakeRefPtr<V2::WaterFlowItemComponent>(); in Create() local
H A Dgrid_item_model_impl.cpp30 auto itemComponent = AceType::MakeRefPtr<GridLayoutItemComponent>(); in Create() local
38 auto itemComponent = AceType::MakeRefPtr<GridLayoutItemComponent>(); in Create() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer_list.cpp30 …RefPtr<IndexerListComponent> itemComponent = AceType::DynamicCast<IndexerListComponent>(component); in Update() local
H A Drender_indexer_item.cpp35 …RefPtr<IndexerItemComponent> itemComponent = AceType::DynamicCast<IndexerItemComponent>(component); in Update() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_item_component.cpp38 auto itemComponent = AceType::DynamicCast<StepperItemComponent>(item); in GetStepperItem() local
H A Dstepper_component.cpp137 auto itemComponent = StepperItemComponent::GetStepperItem(childComponent); in CollectItems() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_component.cpp43 auto itemComponent = AceType::DynamicCast<ListItemComponent>(item); in GetListItem() local
H A Dlist_element.cpp126 auto itemComponent = ListItemComponent::GetListItem(itemComponents_[position]); in BuildListDataFromChild() local
139 auto itemComponent = ListItemComponent::GetListItem(itemComponents_[position]); in BuildListDataFromChild() local
225 auto itemComponent = ListItemComponent::GetListItem(item); in BuildStickyItem() local
299 auto itemComponent = ListItemComponent::GetListItem(component); in UpdateListItemElement() local
328 auto itemComponent = ListItemComponent::GetListItem(component); in BuildListComponent() local
403 auto itemComponent = ListItemComponent::GetListItem(child); in PreBuildListItems() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer_item.cpp35 …RefPtr<IndexerItemComponent> itemComponent = AceType::DynamicCast<IndexerItemComponent>(component); in Update() local
H A Drender_popup_list.cpp282 …RefPtr<PopupListItemComponent> itemComponent = AceType::MakeRefPtr<PopupListItemComponent>(datas_[… in RequestAndLayoutNewItem() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenu_expand_test_ng.cpp150 auto itemComponent = FrameNode::CreateFrameNode( in InitMenuTestNg() local