public class

HtcGlSwipeCubicTransAnim

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

Summary

Constants
int TRANSIT_DIRECTION_LEFT
int TRANSIT_DIRECTION_RIGHT
[Expand]
Inherited Constants
From class com.htc.view.animation.HtcBaseGlTransAnim
From class android.view.animation.Animation
From interface android.os.Parcelable
[Expand]
Inherited Fields
From class com.htc.view.animation.HtcBaseGlTransAnim
Public Methods
String[] encodeSpecificParamsToArray()
void monitorTransAnim(boolean isStart)
void setDirection(int direction)
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 TRANSIT_DIRECTION_LEFT

Constant Value: 1 (0x00000001)

public static final int TRANSIT_DIRECTION_RIGHT

Constant Value: 0 (0x00000000)

Public Methods

public String[] encodeSpecificParamsToArray ()

public void monitorTransAnim (boolean isStart)

public void setDirection (int direction)

public void writeToParcel (Parcel out, int flags)