Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp5451 bool commTouchBottom = (currentFirstIndex == TotalCount() - 1); in HandleTouchBottomLoopOnRTL() local
5452 …bool followTouchBottom = (commTouchBottom && (gestureState_ == GestureState::GESTURE_STATE_FOLLOW_… in HandleTouchBottomLoopOnRTL()
5485 bool commTouchBottom = (currentFirstIndex == TotalCount() - 1); in HandleTouchBottomLoop() local
5486 …bool followTouchBottom = (commTouchBottom && (gestureState_ == GestureState::GESTURE_STATE_FOLLOW_… in HandleTouchBottomLoop()
5497 bool leftReleaseTouchBottom = (commTouchBottom && (currentIndex == 0 && gestureState_ == in HandleTouchBottomLoop()