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
API stubs and fixes for composeUI
This commit is contained in:
@@ -284,6 +284,12 @@ public class Paint {
|
||||
|
||||
public void set(Paint paint) {}
|
||||
|
||||
public boolean isFilterBitmap() { return false; }
|
||||
|
||||
public Cap getStrokeCap() { return Cap.BUTT; }
|
||||
|
||||
public Join getStrokeJoin() { return Join.MITER; }
|
||||
|
||||
private native long native_constructor();
|
||||
private native void native_set_antialias(long skia_paint, boolean aa);
|
||||
private native void native_set_color(long skia_paint, int color);
|
||||
|
||||
Reference in New Issue
Block a user