Home
last modified time | relevance | path

Searched refs:gestureState (Results 1 - 12 of 12) sorted by relevance

/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>& 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 Ddot_indicator_paint_method.h125 void SetGestureState(GestureState gestureState) in SetGestureState() argument
127 gestureState_ = gestureState; in SetGestureState()
H A Ddot_indicator_modifier.cpp523 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 Doverlength_dot_indicator_modifier.cpp608 const LinearVector<float>& itemHalfSizes, GestureState gestureState, TouchBottomTypeLoop touchBottomTypeLoop)
632 PlayLongPointAnimation(pointCenterX, gestureState, touchBottomTypeLoop, animationEndCenterX_);
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_multifinger_multitap.h217 * @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 Dinput_handler_manager.h72 bool gestureState { false };
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_indicator_modifier_test_ng.cpp1221 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 Dswiper_indicator_extent_test_ng.cpp749 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 Dswiper_overlength_indicator_modifier_test_ng.cpp262 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 Dinput_handler_manager.cpp799 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 Dswiper_pattern.cpp6137 auto gestureState = gestureState_;
6143 return gestureState;

Completed in 21 milliseconds