Home
last modified time | relevance | path

Searched defs:GetPointerEvent (Results 1 – 16 of 16) sorted by relevance

/foundation/multimodalinput/input/service/touch_event_normalize/include/
Dgesture_transform_processor.h29 std::shared_ptr<PointerEvent> GetPointerEvent() override { return nullptr; } in GetPointerEvent() function
Dtablet_tool_tranform_processor.h29 std::shared_ptr<PointerEvent> GetPointerEvent() override { return nullptr; } in GetPointerEvent() function
Dremote_control_transform_processor.h31 std::shared_ptr<PointerEvent> GetPointerEvent() override { return nullptr; } in GetPointerEvent() function
Dtouch_transform_processor.h32 std::shared_ptr<PointerEvent> GetPointerEvent() override { return nullptr; } in GetPointerEvent() function
Djoystick_transform_processor.h91 std::shared_ptr<PointerEvent> GetPointerEvent() override { return nullptr; } in GetPointerEvent() function
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
Dtouch_transform_processor_test_with_mock.cpp150 std::shared_ptr<PointerEvent> MockInputEventConsumer::GetPointerEvent() const in GetPointerEvent() function in OHOS::MMI::MockInputEventConsumer
/foundation/multimodalinput/input/service/mouse_event_normalize/src/
Dmouse_event_normalize.cpp62 std::shared_ptr<PointerEvent> MouseEventNormalize::GetPointerEvent() in GetPointerEvent() function in OHOS::MMI::MouseEventNormalize
69 std::shared_ptr<PointerEvent> MouseEventNormalize::GetPointerEvent(int32_t deviceId) in GetPointerEvent() function in OHOS::MMI::MouseEventNormalize
Dmouse_transform_processor.cpp107 std::shared_ptr<PointerEvent> MouseTransformProcessor::GetPointerEvent() const in GetPointerEvent() function in OHOS::MMI::MouseTransformProcessor
/foundation/multimodalinput/input/service/touch_event_normalize/src/
Dtouch_event_normalize.cpp145 std::shared_ptr<PointerEvent> TouchEventNormalize::GetPointerEvent(int32_t deviceId) in GetPointerEvent() function in OHOS::MMI::TouchEventNormalize
Dtouchpad_transform_processor.cpp730 std::shared_ptr<PointerEvent> TouchPadTransformProcessor::GetPointerEvent() in GetPointerEvent() function in OHOS::MMI::TouchPadTransformProcessor
/foundation/arkui/ace_engine/frameworks/core/event/
Dcrown_event.h84 const std::shared_ptr<MMI::PointerEvent>& GetPointerEvent() const in GetPointerEvent() function
Dtouch_event.cpp939 const std::shared_ptr<MMI::PointerEvent>& TouchEventInfo::GetPointerEvent() const in GetPointerEvent() function in OHOS::Ace::TouchEventInfo
Dmouse_event.h367 const std::shared_ptr<MMI::PointerEvent> GetPointerEvent() const in GetPointerEvent() function
/foundation/multimodalinput/input/service/crown_transform_processor/src/
Dcrown_transform_processor.cpp45 std::shared_ptr<PointerEvent> CrownTransformProcessor::GetPointerEvent() const in GetPointerEvent() function in OHOS::MMI::CrownTransformProcessor
/foundation/multimodalinput/input/service/event_resample/src/
Devent_resample.cpp83 std::shared_ptr<PointerEvent> EventResample::GetPointerEvent() in GetPointerEvent() function in OHOS::MMI::EventResample
/foundation/arkui/ace_engine/frameworks/core/gestures/
Dgesture_event.h254 const std::shared_ptr<MMI::PointerEvent>& GetPointerEvent() const in GetPointerEvent() function