FileDocCategorySizeDatePackage
ScaleGestureDetector.javaAPI DocAndroid 5.1 API2380Sat Mar 14 14:09:42 GMT 2015android.view

ScaleGestureDetector

public class ScaleGestureDetector extends Object

Fields Summary
Constructors Summary
public ScaleGestureDetector(android.content.Context context, OnScaleGestureListener listener)

 throw new RuntimeException("Stub!"); 
public ScaleGestureDetector(android.content.Context context, OnScaleGestureListener listener, android.os.Handler handler)

 throw new RuntimeException("Stub!"); 
Methods Summary
public floatgetCurrentSpan()

 throw new RuntimeException("Stub!"); 
public floatgetCurrentSpanX()

 throw new RuntimeException("Stub!"); 
public floatgetCurrentSpanY()

 throw new RuntimeException("Stub!"); 
public longgetEventTime()

 throw new RuntimeException("Stub!"); 
public floatgetFocusX()

 throw new RuntimeException("Stub!"); 
public floatgetFocusY()

 throw new RuntimeException("Stub!"); 
public floatgetPreviousSpan()

 throw new RuntimeException("Stub!"); 
public floatgetPreviousSpanX()

 throw new RuntimeException("Stub!"); 
public floatgetPreviousSpanY()

 throw new RuntimeException("Stub!"); 
public floatgetScaleFactor()

 throw new RuntimeException("Stub!"); 
public longgetTimeDelta()

 throw new RuntimeException("Stub!"); 
public booleanisInProgress()

 throw new RuntimeException("Stub!"); 
public booleanisQuickScaleEnabled()

 throw new RuntimeException("Stub!"); 
public booleanonTouchEvent(android.view.MotionEvent event)

 throw new RuntimeException("Stub!"); 
public voidsetQuickScaleEnabled(boolean scales)

 throw new RuntimeException("Stub!");