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
WrapperWidget: handle View.computeScroll()
Currently the scrolling is purely visual.
This commit is contained in:
@@ -16,6 +16,7 @@ struct _WrapperWidget
|
||||
jobject canvas;
|
||||
jmethodID draw_method;
|
||||
jmethodID measure_method;
|
||||
jmethodID computeScroll_method;
|
||||
};
|
||||
|
||||
struct _WrapperWidgetClass
|
||||
|
||||
Reference in New Issue
Block a user