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

/frameworks/base/libs/ui/
H A DInput.cpp510 void MotionEvent::offsetLocation(float xOffset, float yOffset) { function in class:android::MotionEvent
/frameworks/base/core/java/android/view/
H A DMotionEvent.java2648 public final void offsetLocation(float deltaX, float deltaY) { method in class:MotionEvent
2653 * Set this event's location. Applies {@link #offsetLocation} with a

Completed in 1146 milliseconds