Home
last modified time | relevance | path

Searched defs:itemIndex (Results 1 – 25 of 53) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_event_hub.h125 RefPtr<UINode> FireOnItemDragStart(const ItemDragInfo& dragInfo, int32_t itemIndex) const in FireOnItemDragStart()
140 …void FireOnItemDragMove(const ItemDragInfo& dragInfo, int32_t itemIndex, int32_t insertIndex) const in FireOnItemDragMove()
147 void FireOnItemDragLeave(const ItemDragInfo& dragInfo, int32_t itemIndex) const in FireOnItemDragLeave()
154 …bool FireOnItemDrop(const ItemDragInfo& dragInfo, int32_t itemIndex, int32_t insertIndex, bool isS… in FireOnItemDrop()
H A Dlist_position_controller.cpp38 auto itemIndex = listPattern->GetItemIndexInGroup(x, y); in GetItemIndexInGroup() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_item_component.cpp99 uint32_t itemIndex = 0; in AddIndexKey() local
147 uint32_t itemIndex = 0; in AddIndexKeyForSharp() local
H A Dindexer_list_component.cpp49 … int32_t itemIndex = indexer_->AddItemIndexKey(listItem->GetIndexKey(), listItem->GetType()); in AppendChild() local
H A Dindexer_component.cpp317 int32_t itemIndex = INDEXER_INVALID_INDEX; in AddItemIndexKey() local
373 int32_t itemIndex = static_cast<int32_t>(itemPtr->AddIndexKey(indexKey)); in AddItemToSharp() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_with_options_layout_algorithm.cpp33 const RefPtr<LayoutWrapper>& itemLayoutWrapper, LayoutWrapper* layoutWrapper, int32_t itemIndex) in AdjustRowColSpan()
124 LayoutWrapper* layoutWrapper, int32_t itemIndex) in GetCrossStartAndSpan()
209 int32_t itemIndex, const GridLayoutOptions& options, int32_t firstIrregularIndex) in GetCrossStartAndSpanWithUserFunction()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_event_hub.cpp284 void GridEventHub::FireOnItemDragLeave(const ItemDragInfo& dragInfo, int32_t itemIndex) in FireOnItemDragLeave()
300 bool GridEventHub::FireOnItemDrop(const ItemDragInfo& dragInfo, int32_t itemIndex, int32_t insertIn… in FireOnItemDrop()
321 void GridEventHub::FireOnItemDragMove(const ItemDragInfo& dragInfo, int32_t itemIndex, int32_t inse… in FireOnItemDragMove()
337 void GridEventHub::MoveItems(int32_t itemIndex, int32_t insertIndex) const in MoveItems()
H A Dgrid_layout_base_algorithm.cpp44 const int32_t itemIndex = iter->second; in AdjustChildrenHeight() local
H A Dgrid_event_hub.h110 RefPtr<UINode> FireOnItemDragStart(const ItemDragInfo& dragInfo, int32_t itemIndex) const in FireOnItemDragStart()
H A Dgrid_layout_info.cpp32 int32_t GridLayoutInfo::GetPositionByItemIndex(int32_t itemIndex) in GetPositionByItemIndex()
56 void GridLayoutInfo::MoveItemsBack(int32_t from, int32_t to, int32_t itemIndex) in MoveItemsBack()
79 void GridLayoutInfo::MoveItemsForward(int32_t from, int32_t to, int32_t itemIndex) in MoveItemsForward()
99 void GridLayoutInfo::SwapItems(int32_t itemIndex, int32_t insertIndex) in SwapItems()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_grid.cpp123 JSRef<JSVal> itemIndex = JSRef<JSVal>::Make(ToJSValue(index)); in ParseGetGridItemSize() local
143 JSRef<JSVal> itemIndex = JSRef<JSVal>::Make(ToJSValue(index)); in ParseGetGridItemRect() local
316 JSRef<JSVal> itemIndex = JSRef<JSVal>::Make(ToJSValue(index)); in JsOnScrollBarUpdate() local
550 … const ItemDragInfo& dragInfo, int32_t itemIndex, int32_t insertIndex) { in JsOnGridDragMove()
566 const ItemDragInfo& dragInfo, int32_t itemIndex) { in JsOnGridDragLeave()
583 const ItemDragInfo& dragInfo, int32_t itemIndex) { in JsOnGridDragStart()
612 … const ItemDragInfo& dragInfo, int32_t itemIndex, int32_t insertIndex, bool isSuccess) { in JsOnGridDrop()
H A Djs_water_flow_sections.cpp157 JSRef<JSVal> itemIndex = JSRef<JSVal>::Make(ToJSValue(index)); in ParseSectionOptions() local
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dwaterflow_section_option.cpp215 ArkUI_WaterFlowSectionOption* option, int32_t index, float (*callback)(int32_t itemIndex)) in OH_ArkUI_WaterFlowSectionOption_RegisterGetItemMainSizeCallbackByIndex()
227 float (*callback)(int32_t itemIndex, void* extraParams)) in OH_ArkUI_WaterFlowSectionOption_RegisterGetItemMainSizeCallbackByIndexWithUserData()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dlist_dumper.cpp96 for (size_t itemIndex = 0; itemIndex < line.size(); itemIndex++) { in AfterExecute() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_document.cpp117 RefPtr<DOMNode> DOMListItemCreator(NodeId nodeId, const std::string& tag, int32_t itemIndex) in DOMListItemCreator()
130 …tr<DOMNode> DOMDocument::CreateNodeWithId(const std::string& tag, NodeId nodeId, int32_t itemIndex) in CreateNodeWithId()
H A Ddom_list_item_group.cpp30 DOMListItemGroup::DOMListItemGroup(NodeId nodeId, const std::string& nodeName, int32_t itemIndex) in DOMListItemGroup()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Drender_water_flow.cpp89 size_t itemIndex = GetNextSupplyedIndex(); in PerformLayout() local
258 void RenderWaterFlow::SetChildPosition(const RefPtr<RenderNode>& child, size_t itemIndex) in SetChildPosition()
421 LayoutParam RenderWaterFlow::MakeInnerLayoutParam(size_t itemIndex) in MakeInnerLayoutParam()
490 for (const auto& itemIndex : items) { in LayoutItems() local
821 size_t itemIndex = GetNextSupplyedIndex(); in ScrollToIndex() local
866 size_t itemIndex = GetNextSupplyedIndex(); in OnPredictLayout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_layout/
H A Dgrid_layout_algorithm.cpp276 int32_t itemIndex = 0; in Measure() local
361 int32_t itemIndex = -1; in Layout() local
384int32_t itemIndex, GridItemRect rect, int32_t rowIndex, int32_t colIndex, int32_t rowSpan, int32_t… in PrintConflictingPositionLog()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_group_element.cpp66 int32_t itemIndex = 0; in PerformBuild() local
319 void ListItemGroupElement::ItemFocus(int32_t itemIndex) in ItemFocus()
H A Dlist_watch_layout_manager.cpp40 int32_t itemIndex = GetIndexByPosition(head_); in PerformLayout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_drag_function.cpp426 JSRef<JSVal> JsDragFunction::ItemDragStartExecute(const ItemDragInfo& info, int32_t itemIndex) in ItemDragStartExecute()
441 void JsDragFunction::ItemDragMoveExecute(const ItemDragInfo& info, int32_t itemIndex, int32_t inser… in ItemDragMoveExecute()
450 void JsDragFunction::ItemDragLeaveExecute(const ItemDragInfo& info, int32_t itemIndex) in ItemDragLeaveExecute()
458 void JsDragFunction::ItemDropExecute(const ItemDragInfo& info, int32_t itemIndex, int32_t insertInd… in ItemDropExecute()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/
H A Dwater_flow_layout_utils.cpp54 auto itemIndex = info->GetCrossIndexForNextItem(segment); in GetItemPosition() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.cpp806 double RenderGridScroll::SupplyItems(int32_t mainIndex, int32_t itemIndex, bool needPosition) in SupplyItems()
836 bool RenderGridScroll::Rank(int32_t mainIndex, int32_t itemIndex) in Rank()
1418 auto itemIndex = startItemIdx; in BuildItemsBackwardByRange() local
1478 auto itemIndex = startItemIdx; in BuildItemsForwardByRange() local
1573int32_t itemIndex, int32_t& itemMain, int32_t& itemCross, int32_t& itemMainSpan, int32_t& itemCros… in GetItemPropsByIndex()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_thread_skeleton.cpp67 uint32_t itemIndex = static_cast<uint32_t>(IRemoteObject::IF_PROT_BINDER); in TlsDestructor() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_layout_test_ng.cpp918 int32_t itemIndex = pattern_->GetItemIndexByPosition(point.GetX(), point.GetY()); variable
937 int32_t itemIndex = pattern_->GetItemIndexByPosition(point.GetX(), point.GetY()); variable
955 int32_t itemIndex = pattern_->GetItemIndexByPosition(point.GetX(), point.GetY()); variable

123