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
src/api-impl: misc stubbing
This commit is contained in:
@@ -18,6 +18,12 @@ public class ImageView extends View {
|
||||
native_constructor(context);
|
||||
}
|
||||
|
||||
public ImageView(Context context, AttributeSet attrs, int xxx) {
|
||||
super(context);
|
||||
|
||||
native_constructor(context);
|
||||
}
|
||||
|
||||
private native void native_constructor(AttributeSet attrs);
|
||||
private native void native_constructor(Context context);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user