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-impl: stubs and fixes for Compose Stopwatch and LibreSudoku
This commit is contained in:
@@ -670,6 +670,10 @@ public class Path {
|
||||
final long ni() {
|
||||
return mNativePath;
|
||||
}
|
||||
|
||||
public boolean isConvex() {
|
||||
return false;
|
||||
}
|
||||
private static native long init1();
|
||||
private static native long init2(long nPath);
|
||||
private static native void native_reset(long nPath);
|
||||
|
||||
Reference in New Issue
Block a user