api-impl: add stubs, put Vibrator.java in meson.build (oops), sort sources with LC_ALL=C sort -h

This commit is contained in:
Mis012
2024-03-15 20:02:18 +01:00
parent 19f1747e0d
commit fa1aa36f6b
6 changed files with 111 additions and 84 deletions

View File

@@ -2,4 +2,6 @@ package android.graphics.drawable;
public class AnimationDrawable extends Drawable {
public void addFrame(Drawable drawable, int dummy) {}
public void start() {}
public void stop() {}
}