Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp2856 auto firstIndex = firstItemInfoInVisibleArea.first; in ComputeSwipePageNextIndex()
2921 …auto firstItemLength = firstItemInfoInVisibleArea.second.endPos - firstItemInfoInVisibleArea.secon… in ComputeNextIndexByVelocity()
2926 auto firstIndex = firstItemInfoInVisibleArea.first; in ComputeNextIndexByVelocity()
2927 auto dragDistance = firstItemInfoInVisibleArea.second.endPos; in ComputeNextIndexByVelocity()
2930 dragDistance = firstItemInfoInVisibleArea.second.startPos; in ComputeNextIndexByVelocity()
4092 auto secondItemIndex = firstItemInfoInVisibleArea.first + 1; in GetSecondItemInfoInVisibleArea()
4261 …auto firstItemLength = firstItemInfoInVisibleArea.second.endPos - firstItemInfoInVisibleArea.secon… in TriggerAnimationEndOnSwipeToLeft()
4265 UpdateCurrentIndex(firstItemInfoInVisibleArea.first); in TriggerAnimationEndOnSwipeToLeft()
4276 …auto firstItemLength = firstItemInfoInVisibleArea.second.endPos - firstItemInfoInVisibleArea.secon… in TriggerAnimationEndOnSwipeToRight()
4284 UpdateCurrentIndex(firstItemInfoInVisibleArea.first); in TriggerAnimationEndOnSwipeToRight()
[all …]