Home
last modified time | relevance | path

Searched refs:OnDoubleTap (Results 1 - 10 of 10) sorted by relevance

/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H A Dmock_accessibility_gesture_recognizer.h36 MOCK_METHOD1(OnDoubleTap, bool(MMI::PointerEvent& event));
/foundation/barrierfree/accessibility/services/test/moduletest/mock/include/
H A Dmock_mt_accessibility_gesture_recognizer.h36 MOCK_METHOD1(OnDoubleTap, bool(MMI::PointerEvent& event));
/foundation/barrierfree/accessibility/services/test/xts/inc/
H A Dmock_accessibility_gesture_recognizer.h36 MOCK_METHOD1(OnDoubleTap, bool(MMI::PointerEvent& event));
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_gesture_recognizer.h80 virtual bool OnDoubleTap(MMI::PointerEvent &event);
234 * @brief A double tap has occurred, call OnDoubleTap callback.
H A Daccessibility_touch_guider.h243 bool OnDoubleTap(MMI::PointerEvent &event) override;
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_gesture_recognizer.cpp364 return listener_->OnDoubleTap(event); in DoubleTapRecognized()
H A Daccessibility_touch_guider.cpp313 bool TouchGuider::TouchGuideListener::OnDoubleTap(MMI::PointerEvent &event) in OnDoubleTap() function in OHOS::Accessibility::TouchGuider::TouchGuideListener
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_touch_guider.cpp187 bool TouchGuider::TouchGuideListener::OnDoubleTap(MMI::PointerEvent& event) in OnDoubleTap() function in OHOS::Accessibility::TouchGuider::TouchGuideListener
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H A Dmock_mt_accessibility_touch_guider.cpp187 bool MockTouchGuider::TouchGuideListener::OnDoubleTap(MMI::PointerEvent& event) in OnDoubleTap() function in OHOS::Accessibility::MockTouchGuider::TouchGuideListener
/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/
H A Dsa_get_attribute_value_benchmark.cpp313 bool GetAttributeValueTest::TouchGuideListener::OnDoubleTap(MMI::PointerEvent &event) in OnDoubleTap() function in OHOS::A11y::GetAttributeValueTest::TouchGuideListener

Completed in 8 milliseconds