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

/frameworks/base/libs/androidfw/
H A DInputTransport.cpp759 const PointerCoords& otherCoords = other->getPointerById(id); local
762 lerp(currentCoords.getX(), otherCoords.getX(), alpha));
764 lerp(currentCoords.getY(), otherCoords.getY(), alpha));
770 otherCoords.getX(), otherCoords.getY(),

Completed in 16 milliseconds