Searched defs:rawY (Results 1 – 6 of 6) sorted by relevance
179 float rawY, in VerifiedMotionEvent()341 float rawY = in.readFloat(); in VerifiedMotionEvent() local
83 float rawY = ev.getRawY(0); in onMotionEvent() local
404 float rawY = e.getRawY(0); in handleMotionEvent() local417 float rawY = e.getRawY(dragPointerIndex); in handleMotionEvent() local
115 final float rawY = event.getRawY(); in onTouch() local
664 int rawY = 0; in dragDownUntilLineChange() local692 float rawY = y + r.top; in obtainTouchEvent() local705 float rawY = y + r.top; in obtainTouchEventWithPointerId() local
615 private View findViewForTouch(int rawX, int rawY) { in findViewForTouch()