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

  /frameworks/native/libs/input/
InputTransport.cpp 778 const PointerCoords& currentCoords = current->getPointerById(id);
782 resampledCoords.copyFrom(currentCoords);
784 lerp(currentCoords.getX(), otherCoords.getX(), alpha));
786 lerp(currentCoords.getY(), otherCoords.getY(), alpha));
791 currentCoords.getX(), currentCoords.getY(),
796 resampledCoords.copyFrom(currentCoords);
800 currentCoords.getX(), currentCoords.getY());
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
TextField.java 499 private TextField findNextTextField (Array<Actor> actors, TextField best, Vector2 bestCoords, Vector2 currentCoords,
508 if ((actorCoords.y < currentCoords.y || (actorCoords.y == currentCoords.y && actorCoords.x > currentCoords.x)) ^ up) {
516 best = findNextTextField(((Group)actor).getChildren(), best, bestCoords, currentCoords, up);
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp     [all...]
InputReader.h     [all...]

Completed in 1151 milliseconds