HomeSort by relevance Sort by last modified time
    Searched defs:currentCoords (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/input/
InputTransport.cpp 765 const PointerCoords& currentCoords = current->getPointerById(id);
769 resampledCoords.copyFrom(currentCoords);
771 lerp(currentCoords.getX(), otherCoords.getX(), alpha));
773 lerp(currentCoords.getY(), otherCoords.getY(), alpha));
778 currentCoords.getX(), currentCoords.getY(),
783 resampledCoords.copyFrom(currentCoords);
787 currentCoords.getX(), currentCoords.getY());
    [all...]
  /frameworks/base/services/input/
InputReader.h     [all...]

Completed in 81 milliseconds