Searched defs:getRawY (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
H A DScaleGestureDetector.java238 float y0 = getRawY(event, index0);
240 float y1 = getRawY(event, index1);
276 float y0 = getRawY(event, index0);
278 float y1 = getRawY(event, index1);
292 y0 = getRawY(event, index);
304 y1 = getRawY(event, index);
500 float y = getRawY(ev, i);
522 * MotionEvent has no getRawY(int) method; simulate it pending future API approval.
524 private static float getRawY(MotionEvent event, int pointerIndex) { method in class:ScaleGestureDetector
526 if (pointerIndex == 0) return event.getRawY();
[all...]
H A DMotionEvent.java2202 public final float getRawY() { method in class:MotionEvent
/frameworks/base/include/ui/
H A DInput.h409 inline float getRawY(size_t pointerIndex) const { function in class:android::MotionEvent

Completed in 76 milliseconds