HomeSort by relevance Sort by last modified time
    Searched refs:pathErrorScale (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/android/animation/
AnimatorInflater_Delegate.java 46 float pathErrorScale) throws NotFoundException {
55 AttributeSet attrs, ValueAnimator anim, float pathErrorScale)
57 return AnimatorInflater.loadAnimator_Original(res, theme, attrs, anim, pathErrorScale);
  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 107 float pathErrorScale) throws NotFoundException {
122 animator = createAnimatorFromXml(resources, theme, parser, pathErrorScale);
619 float pathErrorScale) throws NotFoundException {
622 loadAnimator(res, theme, attrs, anim, pathErrorScale);
637 AttributeSet attrs, ValueAnimator anim, float pathErrorScale)
664 parseAnimatorFromTypeArray(anim, arrayAnimator, arrayObjectAnimator, pathErrorScale);
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedVectorDrawable.java 276 float pathErrorScale = 1;
290 pathErrorScale = vectorDrawable.getPixelSize();
307 pathErrorScale);

Completed in 228 milliseconds