api-impl: add misc stubs/impls

This commit is contained in:
Mis012
2024-06-13 21:00:06 +02:00
parent 725df91af9
commit 81797c2667
13 changed files with 92 additions and 8 deletions

View File

@@ -262,4 +262,10 @@ public class TextView extends View {
public Drawable[] getCompoundDrawablesRelative() {return new Drawable[4];}
public Drawable[] getCompoundDrawables() {return new Drawable[4];}
public void setTextAppearance(int dummy) {}
public int length() {
return getText().length();
}
}