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
implement some APIs needed for OctoDroid
This commit is contained in:
@@ -18,5 +18,13 @@ public class Animator {
|
||||
public void addListener(AnimatorListener listener) {
|
||||
this.listener = listener;
|
||||
}
|
||||
|
||||
|
||||
public void cancel() {}
|
||||
|
||||
public long getStartDelay() { return 0; }
|
||||
|
||||
public long getDuration() { return 0; }
|
||||
|
||||
public Animator setDuration(long duration) { return this; }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user