You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
add some methods needed for NewPipe release 0.27.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user