Uses of Class
android.animation.Keyframe

Packages that use Keyframe
android.animation   
 

Uses of Keyframe in android.animation
 

Methods in android.animation that return Keyframe
abstract  Keyframe Keyframe.clone()
           
static Keyframe Keyframe.ofFloat(float fraction)
           
static Keyframe Keyframe.ofFloat(float fraction, float value)
           
static Keyframe Keyframe.ofInt(float fraction)
           
static Keyframe Keyframe.ofInt(float fraction, int value)
           
static Keyframe Keyframe.ofObject(float fraction)
           
static Keyframe Keyframe.ofObject(float fraction, Object value)
           
 

Methods in android.animation with parameters of type Keyframe
static PropertyValuesHolder PropertyValuesHolder.ofKeyframe(Property property, Keyframe... values)
           
static PropertyValuesHolder PropertyValuesHolder.ofKeyframe(String propertyName, Keyframe... values)
           
 void PropertyValuesHolder.setKeyframes(Keyframe... values)
           
 



Copyright © 2008-2012. All Rights Reserved.