Searched refs:currentFirstIndex (Results 1 – 1 of 1) sorted by relevance
5449 auto currentFirstIndex = GetLoopIndex(currentFirstIndex_); in HandleTouchBottomLoopOnRTL() local5451 bool commTouchBottom = (currentFirstIndex == TotalCount() - 1); in HandleTouchBottomLoopOnRTL()5478 auto currentFirstIndex = GetLoopIndex(currentFirstIndex_); in HandleTouchBottomLoop() local5481 currentFirstIndex = TotalCount() - 1 - currentFirstIndex; in HandleTouchBottomLoop()5485 bool commTouchBottom = (currentFirstIndex == TotalCount() - 1); in HandleTouchBottomLoop()5528 auto currentFirstIndex = GetLoopIndex(currentFirstIndex_); in CalculateGestureStateOnRTL() local5545 if (currentFirstIndex >= currentIndex) { in CalculateGestureStateOnRTL()5556 auto currentFirstIndex = GetLoopIndex(currentFirstIndex_); in CalculateGestureState() local5559 currentFirstIndex = TotalCount() - 1 - currentFirstIndex; in CalculateGestureState()5582 } else if (currentFirstIndex >= currentIndex) { in CalculateGestureState()[all …]