Searched refs:getY (Results 1 - 25 of 215) sorted by last modified time

123456789

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV7.java1968 int y = (int) event.getY();
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java1357 final float y = srcEvent.getY(activePointerIndex);
1581 final int y = (int) event.getY(activeIndex);
1738 final int y = (int) event.getY();
H A DSwitchCompat.java639 final float y = ev.getY();
656 final float y = ev.getY();
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java1442 pullGlows(ev.getX(), unconsumedX, ev.getY(), unconsumedY);
2160 mInitialTouchY = mLastTouchY = (int) (e.getY() + 0.5f);
2180 mInitialTouchY = mLastTouchY = (int) (MotionEventCompat.getY(e, actionIndex) + 0.5f);
2192 final int y = (int) (MotionEventCompat.getY(e, index) + 0.5f);
2276 mInitialTouchY = mLastTouchY = (int) (e.getY() + 0.5f);
2291 mInitialTouchY = mLastTouchY = (int) (MotionEventCompat.getY(e, actionIndex) + 0.5f);
2303 final int y = (int) (MotionEventCompat.getY(e, index) + 0.5f);
2407 mInitialTouchY = mLastTouchY = (int) (MotionEventCompat.getY(e, newIndex) + 0.5f);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
H A DItemTouchHelper.java292 Log.d(TAG, "intercept: x:" + event.getX() + ",y:" + event.getY() + ", " + event);
298 mInitialTouchY = event.getY();
910 final float dy = MotionEventCompat.getY(motionEvent, pointerIndex) - mInitialTouchY;
956 final float y = MotionEventCompat.getY(motionEvent, pointerIndex);
993 final float y = event.getY();
1122 final float y = MotionEventCompat.getY(ev, pointerIndex);
2205 final float y = MotionEventCompat.getY(e, index);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java292 mCurrentDimY = t.getY();
H A DScriptIntrinsicBLAS.java284 int M = A.getType().getY();
291 if (X.getType().getY() > 1 || Y.getType().getY() > 1) {
329 int M = A.getType().getY();
361 int M = A.getType().getY();
393 int M = A.getType().getY();
425 int M = A.getType().getY();
470 int M = A.getType().getY();
515 int M = A.getType().getY();
560 int M = A.getType().getY();
[all...]
H A DScriptIntrinsicHistogram.java163 (mOut.getType().getY() != 0) ||
H A DType.java101 public int getY() { method in class:Type
153 int y = getY();
/frameworks/rs/cpp/
H A DAllocation.cpp30 mCurrentDimY = t->getY();
H A DScriptIntrinsics.cpp446 out->getType()->getY() != 0 ||
H A DType.cpp35 uint32_t y = getY();
H A DrsCppStructs.h1313 uint32_t getY() const { function in class:android::RSC::Type
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
H A DBallsView.java93 ev.getY(p),
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DBlend.java121 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);
H A DBlur25.java68 int height = mInPixelsAllocation.getType().getY();
H A DBlur25G.java65 int height = mInPixelsAllocation.getType().getY();
H A DConvolve3x3.java45 mHeight = mInPixelsAllocation.getType().getY();
H A DConvolve5x5.java45 mHeight = mInPixelsAllocation.getType().getY();
H A DFisheye.java79 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 DGrain.java60 int height = mInPixelsAllocation.getType().getY();
H A DGroupTest.java49 mHeight = mInPixelsAllocation.getType().getY();
H A DHistogram.java35 int h = mInPixelsAllocation.getType().getY();
H A DImageProcessingActivity.java413 mInPixelsAllocation.getType().getY(),
H A DMandelbrot.java89 int height = mOutPixelsAllocation.getType().getY();

Completed in 3293 milliseconds

123456789