Home
last modified time | relevance | path

Searched refs:newDeltaX (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()
46 ASSERT_NEAR(expectedRatio * deltaX, newDeltaX, EPSILON) in moveAndCheckRatio()
48 << newDeltaX / deltaX; in moveAndCheckRatio()