Home
last modified time | relevance | path

Searched refs:GetGroupItemIndex (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.h204 bool GetGroupItemIndex(double x, double y, RefPtr<FrameNode> itemFrameNode, int32_t& index,
H A Dlist_pattern.cpp1688 if (GetGroupItemIndex(x, y, itemFrameNode, index, itemIndex)) { in GetItemIndexInGroup()
1702 bool ListPattern::GetGroupItemIndex(double x, double y, RefPtr<FrameNode> itemFrameNode, in GetGroupItemIndex() function in OHOS::Ace::NG::ListPattern