Searched defs:currentCoords (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/input/
H A DInputTransport.cpp807 const PointerCoords& currentCoords = current->getPointerById(id); local
808 resampledCoords.copyFrom(currentCoords);
813 lerp(currentCoords.getX(), otherCoords.getX(), alpha));
815 lerp(currentCoords.getY(), otherCoords.getY(), alpha));
820 currentCoords.getX(), currentCoords.getY(),
828 currentCoords.getX(), currentCoords.getY());
/frameworks/native/services/inputflinger/
H A DInputReader.h1768 PointerCoords currentCoords; member in struct:android::TouchInputMapper::PointerSimple
1783 currentCoords.clear();

Completed in 82 milliseconds