Searched refs:moveDelta (Results 1 – 7 of 7) sorted by relevance
54 final float moveDelta = MathUtils.dist(pointerDown.x, pointerDown.y, moveEvent.getX(i), in distanceClosestPointerToPoint() local56 if (movement > moveDelta) { in distanceClosestPointerToPoint()57 movement = moveDelta; in distanceClosestPointerToPoint()
246 float moveDelta = Float.MAX_VALUE; in findNearestPoint() local266 if (moveDelta > delta) { in findNearestPoint()267 moveDelta = delta; in findNearestPoint()271 if (moveDelta < slop) { in findNearestPoint()
159 final double moveDelta = Math.hypot(Math.abs(x - mBaseX), Math.abs(y - mBaseY)); in onMove() local165 + Double.toString(moveDelta) in onMove()170 if (moveDelta < mTouchSlop) { in onMove()184 if (moveDelta > mGestureDetectionThresholdPixels) { in onMove()
140 final double moveDelta = Math.hypot(deltaX, deltaY); in isInsideSlop() local141 return moveDelta <= slop; in isInsideSlop()
156 final double moveDelta = Math.hypot(deltaX, deltaY); in isSecondFingerInsideSlop() local157 return moveDelta <= slop; in isSecondFingerInsideSlop()
271 final double moveDelta = in onMove() local276 Slog.d(getGestureName(), "moveDelta:" + moveDelta); in onMove() local279 if (moveDelta < (mTargetFingerCount * mTouchSlop)) { in onMove()
746 final double moveDelta = Math.hypot(deltaX, deltaY); in handleActionMoveStateTouchInteracting() local747 if (moveDelta < (2 * mTouchSlop)) { in handleActionMoveStateTouchInteracting()915 final double moveDelta = Math.hypot(deltaX, deltaY); in handleActionMoveStateTouchExploring() local916 if (moveDelta > mDoubleTapSlop) { in handleActionMoveStateTouchExploring()