Package org.robolectric.shadows
Class ShadowAnimationUtils
- java.lang.Object
-
- org.robolectric.shadows.ShadowAnimationUtils
-
@Implements(android.view.animation.AnimationUtils.class) public class ShadowAnimationUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ShadowAnimationUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static android.view.animation.InterpolatorloadInterpolator(android.content.Context context, int id)protected static android.view.animation.LayoutAnimationControllerloadLayoutAnimation(android.content.Context context, int id)
-
-
-
Method Detail
-
loadInterpolator
@Implementation protected static android.view.animation.Interpolator loadInterpolator(android.content.Context context, int id)
-
loadLayoutAnimation
@Implementation protected static android.view.animation.LayoutAnimationController loadLayoutAnimation(android.content.Context context, int id)
-
-