Example #1
0
 static void n_OnLayout_ZIIII(IntPtr jnienv, IntPtr native__this, bool changed, int l, int t, int r, int b)
 {
     global::Com.Zhy.View.Flowlayout.FlowLayout __this = global::Java.Lang.Object.GetObject <global::Com.Zhy.View.Flowlayout.FlowLayout> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.OnLayout(changed, l, t, r, b);
 }