handle overwritten onDraw function in WrapperWidget

This makes it easy to support for example ImageView with custom
onDraw function
This commit is contained in:
Julian Winkler
2023-07-14 17:53:12 +02:00
parent 22dcaf45e8
commit def91a688d
7 changed files with 80 additions and 48 deletions

View File

@@ -68,6 +68,8 @@ struct handle_cache {
struct {
jclass class;
jmethodID setLayoutParams;
jmethodID onDraw;
jmethodID onMeasure;
} view;
struct {
jclass class;