Build m5-rc15

android.graphics
Class Interpolator.Result

java.lang.Object
  extended by java.lang.Enum
      extended by android.graphics.Interpolator.Result
All Implemented Interfaces:
Serializable, Comparable
Enclosing class:
Interpolator

public static final class Interpolator.Result
extends Enum

See Also:
Serialized Form

Field Summary
static Interpolator.Result FREEZE_END
           
static Interpolator.Result FREEZE_START
           
static Interpolator.Result NORMAL
           
 
Constructor Summary
Interpolator.Result()
           
 
Method Summary
static Interpolator.Result valueOf(String name)
           
static Interpolator.Result[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

NORMAL

public static final Interpolator.Result NORMAL

FREEZE_START

public static final Interpolator.Result FREEZE_START

FREEZE_END

public static final Interpolator.Result FREEZE_END
Constructor Detail

Interpolator.Result

public Interpolator.Result()
Method Detail

values

public static final Interpolator.Result[] values()

valueOf

public static Interpolator.Result valueOf(String name)

Build m5-rc15

Please submit a feedback, bug or feature