Uses of Class
android.view.animation.Transformation

Packages that use Transformation
android.view   
android.view.animation   
android.widget   
 

Uses of Transformation in android.view
 

Methods in android.view with parameters of type Transformation
protected  boolean ViewGroup.getChildStaticTransformation(View child, Transformation t)
           
 

Uses of Transformation in android.view.animation
 

Methods in android.view.animation with parameters of type Transformation
protected  void RotateAnimation.applyTransformation(float interpolatedTime, Transformation t)
           
protected  void ScaleAnimation.applyTransformation(float interpolatedTime, Transformation t)
           
protected  void TranslateAnimation.applyTransformation(float interpolatedTime, Transformation t)
           
protected  void AlphaAnimation.applyTransformation(float interpolatedTime, Transformation t)
           
protected  void Animation.applyTransformation(float interpolatedTime, Transformation t)
           
 void Transformation.compose(Transformation t)
           
 boolean AnimationSet.getTransformation(long currentTime, Transformation t)
           
 boolean Animation.getTransformation(long currentTime, Transformation outTransformation)
           
 boolean Animation.getTransformation(long currentTime, Transformation outTransformation, float scale)
           
 void Transformation.set(Transformation t)
           
 

Uses of Transformation in android.widget
 

Methods in android.widget with parameters of type Transformation
protected  boolean Gallery.getChildStaticTransformation(View child, Transformation t)
           
 



Copyright © 2008-2012. All Rights Reserved.