Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DVelocityTracker_test.cpp55 static void EXPECT_NEAR_BY_FRACTION(float actual, float target, float fraction) { in EXPECT_NEAR_BY_FRACTION() function
72 EXPECT_NEAR_BY_FRACTION(*Vactual, *Vtarget, VELOCITY_TOLERANCE); in checkVelocity()
281 EXPECT_NEAR_BY_FRACTION(*velocityX, velocity, QUADRATIC_VELOCITY_TOLERANCE); in computeAndCheckQuadraticVelocity()
282 EXPECT_NEAR_BY_FRACTION(*velocityY, velocity, QUADRATIC_VELOCITY_TOLERANCE); in computeAndCheckQuadraticVelocity()