Home
last modified time | relevance | path

Searched refs:PlanarMotionEventEntry (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/input/tests/
DVelocityTracker_test.cpp94 struct PlanarMotionEventEntry { struct
172 const std::vector<PlanarMotionEventEntry>& motions) { in createTouchMotionEventStream()
179 const PlanarMotionEventEntry& entry = motions[i]; in createTouchMotionEventStream()
190 const PlanarMotionEventEntry& previousEntry = motions[i-1]; in createTouchMotionEventStream()
191 const PlanarMotionEventEntry& nextEntry = motions[i+1]; in createTouchMotionEventStream()
245 const std::vector<PlanarMotionEventEntry>& motions, int32_t axis, uint32_t pointerId) { in computePlanarVelocity()
251 const std::vector<PlanarMotionEventEntry>& motions, in computeAndCheckVelocity()
270 static void computeAndCheckQuadraticVelocity(const std::vector<PlanarMotionEventEntry>& motions, in computeAndCheckQuadraticVelocity()
309 std::vector<PlanarMotionEventEntry> motions = {{10ms, {{2, 4}}}, in TEST_F()
368 std::vector<PlanarMotionEventEntry> motions = {{10ms, {{1, 2}}}, in TEST_F()
[all …]