Package | Description |
---|---|
oak.util |
Modifier and Type | Method and Description |
---|---|
boolean |
ScaleGestureDetector.OnScaleGestureListener.onScale(ScaleGestureDetector detector)
Responds to scaling events for a gesture in progress.
|
boolean |
ScaleGestureDetector.SimpleOnScaleGestureListener.onScale(ScaleGestureDetector detector) |
boolean |
ScaleGestureDetector.OnScaleGestureListener.onScaleBegin(ScaleGestureDetector detector)
Responds to the beginning of a scaling gesture.
|
boolean |
ScaleGestureDetector.SimpleOnScaleGestureListener.onScaleBegin(ScaleGestureDetector detector) |
void |
ScaleGestureDetector.OnScaleGestureListener.onScaleEnd(ScaleGestureDetector detector)
Responds to the end of a scale gesture.
|
void |
ScaleGestureDetector.SimpleOnScaleGestureListener.onScaleEnd(ScaleGestureDetector detector) |
Copyright © 2011–2014. All rights reserved.