add some methods needed for NewPipe release 0.27.0

This commit is contained in:
Julian Winkler
2024-05-23 22:14:30 +02:00
parent 54dd61da3d
commit 34c03c59c3
3 changed files with 10 additions and 0 deletions

View File

@@ -69,6 +69,10 @@ public class ValueAnimator extends Animator {
return value_end;
}
public float getAnimatedFraction() {
return 1.0f;
}
/**
* Implementors of this interface can add themselves as update listeners
* to an <code>ValueAnimator</code> instance to receive callbacks on every animation