Home
last modified time | relevance | path

Searched refs:gestureState (Results 1 – 10 of 10) 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);
149 void SetGestureState(GestureState gestureState) in SetGestureState() argument
151 gestureState_ = gestureState; in SetGestureState()
H A Ddot_indicator_modifier.h151 …void UpdateAllPointCenterXAnimation(GestureState gestureState, const LinearVector<float>& vectorBl…
291 const std::vector<std::pair<float, float>>& longPointCenterX, GestureState gestureState,
316 …tAnimation(const std::vector<std::pair<float, float>>& longPointCenterX, GestureState gestureState,
326 … const std::vector<std::pair<float, float>>& longPointCenterX, GestureState gestureState) const;
H A Ddot_indicator_modifier.cpp517 void DotIndicatorModifier::UpdateAllPointCenterXAnimation(GestureState gestureState, in UpdateAllPointCenterXAnimation() argument
539 if (gestureState == GestureState::GESTURE_STATE_RELEASE_LEFT) { in UpdateAllPointCenterXAnimation()
721 const std::vector<std::pair<float, float>>& longPointCenterX, GestureState gestureState) const in CalculateMinimumAmplitudeRatio()
727 if (gestureState == GestureState::GESTURE_STATE_RELEASE_LEFT) { in CalculateMinimumAmplitudeRatio()
737 GestureState gestureState, TouchBottomTypeLoop touchBottomTypeLoop, in PlayLongPointAnimation() argument
759 CalculateMinimumAmplitudeRatio(longPointCenterX, gestureState)); in PlayLongPointAnimation()
766 if (gestureState == GestureState::GESTURE_STATE_RELEASE_LEFT) { in PlayLongPointAnimation()
798 const std::vector<std::pair<float, float>>& longPointCenterX, GestureState gestureState, in PlayIndicatorAnimation() argument
805 …PlayLongPointAnimation(longPointCenterX, gestureState, touchBottomTypeLoop, vectorBlackPointCenter… in PlayIndicatorAnimation()
H A Ddot_indicator_paint_method.h109 void SetGestureState(GestureState gestureState) in SetGestureState() argument
111 gestureState_ = gestureState; in SetGestureState()
H A Doverlength_dot_indicator_modifier.cpp616 …const LinearVector<float>& itemHalfSizes, GestureState gestureState, TouchBottomTypeLoop touchBott… in PlayIndicatorAnimation() argument
640 …PlayLongPointAnimation(pointCenterX, gestureState, touchBottomTypeLoop, animationEndCenterX_, fals… in PlayIndicatorAnimation()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_multifinger_multitap.h219 void SetMultiFingerGestureState(const int32_t gestureState) in SetMultiFingerGestureState() argument
221 multiFingerGestureState_ = gestureState; in SetMultiFingerGestureState()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_indicator_modifier_test_ng.cpp1135 auto gestureState = paintMethod->GetMoveRate(); variable
1136 EXPECT_TRUE(std::get<0>(gestureState) == 1);
1343 auto gestureState = GestureState::GESTURE_STATE_RELEASE_LEFT; variable
1350 …modifier->PlayIndicatorAnimation(vectorBlackPointCenterX, longPointCenterX, gestureState, touchBot…
1458 auto gestureState = GestureState::GESTURE_STATE_RELEASE_LEFT; variable
1460 …longPointCenterX, gestureState, TouchBottomTypeLoop::TOUCH_BOTTOM_TYPE_LOOP_RIGHT, endVectorBlackP…
1461 EXPECT_TRUE(gestureState == GestureState::GESTURE_STATE_RELEASE_LEFT);
H A Dswiper_indicator_extent_test_ng.cpp738 auto gestureState = paintMethod->GetMoveRate(); variable
739 EXPECT_TRUE(std::get<0>(gestureState) == 1);
791 auto gestureState = paintMethod->GetMoveRate(); variable
792 EXPECT_TRUE(std::get<0>(gestureState) == 1);
844 auto gestureState = paintMethod->GetMoveRate(); variable
845 EXPECT_TRUE(std::get<0>(gestureState) == 1);
H A Dswiper_overlength_indicator_modifier_test_ng.cpp262 GestureState gestureState = GestureState::GESTURE_STATE_FOLLOW_LEFT; variable
265 …dotIndicatorModifier.PlayIndicatorAnimation(margin, itemHalfSizes, gestureState, touchBottomTypeLo…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp5912 auto gestureState = gestureState_; in GetGestureState() local
5918 return gestureState; in GetGestureState()