public class

HtcGlAnimType

extends Object
java.lang.Object
   ↳ com.htc.view.animation.HtcGlAnimType

Summary

Constants
int TYPE_CENTRALZOOM
int TYPE_CONTENTZOOM
int TYPE_CUBICROTATE
int TYPE_RECENTAPPZOOM
int TYPE_SWIPECUBIC
int TYPE_ZOOM
Fields
protected int mAnimType
public static final HashMap<IntegerString> mAnimTypeMap
Public Constructors
HtcGlAnimType()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int TYPE_CENTRALZOOM

Constant Value: 12 (0x0000000c)

public static final int TYPE_CONTENTZOOM

Constant Value: 13 (0x0000000d)

public static final int TYPE_CUBICROTATE

Constant Value: 11 (0x0000000b)

public static final int TYPE_RECENTAPPZOOM

Constant Value: 14 (0x0000000e)

public static final int TYPE_SWIPECUBIC

Constant Value: 15 (0x0000000f)

public static final int TYPE_ZOOM

Constant Value: 10 (0x0000000a)

Fields

protected int mAnimType

public static final HashMap<IntegerString> mAnimTypeMap

Public Constructors

public HtcGlAnimType ()