/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>& vectorBlackPointCenterX, 291 const std::vector<std::pair<float, float>>& longPointCenterX, GestureState gestureState, 312 GestureState gestureState, TouchBottomTypeLoop touchBottomTypeLoop, 321 const std::vector<std::pair<float, float>>& longPointCenterX, GestureState gestureState) const;
|
H A D | dot_indicator_paint_method.h | 125 void SetGestureState(GestureState gestureState) in SetGestureState() argument 127 gestureState_ = gestureState; in SetGestureState()
|
H A D | dot_indicator_modifier.cpp | 523 void DotIndicatorModifier::UpdateAllPointCenterXAnimation(GestureState gestureState, in UpdateAllPointCenterXAnimation() argument 549 if (gestureState == GestureState::GESTURE_STATE_RELEASE_LEFT) { in UpdateAllPointCenterXAnimation() 739 const std::vector<std::pair<float, float>>& longPointCenterX, GestureState gestureState) const in CalculateMinimumAmplitudeRatio() 745 if (gestureState == GestureState::GESTURE_STATE_RELEASE_LEFT) { in CalculateMinimumAmplitudeRatio() 755 GestureState gestureState, TouchBottomTypeLoop touchBottomTypeLoop, in PlayLongPointAnimation() 775 interpolatingSpring->UpdateMinimumAmplitudeRatio(CalculateMinimumAmplitudeRatio(longPointCenterX, gestureState)); in PlayLongPointAnimation() 781 if (gestureState == GestureState::GESTURE_STATE_RELEASE_LEFT) { in PlayLongPointAnimation() 813 const std::vector<std::pair<float, float>>& longPointCenterX, GestureState gestureState, in PlayIndicatorAnimation() 820 PlayLongPointAnimation(longPointCenterX, gestureState, touchBottomTypeLoop, vectorBlackPointCenterX); in PlayIndicatorAnimation() 754 PlayLongPointAnimation(const std::vector<std::pair<float, float>>& longPointCenterX, GestureState gestureState, TouchBottomTypeLoop touchBottomTypeLoop, const LinearVector<float>& vectorBlackPointCenterX) PlayLongPointAnimation() argument 812 PlayIndicatorAnimation(const LinearVector<float>& vectorBlackPointCenterX, const std::vector<std::pair<float, float>>& longPointCenterX, GestureState gestureState, TouchBottomTypeLoop touchBottomTypeLoop) PlayIndicatorAnimation() argument
|
H A D | overlength_dot_indicator_modifier.cpp | 608 const LinearVector<float>& itemHalfSizes, GestureState gestureState, TouchBottomTypeLoop touchBottomTypeLoop)
632 PlayLongPointAnimation(pointCenterX, gestureState, touchBottomTypeLoop, animationEndCenterX_);
|
/foundation/barrierfree/accessibility/services/aams/include/ |
H A D | accessibility_multifinger_multitap.h | 217 * @param gestureState the multiFingerGestureState to be set. 219 void SetMultiFingerGestureState(const int32_t gestureState) in SetMultiFingerGestureState() argument 221 multiFingerGestureState_ = gestureState; in SetMultiFingerGestureState()
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/ |
H A D | input_handler_manager.h | 72 bool gestureState { false };
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_indicator_modifier_test_ng.cpp | 1221 auto gestureState = paintMethod->GetMoveRate(); in HWTEST_F() local 1222 EXPECT_TRUE(std::get<0>(gestureState) == 1); in HWTEST_F() 1429 auto gestureState = GestureState::GESTURE_STATE_RELEASE_LEFT; in HWTEST_F() local 1436 modifier->PlayIndicatorAnimation(vectorBlackPointCenterX, longPointCenterX, gestureState, touchBottomTypeLoop); in HWTEST_F() 1544 auto gestureState = GestureState::GESTURE_STATE_RELEASE_LEFT; in HWTEST_F() local 1546 longPointCenterX, gestureState, TouchBottomTypeLoop::TOUCH_BOTTOM_TYPE_LOOP_RIGHT, endVectorBlackPointCenterX); in HWTEST_F() 1547 EXPECT_TRUE(gestureState == GestureState::GESTURE_STATE_RELEASE_LEFT); in HWTEST_F()
|
H A D | swiper_indicator_extent_test_ng.cpp | 749 auto gestureState = paintMethod->GetMoveRate(); in HWTEST_F() local 750 EXPECT_TRUE(std::get<0>(gestureState) == 1); in HWTEST_F() 803 auto gestureState = paintMethod->GetMoveRate(); in HWTEST_F() local 804 EXPECT_TRUE(std::get<0>(gestureState) == 1); in HWTEST_F() 857 auto gestureState = paintMethod->GetMoveRate(); in HWTEST_F() local 858 EXPECT_TRUE(std::get<0>(gestureState) == 1); in HWTEST_F()
|
H A D | swiper_overlength_indicator_modifier_test_ng.cpp | 262 GestureState gestureState = GestureState::GESTURE_STATE_FOLLOW_LEFT;
in HWTEST_F() local 265 dotIndicatorModifier.PlayIndicatorAnimation(margin, itemHalfSizes, gestureState, touchBottomTypeLoop);
in HWTEST_F()
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_handler_manager.cpp | 799 if (!gestureHandler.gestureState) { in IsMatchGesture() 802 gestureHandler.gestureState = false; in IsMatchGesture() 812 gestureHandler.gestureState = true; in IsMatchGesture()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_pattern.cpp | 6137 auto gestureState = gestureState_; 6143 return gestureState;
|