Home
last modified time | relevance | path

Searched refs:MotionEvent (Results 1 - 8 of 8) sorted by relevance

/foundation/multimodalinput/input/service/event_resample/include/
H A Devent_resample.h88 struct MotionEvent { struct in OHOS::MMI::final
108 void InitializeFrom(MotionEvent& other) in InitializeFrom()
147 std::vector<MotionEvent> samples;
155 void InitializeFrom(const MotionEvent &event) in InitializeFrom()
205 void AddHistory(const MotionEvent &event) in AddHistory()
240 MotionEvent inputEvent_;
241 MotionEvent outputEvent_;
246 void EventDump(const char *msg, MotionEvent &event);
248 bool UpdateBatch(MotionEvent** outEvent, ErrCode &result);
249 void UpdatePointerEvent(MotionEvent* outEven
[all...]
/foundation/multimodalinput/input/service/event_resample/src/
H A Devent_resample.cpp38 MotionEvent* outEvent = nullptr; in OnEventConsume()
90 void EventResample::EventDump(const char *msg, MotionEvent &event) in EventDump()
133 MotionEvent event; in InitializeInputEvent()
150 bool EventResample::UpdateBatch(MotionEvent** outEvent, ErrCode &result) in UpdateBatch()
174 void EventResample::UpdatePointerEvent(MotionEvent* outEvent) in UpdatePointerEvent()
235 ErrCode EventResample::ConsumeBatch(int64_t frameTime, MotionEvent** outEvent) in ConsumeBatch()
257 const MotionEvent* next; in ConsumeBatch()
265 ResampleTouchState(sampleTime, static_cast<MotionEvent*>(*outEvent), next); in ConsumeBatch()
273 ErrCode EventResample::ConsumeSamples(Batch& batch, size_t count, MotionEvent** outEvent) in ConsumeSamples()
278 MotionEvent in ConsumeSamples()
[all...]
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_sensor_connector.h48 using OHOS::Msdp::MotionEvent;
52 void OnMotionChanged(const MotionEvent& motionData) override;
57 void OnMotionChanged(const MotionEvent& motionData) override;
/foundation/window/window_manager/dmserver/include/
H A Dsensor_connector.h69 using OHOS::Msdp::MotionEvent;
73 void OnMotionChanged(const MotionEvent& motionData) override;
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_sensor_connector.cpp109 void RotationMotionEventCallback::OnMotionChanged(const MotionEvent& motionData) in OnMotionChanged()
171 void TentMotionEventCallback::OnMotionChanged(const MotionEvent& motionData) in OnMotionChanged()
/foundation/multimodalinput/input/service/event_resample/test/
H A Devent_resample_test.cpp635 EventResample::MotionEvent outEvent; in HWTEST_F()
662 EventResample::MotionEvent outEvent; in HWTEST_F()
759 EventResample::MotionEvent** outEvent = new EventResample::MotionEvent*[3]; in HWTEST_F()
775 EventResample::MotionEvent event; in HWTEST_F()
776 EventResample::MotionEvent next; in HWTEST_F()
807 EventResample::MotionEvent event; in HWTEST_F()
808 EventResample::MotionEvent next; in HWTEST_F()
843 EventResample::MotionEvent event; in HWTEST_F()
874 EventResample::MotionEvent even in HWTEST_F()
[all...]
/foundation/window/window_manager/dmserver/src/
H A Dsensor_connector.cpp224 void RotationMotionEventCallback::OnMotionChanged(const MotionEvent& motionData) in OnMotionChanged()
/foundation/window/window_manager/dmserver/test/unittest/
H A Dscreen_rotation_controller_test.cpp667 MotionEvent motionData; in HWTEST_F()

Completed in 6 milliseconds