public class CoverFlow
extends InterceptGallery
Cover Flow implementation.
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getChildStaticTransformation()
{@inheritDoc}
|
int |
getMaxRotationAngle()
Get the max rotational angle of the image.
|
int |
getMaxZoom()
Get the Max zoom of the centre image.
|
void |
onSizeChanged()
This is called during layout when the size of this view has changed. If you were just added to the view hierarchy, you're called with the old values of 0.
|
void |
setMaxRotationAngle()
Set the max rotational angle of each image.
|
void |
setMaxZoom()
Set the max zoom of the centre image.
|
onInterceptTouchEventpublic int getMaxRotationAngle()
Get the max rotational angle of the image.
public void setMaxRotationAngle()
Set the max rotational angle of each image.
public int getMaxZoom()
Get the Max zoom of the centre image.
public void setMaxZoom()
Set the max zoom of the centre image.
public boolean getChildStaticTransformation()
{@inheritDoc}
public void onSizeChanged()
This is called during layout when the size of this view has changed. If you were just added to the view hierarchy, you're called with the old values of 0.