Searched refs:otherCoords (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/input/
H A DInputTransport.cpp768 const PointerCoords& otherCoords = other->getPointerById(id); local
771 lerp(currentCoords.getX(), otherCoords.getX(), alpha));
773 lerp(currentCoords.getY(), otherCoords.getY(), alpha));
779 otherCoords.getX(), otherCoords.getY(),

Completed in 129 milliseconds