Home
last modified time | relevance | path

Searched refs:offsetLocation (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipTouchState.java341 event.offsetLocation(deltaX, deltaY);
343 event.offsetLocation(-deltaX, -deltaY);
/frameworks/base/core/java/android/widget/
DZoomButtonsController.java579 containerEvent.offsetLocation(mOwnerViewRawLocation[0] - targetViewRawX, in onTouch()
587 containerEvent.offsetLocation(-containerX, 0); in onTouch()
590 containerEvent.offsetLocation(0, -containerY); in onTouch()
DScrollView.java728 vtev.offsetLocation(0, mNestedYOffset); in onTouchEvent()
771 vtev.offsetLocation(0, mScrollOffset[1]); in onTouchEvent()
808 vtev.offsetLocation(0, mScrollOffset[1]); in onTouchEvent()
DTimePickerClockDelegate.java1099 motionEvent.offsetLocation(offsetX, offsetY);
1101 motionEvent.offsetLocation(-offsetX, -offsetY);
DAbsListView.java3595 vtev.offsetLocation(0, mScrollOffset[1]); in scrollIfNeeded()
3665 vtev.offsetLocation(0, mScrollOffset[1]); in scrollIfNeeded()
3873 vtev.offsetLocation(0, mNestedYOffset); in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityViewFlipper.java64 ev.offsetLocation(mTempRect.left, mTempRect.top); in onTouchEvent()
66 ev.offsetLocation(-mTempRect.left, -mTempRect.top); in onTouchEvent()
DKeyguardPatternView.java201 ev.offsetLocation(mTempRect.left, mTempRect.top); in onTouchEvent()
203 ev.offsetLocation(-mTempRect.left, -mTempRect.top); in onTouchEvent()
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/
DStickyHeaderRecyclerView.java139 ev.offsetLocation(-stickyRect.left, -stickyRect.top); in dispatchTouchEvent()
/frameworks/base/core/java/com/android/internal/widget/
DSwipeDismissLayout.java179 ev.offsetLocation(ev.getRawX() - ev.getX(), 0); in onInterceptTouchEvent()
248 ev.offsetLocation(ev.getRawX() - ev.getX(), 0); in onTouchEvent()
DRecyclerView.java1680 ev.offsetLocation(mScrollOffset[0], mScrollOffset[1]); in scrollByInternal()
2759 vtev.offsetLocation(mNestedOffsets[0], mNestedOffsets[1]); in onTouchEvent()
2799 vtev.offsetLocation(mScrollOffset[0], mScrollOffset[1]); in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNearestTouchFrame.java85 event.offsetLocation(mTouchingChild.getWidth() / 2 - event.getX(),
DPanelView.java237 event.offsetLocation(deltaX, deltaY); in addMovement()
239 event.offsetLocation(-deltaX, -deltaY); in addMovement()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DStickyHeaderListView.java104 ev.offsetLocation(-stickyRect.left, -stickyRect.top); in dispatchTouchEvent()
/frameworks/native/libs/input/tests/
DInputEvent_test.cpp491 event.offsetLocation(5.0f, -2.0f); in TEST_F()
586 event.offsetLocation(-3, -2); in TEST_F()
/frameworks/native/include/input/
DInput.h630 void offsetLocation(float xOffset, float yOffset);
/frameworks/base/core/java/android/view/
DViewGroup.java2043 event.offsetLocation(offsetX, offsetY); in dispatchResolvePointerIcon()
2045 event.offsetLocation(-offsetX, -offsetY); in dispatchResolvePointerIcon()
2373 event.offsetLocation(offsetX, offsetY); in dispatchTooltipHoverEvent()
2375 event.offsetLocation(-offsetX, -offsetY); in dispatchTooltipHoverEvent()
2550 event.offsetLocation(offsetX, offsetY); in dispatchTransformedGenericPointerEvent()
2552 event.offsetLocation(-offsetX, -offsetY); in dispatchTransformedGenericPointerEvent()
2570 transformedEvent.offsetLocation(offsetX, offsetY); in getTransformedMotionEvent()
3058 event.offsetLocation(offsetX, offsetY); in dispatchTransformedTouchEvent()
3062 event.offsetLocation(-offsetX, -offsetY); in dispatchTransformedTouchEvent()
3077 transformedEvent.offsetLocation(offsetX, offsetY); in dispatchTransformedTouchEvent()
DMotionEvent.java3154 public final void offsetLocation(float deltaX, float deltaY) { in offsetLocation() method in MotionEvent
3170 offsetLocation(x - oldX, y - oldY); in setLocation()
DViewRootImpl.java5398 event.offsetLocation(0, mCurScrollY); in processPointerEvent()
/frameworks/native/libs/input/
DInput.cpp366 void MotionEvent::offsetLocation(float xOffset, float yOffset) { in offsetLocation() function in android::MotionEvent
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp680 return event->offsetLocation(deltaX, deltaY); in android_view_MotionEvent_nativeOffsetLocation()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DTouchExplorer.java716 event.offsetLocation(deltaX / 2, deltaY / 2); in handleMotionEventStateDragging()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java1729 ev.offsetLocation(0, -inputStart);
/frameworks/base/config/
Dboot-image-profile.txt16471 HSPLandroid/view/MotionEvent;->offsetLocation(FF)V
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32963 method public final void offsetLocation(float, float);
/frameworks/base/non-updatable-api/
Dcurrent.txt50997 method public void offsetLocation(float, float);

12