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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DDelegateViewHelper.java101 event.offsetLocation(deltaX, deltaY);
103 event.offsetLocation(-deltaX, -deltaY);
/frameworks/base/core/java/android/widget/
H A DZoomButtonsController.java577 containerEvent.offsetLocation(mOwnerViewRawLocation[0] - targetViewRawX,
585 containerEvent.offsetLocation(-containerX, 0);
588 containerEvent.offsetLocation(0, -containerY);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardPatternView.java182 ev.offsetLocation(mTempRect.left, mTempRect.top);
184 ev.offsetLocation(-mTempRect.left, -mTempRect.top);
H A DKeyguardSecurityViewFlipper.java61 ev.offsetLocation(mTempRect.left, mTempRect.top);
63 ev.offsetLocation(-mTempRect.left, -mTempRect.top);
H A DKeyguardHostView.java324 ev.offsetLocation(mTempRect.left, mTempRect.top);
326 ev.offsetLocation(-mTempRect.left, -mTempRect.top);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java361 event.offsetLocation(deltaX, deltaY);
363 event.offsetLocation(-deltaX, -deltaY);
/frameworks/native/libs/input/tests/
H A DInputEvent_test.cpp478 event.offsetLocation(5.0f, -2.0f);
570 event.offsetLocation(-3, -2);
/frameworks/native/include/input/
H A DInput.h524 void offsetLocation(float xOffset, float yOffset);
/frameworks/native/libs/input/
H A DInput.cpp405 void MotionEvent::offsetLocation(float xOffset, float yOffset) { function in class:android::MotionEvent
/frameworks/base/core/java/android/view/
H A DMotionEvent.java2685 public final void offsetLocation(float deltaX, float deltaY) { method in class:MotionEvent
2692 * Set this event's location. Applies {@link #offsetLocation} with a
2701 offsetLocation(x - oldX, y - oldY);
H A DViewGroup.java1818 transformedEvent.offsetLocation(offsetX, offsetY);
1823 event.offsetLocation(offsetX, offsetY);
1825 event.offsetLocation(-offsetX, -offsetY);
2214 event.offsetLocation(offsetX, offsetY);
2218 event.offsetLocation(-offsetX, -offsetY);
2233 transformedEvent.offsetLocation(offsetX, offsetY);
H A DView.java15839 ev.offsetLocation(info.mWindowLeft, info.mWindowTop);
15857 ev.offsetLocation(-info.mWindowLeft, -info.mWindowTop);
15872 ev.offsetLocation(vp.mScrollX, vp.mScrollY);
15875 ev.offsetLocation(0, vr.mCurScrollY);
15878 ev.offsetLocation(-mLeft, -mTop);
15895 ev.offsetLocation(mLeft, mTop);
15900 ev.offsetLocation(-vp.mScrollX, -vp.mScrollY);
15904 ev.offsetLocation(0, -vr.mCurScrollY);
H A DViewRootImpl.java3767 event.offsetLocation(0, mCurScrollY);
/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp507 return event->offsetLocation(deltaX, deltaY);

Completed in 353 milliseconds