You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
add more API stubs for NewPipe
This commit is contained in:
@@ -203,6 +203,10 @@ public class Paint {
|
||||
|
||||
public void setStrokeJoin(Join join) {}
|
||||
|
||||
public Typeface getTypeface() {
|
||||
return new Typeface();
|
||||
}
|
||||
|
||||
private native long native_constructor();
|
||||
private native void native_set_color(long skia_paint, int color);
|
||||
private native int native_get_color(long skia_paint);
|
||||
|
||||
Reference in New Issue
Block a user