@@ -69,40 +69,40 @@ public class YogaNative {
6969 static native void jni_YGNodeStyleSetFlexGrow (long nativePointer , float flexGrow );
7070 static native float jni_YGNodeStyleGetFlexShrink (long nativePointer );
7171 static native void jni_YGNodeStyleSetFlexShrink (long nativePointer , float flexShrink );
72- static native Object jni_YGNodeStyleGetFlexBasis (long nativePointer );
72+ static native long jni_YGNodeStyleGetFlexBasis (long nativePointer );
7373 static native void jni_YGNodeStyleSetFlexBasis (long nativePointer , float flexBasis );
7474 static native void jni_YGNodeStyleSetFlexBasisPercent (long nativePointer , float percent );
7575 static native void jni_YGNodeStyleSetFlexBasisAuto (long nativePointer );
76- static native Object jni_YGNodeStyleGetMargin (long nativePointer , int edge );
76+ static native long jni_YGNodeStyleGetMargin (long nativePointer , int edge );
7777 static native void jni_YGNodeStyleSetMargin (long nativePointer , int edge , float margin );
7878 static native void jni_YGNodeStyleSetMarginPercent (long nativePointer , int edge , float percent );
7979 static native void jni_YGNodeStyleSetMarginAuto (long nativePointer , int edge );
80- static native Object jni_YGNodeStyleGetPadding (long nativePointer , int edge );
80+ static native long jni_YGNodeStyleGetPadding (long nativePointer , int edge );
8181 static native void jni_YGNodeStyleSetPadding (long nativePointer , int edge , float padding );
8282 static native void jni_YGNodeStyleSetPaddingPercent (long nativePointer , int edge , float percent );
8383 static native float jni_YGNodeStyleGetBorder (long nativePointer , int edge );
8484 static native void jni_YGNodeStyleSetBorder (long nativePointer , int edge , float border );
85- static native Object jni_YGNodeStyleGetPosition (long nativePointer , int edge );
85+ static native long jni_YGNodeStyleGetPosition (long nativePointer , int edge );
8686 static native void jni_YGNodeStyleSetPosition (long nativePointer , int edge , float position );
8787 static native void jni_YGNodeStyleSetPositionPercent (long nativePointer , int edge , float percent );
88- static native Object jni_YGNodeStyleGetWidth (long nativePointer );
88+ static native long jni_YGNodeStyleGetWidth (long nativePointer );
8989 static native void jni_YGNodeStyleSetWidth (long nativePointer , float width );
9090 static native void jni_YGNodeStyleSetWidthPercent (long nativePointer , float percent );
9191 static native void jni_YGNodeStyleSetWidthAuto (long nativePointer );
92- static native Object jni_YGNodeStyleGetHeight (long nativePointer );
92+ static native long jni_YGNodeStyleGetHeight (long nativePointer );
9393 static native void jni_YGNodeStyleSetHeight (long nativePointer , float height );
9494 static native void jni_YGNodeStyleSetHeightPercent (long nativePointer , float percent );
9595 static native void jni_YGNodeStyleSetHeightAuto (long nativePointer );
96- static native Object jni_YGNodeStyleGetMinWidth (long nativePointer );
96+ static native long jni_YGNodeStyleGetMinWidth (long nativePointer );
9797 static native void jni_YGNodeStyleSetMinWidth (long nativePointer , float minWidth );
9898 static native void jni_YGNodeStyleSetMinWidthPercent (long nativePointer , float percent );
99- static native Object jni_YGNodeStyleGetMinHeight (long nativePointer );
99+ static native long jni_YGNodeStyleGetMinHeight (long nativePointer );
100100 static native void jni_YGNodeStyleSetMinHeight (long nativePointer , float minHeight );
101101 static native void jni_YGNodeStyleSetMinHeightPercent (long nativePointer , float percent );
102- static native Object jni_YGNodeStyleGetMaxWidth (long nativePointer );
102+ static native long jni_YGNodeStyleGetMaxWidth (long nativePointer );
103103 static native void jni_YGNodeStyleSetMaxWidth (long nativePointer , float maxWidth );
104104 static native void jni_YGNodeStyleSetMaxWidthPercent (long nativePointer , float percent );
105- static native Object jni_YGNodeStyleGetMaxHeight (long nativePointer );
105+ static native long jni_YGNodeStyleGetMaxHeight (long nativePointer );
106106 static native void jni_YGNodeStyleSetMaxHeight (long nativePointer , float maxheight );
107107 static native void jni_YGNodeStyleSetMaxHeightPercent (long nativePointer , float percent );
108108 static native float jni_YGNodeStyleGetAspectRatio (long nativePointer );
0 commit comments