Home
last modified time | relevance | path

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

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