Home
last modified time | relevance | path

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

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