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 lots of java APIs needed for Whatsapp
This commit is contained in:
@@ -27,4 +27,6 @@ public class Animator {
|
||||
|
||||
public Animator setDuration(long duration) { return this; }
|
||||
|
||||
public void setInterpolator(TimeInterpolator i) {}
|
||||
|
||||
}
|
||||
|
||||
@@ -4,4 +4,8 @@ public class PropertyValuesHolder{
|
||||
public static PropertyValuesHolder ofFloat(String propertyName, float... values) {
|
||||
return null;
|
||||
}
|
||||
|
||||
public static PropertyValuesHolder ofObject(String propertyName, TypeEvaluator evaluator, Object... values) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user