Searched refs:otherCoords (Results 1 – 1 of 1) sorted by relevance
687 const PointerCoords& otherCoords = other->getPointerById(id); in resampleTouchState() local689 lerp(currentCoords.getX(), otherCoords.getX(), alpha)); in resampleTouchState()691 lerp(currentCoords.getY(), otherCoords.getY(), alpha)); in resampleTouchState()696 currentCoords.getY(), otherCoords.getX(), otherCoords.getY(), alpha); in resampleTouchState()