Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Doverlength_dot_indicator_modifier.h67 GestureState gestureState, TouchBottomTypeLoop touchBottomTypeLoop);
159 void SetTouchBottomTypeLoop(TouchBottomTypeLoop touchBottomTypeLoop) in SetTouchBottomTypeLoop() argument
161 touchBottomTypeLoop_ = touchBottomTypeLoop; in SetTouchBottomTypeLoop()
H A Ddot_indicator_modifier.cpp662 TouchBottomTypeLoop touchBottomTypeLoop, const LinearVector<float>& vectorBlackPointCenterX) in PlayTouchBottomAnimation() argument
675 touchBottomTypeLoop]() { in PlayTouchBottomAnimation()
684 if (touchBottomTypeLoop == TouchBottomTypeLoop::TOUCH_BOTTOM_TYPE_LOOP_LEFT) { in PlayTouchBottomAnimation()
687 } else if (touchBottomTypeLoop == TouchBottomTypeLoop::TOUCH_BOTTOM_TYPE_LOOP_RIGHT) { in PlayTouchBottomAnimation()
737 GestureState gestureState, TouchBottomTypeLoop touchBottomTypeLoop, in PlayLongPointAnimation() argument
745 PlayTouchBottomAnimation(longPointCenterX, touchBottomTypeLoop, vectorBlackPointCenterX); in PlayLongPointAnimation()
799 TouchBottomTypeLoop touchBottomTypeLoop) in PlayIndicatorAnimation() argument
805 …PlayLongPointAnimation(longPointCenterX, gestureState, touchBottomTypeLoop, vectorBlackPointCenter… in PlayIndicatorAnimation()
H A Ddot_indicator_modifier.h292 TouchBottomTypeLoop touchBottomTypeLoop);
317 TouchBottomTypeLoop touchBottomTypeLoop, const LinearVector<float>& vectorBlackPointCenterX,
320 … TouchBottomTypeLoop touchBottomTypeLoop, const LinearVector<float>& vectorBlackPointCenterX);
H A Ddot_indicator_paint_method.h114 void SetTouchBottomTypeLoop(TouchBottomTypeLoop touchBottomTypeLoop) in SetTouchBottomTypeLoop() argument
116 touchBottomTypeLoop_ = touchBottomTypeLoop; in SetTouchBottomTypeLoop()
H A Doverlength_dot_indicator_modifier.cpp616 …arVector<float>& itemHalfSizes, GestureState gestureState, TouchBottomTypeLoop touchBottomTypeLoop) in PlayIndicatorAnimation() argument
640 …PlayLongPointAnimation(pointCenterX, gestureState, touchBottomTypeLoop, animationEndCenterX_, fals… in PlayIndicatorAnimation()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_overlength_indicator_modifier_test_ng.cpp263 TouchBottomTypeLoop touchBottomTypeLoop = TouchBottomTypeLoop::TOUCH_BOTTOM_TYPE_LOOP_LEFT; variable
265 …IndicatorModifier.PlayIndicatorAnimation(margin, itemHalfSizes, gestureState, touchBottomTypeLoop);
H A Dswiper_indicator_modifier_test_ng.cpp1344 TouchBottomTypeLoop touchBottomTypeLoop; variable
1345 touchBottomTypeLoop = TouchBottomTypeLoop::TOUCH_BOTTOM_TYPE_LOOP_LEFT;
1350 …ayIndicatorAnimation(vectorBlackPointCenterX, longPointCenterX, gestureState, touchBottomTypeLoop);