Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DVelocityControl_test.cpp44 float newDeltaX = deltaX, newDeltaY = deltaY; in moveAndCheckRatio() local
45 mCtrl.move(eventTime, &newDeltaX, &newDeltaY); in moveAndCheckRatio()
49 ASSERT_NEAR(expectedRatio * deltaY, newDeltaY, EPSILON) in moveAndCheckRatio()
51 << newDeltaY / deltaY; in moveAndCheckRatio()