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

  /frameworks/base/libs/androidfw/
InputTransport.cpp 761 const PointerCoords& currentCoords = current->getPointerById(id);
765 resampledCoords.copyFrom(currentCoords);
767 lerp(currentCoords.getX(), otherCoords.getX(), alpha));
769 lerp(currentCoords.getY(), otherCoords.getY(), alpha));
774 currentCoords.getX(), currentCoords.getY(),
779 resampledCoords.copyFrom(currentCoords);
783 currentCoords.getX(), currentCoords.getY());
    [all...]
  /frameworks/base/services/input/
InputReader.cpp     [all...]
InputReader.h     [all...]

Completed in 45 milliseconds