Home
last modified time | relevance | path

Searched refs:isZooming (Results 1 – 1 of 1) sorted by relevance

/external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/
DSubsamplingScaleImageView.java215 private boolean isZooming; field in SubsamplingScaleImageView
487 isZooming = false; in reset()
551 …Y() - e2.getY()) > 50) && (Math.abs(velocityX) > 500 || Math.abs(velocityY) > 500) && !isZooming) { in setGestureDetector()
580 isZooming = true; in setGestureDetector()
679 isZooming = false; in onTouchEvent()
741 isZooming = true; in onTouchEventInternal()
838 } else if (!isZooming) { in onTouchEventInternal()
893 if (maxTouchCount > 0 && (isZooming || isPanning)) { in onTouchEventInternal()
894 if (isZooming && touchCount == 2) { in onTouchEventInternal()
906 isZooming = false; in onTouchEventInternal()
[all …]