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 more stubs
This commit is contained in:
5
src/api-impl/android/animation/ArgbEvaluator.java
Normal file
5
src/api-impl/android/animation/ArgbEvaluator.java
Normal file
@@ -0,0 +1,5 @@
|
||||
package android.animation;
|
||||
|
||||
public class ArgbEvaluator {
|
||||
|
||||
}
|
||||
@@ -8,6 +8,10 @@ public class ValueAnimator extends Animator {
|
||||
return new ValueAnimator();
|
||||
}
|
||||
|
||||
public static ValueAnimator ofObject(TypeEvaluator evaluator, Object[] values) {
|
||||
return new ValueAnimator();
|
||||
}
|
||||
|
||||
public ValueAnimator setDuration(long duration) {
|
||||
return this;
|
||||
}
|
||||
@@ -33,6 +37,7 @@ public class ValueAnimator extends Animator {
|
||||
public void setIntValues(int[] values) {}
|
||||
public void setRepeatCount(int value) {}
|
||||
public void setRepeatMode(int value) {}
|
||||
public void cancel() {}
|
||||
|
||||
/**
|
||||
* Implementors of this interface can add themselves as update listeners
|
||||
|
||||
Reference in New Issue
Block a user