Searched defs:motions (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/libs/input/tests/ |
D | VelocityTracker_test.cpp | 144 const std::vector<std::pair<std::chrono::nanoseconds, float>>& motions) { in createAxisScrollMotionEventStream() 172 const std::vector<PlanarMotionEventEntry>& motions) { in createTouchMotionEventStream() 245 const std::vector<PlanarMotionEventEntry>& motions, int32_t axis, uint32_t pointerId) { in computePlanarVelocity() 251 const std::vector<PlanarMotionEventEntry>& motions, in computeAndCheckVelocity() 259 const std::vector<std::pair<std::chrono::nanoseconds, float>>& motions, in computeAndCheckAxisScrollVelocity() 270 static void computeAndCheckQuadraticVelocity(const std::vector<PlanarMotionEventEntry>& motions, in computeAndCheckQuadraticVelocity() 309 std::vector<PlanarMotionEventEntry> motions = {{10ms, {{2, 4}}}, in TEST_F() local 368 std::vector<PlanarMotionEventEntry> motions = {{10ms, {{1, 2}}}, in TEST_F() local 383 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local 403 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local [all …]
|