use of com.yalantis.ucrop.weiui.library.util.RotationGestureDetector in project weiui by kuaifan.
the class GestureCropImageView method setupGestureListeners.
private void setupGestureListeners() {
mGestureDetector = new GestureDetector(getContext(), new GestureListener(), null, true);
mScaleDetector = new ScaleGestureDetector(getContext(), new ScaleListener());
mRotateDetector = new RotationGestureDetector(new RotateListener());
}
Aggregations