List of usage examples for android.view ScaleGestureDetector.OnScaleGestureListener interface-usage
From source file com.volley.air.ui.PhotoView.java
/** * Layout for the photo list view header. */ public class PhotoView extends NetworkImageView implements OnGestureListener, OnDoubleTapListener, ScaleGestureDetector.OnScaleGestureListener, HorizontallyScrollable { /** Zoom animation duration; in milliseconds */
From source file com.androidex.volley.ui.PhotoView.java
/** * Layout for the photo list view header. */ public class PhotoView extends NetworkImageView implements OnGestureListener, OnDoubleTapListener, ScaleGestureDetector.OnScaleGestureListener, HorizontallyScrollable { /** Zoom animation duration; in milliseconds */
From source file de.tum.in.tumcampus.auxiliary.calendar.DayView.java
/** * View for multi-day view. So far only 1 and 7 day have been tested. */ @SuppressWarnings("ALL") public class DayView extends View implements View.OnCreateContextMenuListener, ScaleGestureDetector.OnScaleGestureListener {