Searched refs:getXDispatchLocation (Results 1 – 2 of 2) sorted by relevance
2039 final float x = event.getXDispatchLocation(pointerIndex); in onResolvePointerIcon()2127 final float x = event.getXDispatchLocation(0); in dispatchHoverEvent()2349 final float x = event.getXDispatchLocation(0); in dispatchTooltipHoverEvent()2445 return isTransformedTouchPointInView(event.getXDispatchLocation(0), in pointInHoveredChild()2515 final float x = event.getXDispatchLocation(0); in onInterceptHoverEvent()2537 final float x = event.getXDispatchLocation(0); in dispatchGenericPointerEvent()2705 final float x = ev.getXDispatchLocation(actionIndex); in dispatchTouchEvent()3290 && isOnScrollbarThumb(ev.getXDispatchLocation(0), ev.getYDispatchLocation(0))) { in onInterceptTouchEvent()
4227 public float getXDispatchLocation(int pointerIndex) { in getXDispatchLocation() method in MotionEvent