No examples for this method.
Frequently called with: [Clear]
-1
| android.widget.ZoomButtonsController.OnZoomListener |
Interface that will be called when the user performs an interaction that triggers some action, for example zooming.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
Called when the zoom controls' visibility changes.
|
|||||||||
|
|
|
Called when the owner view needs to be zoomed.
|
|||||||||
Called when the zoom controls' visibility changes.
| visible | Whether the zoom controls are visible. |
|---|
Called when the owner view needs to be zoomed.
| zoomIn | The direction of the zoom: true to zoom in, false to zoom out. |
|---|