Searched refs:zoomToPoint (Results 1 – 2 of 2) sorted by relevance
347 protected void zoomToPoint(float scale, float pointX, float pointY) { in zoomToPoint() method in ImageViewTouchBase
364 mImageView.zoomToPoint(3f, e.getX(), e.getY()); in onDoubleTap()