Searched defs:offsetLocation (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/input/
H A DInput.cpp336 void MotionEvent::offsetLocation(float xOffset, float yOffset) { function in class:android::MotionEvent
/frameworks/base/core/java/android/view/
H A DMotionEvent.java2720 public final void offsetLocation(float deltaX, float deltaY) { method in class:MotionEvent
2727 * Set this event's location. Applies {@link #offsetLocation} with a
2736 offsetLocation(x - oldX, y - oldY);

Completed in 26 milliseconds