api-impl: misc stubs and trivial impls

This commit is contained in:
Mis012
2025-02-15 21:34:37 +01:00
parent df03617f13
commit 453224cf31
12 changed files with 123 additions and 6 deletions

View File

@@ -5,4 +5,6 @@ import android.graphics.drawable.Drawable;
public class ViewOverlay {
public void add(Drawable drawable) {}
public void clear() {}
public void remove(Drawable drawable) {}
}