|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface ScaleGestureDetector.OnScaleGestureListener
| Method Summary | |
|---|---|
boolean |
onScale(ScaleGestureDetector detector)
Responds to scaling events for a gesture in progress. |
boolean |
onScaleBegin(ScaleGestureDetector detector)
Responds to the beginning of a scaling gesture. |
void |
onScaleEnd(ScaleGestureDetector detector)
Responds to the end of a scale gesture. |
| Method Detail |
|---|
boolean onScale(ScaleGestureDetector detector)
detector - The detector reporting the event - use this to
retrieve extended info about event state.
boolean onScaleBegin(ScaleGestureDetector detector)
detector - The detector reporting the event - use this to
retrieve extended info about event state.
void onScaleEnd(ScaleGestureDetector detector)
ScaleGestureDetector.getFocusX()
and ScaleGestureDetector.getFocusY() will return the location
of the pointer remaining on the screen.
detector - The detector reporting the event - use this to
retrieve extended info about event state.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||