Lines Matching refs:moveWithoutCheckingResult
38 void moveWithoutCheckingResult(nsecs_t eventTime, float deltaX, float deltaY) { in moveWithoutCheckingResult() function in android::CurvedVelocityControlTest
65 moveWithoutCheckingResult(0, 0, 0); in TEST_F()
66 moveWithoutCheckingResult(10'000'000, 0.16 * COUNTS_PER_MM, 0); in TEST_F()
67 moveWithoutCheckingResult(20'000'000, 0.16 * COUNTS_PER_MM, 0); in TEST_F()
68 moveWithoutCheckingResult(30'000'000, 0.16 * COUNTS_PER_MM, 0); in TEST_F()
74 moveWithoutCheckingResult(100'000'000, 0, 0); in TEST_F()
75 moveWithoutCheckingResult(110'000'000, 0.50 * COUNTS_PER_MM, 0); in TEST_F()
76 moveWithoutCheckingResult(120'000'000, 0.50 * COUNTS_PER_MM, 0); in TEST_F()
77 moveWithoutCheckingResult(130'000'000, 0.50 * COUNTS_PER_MM, 0); in TEST_F()
90 moveWithoutCheckingResult(0, 0, 0); in TEST_F()
103 moveWithoutCheckingResult(0, 0, 0); in TEST_F()
104 moveWithoutCheckingResult(10'000'000, 0.07 * COUNTS_PER_MM, 0.04 * COUNTS_PER_MM); in TEST_F()
105 moveWithoutCheckingResult(20'000'000, 0.07 * COUNTS_PER_MM, 0.04 * COUNTS_PER_MM); in TEST_F()
106 moveWithoutCheckingResult(30'000'000, 0.07 * COUNTS_PER_MM, 0.04 * COUNTS_PER_MM); in TEST_F()
120 moveWithoutCheckingResult(0, 0, 0); in TEST_F()
121 moveWithoutCheckingResult(10'000'000, 0, 0.15 * COUNTS_PER_MM); in TEST_F()
122 moveWithoutCheckingResult(20'000'000, 0, 0.15 * COUNTS_PER_MM); in TEST_F()
123 moveWithoutCheckingResult(30'000'000, 0, 0.15 * COUNTS_PER_MM); in TEST_F()