Searched refs:quickScaleVStart (Results 1 – 1 of 1) sorted by relevance
243 private PointF quickScaleVStart; field in SubsamplingScaleImageView498 quickScaleVStart = null; in reset()583 quickScaleVStart = new PointF(e.getX(), e.getY()); in setGestureDetector()786 … float dist = Math.abs(quickScaleVStart.y - event.getY()) * 2 + quickScaleThreshold; in onTouchEventInternal()1138 if (quickScaleVStart != null && isQuickScaling) { in onDraw()1140 canvas.drawCircle(quickScaleVStart.x, quickScaleVStart.y, px(30), debugLinePaint); in onDraw()