Home
last modified time | relevance | path

Searched defs:listItem (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_list_component.cpp47 …RefPtr<ListItemComponent> listItem = AceType::DynamicCast<ListItemComponent>(composedItem->GetChil… in AppendChild() local
63 …RefPtr<ListItemComponent> listItem = AceType::DynamicCast<ListItemComponent>(composedItem->GetChil… in RemoveChild() local
H A Dindexer_component.cpp429 RefPtr<ListItemComponent> listItem = AceType::MakeRefPtr<ListItemComponent>(headStyleStr, box); in AddSectionHead() local
454 RefPtr<ListItemComponent> listItem = ListItemComponent::GetListItem(item); in RemoveSectionHead() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_swipe_test_ng.cpp39 const RefPtr<FrameNode> listItem = GetChildFrameNode(frameNode_, FIRSTITEM_INDEX); variable
159 const RefPtr<FrameNode> listItem = GetChildFrameNode(frameNode_, FIRSTITEM_INDEX); variable
279 auto listItem = GetChildFrameNode(frameNode_, FIRSTITEM_INDEX); variable
928 const RefPtr<FrameNode> listItem = GetChildFrameNode(frameNode_, FIRSTITEM_INDEX); variable
951 const RefPtr<FrameNode> listItem = GetChildFrameNode(frameNode_, FIRSTITEM_INDEX); variable
974 const RefPtr<FrameNode> listItem = GetChildFrameNode(frameNode_, FIRSTITEM_INDEX); variable
1260 const RefPtr<FrameNode> listItem = GetChildFrameNode(frameNode_, FIRSTITEM_INDEX); variable
1308 const RefPtr<FrameNode> listItem = GetChildFrameNode(frameNode_, FIRSTITEM_INDEX); variable
1342 const RefPtr<FrameNode> listItem = GetChildFrameNode(frameNode_, FIRSTITEM_INDEX); variable
1368 const RefPtr<FrameNode> listItem = GetChildFrameNode(frameNode_, FIRSTITEM_INDEX); variable
[all …]
H A Dlist_common_test_ng.cpp202 auto listItem = AceType::DynamicCast<FrameNode>(syntaxItem->GetChildAtIndex(0)); in GetForEachItemDragManager() local
210 auto listItem = AceType::DynamicCast<FrameNode>(lazyForEachNode->GetChildAtIndex(itemIndex)); in GetLazyForEachItemDragManager() local
871 auto listItem = GetChildFrameNode(frameNode_, 0); variable
1548 auto listItem = AceType::DynamicCast<FrameNode>(syntaxItem->GetChildAtIndex(0)); variable
1570 auto listItem = AceType::DynamicCast<FrameNode>(syntaxItem->GetChildAtIndex(0)); variable
1765 auto listItem = AceType::DynamicCast<FrameNode>(syntaxItem->GetChildAtIndex(0)); variable
1793 auto listItem = dragManager->GetHost(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drosen_render_list.cpp62 RefPtr<RenderListItem> listItem = RenderListItem::GetRenderListItem(child); in PaintChild() local
73 RefPtr<RenderListItem> listItem = RenderListItem::GetRenderListItem(stickyItem); in PaintStickyItem() local
H A Dlist_item_group_element.cpp165 auto listItem = ListItemElement::GetListItem(element); in TraverseFocusNode() local
175 void ListItemGroupElement::MoveItemToViewPort(const RefPtr<Element>& listItem, bool reverse) in MoveItemToViewPort()
238 auto listItem = ListItemElement::GetListItem(child); in HandleOnBlur() local
263 auto listItem = ListItemComponent::GetListItem(child); in GetPrimary() local
326 auto listItem = ListItemElement::GetListItem(child); in ItemFocus() local
H A Dinteractive_effect.cpp169 RefPtr<RenderListItem> listItem; in NeedClickAnimation() local
208 auto listItem = AceType::DynamicCast<RenderListItem>(item); in MarkItemRender() local
H A Dlist_watch_layout_manager.cpp141 RefPtr<RenderListItem> listItem; in HandleItemStateAndEffect() local
178 RefPtr<RenderListItem> listItem; in MarkAllItemBlur() local
H A Drender_list.cpp156 RefPtr<RenderListItem> listItem; in OnPaintFinish() local
327 RefPtr<RenderListItem> listItem; in GetChildByPosition() local
354 RefPtr<RenderListItem> listItem; in GetNearChildByPosition() local
427 auto listItem = RenderListItem::GetRenderListItem(child); in GetIndexByPosition() local
525 RefPtr<RenderListItem> listItem = RenderListItem::GetRenderListItem(stickyItem_); in CalculateStickyItem() local
604 RefPtr<RenderListItem> listItem = RenderListItem::GetRenderListItem(item->second); in CalculateStickyItemOffset() local
H A Dgrid_layout_manager.cpp292 auto listItem = RenderListItem::GetRenderListItem(itemChild); in PerformLayout() local
386 auto listItem = RenderListItem::GetRenderListItem(itemChild); in LayoutToItem() local
425 auto listItem = RenderListItem::GetRenderListItem(itemChild); in LayoutMore() local
H A Dlist_item_element.h82 RefPtr<Element> listItem = element; in GetListItem() local
H A Drender_list_item_group.cpp452 auto listItem = RenderListItem::GetRenderListItem(child); in SetChildOpacity() local
471 auto listItem = RenderListItem::GetRenderListItem(child); in SetChildStretch() local
698 auto listItem = RenderListItem::GetRenderListItem(child); in ItemPrimaryChange() local
H A Dlist_element.cpp215 auto listItem = RenderListItem::GetRenderListItem(sticky); in ResetStickyItem() local
916 auto listItem = AceType::DynamicCast<ListItemElement>(focusNode); in RequestNextFocus() local
H A Drender_list_item.h237 RefPtr<RenderNode> listItem = renderNode; in GetRenderListItem() local
H A Dlist_layout_manager.cpp301 auto listItem = RenderListItem::GetRenderListItem(child); in AdjustLayoutParam() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Dlist_item_component.cpp35 auto listItem = AceType::DynamicCast<ListItemComponent>(component); in Compare() local
H A Drender_list.cpp2222 for (const auto& listItem : items_) { in UpdateAccessibilityVisible() local
2445 auto listItem = renderList->FindCurrentListItem(point); in CreateDragDropRecognizer() local
2772 for (const auto& listItem : items_) { in ClearMultiSelect() local
2784 auto listItem = FindChildNodeOfClass<RenderListItem>(mousePoint, mousePoint); in MultiSelectWithoutKeyboard() local
2798 for (const auto& listItem : items_) { in MultiSelectWithoutKeyboard() local
2846 auto listItem = FindChildNodeOfClass<RenderListItem>(mousePoint, mousePoint); in GetPressItemWhenShiftDown() local
2860 for (const auto& listItem : items_) { in MultiSelectWhenShiftDown() local
2922 for (const auto& listItem : items_) { in MultiSelectAllInRange() local
2964 for (const auto& listItem : items_) { in MultiSelectWhenCtrlDown() local
3021 for (const auto& listItem : items_) { in CollectSelectedItems() local
[all …]
H A Dlist_element.cpp61 auto listItem = AceType::DynamicCast<ListItemComponent>(component); in FindItemStartIndex() local
149 auto listItem = AceType::DynamicCast<ListItemComponent>(component); in FindPreviousStickyListItem() local
H A Drender_list_item.cpp386 auto listItem = weakScroll.Upgrade(); in StartSpringMotion() local
401 auto listItem = weak.Upgrade(); in StartSpringMotion() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list_item.h54 auto listItem = AceType::DynamicCast<DOMListItem>(domNode); in GetDOMListItem() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dlist_item_model_impl.cpp93 …auto listItem = AceType::DynamicCast<V2::ListItemComponent>(ViewStackProcessor::GetInstance()->Get… variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/action_sheet/
H A Daction_sheet_component.cpp80 auto listItem = AceType::MakeRefPtr<V2::ListItemComponent>(); in BuildMenu() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dfor_each_node.cpp327 auto listItem = AceType::DynamicCast<FrameNode>(child->GetFirstChild()); in InitAllChildrenDragManager() local
H A Dlazy_for_each_node.cpp563 auto listItem = AceType::DynamicCast<FrameNode>(childNode); in InitAllChilrenDragManager() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_pattern.cpp630 auto listItem = weakScroll.Upgrade(); in StartSpringMotion() local
649 auto listItem = weak.Upgrade(); in StartSpringMotion() local

12