Searched refs:SEND_TOUCH_GUIDE_END_MSG (Results 1 - 5 of 5) sorted by relevance
/foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
H A D | mock_accessibility_touch_guider.cpp | 73 case TouchGuider::SEND_TOUCH_GUIDE_END_MSG: in ProcessEvent() 198 server_.ForceSendAndRemoveEvent(server_.SEND_TOUCH_GUIDE_END_MSG, event); in OnDoubleTap() 381 CancelPostEvent(SEND_TOUCH_GUIDE_END_MSG); in Clear() 410 if (!HasEventPending(SEND_TOUCH_GUIDE_END_MSG)) { in SendExitEvents() 411 PostAccessibilityEvent(SEND_TOUCH_GUIDE_END_MSG); in SendExitEvents() 751 case SEND_TOUCH_GUIDE_END_MSG: in ForceSendAndRemoveEvent() 780 if (!HasInnerEvent(TouchGuider::SEND_TOUCH_GUIDE_END_MSG)) { in HoverExitRunner() 781 RemoveEvent(TouchGuider::SEND_TOUCH_GUIDE_END_MSG); in HoverExitRunner() 782 SendEvent(TouchGuider::SEND_TOUCH_GUIDE_END_MSG, 0, EXIT_GESTURE_REC_TIMEOUT); in HoverExitRunner()
|
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/ |
H A D | mock_mt_accessibility_touch_guider.cpp | 73 case MockTouchGuider::SEND_TOUCH_GUIDE_END_MSG: in ProcessEvent() 198 server_.ForceSendAndRemoveEvent(server_.SEND_TOUCH_GUIDE_END_MSG, event); in OnDoubleTap() 381 CancelPostEvent(SEND_TOUCH_GUIDE_END_MSG); in Clear() 410 if (!HasEventPending(SEND_TOUCH_GUIDE_END_MSG)) { in SendExitEvents() 411 PostAccessibilityEvent(SEND_TOUCH_GUIDE_END_MSG); in SendExitEvents() 751 case SEND_TOUCH_GUIDE_END_MSG: in ForceSendAndRemoveEvent() 780 if (!HasInnerEvent(MockTouchGuider::SEND_TOUCH_GUIDE_END_MSG)) { in HoverExitRunner() 781 RemoveEvent(MockTouchGuider::SEND_TOUCH_GUIDE_END_MSG); in HoverExitRunner() 782 SendEvent(MockTouchGuider::SEND_TOUCH_GUIDE_END_MSG, 0, EXIT_GESTURE_REC_TIMEOUT); in HoverExitRunner()
|
/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/ |
H A D | sa_get_attribute_value_benchmark.cpp | 80 case GetAttributeValueTest::SEND_TOUCH_GUIDE_END_MSG: in ProcessEvent() 323 server_.ForceSendAndRemoveEvent(server_.SEND_TOUCH_GUIDE_END_MSG, event); in OnDoubleTap() 626 CancelPostEvent(SEND_TOUCH_GUIDE_END_MSG); in Clear() 662 if (!HasEventPending(SEND_TOUCH_GUIDE_END_MSG)) { in SendExitEvents() 663 PostA11yEvent(SEND_TOUCH_GUIDE_END_MSG); in SendExitEvents() 678 ForceSendAndRemoveEvent(SEND_TOUCH_GUIDE_END_MSG, event); in HandleTouchGuidingStateInnerDown() 1141 case SEND_TOUCH_GUIDE_END_MSG: in ForceSendAndRemoveEvent() 1203 if (!HasInnerEvent(GetAttributeValueTest::SEND_TOUCH_GUIDE_END_MSG)) { in HoverExitRunner() 1204 RemoveEvent(GetAttributeValueTest::SEND_TOUCH_GUIDE_END_MSG); in HoverExitRunner() 1205 SendEvent(GetAttributeValueTest::SEND_TOUCH_GUIDE_END_MSG, in HoverExitRunner() [all...] |
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_touch_guider.cpp | 80 case TouchGuider::SEND_TOUCH_GUIDE_END_MSG: in ProcessEvent() 323 server_.ForceSendAndRemoveEvent(server_.SEND_TOUCH_GUIDE_END_MSG, event); in OnDoubleTap() 626 CancelPostEvent(SEND_TOUCH_GUIDE_END_MSG); in Clear() 662 if (!HasEventPending(SEND_TOUCH_GUIDE_END_MSG)) { in SendExitEvents() 663 PostAccessibilityEvent(SEND_TOUCH_GUIDE_END_MSG); in SendExitEvents() 678 ForceSendAndRemoveEvent(SEND_TOUCH_GUIDE_END_MSG, event); in HandleTouchGuidingStateInnerDown() 1141 case SEND_TOUCH_GUIDE_END_MSG: in ForceSendAndRemoveEvent() 1203 if (!HasInnerEvent(TouchGuider::SEND_TOUCH_GUIDE_END_MSG)) { in HoverExitRunner() 1204 RemoveEvent(TouchGuider::SEND_TOUCH_GUIDE_END_MSG); in HoverExitRunner() 1205 SendEvent(TouchGuider::SEND_TOUCH_GUIDE_END_MSG, in HoverExitRunner() [all...] |
/foundation/barrierfree/accessibility/services/aams/include/ |
H A D | accessibility_touch_guider.h | 122 static constexpr uint32_t SEND_TOUCH_GUIDE_END_MSG = 4; member in OHOS::Accessibility::TouchGuider
|
Completed in 7 milliseconds