| Interface | Description |
|---|---|
| ZoomPanLayout.GestureListener | |
| ZoomPanLayout.ZoomPanListener |
| Class | Description |
|---|---|
| AnchorLayout |
The AnchorLayout positions it's children using absolute pixel values,
offset by anchors.
|
| AnchorLayout.LayoutParams |
Per-child layout information associated with AnchorLayout.
|
| FixedLayout | |
| FixedLayout.LayoutParams | |
| ScalingLayout | |
| StaticLayout | |
| TranslationLayout |
The TranslationLayout extends
AnhorLayout, but additionally supports
a scale value. |
| ZoomPanLayout |
ZoomPanLayout extends ViewGroup to provide support for scrolling and zooming.
|