Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h685 void UpdateItemInfoInCustomAnimation(int32_t index, float startPos, float endPos);
H A Dswiper_pattern.cpp1316 UpdateItemInfoInCustomAnimation(item.first, item.second.startPos, item.second.endPos); in HandleSwiperCustomAnimation()
1437UpdateItemInfoInCustomAnimation(currentIndex, startPos - itemPosDiff * (index - currentIndex), in CalculateAndUpdateItemInfo()
1443UpdateItemInfoInCustomAnimation(currentIndex, startPos + itemPosDiff * (currentIndex - index), in CalculateAndUpdateItemInfo()
1447 UpdateItemInfoInCustomAnimation(index, startPos, endPos); in CalculateAndUpdateItemInfo()
1451 void SwiperPattern::UpdateItemInfoInCustomAnimation(int32_t index, float startPos, float endPos) in UpdateItemInfoInCustomAnimation() function in OHOS::Ace::NG::SwiperPattern