Uses of Class
android.graphics.Interpolator.Result

Packages that use Interpolator.Result
android.graphics   
 

Uses of Interpolator.Result in android.graphics
 

Methods in android.graphics that return Interpolator.Result
 Interpolator.Result Interpolator.timeToValues(float[] values)
           
 Interpolator.Result Interpolator.timeToValues(int msec, float[] values)
           
static Interpolator.Result Interpolator.Result.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Interpolator.Result[] Interpolator.Result.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2008-2012. All Rights Reserved.