api-impl: misc stubs

This commit is contained in:
Mis012
2024-05-27 19:02:31 +02:00
parent 2a3106f205
commit 5fb7cb283f
3 changed files with 14 additions and 0 deletions

View File

@@ -166,6 +166,14 @@ public class ImageView extends View {
public void setImageState(int[] state, boolean merge) {}
public ColorStateList getImageTintList() {
return null;
}
public PorterDuff.Mode getImageTintMode() {
return null;
}
@Override
protected native long native_constructor(Context context, AttributeSet attrs);
protected native void native_setPixbuf(long widget, long pixbuf);