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 766 const PointerCoords& currentCoords = current->getPointerById(id);
770 resampledCoords.copyFrom(currentCoords);
772 lerp(currentCoords.getX(), otherCoords.getX(), alpha));
774 lerp(currentCoords.getY(), otherCoords.getY(), alpha));
779 currentCoords.getX(), currentCoords.getY(),
784 resampledCoords.copyFrom(currentCoords);
788 currentCoords.getX(), currentCoords.getY());
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.h     [all...]

Completed in 73 milliseconds