Home
last modified time | relevance | path

Searched refs:isDoubleTap (Results 1 - 3 of 3) sorted by relevance

/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_gesture_recognizer.h270 bool isDoubleTap(MMI::PointerEvent &event);
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_gesture_recognizer.cpp124 HILOG_INFO("isDoubleTap and longpress, on down event"); in OnPointerEvent()
138 HILOG_DEBUG("isDoubleTap and isLongpress, send move event to Multimodel."); in OnPointerEvent()
268 HILOG_DEBUG("up event, isDoubleTap and longpress."); in HandleTouchUpEvent()
298 if (pCurDown_ && pPreUp_ && isDoubleTap(event)) { in StandardGestureRecognizer()
458 bool AccessibilityGestureRecognizer::isDoubleTap(MMI::PointerEvent &event) in isDoubleTap() function in OHOS::Accessibility::AccessibilityGestureRecognizer
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_gesture_recognizer_test.cpp928 * @tc.name: isDoubleTap
929 * @tc.desc: Test function isDoubleTap
936 auto mode = Singleton<AccessibilityGestureRecognizer>::GetInstance().isDoubleTap(); in HWTEST_F()

Completed in 4 milliseconds