/frameworks/support/v4/eclair/android/support/v4/view/ |
H A D | MotionEventCompatEclair.java | 34 public static float getY(MotionEvent event, int pointerIndex) { method in class:MotionEventCompatEclair 35 return event.getY(pointerIndex);
|
/frameworks/support/v4/java/android/support/v4/view/ |
H A D | MotionEventCompat.java | 33 public float getY(MotionEvent event, int pointerIndex); method in interface:MotionEventCompat.MotionEventVersionImpl 65 public float getY(MotionEvent event, int pointerIndex) { method in class:MotionEventCompat.BaseMotionEventVersionImpl 67 return event.getY(); 94 public float getY(MotionEvent event, int pointerIndex) { method in class:MotionEventCompat.EclairMotionEventVersionImpl 95 return MotionEventCompatEclair.getY(event, pointerIndex); 223 * Call {@link MotionEvent#getY(int)}. 227 public static float getY(MotionEvent event, int pointerIndex) { method in class:MotionEventCompat 228 return IMPL.getY(event, pointerIndex);
|
/frameworks/base/services/java/com/android/server/wm/ |
H A D | StackTapPointerEventListener.java | 54 mDownY = motionEvent.getY(); 61 || (motionEvent.getY(index) - mDownY) > mMotionSlop) { 73 final int y = (int)motionEvent.getY(index);
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
H A D | WhiteBalance.java | 33 mScript.set_histogramHeight(mInPixelsAllocation.getType().getY());
|
H A D | Fisheye.java | 76 mInPixelsAllocation.getType().getY(), center_x, 81 mInPixelsAllocation.getType().getY(), center_x, 86 mInPixelsAllocation.getType().getY(), center_x, center_y, 91 mInPixelsAllocation.getType().getY(), center_x, center_y,
|
H A D | Vignette.java | 97 mInPixelsAllocation.getType().getY(), center_x, 102 mInPixelsAllocation.getType().getY(), center_x, 107 mInPixelsAllocation.getType().getY(), center_x, center_y, 112 mInPixelsAllocation.getType().getY(), center_x, center_y,
|
H A D | Blend.java | 113 image1.copy2DRangeFrom(0, 0, mInPixelsAllocation.getType().getX(), mInPixelsAllocation.getType().getY(), mInPixelsAllocation, 0, 0); 114 image2.copy2DRangeFrom(0, 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType().getY(), mInPixelsAllocation2, 0, 0); 167 mOutPixelsAllocation.copy2DRangeFrom(0, 0, image2.getType().getX(), image2.getType().getY(), image2, 0, 0);
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
H A D | WhiteBalance.java | 33 mScript.set_histogramHeight(mInPixelsAllocation.getType().getY());
|
H A D | Fisheye.java | 79 mInPixelsAllocation.getType().getY(), center_x, 84 mInPixelsAllocation.getType().getY(), center_x, 89 mInPixelsAllocation.getType().getY(), center_x, center_y, 94 mInPixelsAllocation.getType().getY(), center_x, center_y,
|
H A D | Vignette.java | 101 mInPixelsAllocation.getType().getY(), center_x, 106 mInPixelsAllocation.getType().getY(), center_x, 111 mInPixelsAllocation.getType().getY(), center_x, center_y, 116 mInPixelsAllocation.getType().getY(), center_x, center_y,
|
H A D | Blend.java | 121 image1.copy2DRangeFrom(0, 0, mInPixelsAllocation.getType().getX(), mInPixelsAllocation.getType().getY(), mInPixelsAllocation, 0, 0); 122 image2.copy2DRangeFrom(0, 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType().getY(), mInPixelsAllocation2, 0, 0); 175 mOutPixelsAllocation.copy2DRangeFrom(0, 0, image2.getType().getX(), image2.getType().getY(), image2, 0, 0);
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
H A D | CheckLongPressHelper.java | 51 mDownY = ev.getY(); 62 float y = ev.getY();
|
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/ |
H A D | RsListView.java | 64 mRender.onActionDown((int)ev.getX(), (int)ev.getY()); 67 mRender.onActionMove((int)ev.getX(), (int)ev.getY());
|
/frameworks/base/core/java/com/android/internal/widget/ |
H A D | LinearLayoutWithDefaultTouchRecepient.java | 62 ev.setLocation(ev.getX() + mTempRect.left, ev.getY() + mTempRect.top);
|
/frameworks/base/tests/RenderScriptTests/HelloWorld/src/com/example/android/rs/helloworld/ |
H A D | HelloWorldView.java | 68 mRender.onActionDown((int)ev.getX(), (int)ev.getY());
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
H A D | Fisheye.java | 79 mInPixelsAllocation.getType().getY(), center_x, 84 mInPixelsAllocation.getType().getY(), center_x, 89 mInPixelsAllocation.getType().getY(), center_x, center_y, 94 mInPixelsAllocation.getType().getY(), center_x, center_y,
|
H A D | Vignette.java | 101 mInPixelsAllocation.getType().getY(), center_x, 106 mInPixelsAllocation.getType().getY(), center_x, 111 mInPixelsAllocation.getType().getY(), center_x, center_y, 116 mInPixelsAllocation.getType().getY(), center_x, center_y,
|
H A D | Blend.java | 120 image1.copy2DRangeFrom(0, 0, mInPixelsAllocation.getType().getX(), mInPixelsAllocation.getType().getY(), mInPixelsAllocation, 0, 0); 121 image2.copy2DRangeFrom(0, 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType().getY(), mInPixelsAllocation2, 0, 0); 174 mOutPixelsAllocation.copy2DRangeFrom(0, 0, image2.getType().getX(), image2.getType().getY(), image2, 0, 0);
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
H A D | RSTestView.java | 87 mRender.onActionDown((int)ev.getX(), (int)ev.getY()); 91 mRender.onActionMove((int)ev.getX(), (int)ev.getY());
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
H A D | RSTestView.java | 87 mRender.onActionDown((int)ev.getX(), (int)ev.getY()); 91 mRender.onActionMove((int)ev.getX(), (int)ev.getY());
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
H A D | RSTestView.java | 87 mRender.onActionDown((int)ev.getX(), (int)ev.getY()); 91 mRender.onActionMove((int)ev.getX(), (int)ev.getY());
|
/frameworks/base/core/java/android/text/method/ |
H A D | Touch.java | 100 buffer.setSpan(new DragState(event.getX(), event.getY(), 126 Math.abs(event.getY() - ds[0].mY) >= slop) { 144 dy = event.getY() - ds[0].mY; 147 dy = ds[0].mY - event.getY(); 150 ds[0].mY = event.getY();
|
/frameworks/base/graphics/java/android/renderscript/ |
H A D | AllocationAdapter.java | 106 int ty = mAdaptedAllocation.mType.getY(); 181 if (mAdaptedAllocation.getType().getY() == 0) { 184 if (mAdaptedAllocation.getType().getY() <= y) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | NotificationPanelView.java | 109 event.getActionMasked(), (int) event.getX(), (int) event.getY()); 119 float miny = event.getY(0); 122 final float y = event.getY(i);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | DeadZone.java | 117 Log.v(TAG, this + " ACTION_DOWN: " + event.getX() + "," + event.getY()); 120 if ((mVertical && event.getX() < size) || event.getY() < size) { 122 Log.v(TAG, "consuming errant click: (" + event.getX() + "," + event.getY() + ")");
|