Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DVelocityTracker_test.cpp67 static void checkVelocity(std::optional<float> Vactual, std::optional<float> Vtarget) { in checkVelocity() argument
68 if (Vactual != std::nullopt) { in checkVelocity()
70 FAIL() << "Expected no velocity, but found " << *Vactual; in checkVelocity()
72 EXPECT_NEAR_BY_FRACTION(*Vactual, *Vtarget, VELOCITY_TOLERANCE); in checkVelocity()