Home | History | Annotate | Download | only in drawable

Lines Matching defs:loadAnimator

95     public static Animator loadAnimator(Context context, @AnimatorRes int id)
101 objectAnimator = AnimatorInflater.loadAnimator(context, id);
103 objectAnimator = loadAnimator(context, context.getResources(), context.getTheme(), id);
117 public static Animator loadAnimator(Context context, Resources resources, Theme theme,
119 return loadAnimator(context, resources, theme, id, 1);
125 public static Animator loadAnimator(Context context, Resources resources, Theme theme,
529 anim = loadAnimator(context, res, theme, attrs, null, pixelSize, parser);
874 loadAnimator(context, res, theme, attrs, anim, pathErrorScale, parser);
887 private static ValueAnimator loadAnimator(Context context, Resources res, Theme theme,