Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/event_resample/test/
H A Devent_resample_test.cpp107 struct ExpectedData { struct in OHOS::MMI::EventResampleTest
108 int64_t actionTime { 0 };
109 int32_t dispX { 0 };
110 int32_t dispY { 0 };
111 int64_t touchUpTime { 0 };
112 int32_t touchUpX { 0 };
113 int32_t touchUpY { 0 };
114 int32_t id { 0 };
116 ExpectedData() {} in ExpectedData() argument
118 void Reset(int32_t id) in Reset()
[all …]