Searched refs:computeAndCheckAxisScrollVelocity (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/libs/input/tests/ |
D | VelocityTracker_test.cpp | 257 static void computeAndCheckAxisScrollVelocity( in computeAndCheckAxisScrollVelocity() function 1348 computeAndCheckAxisScrollVelocity(VelocityTracker::Strategy::IMPULSE, motions, {764.345703}); in TEST_F() 1359 computeAndCheckAxisScrollVelocity(VelocityTracker::Strategy::IMPULSE, motions, {-27.86}); in TEST_F() 1369 computeAndCheckAxisScrollVelocity(VelocityTracker::Strategy::IMPULSE, motions, {31.92}); in TEST_F() 1393 computeAndCheckAxisScrollVelocity(VelocityTracker::Strategy::IMPULSE, motions, {-9.73}); in TEST_F() 1417 computeAndCheckAxisScrollVelocity(VelocityTracker::Strategy::IMPULSE, motions, {1690236059.86}); in TEST_F() 1423 computeAndCheckAxisScrollVelocity(VelocityTracker::Strategy::IMPULSE, motions, {10000}); in TEST_F() 1431 computeAndCheckAxisScrollVelocity(VelocityTracker::Strategy::IMPULSE, motions, {20000}); in TEST_F() 1439 computeAndCheckAxisScrollVelocity(VelocityTracker::Strategy::IMPULSE, motions, {0}); in TEST_F() 1445 computeAndCheckAxisScrollVelocity(VelocityTracker::Strategy::IMPULSE, motions, std::nullopt); in TEST_F()
|