Home
last modified time | relevance | path

Searched refs:getY (Results 1 – 25 of 211) sorted by relevance

123456789

/frameworks/support/v4/java/android/support/v4/view/
DMotionEventCompat.java33 public float getY(MotionEvent event, int pointerIndex); in getY() method
65 public float getY(MotionEvent event, int pointerIndex) { in getY() method in MotionEventCompat.BaseMotionEventVersionImpl
67 return event.getY(); in getY()
94 public float getY(MotionEvent event, int pointerIndex) { in getY() method in MotionEventCompat.EclairMotionEventVersionImpl
95 return MotionEventCompatEclair.getY(event, pointerIndex); in getY()
227 public static float getY(MotionEvent event, int pointerIndex) { in getY() method in MotionEventCompat
228 return IMPL.getY(event, pointerIndex); in getY()
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
DFisheye.java76 mInPixelsAllocation.getType().getY(), center_x, in do_init()
81 mInPixelsAllocation.getType().getY(), center_x, in do_init()
86 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init()
91 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init()
DVignette.java97 mInPixelsAllocation.getType().getY(), center_x, in do_init()
102 mInPixelsAllocation.getType().getY(), center_x, in do_init()
107 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init()
112 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init()
DBlend.java113 …0, 0, mInPixelsAllocation.getType().getX(), mInPixelsAllocation.getType().getY(), mInPixelsAllocat… in runTest()
114 … 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType().getY(), mInPixelsAllocat… in runTest()
167 …mOutPixelsAllocation.copy2DRangeFrom(0, 0, image2.getType().getX(), image2.getType().getY(), image… in runTest()
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
DFisheye.java79 mInPixelsAllocation.getType().getY(), center_x, in do_init()
84 mInPixelsAllocation.getType().getY(), center_x, in do_init()
89 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init()
94 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init()
DVignette.java101 mInPixelsAllocation.getType().getY(), center_x, in do_init()
106 mInPixelsAllocation.getType().getY(), center_x, in do_init()
111 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init()
116 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init()
DResize.java46 mHeight = mInPixelsAllocation.getType().getY(); in createTest()
64 mScript.set_gHeightIn(t.getY()); in createTest()
DBlend.java120 …0, 0, mInPixelsAllocation.getType().getX(), mInPixelsAllocation.getType().getY(), mInPixelsAllocat… in runTest()
121 … 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType().getY(), mInPixelsAllocat… in runTest()
174 …mOutPixelsAllocation.copy2DRangeFrom(0, 0, image2.getType().getX(), image2.getType().getY(), image… in runTest()
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
DFisheye.java79 mInPixelsAllocation.getType().getY(), center_x, in do_init()
84 mInPixelsAllocation.getType().getY(), center_x, in do_init()
89 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init()
94 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init()
DVignette.java101 mInPixelsAllocation.getType().getY(), center_x, in do_init()
106 mInPixelsAllocation.getType().getY(), center_x, in do_init()
111 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init()
116 mInPixelsAllocation.getType().getY(), center_x, center_y, in do_init()
DResize.java46 mHeight = mInPixelsAllocation.getType().getY(); in createTest()
64 mScript.set_gHeightIn(t.getY()); in createTest()
DBlend.java121 …0, 0, mInPixelsAllocation.getType().getX(), mInPixelsAllocation.getType().getY(), mInPixelsAllocat… in runTest()
122 … 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType().getY(), mInPixelsAllocat… in runTest()
175 …mOutPixelsAllocation.copy2DRangeFrom(0, 0, image2.getType().getX(), image2.getType().getY(), image… in runTest()
/frameworks/support/v4/eclair/android/support/v4/view/
DMotionEventCompatEclair.java34 public static float getY(MotionEvent event, int pointerIndex) { in getY() method in MotionEventCompatEclair
35 return event.getY(pointerIndex); in getY()
/frameworks/base/services/core/java/com/android/server/wm/
DStackTapPointerEventListener.java54 mDownY = motionEvent.getY(); in onPointerEvent()
61 || (motionEvent.getY(index) - mDownY) > mMotionSlop) { in onPointerEvent()
73 final int y = (int)motionEvent.getY(index); in onPointerEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewTouchHandler.java135 mInitialMotionY = mLastMotionY = (int) ev.getY(); in onInterceptTouchEvent()
153 int y = (int) ev.getY(activePointerIndex); in onInterceptTouchEvent()
212 mInitialMotionY = mLastMotionY = (int) ev.getY(); in onTouchEvent()
233 mLastMotionY = (int) ev.getY(index); in onTouchEvent()
242 int y = (int) ev.getY(activePointerIndex); in onTouchEvent()
318 mLastMotionY = (int) ev.getY(newPointerIndex); in onTouchEvent()
343 return findViewAtPoint((int) ev.getX(), (int) ev.getY()); in getChildAtPosition()
/frameworks/base/core/java/android/text/method/
DTouch.java100 buffer.setSpan(new DragState(event.getX(), event.getY(), in onTouchEvent()
128 Math.abs(event.getY() - ds[0].mY) >= slop) { in onTouchEvent()
155 dy = event.getY() - ds[0].mY; in onTouchEvent()
158 dy = ds[0].mY - event.getY(); in onTouchEvent()
161 ds[0].mY = event.getY(); in onTouchEvent()
/frameworks/base/core/java/com/android/internal/widget/
DResolverDrawerLayout.java163 final float y = ev.getY(); in onInterceptTouchEvent()
172 final float y = ev.getY(); in onInterceptTouchEvent()
212 final float y = ev.getY(); in onTouchEvent()
232 mInitialTouchY = mLastTouchY = ev.getY(); in onTouchEvent()
235 final float y = ev.getY(index); in onTouchEvent()
257 mInitialTouchY = mLastTouchY = ev.getY(pointerIndex); in onTouchEvent()
269 findChildUnder(ev.getX(), ev.getY()) == null) { in onTouchEvent()
277 Math.abs(ev.getY() - mInitialTouchY) < mTouchSlop) { in onTouchEvent()
314 mInitialTouchY = mLastTouchY = ev.getY(newPointerIndex);
419 y -= v.getY();
[all …]
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
DRsListView.java64 mRender.onActionDown((int)ev.getX(), (int)ev.getY()); in onTouchEvent()
67 mRender.onActionMove((int)ev.getX(), (int)ev.getY()); in onTouchEvent()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DCheckLongPressHelper.java51 mDownY = ev.getY(); in postCheckForLongPress()
62 float y = ev.getY(); in onMove()
/frameworks/base/rs/java/android/renderscript/
DAllocationAdapter.java101 int ty = mAdaptedAllocation.mType.getY(); in initLOD()
176 if (mAdaptedAllocation.getType().getY() == 0) { in setY()
179 if (mAdaptedAllocation.getType().getY() <= y) { in setY()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDeadZone.java117 Slog.v(TAG, this + " ACTION_DOWN: " + event.getX() + "," + event.getY()); in onTouchEvent()
120 if ((mVertical && event.getX() < size) || event.getY() < size) { in onTouchEvent()
122 … Slog.v(TAG, "consuming errant click: (" + event.getX() + "," + event.getY() + ")"); in onTouchEvent()
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
DRSTestView.java87 mRender.onActionDown((int)ev.getX(), (int)ev.getY()); in onTouchEvent()
91 mRender.onActionMove((int)ev.getX(), (int)ev.getY()); in onTouchEvent()
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
DRSTestView.java87 mRender.onActionDown((int)ev.getX(), (int)ev.getY()); in onTouchEvent()
91 mRender.onActionMove((int)ev.getX(), (int)ev.getY()); in onTouchEvent()
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
DRSTestView.java87 mRender.onActionDown((int)ev.getX(), (int)ev.getY()); in onTouchEvent()
91 mRender.onActionMove((int)ev.getX(), (int)ev.getY()); in onTouchEvent()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DEnableAccessibilityController.java158 mFirstPointerDownY = event.getY(0); in onInterceptTouchEvent()
160 mSecondPointerDownY = event.getY(1); in onInterceptTouchEvent()
187 event.getY(0), mFirstPointerDownX, mFirstPointerDownY); in onTouchEvent()
192 event.getY(1), mSecondPointerDownX, mSecondPointerDownY); in onTouchEvent()

123456789