/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); 149 void SetGestureState(GestureState gestureState) in SetGestureState() argument 151 gestureState_ = gestureState; in SetGestureState()
|
H A D | dot_indicator_modifier.h | 151 …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 D | dot_indicator_modifier.cpp | 517 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 D | dot_indicator_paint_method.h | 109 void SetGestureState(GestureState gestureState) in SetGestureState() argument 111 gestureState_ = gestureState; in SetGestureState()
|
H A D | overlength_dot_indicator_modifier.cpp | 616 …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 D | accessibility_multifinger_multitap.h | 219 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 D | swiper_indicator_modifier_test_ng.cpp | 1135 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 D | swiper_indicator_extent_test_ng.cpp | 738 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 D | swiper_overlength_indicator_modifier_test_ng.cpp | 262 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 D | swiper_pattern.cpp | 5912 auto gestureState = gestureState_; in GetGestureState() local 5918 return gestureState; in GetGestureState()
|