/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/src/ |
H A D | mouse_transform_processor.cpp | 364 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_END); in HandleAxisInner() 435 pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_END); in HandleAxisBeginEndInner() 449 pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_END); in HandleAxisBeginEndInner() 472 pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_END); in HandleScrollFingerInner() 569 pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_END); in CheckAndPackageAxisEvent()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | pointer_event.h | 91 static constexpr int32_t POINTER_ACTION_AXIS_END = 7; variable
|
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/src/ |
H A D | gesture_transform_processor.cpp | 137 pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_END); in OnEvent()
|
H A D | touchpad_transform_processor.cpp | 457 action == PointerEvent::POINTER_ACTION_AXIS_END)) { in OnEventTouchPadPinchGesture() 493 PointerEvent::POINTER_ACTION_AXIS_END; in GetPinchGestureType()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_view_ohos.cpp | 143 pointerAction <= MMI::PointerEvent::POINTER_ACTION_AXIS_END) || in DispatchTouchEvent() 193 || pointerAction == MMI::PointerEvent::POINTER_ACTION_AXIS_END in DispatchEventToPerf()
|
H A D | mmi_event_convertor.cpp | 377 case OHOS::MMI::PointerEvent::POINTER_ACTION_AXIS_END: in GetAxisEventAction()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | pointer_event.cpp | 526 { PointerEvent::POINTER_ACTION_AXIS_END, "axis-end" }, 1065 pointAction != POINTER_ACTION_AXIS_END && pointAction != POINTER_ACTION_BUTTON_DOWN && in IsValidCheckMouseFunc() 1289 case PointerEvent::POINTER_ACTION_AXIS_END: in ActionToShortStr()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | event_dispatcher.cpp | 296 case MMI::PointerEvent::POINTER_ACTION_AXIS_END: in GetAxisEventAction() 342 pointerEvent->pointerAction_ <= MMI::PointerEvent::POINTER_ACTION_AXIS_END) { in DispatchTouchEvent()
|
/ohos5.0/foundation/multimodalinput/input/service/crown_transform_processor/src/ |
H A D | crown_transform_processor.cpp | 155 HandleCrownRotatePostInner(VELOCITY_ZERO, DEGREE_ZERO, PointerEvent::POINTER_ACTION_AXIS_END); in HandleCrownRotateEnd()
|
/ohos5.0/foundation/multimodalinput/input/service/monitor/src/ |
H A D | event_monitor_handler.cpp | 505 pointerEvent->GetPointerAction() == PointerEvent::POINTER_ACTION_AXIS_END || in UpdateConsumptionState() 569 pointerEvent->GetPointerAction() != PointerEvent::POINTER_ACTION_AXIS_END)) { in IsPinch()
|
/ohos5.0/foundation/multimodalinput/input/service/event_handler/test/ |
H A D | event_normalize_handler_test.cpp | 150 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_END);
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/ |
H A D | js_input_monitor.cpp | 560 case PointerEvent::POINTER_ACTION_AXIS_END: { in GetPinchAction() 1002 case PointerEvent::POINTER_ACTION_AXIS_END: { in TransformTsActionValue() 1420 pointerEvent->GetPointerAction() != PointerEvent::POINTER_ACTION_AXIS_END)) { in IsPinch()
|
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/ |
H A D | pointer_event.h | 91 static constexpr int32_t POINTER_ACTION_AXIS_END = 7; variable
|
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/ |
H A D | oh_input_manager.cpp | 406 g_mouseEvent->SetPointerAction(OHOS::MMI::PointerEvent::POINTER_ACTION_AXIS_END); in HandleMouseAction() 818 action != OHOS::MMI::PointerEvent::POINTER_ACTION_AXIS_END) { in IsAxisEvent() 1180 case OHOS::MMI::PointerEvent::POINTER_ACTION_AXIS_END: in SetAxisEventAction()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_handler_manager.cpp | 350 pointerEvent->GetPointerAction() != PointerEvent::POINTER_ACTION_AXIS_END)) { in IsPinchType()
|
/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/ |
H A D | event_normalize_handler.cpp | 282 if (pointerEvent->GetPointerAction() == PointerEvent::POINTER_ACTION_AXIS_END) { in HandlePointerEvent()
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | input_windows_manager.cpp | 1417 eventAction <= PointerEvent::POINTER_ACTION_AXIS_END); in UpdateDisplayInfo() 2177 …on == PointerEvent::POINTER_ACTION_AXIS_BEGIN || action == PointerEvent::POINTER_ACTION_AXIS_END || in UpdateDisplayInfo() 2223 (action == PointerEvent::POINTER_ACTION_AXIS_END))) { in UpdateDisplayInfo() 2560 pointerEvent->GetPointerAction() == PointerEvent::POINTER_ACTION_AXIS_END; in UpdateDisplayInfo()
|
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/ |
H A D | mouse_transform_processor_test.cpp | 1506 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_END);
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | input_windows_manager_ex_test.cpp | 2155 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_END); 2203 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_END);
|
H A D | input_windows_manager_test.cpp | 4545 pointerEvent->pointerAction_ = PointerEvent::POINTER_ACTION_AXIS_END;
|
/ohos5.0/foundation/multimodalinput/input/service/event_dispatch/test/ |
H A D | event_dispatch_test.cpp | 1539 point->pointerAction_ = PointerEvent::POINTER_ACTION_AXIS_END;
|
/ohos5.0/foundation/multimodalinput/input/tools/inject_event/src/ |
H A D | input_manager_command.cpp | 448 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_END); in ParseCommand()
|
/ohos5.0/foundation/multimodalinput/input/service/key_command/test/ |
H A D | key_command_handler_test.cpp | 627 touchEvent->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_END);
|