@Implements(android.view.ScaleGestureDetector.class) public class ShadowScaleGestureDetector extends Object
| Constructor | Description | 
|---|---|
| ShadowScaleGestureDetector() | 
| Modifier and Type | Method | Description | 
|---|---|---|
| protected void | __constructor__(Context context,
               ScaleGestureDetector.OnScaleGestureListener listener) | |
| protected float | getFocusX() | |
| protected float | getFocusY() | |
| ScaleGestureDetector.OnScaleGestureListener | getListener() | |
| MotionEvent | getOnTouchEventMotionEvent() | |
| protected float | getScaleFactor() | |
| protected boolean | onTouchEvent(MotionEvent event) | |
| void | reset() | |
| void | setFocusXY(float focusX,
          float focusY) | |
| void | setScaleFactor(float scaleFactor) | 
@Implementation protected void __constructor__(Context context, ScaleGestureDetector.OnScaleGestureListener listener)
@Implementation protected boolean onTouchEvent(MotionEvent event)
public MotionEvent getOnTouchEventMotionEvent()
public void reset()
public ScaleGestureDetector.OnScaleGestureListener getListener()
public void setScaleFactor(float scaleFactor)
@Implementation protected float getScaleFactor()
public void setFocusXY(float focusX,
                       float focusY)
@Implementation protected float getFocusX()
@Implementation protected float getFocusY()