/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/include/ |
H A D | gesture_transform_processor.h | 31 std::shared_ptr<PointerEvent> GetPointerEvent() override { return nullptr; } in GetPointerEvent() function
|
H A D | tablet_tool_tranform_processor.h | 31 std::shared_ptr<PointerEvent> GetPointerEvent() override { return nullptr; } in GetPointerEvent() function
|
H A D | touch_transform_processor.h | 35 std::shared_ptr<PointerEvent> GetPointerEvent() override { return nullptr; } in GetPointerEvent() function
|
H A D | joystick_transform_processor.h | 91 std::shared_ptr<PointerEvent> GetPointerEvent() override { return nullptr; } in GetPointerEvent() function
|
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/src/ |
H A D | mouse_event_normalize.cpp | 74 std::shared_ptr<PointerEvent> MouseEventNormalize::GetPointerEvent() in GetPointerEvent() function in OHOS::MMI::MouseEventNormalize 81 std::shared_ptr<PointerEvent> MouseEventNormalize::GetPointerEvent(int32_t deviceId) in GetPointerEvent() function in OHOS::MMI::MouseEventNormalize
|
H A D | mouse_transform_processor.cpp | 88 std::shared_ptr<PointerEvent> MouseTransformProcessor::GetPointerEvent() const in GetPointerEvent() function in OHOS::MMI::MouseTransformProcessor
|
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/src/ |
H A D | touch_event_normalize.cpp | 97 std::shared_ptr<PointerEvent> TouchEventNormalize::GetPointerEvent(int32_t deviceId) in GetPointerEvent() function in OHOS::MMI::TouchEventNormalize
|
H A D | touchpad_transform_processor.cpp | 617 std::shared_ptr<PointerEvent> TouchPadTransformProcessor::GetPointerEvent() in GetPointerEvent() function in OHOS::MMI::TouchPadTransformProcessor
|
/ohos5.0/foundation/multimodalinput/input/service/crown_transform_processor/src/ |
H A D | crown_transform_processor.cpp | 50 std::shared_ptr<PointerEvent> CrownTransformProcessor::GetPointerEvent() const in GetPointerEvent() function in OHOS::MMI::CrownTransformProcessor
|
/ohos5.0/foundation/multimodalinput/input/service/event_resample/src/ |
H A D | event_resample.cpp | 85 std::shared_ptr<PointerEvent> EventResample::GetPointerEvent() in GetPointerEvent() function in OHOS::MMI::EventResample
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | gesture_event.h | 243 const std::shared_ptr<MMI::PointerEvent>& GetPointerEvent() const in GetPointerEvent() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | mouse_event.h | 336 const std::shared_ptr<MMI::PointerEvent> GetPointerEvent() const in GetPointerEvent() function
|
H A D | touch_event.h | 978 const std::shared_ptr<MMI::PointerEvent>& GetPointerEvent() const in GetPointerEvent() function
|