Searched refs:offsetLocation (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DZoomButtonsController.java590 containerEvent.offsetLocation(mOwnerViewRawLocation[0] - targetViewRawX,
598 containerEvent.offsetLocation(-containerX, 0);
601 containerEvent.offsetLocation(0, -containerY);
/frameworks/base/libs/ui/
H A DInput.cpp168 void MotionEvent::offsetLocation(float xOffset, float yOffset) { function in class:android::MotionEvent
/frameworks/base/include/ui/
H A DInput.h391 void offsetLocation(float xOffset, float yOffset);
/frameworks/base/core/java/android/view/
H A DMotionEvent.java1399 public final void offsetLocation(float deltaX, float deltaY) { method in class:MotionEvent
1405 * Set this event's location. Applies {@link #offsetLocation} with a
H A DViewRoot.java2189 event.offsetLocation(0, mCurScrollY);
2235 event.offsetLocation(deltas[0], deltas[1]);
/frameworks/base/core/java/android/webkit/
H A DWebView.java6306 event.offsetLocation((float) (mWebTextView.getLeft() - mScrollX),

Completed in 123 milliseconds