Home
last modified time | relevance | path

Searched refs:History (Results 1 - 3 of 3) sorted by relevance

/foundation/multimodalinput/input/service/event_resample/include/
H A Devent_resample.h151 struct History { struct in OHOS::MMI::final
163 void InitializeFrom(const History &other) in InitializeFrom()
193 History history[HISTORY_SIZE_MAX];
194 History lastResample;
214 const History* GetHistory(size_t idx) const in GetHistory()
256 const History* current, const History* other, float alpha);
/foundation/multimodalinput/input/service/event_resample/src/
H A Devent_resample.cpp364 const History* current = touchState.GetHistory(0); in ResampleTouchState()
372 const History* other; in ResampleTouchState()
373 History future; in ResampleTouchState()
409 const History* current, const History* other, float alpha) in ResampleCoordinates()
411 History oldLastResample; in ResampleCoordinates()
/foundation/multimodalinput/input/service/event_resample/test/
H A Devent_resample_test.cpp845 EventResample::History current; in HWTEST_F()
846 EventResample::History other; in HWTEST_F()
876 EventResample::History current; in HWTEST_F()
877 EventResample::History other; in HWTEST_F()

Completed in 3 milliseconds