Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DVelocityControl_test.cpp42 void moveAndCheckRatio(nsecs_t eventTime, const float deltaX, const float deltaY, in moveAndCheckRatio() function in android::CurvedVelocityControlTest
70 moveAndCheckRatio(40'000'000, 0.16 * COUNTS_PER_MM, 0, /*expectedRatio=*/3)); in TEST_F()
79 moveAndCheckRatio(140'000'000, 0.50 * COUNTS_PER_MM, 0, /*expectedRatio=*/5)); in TEST_F()
92 moveAndCheckRatio(10'000'000, 0.25 * COUNTS_PER_MM, 0, /*expectedRatio=*/3)); in TEST_F()
107 ASSERT_NO_FATAL_FAILURE(moveAndCheckRatio(40'000'000, 0.07 * COUNTS_PER_MM, in TEST_F()
126 moveAndCheckRatio(40'000'000, 0, 0.15 * COUNTS_PER_MM, /*expectedRatio=*/2.33333)); in TEST_F()