Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp5449 auto currentFirstIndex = GetLoopIndex(currentFirstIndex_); in HandleTouchBottomLoopOnRTL() local
5451 bool commTouchBottom = (currentFirstIndex == TotalCount() - 1); in HandleTouchBottomLoopOnRTL()
5478 auto currentFirstIndex = GetLoopIndex(currentFirstIndex_); in HandleTouchBottomLoop() local
5481 currentFirstIndex = TotalCount() - 1 - currentFirstIndex; in HandleTouchBottomLoop()
5485 bool commTouchBottom = (currentFirstIndex == TotalCount() - 1); in HandleTouchBottomLoop()
5528 auto currentFirstIndex = GetLoopIndex(currentFirstIndex_); in CalculateGestureStateOnRTL() local
5545 if (currentFirstIndex >= currentIndex) { in CalculateGestureStateOnRTL()
5556 auto currentFirstIndex = GetLoopIndex(currentFirstIndex_); in CalculateGestureState() local
5559 currentFirstIndex = TotalCount() - 1 - currentFirstIndex; in CalculateGestureState()
5582 } else if (currentFirstIndex >= currentIndex) { in CalculateGestureState()
[all …]