HomeSort by relevance Sort by last modified time
    Searched full:othercoords (Results 1 - 1 of 1) sorted by null

  /frameworks/native/libs/input/
InputTransport.cpp 768 const PointerCoords& otherCoords = other->getPointerById(id);
771 lerp(currentCoords.getX(), otherCoords.getX(), alpha));
773 lerp(currentCoords.getY(), otherCoords.getY(), alpha));
779 otherCoords.getX(), otherCoords.getY(),
    [all...]

Completed in 41 milliseconds