Searched refs:getYDispatchLocation (Results 1 – 2 of 2) sorted by relevance
2040 final float y = event.getYDispatchLocation(pointerIndex); in onResolvePointerIcon()2128 final float y = event.getYDispatchLocation(0); in dispatchHoverEvent()2350 final float y = event.getYDispatchLocation(0); in dispatchTooltipHoverEvent()2446 event.getYDispatchLocation(0), mFirstHoverTarget.child, null); in pointInHoveredChild()2516 final float y = event.getYDispatchLocation(0); in onInterceptHoverEvent()2538 final float y = event.getYDispatchLocation(0); in dispatchGenericPointerEvent()2706 final float y = ev.getYDispatchLocation(actionIndex); in dispatchTouchEvent()3290 && isOnScrollbarThumb(ev.getXDispatchLocation(0), ev.getYDispatchLocation(0))) { in onInterceptTouchEvent()
4244 public float getYDispatchLocation(int pointerIndex) { in getYDispatchLocation() method in MotionEvent