Home
last modified time | relevance | path

Searched refs:GetListItemGroupAnimatePosWithIndexInGroup (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.h392 …bool GetListItemGroupAnimatePosWithIndexInGroup(int32_t index, int32_t indexInGroup, float startPo…
H A Dlist_pattern.cpp1483 bool ListPattern::GetListItemGroupAnimatePosWithIndexInGroup( in GetListItemGroupAnimatePosWithIndexInGroup() function in OHOS::Ace::NG::ListPattern
1550 …if (!GetListItemGroupAnimatePosWithIndexInGroup(index, indexInGroup.value(), iter->second.startPos, in AnimateToTarget()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_test_ng.cpp461 pattern_->GetListItemGroupAnimatePosWithIndexInGroup(index, indexInGroup, in JumpToItemInGroup()