/foundation/arkui/ace_engine/adapter/ohos/tools/raw_input_injector/ |
H A D | injecting_executor.cpp | 38 return MMI::PointerEvent::POINTER_ACTION_CANCEL; in GetPointerActionFromCommandType() 53 case MMI::PointerEvent::POINTER_ACTION_CANCEL: in GetCommandTypeFromPointerAction() 71 case MMI::PointerEvent::POINTER_ACTION_CANCEL: in GetPointerActionName() 84 pointerActionType == MMI::PointerEvent::POINTER_ACTION_CANCEL) { in IsEventNeedTriggerImmediatly()
|
/foundation/barrierfree/accessibility/services/aams/test/unittest/ |
H A D | accessibility_zoom_gesture_test.cpp | 417 * @tc.desc: Test function OnPointerEvent(POINTER_ACTION_CANCEL in ready state) 426 MMI::PointerEvent::POINTER_ACTION_CANCEL); in HWTEST_F() 433 EXPECT_EQ(touchAction, MMI::PointerEvent::POINTER_ACTION_CANCEL); in HWTEST_F() 441 * @tc.desc: Test function OnPointerEvent(POINTER_ACTION_CANCEL in zoom state) 455 MMI::PointerEvent::POINTER_ACTION_CANCEL); in HWTEST_F() 462 EXPECT_EQ(touchAction, MMI::PointerEvent::POINTER_ACTION_CANCEL); in HWTEST_F() 470 * @tc.desc: Test function OnPointerEvent(POINTER_ACTION_CANCEL in sliding state) 502 event->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_CANCEL); in HWTEST_F()
|
H A D | accessibility_setting_provider_test.cpp | 1352 * @tc.desc: Test function OnPointerEvent(POINTER_ACTION_CANCEL in ready state) 1361 MMI::PointerEvent::POINTER_ACTION_CANCEL); in HWTEST_F() 1368 EXPECT_EQ(touchAction, MMI::PointerEvent::POINTER_ACTION_CANCEL); in HWTEST_F() 1376 * @tc.desc: Test function OnPointerEvent(POINTER_ACTION_CANCEL in zoom state) 1390 MMI::PointerEvent::POINTER_ACTION_CANCEL); in HWTEST_F() 1397 EXPECT_EQ(touchAction, MMI::PointerEvent::POINTER_ACTION_CANCEL); in HWTEST_F() 1405 * @tc.desc: Test function OnPointerEvent(POINTER_ACTION_CANCEL in sliding state) 1437 event->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_CANCEL); in HWTEST_F()
|
/foundation/multimodalinput/input/service/event_dispatch/src/ |
H A D | event_dispatch_handler.cpp | 122 point->SetPointerAction(PointerEvent::POINTER_ACTION_CANCEL); in ReissueEvent() 139 point->GetPointerAction() == PointerEvent::POINTER_ACTION_CANCEL) { in ReissueEvent() 177 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_CANCEL); in HandleMultiWindowPointerEvent() 205 point->GetPointerAction() == PointerEvent::POINTER_ACTION_CANCEL || in HandleMultiWindowPointerEvent()
|
/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | pointer_event_test.cpp | 352 pointerEvent2->SetPointerAction(PointerEvent::POINTER_ACTION_CANCEL); in HWTEST_F() 370 pointerEvent1->SetPointerAction(PointerEvent::POINTER_ACTION_CANCEL); in HWTEST_F() 381 pointerEvent2->SetPointerAction(PointerEvent::POINTER_ACTION_CANCEL); in HWTEST_F() 403 pointerEvent1->SetPointerAction(PointerEvent::POINTER_ACTION_CANCEL); in HWTEST_F() 416 pointerEvent2->SetPointerAction(PointerEvent::POINTER_ACTION_CANCEL); in HWTEST_F() 444 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_CANCEL); in HWTEST_F() 472 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_CANCEL); in HWTEST_F() 557 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_CANCEL); in HWTEST_F() 831 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_CANCEL); in HWTEST_F() 850 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_CANCEL); in HWTEST_F() [all...] |
H A D | input_manager_inject_test.cpp | 687 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_CANCEL); in HWTEST_F() 780 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_CANCEL); in HWTEST_F() 811 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_CANCEL); in HWTEST_F() 843 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_CANCEL); in HWTEST_F()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | mmi_event_convertor.h | 42 { TouchType::CANCEL, MMI::PointerEvent::POINTER_ACTION_CANCEL },
|
H A D | mmi_event_convertor.cpp | 208 { OHOS::MMI::PointerEvent::POINTER_ACTION_CANCEL, TouchType::CANCEL }, in SetTouchEventType() 275 case OHOS::MMI::PointerEvent::POINTER_ACTION_CANCEL: in GetMouseEventAction() 374 case OHOS::MMI::PointerEvent::POINTER_ACTION_CANCEL: in GetAxisEventAction() 466 case OHOS::MMI::PointerEvent::POINTER_ACTION_CANCEL: in GetPointerEventAction()
|
H A D | ace_view_ohos.cpp | 135 pointerAction == MMI::PointerEvent::POINTER_ACTION_CANCEL)) { in DispatchTouchEvent()
|
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | pointer_event.h | 85 static constexpr int32_t POINTER_ACTION_CANCEL = 1; member in OHOS::MMI::PointerEvent
|
/foundation/multimodalinput/input/service/touch_event_normalize/src/ |
H A D | touch_gesture_adapter.cpp | 122 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_CANCEL); in OnGestureSuccessful()
|
H A D | touchpad_transform_processor.cpp | 90 pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_CANCEL); in OnEventTouchPadDown() 145 pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_CANCEL); in OnEventTouchPadMotion()
|
/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/ |
H A D | input_event_interceptor.cpp | 93 pointerAction == MMI::PointerEvent::POINTER_ACTION_CANCEL) { in OnPointerEvent()
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_zoom_gesture.cpp | 259 case MMI::PointerEvent::POINTER_ACTION_CANCEL: in RecognizeInReadyState() 339 case MMI::PointerEvent::POINTER_ACTION_CANCEL: in RecognizeInZoomState() 373 case MMI::PointerEvent::POINTER_ACTION_CANCEL: in RecognizeInSlidingState() 414 (action == MMI::PointerEvent::POINTER_ACTION_CANCEL)) { in RecognizeScale()
|
H A D | accessibility_touchEvent_injector.cpp | 112 event = obtainTouchEvent(MMI::PointerEvent::POINTER_ACTION_CANCEL, pointer, time); in CancelGesture()
|
H A D | accessibility_gesture_recognizer.cpp | 147 case MMI::PointerEvent::POINTER_ACTION_CANCEL: in OnPointerEvent()
|
H A D | accessibility_screen_touch.cpp | 586 if (event.GetPointerAction() == MMI::PointerEvent::POINTER_ACTION_CANCEL) { in OnPointerEvent()
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | move_drag_controller.cpp | 323 action == MMI::PointerEvent::POINTER_ACTION_CANCEL) { in ConsumeMoveEvent() 347 case MMI::PointerEvent::POINTER_ACTION_CANCEL: in ConsumeMoveEvent() 411 pointerEvent->GetPointerAction() == MMI::PointerEvent::POINTER_ACTION_CANCEL) { in UpdateGravityWhenDrag() 466 case MMI::PointerEvent::POINTER_ACTION_CANCEL: { in ConsumeDragEvent() 955 case MMI::PointerEvent::POINTER_ACTION_CANCEL: { in UpdateMoveTempProperty()
|
/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | pointer_event.cpp | 573 { PointerEvent::POINTER_ACTION_CANCEL, "cancel" }, 1138 bool checkFlag = pointAction != POINTER_ACTION_CANCEL && pointAction != POINTER_ACTION_MOVE && in IsValidCheckMouseFunc() 1214 if (pointAction != POINTER_ACTION_CANCEL && pointAction != POINTER_ACTION_MOVE && in IsValidCheckTouchFunc() 1352 case PointerEvent::POINTER_ACTION_CANCEL: in ActionToShortStr()
|
/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | touch_drawing_manager_ai_test.cpp | 442 touchDrawingMgr.pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_CANCEL); in HWTEST_F() 675 action = PointerEvent::POINTER_ACTION_CANCEL; in HWTEST_F()
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | drag_controller_test.cpp | 214 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_CANCEL); in HWTEST_F() 501 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_CANCEL); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/ |
H A D | form_node.cpp | 34 { TouchType::CANCEL, MMI::PointerEvent::POINTER_ACTION_CANCEL },
|
/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | input_windows_manager.cpp | 204 pointerEvent->GetPointerAction() == PointerEvent::POINTER_ACTION_CANCEL) { in IgnoreTouchEvent() 245 tPointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_CANCEL); in ReissueCancelTouchEvent() 386 if (pointerEvent->GetPointerAction() != PointerEvent::POINTER_ACTION_CANCEL && in GetClientFd() 457 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_CANCEL); in FoldScreenRotation() 459 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_CANCEL); in FoldScreenRotation() 979 tmpEvent->SetPointerAction(PointerEvent::POINTER_ACTION_CANCEL); in HandleWindowPositionChange() 1192 LogTracer lt(pointerEvent->GetId(), pointerEvent->GetEventType(), PointerEvent::POINTER_ACTION_CANCEL); in UpdateDisplayInfo() 1193 SetPointerEvent(PointerEvent::POINTER_ACTION_CANCEL, pointerEvent); in UpdateDisplayInfo() 2610 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_CANCEL); in UpdateDisplayInfo() 3212 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_CANCEL); in UpdateDisplayInfo() [all...] |
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | move_drag_controller_test.cpp | 285 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_CANCEL); in HWTEST_F() 621 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_CANCEL); in HWTEST_F() 958 pointerEvent->SetPointerAction(static_cast<int32_t>(MMI::PointerEvent::POINTER_ACTION_CANCEL)); in HWTEST_F()
|
/foundation/multimodalinput/input/service/event_dispatch/test/ |
H A D | event_dispatch_test.cpp | 690 point->pointerAction_ = PointerEvent::POINTER_ACTION_CANCEL; in HWTEST_F() 1260 point->pointerAction_ = PointerEvent::POINTER_ACTION_CANCEL; in HWTEST_F() 1284 point->pointerAction_ = PointerEvent::POINTER_ACTION_CANCEL; in HWTEST_F() 1499 point->pointerAction_ = PointerEvent::POINTER_ACTION_CANCEL; in HWTEST_F() 1929 point->pointerAction_ = PointerEvent::POINTER_ACTION_CANCEL;
|