Home | History | Annotate | Download | only in animation

Lines Matching defs:context

3 import android.content.Context;
21 public ViewAnimationFactory(Context context, int animationId) {
22 this(new ResourceAnimationFactory(context, animationId));
65 private final Context context;
68 public ResourceAnimationFactory(Context context, int animationId) {
69 this.context = context.getApplicationContext();
75 return AnimationUtils.loadAnimation(context, animationId);