Home
last modified time | relevance | path

Searched defs:gestureState (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_multifinger_multitap.h219 void SetMultiFingerGestureState(const int32_t gestureState) in SetMultiFingerGestureState()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_paint_method.h109 void SetGestureState(GestureState gestureState) in SetGestureState()
H A Doverlength_dot_indicator_modifier.h149 void SetGestureState(GestureState gestureState) in SetGestureState()
H A Ddot_indicator_modifier.cpp517 void DotIndicatorModifier::UpdateAllPointCenterXAnimation(GestureState gestureState, in UpdateAllPointCenterXAnimation()
737 GestureState gestureState, TouchBottomTypeLoop touchBottomTypeLoop, in PlayLongPointAnimation()
798 const std::vector<std::pair<float, float>>& longPointCenterX, GestureState gestureState, in PlayIndicatorAnimation()
H A Doverlength_dot_indicator_modifier.cpp616 …const LinearVector<float>& itemHalfSizes, GestureState gestureState, TouchBottomTypeLoop touchBott… in PlayIndicatorAnimation()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_indicator_modifier_test_ng.cpp1135 auto gestureState = paintMethod->GetMoveRate(); variable
1343 auto gestureState = GestureState::GESTURE_STATE_RELEASE_LEFT; variable
1458 auto gestureState = GestureState::GESTURE_STATE_RELEASE_LEFT; variable
H A Dswiper_overlength_indicator_modifier_test_ng.cpp262 GestureState gestureState = GestureState::GESTURE_STATE_FOLLOW_LEFT; variable
H A Dswiper_indicator_extent_test_ng.cpp738 auto gestureState = paintMethod->GetMoveRate(); variable
791 auto gestureState = paintMethod->GetMoveRate(); variable
844 auto gestureState = paintMethod->GetMoveRate(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp5912 auto gestureState = gestureState_; in GetGestureState() local