public class ImageTransformState extends TransformState
Modifier and Type | Field and Description |
---|---|
static long |
ANIMATION_DURATION_LENGTH |
static int |
ICON_TAG |
mTransformedView
Constructor and Description |
---|
ImageTransformState() |
Modifier and Type | Method and Description |
---|---|
void |
appear(float transformationAmount,
com.android.systemui.statusbar.TransformableView otherView) |
void |
disappear(float transformationAmount,
com.android.systemui.statusbar.TransformableView otherView) |
Icon |
getIcon() |
void |
initFrom(View view) |
static ImageTransformState |
obtain() |
void |
recycle() |
protected void |
reset() |
protected boolean |
sameAs(TransformState otherState) |
protected boolean |
transformScale() |
abortTransformation, createFrom, getLaidOutLocationOnScreen, getLocationOnScreen, getTransformationStartScaleX, getTransformationStartScaleY, getTransformationStartX, getTransformationStartY, getTransformedView, prepareFadeIn, resetTransformedView, setClippingDeactivated, setTransformationEndX, setTransformationEndY, setTransformationStartX, setTransformationStartY, setVisible, transformViewFrom, transformViewFullyFrom, transformViewFullyTo, transformViewTo, transformViewVerticalFrom, transformViewVerticalFrom, transformViewVerticalTo, transformViewVerticalTo
public static final long ANIMATION_DURATION_LENGTH
public static final int ICON_TAG
public void initFrom(View view)
initFrom
in class TransformState
protected boolean sameAs(TransformState otherState)
sameAs
in class TransformState
public void appear(float transformationAmount, com.android.systemui.statusbar.TransformableView otherView)
appear
in class TransformState
public void disappear(float transformationAmount, com.android.systemui.statusbar.TransformableView otherView)
disappear
in class TransformState
public Icon getIcon()
public static ImageTransformState obtain()
protected boolean transformScale()
transformScale
in class TransformState
public void recycle()
recycle
in class TransformState
protected void reset()
reset
in class TransformState