public class

HtcGlRecentAppZoomTransAnim

extends HtcBaseGlTransAnim
java.lang.Object
   ↳ android.view.animation.Animation
     ↳ com.htc.view.animation.HtcBaseGlTransAnim
       ↳ com.htc.view.animation.HtcGlRecentAppZoomTransAnim

Summary

Constants
int TYPE_FADE_ANIMATION
int TYPE_NORMAL_ANIMATION
int TYPE_NO_ANIMATION
[Expand]
Inherited Constants
From class com.htc.view.animation.HtcBaseGlTransAnim
From class android.view.animation.Animation
From interface android.os.Parcelable
Fields
protected int mLayerBottom
protected int mLayerLeft
protected int mLayerRight
protected int mLayerTop
[Expand]
Inherited Fields
From class com.htc.view.animation.HtcBaseGlTransAnim
Public Methods
String[] encodeSpecificParamsToArray()
int getRecentAppAnimType()
void monitorTransAnim(boolean isStart)
void setLayerArea(Rect _layer)
void setRecentAppAnimType(int type)
void writeToParcel(Parcel out, int flags)
[Expand]
Inherited Methods
From class com.htc.view.animation.HtcBaseGlTransAnim
From class android.view.animation.Animation
From class java.lang.Object
From interface android.os.Parcelable

Constants

public static final int TYPE_FADE_ANIMATION

Constant Value: 1 (0x00000001)

public static final int TYPE_NORMAL_ANIMATION

Constant Value: 0 (0x00000000)

public static final int TYPE_NO_ANIMATION

Constant Value: 2 (0x00000002)

Fields

protected int mLayerBottom

protected int mLayerLeft

protected int mLayerRight

protected int mLayerTop

Public Methods

public String[] encodeSpecificParamsToArray ()

public int getRecentAppAnimType ()

public void monitorTransAnim (boolean isStart)

public void setLayerArea (Rect _layer)

public void setRecentAppAnimType (int type)

public void writeToParcel (Parcel out, int flags)