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 D | overlength_dot_indicator_modifier.h | 67 GestureState gestureState, TouchBottomTypeLoop touchBottomTypeLoop); 159 void SetTouchBottomTypeLoop(TouchBottomTypeLoop touchBottomTypeLoop) in SetTouchBottomTypeLoop() argument 161 touchBottomTypeLoop_ = touchBottomTypeLoop; in SetTouchBottomTypeLoop()
|
H A D | dot_indicator_modifier.cpp | 662 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 D | dot_indicator_modifier.h | 292 TouchBottomTypeLoop touchBottomTypeLoop); 317 TouchBottomTypeLoop touchBottomTypeLoop, const LinearVector<float>& vectorBlackPointCenterX, 320 … TouchBottomTypeLoop touchBottomTypeLoop, const LinearVector<float>& vectorBlackPointCenterX);
|
H A D | dot_indicator_paint_method.h | 114 void SetTouchBottomTypeLoop(TouchBottomTypeLoop touchBottomTypeLoop) in SetTouchBottomTypeLoop() argument 116 touchBottomTypeLoop_ = touchBottomTypeLoop; in SetTouchBottomTypeLoop()
|
H A D | overlength_dot_indicator_modifier.cpp | 616 …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 D | swiper_overlength_indicator_modifier_test_ng.cpp | 263 TouchBottomTypeLoop touchBottomTypeLoop = TouchBottomTypeLoop::TOUCH_BOTTOM_TYPE_LOOP_LEFT; variable 265 …IndicatorModifier.PlayIndicatorAnimation(margin, itemHalfSizes, gestureState, touchBottomTypeLoop);
|
H A D | swiper_indicator_modifier_test_ng.cpp | 1344 TouchBottomTypeLoop touchBottomTypeLoop; variable 1345 touchBottomTypeLoop = TouchBottomTypeLoop::TOUCH_BOTTOM_TYPE_LOOP_LEFT; 1350 …ayIndicatorAnimation(vectorBlackPointCenterX, longPointCenterX, gestureState, touchBottomTypeLoop);
|