Searched refs:firstPtrDownY (Results 1 – 2 of 2) sorted by relevance
73 public static boolean isDraggingGesture(float firstPtrDownX, float firstPtrDownY, in isDraggingGesture() argument79 final float firstDeltaY = firstPtrY - firstPtrDownY; in isDraggingGesture()
1169 final float firstPtrDownY = mReceivedPointerTracker.getReceivedPointerDownY(0); in isDraggingGesture() local1173 return GestureUtils.isDraggingGesture(firstPtrDownX, firstPtrDownY, secondPtrDownX, in isDraggingGesture()