Files
android_translation_layer/src/api-impl/android/graphics/drawable/AnimationDrawable.java
Mis012 ffb2855a05 api-impl: add misc stuff needed by Teeter
note that Teeter still needs more stuff before it will work
2023-07-25 14:29:50 +02:00

6 lines
126 B
Java

package android.graphics.drawable;
public class AnimationDrawable {
public void addFrame(Drawable drawable, int dummy) {}
}