Home
last modified time | relevance | path

Searched refs:IsDragGestureAccept (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Ddrag_recognizer.cpp136 if (IsDragGestureAccept(dragOffsetInMainAxis)) { in HandleTouchMoveEvent()
213 bool DragRecognizer::IsDragGestureAccept(double offset) const in IsDragGestureAccept() function in OHOS::Ace::DragRecognizer
H A Ddrag_recognizer.h207 bool IsDragGestureAccept(double offset) const;
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_touch_guider.cpp438 if (IsDragGestureAccept(event)) { in HandleTouchGuidingStateInnerMove()
468 } else if (pointCount == POINTER_COUNT_2 && IsDragGestureAccept(event)) { in HandleDraggingStateInnerMove()
514 bool TouchGuider::IsDragGestureAccept(MMI::PointerEvent& event) in IsDragGestureAccept() function in OHOS::Accessibility::TouchGuider
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H A Dmock_mt_accessibility_touch_guider.cpp438 if (IsDragGestureAccept(event)) { in HandleTouchGuidingStateInnerMove()
468 } else if (pointCount == POINTER_COUNT_2 && IsDragGestureAccept(event)) { in HandleDraggingStateInnerMove()
514 bool MockTouchGuider::IsDragGestureAccept(MMI::PointerEvent& event) in IsDragGestureAccept() function in OHOS::Accessibility::MockTouchGuider
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_touch_guider.h346 bool IsDragGestureAccept(MMI::PointerEvent &event);
/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/
H A Dsa_get_attribute_value_benchmark.cpp771 if (IsDragGestureAccept(event)) { in HandleTouchGuidingStateInnerMove()
900 bool GetAttributeValueTest::IsDragGestureAccept(MMI::PointerEvent &event) in IsDragGestureAccept() function in OHOS::A11y::GetAttributeValueTest
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_touch_guider.cpp771 if (IsDragGestureAccept(event)) { in HandleTouchGuidingStateInnerMove()
900 bool TouchGuider::IsDragGestureAccept(MMI::PointerEvent &event) in IsDragGestureAccept() function in OHOS::Accessibility::TouchGuider

Completed in 8 milliseconds