HomeSort by relevance Sort by last modified time
    Searched refs:offsetLocation (Results 1 - 25 of 42) sorted by null

1 2

  /packages/apps/Launcher3/src/com/android/launcher3/util/
TransformingTouchDelegate.java 103 event.offsetLocation(-mBounds.left, -mBounds.top);
  /frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/view/
StickyHeaderRecyclerView.java 133 ev.offsetLocation(-mStickyRect.left, -mStickyRect.top);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ForwardingListener.java 331 event.offsetLocation(-loc[0], -loc[1]);
342 event.offsetLocation(loc[0], loc[1]);
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
SecondLevelIndicatorControlBar.java 91 event.offsetLocation(-view.getLeft(), -view.getTop());
93 event.offsetLocation(view.getLeft(), view.getTop());
  /frameworks/base/core/java/android/widget/
ZoomButtonsController.java 576 containerEvent.offsetLocation(mOwnerViewRawLocation[0] - targetViewRawX,
584 containerEvent.offsetLocation(-containerX, 0);
587 containerEvent.offsetLocation(0, -containerY);
ScrollView.java 612 vtev.offsetLocation(0, mNestedYOffset);
655 vtev.offsetLocation(0, mScrollOffset[1]);
692 vtev.offsetLocation(0, mScrollOffset[1]);
    [all...]
TimePickerClockDelegate.java 854 motionEvent.offsetLocation(offsetX, offsetY);
856 motionEvent.offsetLocation(-offsetX, -offsetY);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLView.java 301 event.offsetLocation(-left, -top);
303 event.offsetLocation(left, top);
306 event.offsetLocation(left, top);
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
StickyHeaderListView.java 103 ev.offsetLocation(-mStickyRect.left, -mStickyRect.top);
  /frameworks/base/core/java/com/android/internal/widget/
SwipeDismissLayout.java 170 ev.offsetLocation(mTranslationX, 0);
232 ev.offsetLocation(mTranslationX, 0);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityViewFlipper.java 65 ev.offsetLocation(mTempRect.left, mTempRect.top);
67 ev.offsetLocation(-mTempRect.left, -mTempRect.top);
KeyguardPatternView.java 174 ev.offsetLocation(mTempRect.left, mTempRect.top);
176 ev.offsetLocation(-mTempRect.left, -mTempRect.top);
  /frameworks/native/libs/input/tests/
InputEvent_test.cpp 474 TEST_F(MotionEventTest, OffsetLocation) {
478 event.offsetLocation(5.0f, -2.0f);
570 event.offsetLocation(-3, -2);
  /frameworks/support/core-ui/java/android/support/v4/widget/
NestedScrollView.java 731 vtev.offsetLocation(0, mNestedYOffset);
770 vtev.offsetLocation(0, mScrollOffset[1]);
807 vtev.offsetLocation(0, mScrollOffset[1]);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDrawTests.cpp 688 deInt32 offsetLocation = ctx.getAttribLocation(programID, "a_offset");
730 ctx.vertexAttribPointer(offsetLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL);
731 ctx.vertexAttribDivisor(offsetLocation, 1);
732 ctx.enableVertexAttribArray(offsetLocation);
    [all...]
  /frameworks/native/include/input/
Input.h 581 void offsetLocation(float xOffset, float yOffset);
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 228 mMotionEvent2.offsetLocation(offsetX, offsetY);
402 event.offsetLocation(-3, -2);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java 206 event.offsetLocation(deltaX, deltaY);
208 event.offsetLocation(-deltaX, -deltaY);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Utilities.java 467 event.offsetLocation(sLoc0[0], sLoc0[1]);
476 event.offsetLocation(-sLoc0[0], -sLoc0[1]);
    [all...]
  /frameworks/native/libs/input/
Input.cpp 339 void MotionEvent::offsetLocation(float xOffset, float yOffset) {
  /packages/apps/Settings/src/com/android/settings/widget/
ChartSweepView.java 443 eventInParent.offsetLocation(getLeft(), getTop());
  /frameworks/base/core/java/android/view/
MotionEvent.java     [all...]
ViewGroup.java     [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp 820 deInt32 offsetLocation = ctx.getAttribLocation(programID, "a_offset");
865 ctx.vertexAttribPointer(offsetLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL);
866 ctx.vertexAttribDivisor(offsetLocation, 1);
867 ctx.enableVertexAttribArray(offsetLocation);
    [all...]
  /frameworks/base/core/jni/
android_view_MotionEvent.cpp 522 return event->offsetLocation(deltaX, deltaY);
    [all...]

Completed in 2423 milliseconds

1 2