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
ListView: copy from AOSP
copied from tag android-6.0.1_r81
This commit is contained in:
@@ -466,6 +466,10 @@ public class Canvas {
|
||||
|
||||
public void drawColor(int color, PorterDuff.Mode mode) {}
|
||||
|
||||
public boolean clipRect(Rect rect) {
|
||||
return false;
|
||||
}
|
||||
|
||||
private static native long native_canvas_from_bitmap(long pixbuf);
|
||||
|
||||
private static native void native_save(long skia_canvas, long widget);
|
||||
|
||||
Reference in New Issue
Block a user