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

12

/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/
H A DStickyHeaderRecyclerView.java137 ev.offsetLocation(-mStickyRect.left, -mStickyRect.top);
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DForwardingListener.java300 event.offsetLocation(-loc[0], -loc[1]);
311 event.offsetLocation(loc[0], loc[1]);
/frameworks/base/core/java/android/widget/
H A DZoomButtonsController.java579 containerEvent.offsetLocation(mOwnerViewRawLocation[0] - targetViewRawX,
587 containerEvent.offsetLocation(-containerX, 0);
590 containerEvent.offsetLocation(0, -containerY);
H A DScrollView.java622 vtev.offsetLocation(0, mNestedYOffset);
665 vtev.offsetLocation(0, mScrollOffset[1]);
702 vtev.offsetLocation(0, mScrollOffset[1]);
H A DTimePickerClockDelegate.java1094 motionEvent.offsetLocation(offsetX, offsetY);
1096 motionEvent.offsetLocation(-offsetX, -offsetY);
H A DAbsListView.java3531 vtev.offsetLocation(0, mScrollOffset[1]);
3601 vtev.offsetLocation(0, mScrollOffset[1]);
3809 vtev.offsetLocation(0, mNestedYOffset);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNearestTouchFrame.java88 event.offsetLocation(mTouchingChild.getWidth() / 2 - event.getX(),
H A DPanelView.java229 event.offsetLocation(deltaX, deltaY);
231 event.offsetLocation(-deltaX, -deltaY);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DStickyHeaderListView.java103 ev.offsetLocation(-mStickyRect.left, -mStickyRect.top);
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityViewFlipper.java65 ev.offsetLocation(mTempRect.left, mTempRect.top);
67 ev.offsetLocation(-mTempRect.left, -mTempRect.top);
H A DKeyguardPatternView.java185 ev.offsetLocation(mTempRect.left, mTempRect.top);
187 ev.offsetLocation(-mTempRect.left, -mTempRect.top);
/frameworks/support/wear/src/main/java/androidx/wear/widget/
H A DSwipeDismissLayout.java225 ev.offsetLocation(mTranslationX, 0);
321 ev.offsetLocation(mTranslationX, 0);
/frameworks/base/core/java/com/android/internal/widget/
H A DSwipeDismissLayout.java179 ev.offsetLocation(ev.getRawX() - ev.getX(), 0);
248 ev.offsetLocation(ev.getRawX() - ev.getX(), 0);
H A DRecyclerView.java1679 ev.offsetLocation(mScrollOffset[0], mScrollOffset[1]);
2758 vtev.offsetLocation(mNestedOffsets[0], mNestedOffsets[1]);
2798 vtev.offsetLocation(mScrollOffset[0], mScrollOffset[1]);
/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.h581 void offsetLocation(float xOffset, float yOffset);
/frameworks/base/core/java/android/view/
H A DViewGroup.java2017 event.offsetLocation(offsetX, offsetY);
2019 event.offsetLocation(-offsetX, -offsetY);
2347 event.offsetLocation(offsetX, offsetY);
2349 event.offsetLocation(-offsetX, -offsetY);
2514 event.offsetLocation(offsetX, offsetY);
2516 event.offsetLocation(-offsetX, -offsetY);
2534 transformedEvent.offsetLocation(offsetX, offsetY);
3028 event.offsetLocation(offsetX, offsetY);
3032 event.offsetLocation(-offsetX, -offsetY);
3047 transformedEvent.offsetLocation(offset
[all...]
H A DMotionEvent.java2947 public final void offsetLocation(float deltaX, float deltaY) { method in class:MotionEvent
2954 * Set this event's location. Applies {@link #offsetLocation} with a
2963 offsetLocation(x - oldX, y - oldY);
/frameworks/support/compat/src/main/java/androidx/core/widget/
H A DNestedScrollView.java808 vtev.offsetLocation(0, mNestedYOffset);
848 vtev.offsetLocation(0, mScrollOffset[1]);
886 vtev.offsetLocation(0, mScrollOffset[1]);
/frameworks/support/drawerlayout/src/main/java/androidx/drawerlayout/widget/
H A DDrawerLayout.java784 event.offsetLocation(offsetX, offsetY);
786 event.offsetLocation(-offsetX, -offsetY);
799 transformedEvent.offsetLocation(offsetX, offsetY);
/frameworks/native/libs/input/
H A DInput.cpp339 void MotionEvent::offsetLocation(float xOffset, float yOffset) { function in class:android::MotionEvent
/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp664 return event->offsetLocation(deltaX, deltaY);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java1676 ev.offsetLocation(0, -inputStart);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java2679 ev.offsetLocation(sourceView.getX(), sourceView.getY());
2680 ev.offsetLocation(-targetView.getX(), -targetView.getY());
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java1897 ev.offsetLocation(mScrollOffset[0], mScrollOffset[1]);
3068 vtev.offsetLocation(mNestedOffsets[0], mNestedOffsets[1]);
3108 vtev.offsetLocation(mScrollOffset[0], mScrollOffset[1]);

Completed in 651 milliseconds

12