/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | RelativeTouchListener.kt | 164 event.offsetLocation(deltaX, deltaY) in addMovement() 166 event.offsetLocation(-deltaX, -deltaY) in addMovement()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardSecurityViewFlipper.java | 62 ev.offsetLocation(mTempRect.left, mTempRect.top); in onTouchEvent() 64 ev.offsetLocation(-mTempRect.left, -mTempRect.top); in onTouchEvent()
|
D | KeyguardPatternView.java | 137 ev.offsetLocation(mTempRect.left, mTempRect.top); in onTouchEvent() 139 ev.offsetLocation(-mTempRect.left, -mTempRect.top); in onTouchEvent()
|
/frameworks/base/core/java/android/widget/ |
D | ZoomButtonsController.java | 579 containerEvent.offsetLocation(mOwnerViewRawLocation[0] - targetViewRawX, in onTouch() 587 containerEvent.offsetLocation(-containerX, 0); in onTouch() 590 containerEvent.offsetLocation(0, -containerY); in onTouch()
|
D | ScrollView.java | 743 vtev.offsetLocation(0, mNestedYOffset); in onTouchEvent() 786 vtev.offsetLocation(0, mScrollOffset[1]); in onTouchEvent() 838 vtev.offsetLocation(0, mScrollOffset[1]); in onTouchEvent()
|
D | TimePickerClockDelegate.java | 1100 motionEvent.offsetLocation(offsetX, offsetY); 1102 motionEvent.offsetLocation(-offsetX, -offsetY);
|
D | AbsListView.java | 3671 vtev.offsetLocation(0, mScrollOffset[1]); in scrollIfNeeded() 3739 vtev.offsetLocation(0, mScrollOffset[1]); in scrollIfNeeded() 3976 vtev.offsetLocation(0, mNestedYOffset); in onTouchEvent()
|
/frameworks/layoutlib/bridge/src/android/view/ |
D | WindowManagerImpl.java | 108 ev.offsetLocation(-baseRootParent.getX(), -baseRootParent.getY()); in addView() 143 event.offsetLocation(-arg0.getX(), -arg0.getY()); in addView()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipTouchState.java | 372 event.offsetLocation(deltaX, deltaY); 374 event.offsetLocation(-deltaX, -deltaY);
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | MotionEventTest.java | 117 event.offsetLocation(10 /* deltaX */, 20 /* deltaY */); in testCalculatesCursorPositionForSimpleMouseEventsWithOffset() 230 event.offsetLocation(40, 50); in testLocationOffsetOnlyAppliedToNonPointerSources()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/magnetictarget/ |
D | MagnetizedObject.kt | 477 event.offsetLocation(deltaX, deltaY) in <lambda>() 479 event.offsetLocation(-deltaX, -deltaY) in <lambda>()
|
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/ |
D | StickyHeaderRecyclerView.java | 139 ev.offsetLocation(-stickyRect.left, -stickyRect.top); in dispatchTouchEvent()
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
D | StickyHeaderListView.java | 104 ev.offsetLocation(-stickyRect.left, -stickyRect.top); in dispatchTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/ |
D | NearestTouchFrame.java | 221 event.offsetLocation(mTouchingChild.getWidth() / 2 - x,
|
/frameworks/native/libs/input/tests/ |
D | InputEvent_test.cpp | 519 event.offsetLocation(5.0f, -2.0f); in TEST_F() 618 event.offsetLocation(-3, -2); in TEST_F() 837 event.offsetLocation(20, 60); in TEST_F()
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 2087 event.offsetLocation(offsetX, offsetY); in dispatchResolvePointerIcon() 2089 event.offsetLocation(-offsetX, -offsetY); in dispatchResolvePointerIcon() 2417 event.offsetLocation(offsetX, offsetY); in dispatchTooltipHoverEvent() 2419 event.offsetLocation(-offsetX, -offsetY); in dispatchTooltipHoverEvent() 2594 event.offsetLocation(offsetX, offsetY); in dispatchTransformedGenericPointerEvent() 2596 event.offsetLocation(-offsetX, -offsetY); in dispatchTransformedGenericPointerEvent() 2614 transformedEvent.offsetLocation(offsetX, offsetY); in getTransformedMotionEvent() 3119 event.offsetLocation(offsetX, offsetY); in dispatchTransformedTouchEvent() 3123 event.offsetLocation(-offsetX, -offsetY); in dispatchTransformedTouchEvent() 3138 transformedEvent.offsetLocation(offsetX, offsetY); in dispatchTransformedTouchEvent()
|
D | MotionEvent.java | 3339 public final void offsetLocation(float deltaX, float deltaY) { in offsetLocation() method in MotionEvent 3355 offsetLocation(x - oldX, y - oldY); in setLocation()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
D | DesktopModeWindowDecorViewModel.java | 521 ev.offsetLocation(-bottomOrRightBounds.left, -bottomOrRightBounds.top); in getSplitScreenDecor()
|
/frameworks/native/include/input/ |
D | Input.h | 776 void offsetLocation(float xOffset, float yOffset);
|
/frameworks/base/core/jni/ |
D | android_view_MotionEvent.cpp | 696 return event->offsetLocation(deltaX, deltaY); in android_view_MotionEvent_nativeOffsetLocation()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutTest.java | 889 transformed.offsetLocation(-view.getTop(), -view.getLeft()); in transformEventForView()
|
/frameworks/native/libs/input/ |
D | Input.cpp | 623 void MotionEvent::offsetLocation(float xOffset, float yOffset) { in offsetLocation() function in android::MotionEvent
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentView.java | 1952 ev.offsetLocation(0, -inputStart);
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | RecyclerView.java | 1684 ev.offsetLocation(mScrollOffset[0], mScrollOffset[1]); in scrollByInternal() 2811 vtev.offsetLocation(mNestedOffsets[0], mNestedOffsets[1]); in onTouchEvent() 2854 vtev.offsetLocation(mScrollOffset[0], mScrollOffset[1]); in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | NotificationPanelViewController.java | 3473 event.offsetLocation(deltaX, deltaY); in addMovement() 3475 event.offsetLocation(-deltaX, -deltaY); in addMovement()
|