Lines Matching defs:motions

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
464 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local
476 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local
488 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local
499 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local
530 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local
595 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local
630 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local
662 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local
691 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local
725 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local
759 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local
785 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local
811 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local
840 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local
863 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local
884 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local
918 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local
952 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local
979 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local
1009 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local
1040 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local
1069 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local
1090 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local
1111 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local
1142 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local
1171 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local
1185 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local
1203 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local
1251 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local
1269 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local
1287 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local
1305 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local
1323 std::vector<PlanarMotionEventEntry> motions = { in TEST_F() local
1339 std::vector<std::pair<std::chrono::nanoseconds, float>> motions = { in TEST_F() local
1353 std::vector<std::pair<std::chrono::nanoseconds, float>> motions = { in TEST_F() local
1363 std::vector<std::pair<std::chrono::nanoseconds, float>> motions = { in TEST_F() local
1373 std::vector<std::pair<std::chrono::nanoseconds, float>> motions = { in TEST_F() local
1398 std::vector<std::pair<std::chrono::nanoseconds, float>> motions = { in TEST_F() local
1413 std::vector<std::pair<std::chrono::nanoseconds, float>> motions = {{1ns, 2.12}, {3ns, 2.12}, in TEST_F() local
1421 std::vector<std::pair<std::chrono::nanoseconds, float>> motions = {{1ms, 5}, {2ms, 10}}; in TEST_F() local
1427 std::vector<std::pair<std::chrono::nanoseconds, float>> motions = {{1ms, 20}, {2ms, 20}, in TEST_F() local
1435 std::vector<std::pair<std::chrono::nanoseconds, float>> motions = {{1ns, 0}, {2ns, 0}, in TEST_F() local
1443 std::vector<std::pair<std::chrono::nanoseconds, float>> motions = {}; in TEST_F() local