Searched refs:newDeltaX (Results 1 – 1 of 1) sorted by relevance
44 float newDeltaX = deltaX, newDeltaY = deltaY; in moveAndCheckRatio() local45 mCtrl.move(eventTime, &newDeltaX, &newDeltaY); in moveAndCheckRatio()46 ASSERT_NEAR(expectedRatio * deltaX, newDeltaX, EPSILON) in moveAndCheckRatio()48 << newDeltaX / deltaX; in moveAndCheckRatio()