Home | History | Annotate | Download | only in animation

Lines Matching defs:loadAnimator

89     public static Animator loadAnimator(Context context, @AnimatorRes int id)
91 return loadAnimator(context.getResources(), context.getTheme(), id);
104 public static Animator loadAnimator(Resources resources, Theme theme, int id)
106 return loadAnimator(resources, theme, id, 1);
110 public static Animator loadAnimator(Resources resources, Theme theme, int id,
229 animator = loadAnimator(context, animId);
669 anim = loadAnimator(res, theme, attrs, null, pixelSize);
1011 loadAnimator(res, theme, attrs, anim, pathErrorScale);
1025 private static ValueAnimator loadAnimator(Resources res, Theme theme,