Searched refs:quickScaleThreshold (Results 1 – 1 of 1) sorted by relevance
238 private final float quickScaleThreshold; field in SubsamplingScaleImageView333 …quickScaleThreshold = TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, 20, context.getResour… in SubsamplingScaleImageView()786 … float dist = Math.abs(quickScaleVStart.y - event.getY()) * 2 + quickScaleThreshold; in onTouchEventInternal()