Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DMotionPredictor.cpp62 const float y_delta = r * std::sin(axis_phi + phi); in convertPrediction() local
63 return {.x = axisTo.x + x_delta, .y = axisTo.y + y_delta}; in convertPrediction()