| @@ -1,14 +1,11 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
| android:orientation="vertical" | ||
| android:layout_width="fill_parent" | ||
| android:layout_height="fill_parent"> | ||
| <android.support.v7.widget.RecyclerView | ||
| android:id="@+id/recyclerView" | ||
| android:scrollbars="vertical" | ||
| android:layout_width="fill_parent" | ||
| android:layout_height="fill_parent" /> | ||
| </LinearLayout> |
| @@ -0,0 +1,11 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
| android:orientation="vertical" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content"> | ||
| <TextView | ||
| android:layout_width="wrap_content" | ||
| android:layout_height="wrap_content" | ||
| android:id="@+id/beer_name" | ||
| android:text="Hello" /> | ||
| </RelativeLayout> |
| @@ -1,5 +1,5 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <resources> | ||
| <string name="hello">Hello World, Click Me!</string> | ||
| <string name="app_name">ACBH</string> | ||
| </resources> |
| @@ -0,0 +1,47 @@ | ||
| package android.support.design.widget; | ||
|
|
||
|
|
||
| public class Snackbar_SnackbarActionClickImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.view.View.OnClickListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onClick:(Landroid/view/View;)V:GetOnClick_Landroid_view_View_Handler:Android.Views.View/IOnClickListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.Design.Widget.Snackbar+SnackbarActionClickImplementor, Xamarin.Android.Support.Design, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", Snackbar_SnackbarActionClickImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public Snackbar_SnackbarActionClickImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == Snackbar_SnackbarActionClickImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.Design.Widget.Snackbar+SnackbarActionClickImplementor, Xamarin.Android.Support.Design, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public void onClick (android.view.View p0) | ||
| { | ||
| n_onClick (p0); | ||
| } | ||
|
|
||
| private native void n_onClick (android.view.View p0); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,47 @@ | ||
| package android.support.v7.app; | ||
|
|
||
|
|
||
| public class AlertDialog_IDialogInterfaceOnCancelListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.content.DialogInterface.OnCancelListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onCancel:(Landroid/content/DialogInterface;)V:GetOnCancel_Landroid_content_DialogInterface_Handler:Android.Content.IDialogInterfaceOnCancelListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V7.App.AlertDialog+IDialogInterfaceOnCancelListenerImplementor, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", AlertDialog_IDialogInterfaceOnCancelListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public AlertDialog_IDialogInterfaceOnCancelListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == AlertDialog_IDialogInterfaceOnCancelListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V7.App.AlertDialog+IDialogInterfaceOnCancelListenerImplementor, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public void onCancel (android.content.DialogInterface p0) | ||
| { | ||
| n_onCancel (p0); | ||
| } | ||
|
|
||
| private native void n_onCancel (android.content.DialogInterface p0); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,47 @@ | ||
| package android.support.v7.app; | ||
|
|
||
|
|
||
| public class AlertDialog_IDialogInterfaceOnClickListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.content.DialogInterface.OnClickListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onClick:(Landroid/content/DialogInterface;I)V:GetOnClick_Landroid_content_DialogInterface_IHandler:Android.Content.IDialogInterfaceOnClickListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V7.App.AlertDialog+IDialogInterfaceOnClickListenerImplementor, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", AlertDialog_IDialogInterfaceOnClickListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public AlertDialog_IDialogInterfaceOnClickListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == AlertDialog_IDialogInterfaceOnClickListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V7.App.AlertDialog+IDialogInterfaceOnClickListenerImplementor, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public void onClick (android.content.DialogInterface p0, int p1) | ||
| { | ||
| n_onClick (p0, p1); | ||
| } | ||
|
|
||
| private native void n_onClick (android.content.DialogInterface p0, int p1); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,47 @@ | ||
| package android.support.v7.app; | ||
|
|
||
|
|
||
| public class AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.content.DialogInterface.OnMultiChoiceClickListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onClick:(Landroid/content/DialogInterface;IZ)V:GetOnClick_Landroid_content_DialogInterface_IZHandler:Android.Content.IDialogInterfaceOnMultiChoiceClickListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V7.App.AlertDialog+IDialogInterfaceOnMultiChoiceClickListenerImplementor, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V7.App.AlertDialog+IDialogInterfaceOnMultiChoiceClickListenerImplementor, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public void onClick (android.content.DialogInterface p0, int p1, boolean p2) | ||
| { | ||
| n_onClick (p0, p1, p2); | ||
| } | ||
|
|
||
| private native void n_onClick (android.content.DialogInterface p0, int p1, boolean p2); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,54 @@ | ||
| package android.support.v7.widget; | ||
|
|
||
|
|
||
| public class Toolbar_NavigationOnClickEventDispatcher | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.view.View.OnClickListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onClick:(Landroid/view/View;)V:GetOnClick_Landroid_view_View_Handler:Android.Views.View/IOnClickListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V7.Widget.Toolbar+NavigationOnClickEventDispatcher, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", Toolbar_NavigationOnClickEventDispatcher.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public Toolbar_NavigationOnClickEventDispatcher () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == Toolbar_NavigationOnClickEventDispatcher.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V7.Widget.Toolbar+NavigationOnClickEventDispatcher, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
| public Toolbar_NavigationOnClickEventDispatcher (android.support.v7.widget.Toolbar p0) throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == Toolbar_NavigationOnClickEventDispatcher.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V7.Widget.Toolbar+NavigationOnClickEventDispatcher, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "Android.Support.V7.Widget.Toolbar, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", this, new java.lang.Object[] { p0 }); | ||
| } | ||
|
|
||
|
|
||
| public void onClick (android.view.View p0) | ||
| { | ||
| n_onClick (p0); | ||
| } | ||
|
|
||
| private native void n_onClick (android.view.View p0); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,42 @@ | ||
| package com.acbh; | ||
|
|
||
| import android.app.Activity; | ||
| import android.content.Context; | ||
| import android.content.Intent; | ||
| import android.os.Bundle; | ||
| import android.util.Log; | ||
| import android.widget.LinearLayout; | ||
| import android.view.ViewGroup; | ||
| import android.widget.ImageView; | ||
| import java.lang.Thread; | ||
| import java.util.Timer; | ||
| import java.util.TimerTask; | ||
|
|
||
| public class TrialSplashScreen extends Activity { | ||
|
|
||
| private TimerTask task; | ||
| private Bundle initial_bundle; | ||
|
|
||
| protected void onCreate (Bundle bundle) | ||
| { | ||
| super.onCreate (bundle); | ||
| this.initial_bundle = bundle; | ||
| ImageView iv = new ImageView (this); | ||
| iv.setImageResource (R.drawable.monoandroidsplash); | ||
| iv.setScaleType (ImageView.ScaleType.FIT_CENTER); | ||
| ViewGroup.LayoutParams ivparams = new ViewGroup.LayoutParams (ViewGroup.LayoutParams.FILL_PARENT, ViewGroup.LayoutParams.FILL_PARENT); | ||
| setContentView (iv); | ||
|
|
||
| task = new TimerTask () { | ||
| @Override | ||
| public void run () | ||
| { | ||
| finish (); | ||
| Intent intent = new Intent (TrialSplashScreen.this, md59913b075367b1ceab014c008cde85c21.MainActivity.class); | ||
| intent.setFlags (Intent.FLAG_ACTIVITY_NEW_TASK); | ||
| startActivity (intent); | ||
| } | ||
| }; | ||
| new Timer ().schedule (task, 3000); | ||
| } | ||
| } |
| @@ -0,0 +1,64 @@ | ||
| package md51ea2e9173a0fdd6a03038dbb6b9c0446; | ||
|
|
||
|
|
||
| public class BeerRecyclerController | ||
| extends android.support.v7.widget.RecyclerView.Adapter | ||
| implements | ||
| mono.android.IGCUserPeer | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_getItemCount:()I:GetGetItemCountHandler\n" + | ||
| "n_onBindViewHolder:(Landroid/support/v7/widget/RecyclerView$ViewHolder;I)V:GetOnBindViewHolder_Landroid_support_v7_widget_RecyclerView_ViewHolder_IHandler\n" + | ||
| "n_onCreateViewHolder:(Landroid/view/ViewGroup;I)Landroid/support/v7/widget/RecyclerView$ViewHolder;:GetOnCreateViewHolder_Landroid_view_ViewGroup_IHandler\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("ACBH.Droid.Controllers.BeerRecyclerController, ACBH.Droid, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", BeerRecyclerController.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public BeerRecyclerController () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == BeerRecyclerController.class) | ||
| mono.android.TypeManager.Activate ("ACBH.Droid.Controllers.BeerRecyclerController, ACBH.Droid, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public int getItemCount () | ||
| { | ||
| return n_getItemCount (); | ||
| } | ||
|
|
||
| private native int n_getItemCount (); | ||
|
|
||
|
|
||
| public void onBindViewHolder (android.support.v7.widget.RecyclerView.ViewHolder p0, int p1) | ||
| { | ||
| n_onBindViewHolder (p0, p1); | ||
| } | ||
|
|
||
| private native void n_onBindViewHolder (android.support.v7.widget.RecyclerView.ViewHolder p0, int p1); | ||
|
|
||
|
|
||
| public android.support.v7.widget.RecyclerView.ViewHolder onCreateViewHolder (android.view.ViewGroup p0, int p1) | ||
| { | ||
| return n_onCreateViewHolder (p0, p1); | ||
| } | ||
|
|
||
| private native android.support.v7.widget.RecyclerView.ViewHolder n_onCreateViewHolder (android.view.ViewGroup p0, int p1); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,37 @@ | ||
| package md51ea2e9173a0fdd6a03038dbb6b9c0446; | ||
|
|
||
|
|
||
| public class BeerRecyclerHolder | ||
| extends android.support.v7.widget.RecyclerView.ViewHolder | ||
| implements | ||
| mono.android.IGCUserPeer | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| ""; | ||
| mono.android.Runtime.register ("ACBH.Droid.Controllers.BeerRecyclerHolder, ACBH.Droid, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", BeerRecyclerHolder.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public BeerRecyclerHolder (android.view.View p0) throws java.lang.Throwable | ||
| { | ||
| super (p0); | ||
| if (getClass () == BeerRecyclerHolder.class) | ||
| mono.android.TypeManager.Activate ("ACBH.Droid.Controllers.BeerRecyclerHolder, ACBH.Droid, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "Android.Views.View, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065", this, new java.lang.Object[] { p0 }); | ||
| } | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,47 @@ | ||
| package mono.android.support.design.widget; | ||
|
|
||
|
|
||
| public class AppBarLayout_OnOffsetChangedListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.design.widget.AppBarLayout.OnOffsetChangedListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onOffsetChanged:(Landroid/support/design/widget/AppBarLayout;I)V:GetOnOffsetChanged_Landroid_support_design_widget_AppBarLayout_IHandler:Android.Support.Design.Widget.AppBarLayout/IOnOffsetChangedListenerInvoker, Xamarin.Android.Support.Design\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.Design.Widget.AppBarLayout+IOnOffsetChangedListenerImplementor, Xamarin.Android.Support.Design, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", AppBarLayout_OnOffsetChangedListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public AppBarLayout_OnOffsetChangedListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == AppBarLayout_OnOffsetChangedListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.Design.Widget.AppBarLayout+IOnOffsetChangedListenerImplementor, Xamarin.Android.Support.Design, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public void onOffsetChanged (android.support.design.widget.AppBarLayout p0, int p1) | ||
| { | ||
| n_onOffsetChanged (p0, p1); | ||
| } | ||
|
|
||
| private native void n_onOffsetChanged (android.support.design.widget.AppBarLayout p0, int p1); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,47 @@ | ||
| package mono.android.support.design.widget; | ||
|
|
||
|
|
||
| public class NavigationView_OnNavigationItemSelectedListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.design.widget.NavigationView.OnNavigationItemSelectedListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onNavigationItemSelected:(Landroid/view/MenuItem;)Z:GetOnNavigationItemSelected_Landroid_view_MenuItem_Handler:Android.Support.Design.Widget.NavigationView/IOnNavigationItemSelectedListenerInvoker, Xamarin.Android.Support.Design\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.Design.Widget.NavigationView+IOnNavigationItemSelectedListenerImplementor, Xamarin.Android.Support.Design, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", NavigationView_OnNavigationItemSelectedListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public NavigationView_OnNavigationItemSelectedListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == NavigationView_OnNavigationItemSelectedListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.Design.Widget.NavigationView+IOnNavigationItemSelectedListenerImplementor, Xamarin.Android.Support.Design, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public boolean onNavigationItemSelected (android.view.MenuItem p0) | ||
| { | ||
| return n_onNavigationItemSelected (p0); | ||
| } | ||
|
|
||
| private native boolean n_onNavigationItemSelected (android.view.MenuItem p0); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,56 @@ | ||
| package mono.android.support.design.widget; | ||
|
|
||
|
|
||
| public class SwipeDismissBehavior_OnDismissListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.design.widget.SwipeDismissBehavior.OnDismissListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onDismiss:(Landroid/view/View;)V:GetOnDismiss_Landroid_view_View_Handler:Android.Support.Design.Widget.SwipeDismissBehavior/IOnDismissListenerInvoker, Xamarin.Android.Support.Design\n" + | ||
| "n_onDragStateChanged:(I)V:GetOnDragStateChanged_IHandler:Android.Support.Design.Widget.SwipeDismissBehavior/IOnDismissListenerInvoker, Xamarin.Android.Support.Design\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.Design.Widget.SwipeDismissBehavior+IOnDismissListenerImplementor, Xamarin.Android.Support.Design, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", SwipeDismissBehavior_OnDismissListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public SwipeDismissBehavior_OnDismissListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == SwipeDismissBehavior_OnDismissListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.Design.Widget.SwipeDismissBehavior+IOnDismissListenerImplementor, Xamarin.Android.Support.Design, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public void onDismiss (android.view.View p0) | ||
| { | ||
| n_onDismiss (p0); | ||
| } | ||
|
|
||
| private native void n_onDismiss (android.view.View p0); | ||
|
|
||
|
|
||
| public void onDragStateChanged (int p0) | ||
| { | ||
| n_onDragStateChanged (p0); | ||
| } | ||
|
|
||
| private native void n_onDragStateChanged (int p0); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,65 @@ | ||
| package mono.android.support.design.widget; | ||
|
|
||
|
|
||
| public class TabLayout_OnTabSelectedListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.design.widget.TabLayout.OnTabSelectedListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onTabReselected:(Landroid/support/design/widget/TabLayout$Tab;)V:GetOnTabReselected_Landroid_support_design_widget_TabLayout_Tab_Handler:Android.Support.Design.Widget.TabLayout/IOnTabSelectedListenerInvoker, Xamarin.Android.Support.Design\n" + | ||
| "n_onTabSelected:(Landroid/support/design/widget/TabLayout$Tab;)V:GetOnTabSelected_Landroid_support_design_widget_TabLayout_Tab_Handler:Android.Support.Design.Widget.TabLayout/IOnTabSelectedListenerInvoker, Xamarin.Android.Support.Design\n" + | ||
| "n_onTabUnselected:(Landroid/support/design/widget/TabLayout$Tab;)V:GetOnTabUnselected_Landroid_support_design_widget_TabLayout_Tab_Handler:Android.Support.Design.Widget.TabLayout/IOnTabSelectedListenerInvoker, Xamarin.Android.Support.Design\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.Design.Widget.TabLayout+IOnTabSelectedListenerImplementor, Xamarin.Android.Support.Design, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", TabLayout_OnTabSelectedListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public TabLayout_OnTabSelectedListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == TabLayout_OnTabSelectedListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.Design.Widget.TabLayout+IOnTabSelectedListenerImplementor, Xamarin.Android.Support.Design, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public void onTabReselected (android.support.design.widget.TabLayout.Tab p0) | ||
| { | ||
| n_onTabReselected (p0); | ||
| } | ||
|
|
||
| private native void n_onTabReselected (android.support.design.widget.TabLayout.Tab p0); | ||
|
|
||
|
|
||
| public void onTabSelected (android.support.design.widget.TabLayout.Tab p0) | ||
| { | ||
| n_onTabSelected (p0); | ||
| } | ||
|
|
||
| private native void n_onTabSelected (android.support.design.widget.TabLayout.Tab p0); | ||
|
|
||
|
|
||
| public void onTabUnselected (android.support.design.widget.TabLayout.Tab p0) | ||
| { | ||
| n_onTabUnselected (p0); | ||
| } | ||
|
|
||
| private native void n_onTabUnselected (android.support.design.widget.TabLayout.Tab p0); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,47 @@ | ||
| package mono.android.support.v4.app; | ||
|
|
||
|
|
||
| public class FragmentManager_OnBackStackChangedListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.v4.app.FragmentManager.OnBackStackChangedListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onBackStackChanged:()V:GetOnBackStackChangedHandler:Android.Support.V4.App.FragmentManager/IOnBackStackChangedListenerInvoker, Xamarin.Android.Support.v4\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V4.App.FragmentManager+IOnBackStackChangedListenerImplementor, Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", FragmentManager_OnBackStackChangedListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public FragmentManager_OnBackStackChangedListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == FragmentManager_OnBackStackChangedListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V4.App.FragmentManager+IOnBackStackChangedListenerImplementor, Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public void onBackStackChanged () | ||
| { | ||
| n_onBackStackChanged (); | ||
| } | ||
|
|
||
| private native void n_onBackStackChanged (); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,47 @@ | ||
| package mono.android.support.v4.content; | ||
|
|
||
|
|
||
| public class Loader_OnLoadCanceledListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.v4.content.Loader.OnLoadCanceledListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onLoadCanceled:(Landroid/support/v4/content/Loader;)V:GetOnLoadCanceled_Landroid_support_v4_content_Loader_Handler:Android.Support.V4.Content.Loader/IOnLoadCanceledListenerInvoker, Xamarin.Android.Support.v4\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V4.Content.Loader+IOnLoadCanceledListenerImplementor, Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", Loader_OnLoadCanceledListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public Loader_OnLoadCanceledListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == Loader_OnLoadCanceledListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V4.Content.Loader+IOnLoadCanceledListenerImplementor, Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public void onLoadCanceled (android.support.v4.content.Loader p0) | ||
| { | ||
| n_onLoadCanceled (p0); | ||
| } | ||
|
|
||
| private native void n_onLoadCanceled (android.support.v4.content.Loader p0); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,47 @@ | ||
| package mono.android.support.v4.content; | ||
|
|
||
|
|
||
| public class Loader_OnLoadCompleteListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.v4.content.Loader.OnLoadCompleteListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onLoadComplete:(Landroid/support/v4/content/Loader;Ljava/lang/Object;)V:GetOnLoadComplete_Landroid_support_v4_content_Loader_Ljava_lang_Object_Handler:Android.Support.V4.Content.Loader/IOnLoadCompleteListenerInvoker, Xamarin.Android.Support.v4\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V4.Content.Loader+IOnLoadCompleteListenerImplementor, Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", Loader_OnLoadCompleteListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public Loader_OnLoadCompleteListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == Loader_OnLoadCompleteListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V4.Content.Loader+IOnLoadCompleteListenerImplementor, Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public void onLoadComplete (android.support.v4.content.Loader p0, java.lang.Object p1) | ||
| { | ||
| n_onLoadComplete (p0, p1); | ||
| } | ||
|
|
||
| private native void n_onLoadComplete (android.support.v4.content.Loader p0, java.lang.Object p1); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,47 @@ | ||
| package mono.android.support.v4.media.session; | ||
|
|
||
|
|
||
| public class MediaSessionCompat_OnActiveChangeListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.v4.media.session.MediaSessionCompat.OnActiveChangeListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onActiveChanged:()V:GetOnActiveChangedHandler:Android.Support.V4.Media.Session.MediaSessionCompat/IOnActiveChangeListenerInvoker, Xamarin.Android.Support.v4\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V4.Media.Session.MediaSessionCompat+IOnActiveChangeListenerImplementor, Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", MediaSessionCompat_OnActiveChangeListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public MediaSessionCompat_OnActiveChangeListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == MediaSessionCompat_OnActiveChangeListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V4.Media.Session.MediaSessionCompat+IOnActiveChangeListenerImplementor, Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public void onActiveChanged () | ||
| { | ||
| n_onActiveChanged (); | ||
| } | ||
|
|
||
| private native void n_onActiveChanged (); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,47 @@ | ||
| package mono.android.support.v4.os; | ||
|
|
||
|
|
||
| public class CancellationSignal_OnCancelListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.v4.os.CancellationSignal.OnCancelListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onCancel:()V:GetOnCancelHandler:Android.Support.V4.OS.CancellationSignal/IOnCancelListenerInvoker, Xamarin.Android.Support.v4\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V4.OS.CancellationSignal+IOnCancelListenerImplementor, Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", CancellationSignal_OnCancelListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public CancellationSignal_OnCancelListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == CancellationSignal_OnCancelListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V4.OS.CancellationSignal+IOnCancelListenerImplementor, Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public void onCancel () | ||
| { | ||
| n_onCancel (); | ||
| } | ||
|
|
||
| private native void n_onCancel (); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,47 @@ | ||
| package mono.android.support.v4.view; | ||
|
|
||
|
|
||
| public class ActionProvider_SubUiVisibilityListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.v4.view.ActionProvider.SubUiVisibilityListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onSubUiVisibilityChanged:(Z)V:GetOnSubUiVisibilityChanged_ZHandler:Android.Support.V4.View.ActionProvider/ISubUiVisibilityListenerInvoker, Xamarin.Android.Support.v4\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V4.View.ActionProvider+ISubUiVisibilityListenerImplementor, Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", ActionProvider_SubUiVisibilityListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public ActionProvider_SubUiVisibilityListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == ActionProvider_SubUiVisibilityListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V4.View.ActionProvider+ISubUiVisibilityListenerImplementor, Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public void onSubUiVisibilityChanged (boolean p0) | ||
| { | ||
| n_onSubUiVisibilityChanged (p0); | ||
| } | ||
|
|
||
| private native void n_onSubUiVisibilityChanged (boolean p0); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,47 @@ | ||
| package mono.android.support.v4.view; | ||
|
|
||
|
|
||
| public class ActionProvider_VisibilityListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.v4.view.ActionProvider.VisibilityListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onActionProviderVisibilityChanged:(Z)V:GetOnActionProviderVisibilityChanged_ZHandler:Android.Support.V4.View.ActionProvider/IVisibilityListenerInvoker, Xamarin.Android.Support.v4\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V4.View.ActionProvider+IVisibilityListenerImplementor, Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", ActionProvider_VisibilityListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public ActionProvider_VisibilityListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == ActionProvider_VisibilityListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V4.View.ActionProvider+IVisibilityListenerImplementor, Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public void onActionProviderVisibilityChanged (boolean p0) | ||
| { | ||
| n_onActionProviderVisibilityChanged (p0); | ||
| } | ||
|
|
||
| private native void n_onActionProviderVisibilityChanged (boolean p0); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,56 @@ | ||
| package mono.android.support.v4.view; | ||
|
|
||
|
|
||
| public class MenuItemCompat_OnActionExpandListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.v4.view.MenuItemCompat.OnActionExpandListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onMenuItemActionCollapse:(Landroid/view/MenuItem;)Z:GetOnMenuItemActionCollapse_Landroid_view_MenuItem_Handler:Android.Support.V4.View.MenuItemCompat/IOnActionExpandListenerInvoker, Xamarin.Android.Support.v4\n" + | ||
| "n_onMenuItemActionExpand:(Landroid/view/MenuItem;)Z:GetOnMenuItemActionExpand_Landroid_view_MenuItem_Handler:Android.Support.V4.View.MenuItemCompat/IOnActionExpandListenerInvoker, Xamarin.Android.Support.v4\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V4.View.MenuItemCompat+IOnActionExpandListenerImplementor, Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", MenuItemCompat_OnActionExpandListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public MenuItemCompat_OnActionExpandListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == MenuItemCompat_OnActionExpandListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V4.View.MenuItemCompat+IOnActionExpandListenerImplementor, Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public boolean onMenuItemActionCollapse (android.view.MenuItem p0) | ||
| { | ||
| return n_onMenuItemActionCollapse (p0); | ||
| } | ||
|
|
||
| private native boolean n_onMenuItemActionCollapse (android.view.MenuItem p0); | ||
|
|
||
|
|
||
| public boolean onMenuItemActionExpand (android.view.MenuItem p0) | ||
| { | ||
| return n_onMenuItemActionExpand (p0); | ||
| } | ||
|
|
||
| private native boolean n_onMenuItemActionExpand (android.view.MenuItem p0); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,47 @@ | ||
| package mono.android.support.v4.view; | ||
|
|
||
|
|
||
| public class OnApplyWindowInsetsListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.v4.view.OnApplyWindowInsetsListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onApplyWindowInsets:(Landroid/view/View;Landroid/support/v4/view/WindowInsetsCompat;)Landroid/support/v4/view/WindowInsetsCompat;:GetOnApplyWindowInsets_Landroid_view_View_Landroid_support_v4_view_WindowInsetsCompat_Handler:Android.Support.V4.View.IOnApplyWindowInsetsListenerInvoker, Xamarin.Android.Support.v4\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V4.View.IOnApplyWindowInsetsListenerImplementor, Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", OnApplyWindowInsetsListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public OnApplyWindowInsetsListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == OnApplyWindowInsetsListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V4.View.IOnApplyWindowInsetsListenerImplementor, Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public android.support.v4.view.WindowInsetsCompat onApplyWindowInsets (android.view.View p0, android.support.v4.view.WindowInsetsCompat p1) | ||
| { | ||
| return n_onApplyWindowInsets (p0, p1); | ||
| } | ||
|
|
||
| private native android.support.v4.view.WindowInsetsCompat n_onApplyWindowInsets (android.view.View p0, android.support.v4.view.WindowInsetsCompat p1); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,65 @@ | ||
| package mono.android.support.v4.view; | ||
|
|
||
|
|
||
| public class ViewPager_OnPageChangeListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.v4.view.ViewPager.OnPageChangeListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onPageScrollStateChanged:(I)V:GetOnPageScrollStateChanged_IHandler:Android.Support.V4.View.ViewPager/IOnPageChangeListenerInvoker, Xamarin.Android.Support.v4\n" + | ||
| "n_onPageScrolled:(IFI)V:GetOnPageScrolled_IFIHandler:Android.Support.V4.View.ViewPager/IOnPageChangeListenerInvoker, Xamarin.Android.Support.v4\n" + | ||
| "n_onPageSelected:(I)V:GetOnPageSelected_IHandler:Android.Support.V4.View.ViewPager/IOnPageChangeListenerInvoker, Xamarin.Android.Support.v4\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V4.View.ViewPager+IOnPageChangeListenerImplementor, Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", ViewPager_OnPageChangeListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public ViewPager_OnPageChangeListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == ViewPager_OnPageChangeListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V4.View.ViewPager+IOnPageChangeListenerImplementor, Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public void onPageScrollStateChanged (int p0) | ||
| { | ||
| n_onPageScrollStateChanged (p0); | ||
| } | ||
|
|
||
| private native void n_onPageScrollStateChanged (int p0); | ||
|
|
||
|
|
||
| public void onPageScrolled (int p0, float p1, int p2) | ||
| { | ||
| n_onPageScrolled (p0, p1, p2); | ||
| } | ||
|
|
||
| private native void n_onPageScrolled (int p0, float p1, int p2); | ||
|
|
||
|
|
||
| public void onPageSelected (int p0) | ||
| { | ||
| n_onPageSelected (p0); | ||
| } | ||
|
|
||
| private native void n_onPageSelected (int p0); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,65 @@ | ||
| package mono.android.support.v4.view; | ||
|
|
||
|
|
||
| public class ViewPropertyAnimatorListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.v4.view.ViewPropertyAnimatorListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onAnimationCancel:(Landroid/view/View;)V:GetOnAnimationCancel_Landroid_view_View_Handler:Android.Support.V4.View.IViewPropertyAnimatorListenerInvoker, Xamarin.Android.Support.v4\n" + | ||
| "n_onAnimationEnd:(Landroid/view/View;)V:GetOnAnimationEnd_Landroid_view_View_Handler:Android.Support.V4.View.IViewPropertyAnimatorListenerInvoker, Xamarin.Android.Support.v4\n" + | ||
| "n_onAnimationStart:(Landroid/view/View;)V:GetOnAnimationStart_Landroid_view_View_Handler:Android.Support.V4.View.IViewPropertyAnimatorListenerInvoker, Xamarin.Android.Support.v4\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V4.View.IViewPropertyAnimatorListenerImplementor, Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", ViewPropertyAnimatorListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public ViewPropertyAnimatorListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == ViewPropertyAnimatorListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V4.View.IViewPropertyAnimatorListenerImplementor, Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public void onAnimationCancel (android.view.View p0) | ||
| { | ||
| n_onAnimationCancel (p0); | ||
| } | ||
|
|
||
| private native void n_onAnimationCancel (android.view.View p0); | ||
|
|
||
|
|
||
| public void onAnimationEnd (android.view.View p0) | ||
| { | ||
| n_onAnimationEnd (p0); | ||
| } | ||
|
|
||
| private native void n_onAnimationEnd (android.view.View p0); | ||
|
|
||
|
|
||
| public void onAnimationStart (android.view.View p0) | ||
| { | ||
| n_onAnimationStart (p0); | ||
| } | ||
|
|
||
| private native void n_onAnimationStart (android.view.View p0); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,47 @@ | ||
| package mono.android.support.v4.view; | ||
|
|
||
|
|
||
| public class ViewPropertyAnimatorUpdateListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.v4.view.ViewPropertyAnimatorUpdateListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onAnimationUpdate:(Landroid/view/View;)V:GetOnAnimationUpdate_Landroid_view_View_Handler:Android.Support.V4.View.IViewPropertyAnimatorUpdateListenerInvoker, Xamarin.Android.Support.v4\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V4.View.IViewPropertyAnimatorUpdateListenerImplementor, Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", ViewPropertyAnimatorUpdateListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public ViewPropertyAnimatorUpdateListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == ViewPropertyAnimatorUpdateListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V4.View.IViewPropertyAnimatorUpdateListenerImplementor, Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public void onAnimationUpdate (android.view.View p0) | ||
| { | ||
| n_onAnimationUpdate (p0); | ||
| } | ||
|
|
||
| private native void n_onAnimationUpdate (android.view.View p0); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,74 @@ | ||
| package mono.android.support.v4.widget; | ||
|
|
||
|
|
||
| public class DrawerLayout_DrawerListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.v4.widget.DrawerLayout.DrawerListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onDrawerClosed:(Landroid/view/View;)V:GetOnDrawerClosed_Landroid_view_View_Handler:Android.Support.V4.Widget.DrawerLayout/IDrawerListenerInvoker, Xamarin.Android.Support.v4\n" + | ||
| "n_onDrawerOpened:(Landroid/view/View;)V:GetOnDrawerOpened_Landroid_view_View_Handler:Android.Support.V4.Widget.DrawerLayout/IDrawerListenerInvoker, Xamarin.Android.Support.v4\n" + | ||
| "n_onDrawerSlide:(Landroid/view/View;F)V:GetOnDrawerSlide_Landroid_view_View_FHandler:Android.Support.V4.Widget.DrawerLayout/IDrawerListenerInvoker, Xamarin.Android.Support.v4\n" + | ||
| "n_onDrawerStateChanged:(I)V:GetOnDrawerStateChanged_IHandler:Android.Support.V4.Widget.DrawerLayout/IDrawerListenerInvoker, Xamarin.Android.Support.v4\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V4.Widget.DrawerLayout+IDrawerListenerImplementor, Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", DrawerLayout_DrawerListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public DrawerLayout_DrawerListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == DrawerLayout_DrawerListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V4.Widget.DrawerLayout+IDrawerListenerImplementor, Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public void onDrawerClosed (android.view.View p0) | ||
| { | ||
| n_onDrawerClosed (p0); | ||
| } | ||
|
|
||
| private native void n_onDrawerClosed (android.view.View p0); | ||
|
|
||
|
|
||
| public void onDrawerOpened (android.view.View p0) | ||
| { | ||
| n_onDrawerOpened (p0); | ||
| } | ||
|
|
||
| private native void n_onDrawerOpened (android.view.View p0); | ||
|
|
||
|
|
||
| public void onDrawerSlide (android.view.View p0, float p1) | ||
| { | ||
| n_onDrawerSlide (p0, p1); | ||
| } | ||
|
|
||
| private native void n_onDrawerSlide (android.view.View p0, float p1); | ||
|
|
||
|
|
||
| public void onDrawerStateChanged (int p0) | ||
| { | ||
| n_onDrawerStateChanged (p0); | ||
| } | ||
|
|
||
| private native void n_onDrawerStateChanged (int p0); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,47 @@ | ||
| package mono.android.support.v4.widget; | ||
|
|
||
|
|
||
| public class NestedScrollView_OnScrollChangeListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.v4.widget.NestedScrollView.OnScrollChangeListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onScrollChange:(Landroid/support/v4/widget/NestedScrollView;IIII)V:GetOnScrollChange_Landroid_support_v4_widget_NestedScrollView_IIIIHandler:Android.Support.V4.Widget.NestedScrollView/IOnScrollChangeListenerInvoker, Xamarin.Android.Support.v4\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V4.Widget.NestedScrollView+IOnScrollChangeListenerImplementor, Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", NestedScrollView_OnScrollChangeListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public NestedScrollView_OnScrollChangeListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == NestedScrollView_OnScrollChangeListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V4.Widget.NestedScrollView+IOnScrollChangeListenerImplementor, Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public void onScrollChange (android.support.v4.widget.NestedScrollView p0, int p1, int p2, int p3, int p4) | ||
| { | ||
| n_onScrollChange (p0, p1, p2, p3, p4); | ||
| } | ||
|
|
||
| private native void n_onScrollChange (android.support.v4.widget.NestedScrollView p0, int p1, int p2, int p3, int p4); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,65 @@ | ||
| package mono.android.support.v4.widget; | ||
|
|
||
|
|
||
| public class SlidingPaneLayout_PanelSlideListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.v4.widget.SlidingPaneLayout.PanelSlideListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onPanelClosed:(Landroid/view/View;)V:GetOnPanelClosed_Landroid_view_View_Handler:Android.Support.V4.Widget.SlidingPaneLayout/IPanelSlideListenerInvoker, Xamarin.Android.Support.v4\n" + | ||
| "n_onPanelOpened:(Landroid/view/View;)V:GetOnPanelOpened_Landroid_view_View_Handler:Android.Support.V4.Widget.SlidingPaneLayout/IPanelSlideListenerInvoker, Xamarin.Android.Support.v4\n" + | ||
| "n_onPanelSlide:(Landroid/view/View;F)V:GetOnPanelSlide_Landroid_view_View_FHandler:Android.Support.V4.Widget.SlidingPaneLayout/IPanelSlideListenerInvoker, Xamarin.Android.Support.v4\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V4.Widget.SlidingPaneLayout+IPanelSlideListenerImplementor, Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", SlidingPaneLayout_PanelSlideListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public SlidingPaneLayout_PanelSlideListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == SlidingPaneLayout_PanelSlideListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V4.Widget.SlidingPaneLayout+IPanelSlideListenerImplementor, Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public void onPanelClosed (android.view.View p0) | ||
| { | ||
| n_onPanelClosed (p0); | ||
| } | ||
|
|
||
| private native void n_onPanelClosed (android.view.View p0); | ||
|
|
||
|
|
||
| public void onPanelOpened (android.view.View p0) | ||
| { | ||
| n_onPanelOpened (p0); | ||
| } | ||
|
|
||
| private native void n_onPanelOpened (android.view.View p0); | ||
|
|
||
|
|
||
| public void onPanelSlide (android.view.View p0, float p1) | ||
| { | ||
| n_onPanelSlide (p0, p1); | ||
| } | ||
|
|
||
| private native void n_onPanelSlide (android.view.View p0, float p1); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,47 @@ | ||
| package mono.android.support.v4.widget; | ||
|
|
||
|
|
||
| public class SwipeRefreshLayout_OnRefreshListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.v4.widget.SwipeRefreshLayout.OnRefreshListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onRefresh:()V:GetOnRefreshHandler:Android.Support.V4.Widget.SwipeRefreshLayout/IOnRefreshListenerInvoker, Xamarin.Android.Support.v4\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V4.Widget.SwipeRefreshLayout+IOnRefreshListenerImplementor, Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", SwipeRefreshLayout_OnRefreshListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public SwipeRefreshLayout_OnRefreshListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == SwipeRefreshLayout_OnRefreshListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V4.Widget.SwipeRefreshLayout+IOnRefreshListenerImplementor, Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public void onRefresh () | ||
| { | ||
| n_onRefresh (); | ||
| } | ||
|
|
||
| private native void n_onRefresh (); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,47 @@ | ||
| package mono.android.support.v7.app; | ||
|
|
||
|
|
||
| public class ActionBar_OnMenuVisibilityListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.v7.app.ActionBar.OnMenuVisibilityListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onMenuVisibilityChanged:(Z)V:GetOnMenuVisibilityChanged_ZHandler:Android.Support.V7.App.ActionBar/IOnMenuVisibilityListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V7.App.ActionBar+IOnMenuVisibilityListenerImplementor, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", ActionBar_OnMenuVisibilityListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public ActionBar_OnMenuVisibilityListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == ActionBar_OnMenuVisibilityListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V7.App.ActionBar+IOnMenuVisibilityListenerImplementor, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public void onMenuVisibilityChanged (boolean p0) | ||
| { | ||
| n_onMenuVisibilityChanged (p0); | ||
| } | ||
|
|
||
| private native void n_onMenuVisibilityChanged (boolean p0); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,47 @@ | ||
| package mono.android.support.v7.app; | ||
|
|
||
|
|
||
| public class ActionBar_OnNavigationListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.v7.app.ActionBar.OnNavigationListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onNavigationItemSelected:(IJ)Z:GetOnNavigationItemSelected_IJHandler:Android.Support.V7.App.ActionBar/IOnNavigationListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V7.App.ActionBar+IOnNavigationListenerImplementor, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", ActionBar_OnNavigationListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public ActionBar_OnNavigationListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == ActionBar_OnNavigationListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V7.App.ActionBar+IOnNavigationListenerImplementor, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public boolean onNavigationItemSelected (int p0, long p1) | ||
| { | ||
| return n_onNavigationItemSelected (p0, p1); | ||
| } | ||
|
|
||
| private native boolean n_onNavigationItemSelected (int p0, long p1); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,65 @@ | ||
| package mono.android.support.v7.app; | ||
|
|
||
|
|
||
| public class ActionBar_TabListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.v7.app.ActionBar.TabListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onTabReselected:(Landroid/support/v7/app/ActionBar$Tab;Landroid/support/v4/app/FragmentTransaction;)V:GetOnTabReselected_Landroid_support_v7_app_ActionBar_Tab_Landroid_support_v4_app_FragmentTransaction_Handler:Android.Support.V7.App.ActionBar/ITabListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + | ||
| "n_onTabSelected:(Landroid/support/v7/app/ActionBar$Tab;Landroid/support/v4/app/FragmentTransaction;)V:GetOnTabSelected_Landroid_support_v7_app_ActionBar_Tab_Landroid_support_v4_app_FragmentTransaction_Handler:Android.Support.V7.App.ActionBar/ITabListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + | ||
| "n_onTabUnselected:(Landroid/support/v7/app/ActionBar$Tab;Landroid/support/v4/app/FragmentTransaction;)V:GetOnTabUnselected_Landroid_support_v7_app_ActionBar_Tab_Landroid_support_v4_app_FragmentTransaction_Handler:Android.Support.V7.App.ActionBar/ITabListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V7.App.ActionBar+ITabListenerImplementor, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", ActionBar_TabListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public ActionBar_TabListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == ActionBar_TabListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V7.App.ActionBar+ITabListenerImplementor, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public void onTabReselected (android.support.v7.app.ActionBar.Tab p0, android.support.v4.app.FragmentTransaction p1) | ||
| { | ||
| n_onTabReselected (p0, p1); | ||
| } | ||
|
|
||
| private native void n_onTabReselected (android.support.v7.app.ActionBar.Tab p0, android.support.v4.app.FragmentTransaction p1); | ||
|
|
||
|
|
||
| public void onTabSelected (android.support.v7.app.ActionBar.Tab p0, android.support.v4.app.FragmentTransaction p1) | ||
| { | ||
| n_onTabSelected (p0, p1); | ||
| } | ||
|
|
||
| private native void n_onTabSelected (android.support.v7.app.ActionBar.Tab p0, android.support.v4.app.FragmentTransaction p1); | ||
|
|
||
|
|
||
| public void onTabUnselected (android.support.v7.app.ActionBar.Tab p0, android.support.v4.app.FragmentTransaction p1) | ||
| { | ||
| n_onTabUnselected (p0, p1); | ||
| } | ||
|
|
||
| private native void n_onTabUnselected (android.support.v7.app.ActionBar.Tab p0, android.support.v4.app.FragmentTransaction p1); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,47 @@ | ||
| package mono.android.support.v7.widget; | ||
|
|
||
|
|
||
| public class ActionMenuView_OnMenuItemClickListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.v7.widget.ActionMenuView.OnMenuItemClickListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onMenuItemClick:(Landroid/view/MenuItem;)Z:GetOnMenuItemClick_Landroid_view_MenuItem_Handler:Android.Support.V7.Widget.ActionMenuView/IOnMenuItemClickListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V7.Widget.ActionMenuView+IOnMenuItemClickListenerImplementor, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", ActionMenuView_OnMenuItemClickListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public ActionMenuView_OnMenuItemClickListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == ActionMenuView_OnMenuItemClickListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V7.Widget.ActionMenuView+IOnMenuItemClickListenerImplementor, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public boolean onMenuItemClick (android.view.MenuItem p0) | ||
| { | ||
| return n_onMenuItemClick (p0); | ||
| } | ||
|
|
||
| private native boolean n_onMenuItemClick (android.view.MenuItem p0); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,56 @@ | ||
| package mono.android.support.v7.widget; | ||
|
|
||
|
|
||
| public class ContentFrameLayout_OnAttachListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.v7.widget.ContentFrameLayout.OnAttachListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onAttachedFromWindow:()V:GetOnAttachedFromWindowHandler:Android.Support.V7.Widget.ContentFrameLayout/IOnAttachListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + | ||
| "n_onDetachedFromWindow:()V:GetOnDetachedFromWindowHandler:Android.Support.V7.Widget.ContentFrameLayout/IOnAttachListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V7.Widget.ContentFrameLayout+IOnAttachListenerImplementor, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", ContentFrameLayout_OnAttachListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public ContentFrameLayout_OnAttachListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == ContentFrameLayout_OnAttachListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V7.Widget.ContentFrameLayout+IOnAttachListenerImplementor, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public void onAttachedFromWindow () | ||
| { | ||
| n_onAttachedFromWindow (); | ||
| } | ||
|
|
||
| private native void n_onAttachedFromWindow (); | ||
|
|
||
|
|
||
| public void onDetachedFromWindow () | ||
| { | ||
| n_onDetachedFromWindow (); | ||
| } | ||
|
|
||
| private native void n_onDetachedFromWindow (); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,47 @@ | ||
| package mono.android.support.v7.widget; | ||
|
|
||
|
|
||
| public class FitWindowsViewGroup_OnFitSystemWindowsListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.v7.widget.FitWindowsViewGroup.OnFitSystemWindowsListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onFitSystemWindows:(Landroid/graphics/Rect;)V:GetOnFitSystemWindows_Landroid_graphics_Rect_Handler:Android.Support.V7.Widget.IFitWindowsViewGroupOnFitSystemWindowsListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V7.Widget.IFitWindowsViewGroupOnFitSystemWindowsListenerImplementor, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", FitWindowsViewGroup_OnFitSystemWindowsListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public FitWindowsViewGroup_OnFitSystemWindowsListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == FitWindowsViewGroup_OnFitSystemWindowsListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V7.Widget.IFitWindowsViewGroupOnFitSystemWindowsListenerImplementor, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public void onFitSystemWindows (android.graphics.Rect p0) | ||
| { | ||
| n_onFitSystemWindows (p0); | ||
| } | ||
|
|
||
| private native void n_onFitSystemWindows (android.graphics.Rect p0); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,47 @@ | ||
| package mono.android.support.v7.widget; | ||
|
|
||
|
|
||
| public class PopupMenu_OnDismissListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.v7.widget.PopupMenu.OnDismissListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onDismiss:(Landroid/support/v7/widget/PopupMenu;)V:GetOnDismiss_Landroid_support_v7_widget_PopupMenu_Handler:Android.Support.V7.Widget.PopupMenu/IOnDismissListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V7.Widget.PopupMenu+IOnDismissListenerImplementor, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", PopupMenu_OnDismissListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public PopupMenu_OnDismissListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == PopupMenu_OnDismissListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V7.Widget.PopupMenu+IOnDismissListenerImplementor, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public void onDismiss (android.support.v7.widget.PopupMenu p0) | ||
| { | ||
| n_onDismiss (p0); | ||
| } | ||
|
|
||
| private native void n_onDismiss (android.support.v7.widget.PopupMenu p0); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,47 @@ | ||
| package mono.android.support.v7.widget; | ||
|
|
||
|
|
||
| public class PopupMenu_OnMenuItemClickListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.v7.widget.PopupMenu.OnMenuItemClickListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onMenuItemClick:(Landroid/view/MenuItem;)Z:GetOnMenuItemClick_Landroid_view_MenuItem_Handler:Android.Support.V7.Widget.PopupMenu/IOnMenuItemClickListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V7.Widget.PopupMenu+IOnMenuItemClickListenerImplementor, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", PopupMenu_OnMenuItemClickListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public PopupMenu_OnMenuItemClickListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == PopupMenu_OnMenuItemClickListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V7.Widget.PopupMenu+IOnMenuItemClickListenerImplementor, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public boolean onMenuItemClick (android.view.MenuItem p0) | ||
| { | ||
| return n_onMenuItemClick (p0); | ||
| } | ||
|
|
||
| private native boolean n_onMenuItemClick (android.view.MenuItem p0); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,47 @@ | ||
| package mono.android.support.v7.widget; | ||
|
|
||
|
|
||
| public class RecyclerView_ItemAnimator_ItemAnimatorFinishedListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.v7.widget.RecyclerView.ItemAnimator.ItemAnimatorFinishedListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onAnimationsFinished:()V:GetOnAnimationsFinishedHandler:Android.Support.V7.Widget.RecyclerView/ItemAnimator/IItemAnimatorFinishedListenerInvoker, Xamarin.Android.Support.v7.RecyclerView\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V7.Widget.RecyclerView+ItemAnimator+IItemAnimatorFinishedListenerImplementor, Xamarin.Android.Support.v7.RecyclerView, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", RecyclerView_ItemAnimator_ItemAnimatorFinishedListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public RecyclerView_ItemAnimator_ItemAnimatorFinishedListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == RecyclerView_ItemAnimator_ItemAnimatorFinishedListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V7.Widget.RecyclerView+ItemAnimator+IItemAnimatorFinishedListenerImplementor, Xamarin.Android.Support.v7.RecyclerView, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public void onAnimationsFinished () | ||
| { | ||
| n_onAnimationsFinished (); | ||
| } | ||
|
|
||
| private native void n_onAnimationsFinished (); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,56 @@ | ||
| package mono.android.support.v7.widget; | ||
|
|
||
|
|
||
| public class RecyclerView_OnChildAttachStateChangeListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.v7.widget.RecyclerView.OnChildAttachStateChangeListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onChildViewAttachedToWindow:(Landroid/view/View;)V:GetOnChildViewAttachedToWindow_Landroid_view_View_Handler:Android.Support.V7.Widget.RecyclerView/IOnChildAttachStateChangeListenerInvoker, Xamarin.Android.Support.v7.RecyclerView\n" + | ||
| "n_onChildViewDetachedFromWindow:(Landroid/view/View;)V:GetOnChildViewDetachedFromWindow_Landroid_view_View_Handler:Android.Support.V7.Widget.RecyclerView/IOnChildAttachStateChangeListenerInvoker, Xamarin.Android.Support.v7.RecyclerView\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V7.Widget.RecyclerView+IOnChildAttachStateChangeListenerImplementor, Xamarin.Android.Support.v7.RecyclerView, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", RecyclerView_OnChildAttachStateChangeListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public RecyclerView_OnChildAttachStateChangeListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == RecyclerView_OnChildAttachStateChangeListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V7.Widget.RecyclerView+IOnChildAttachStateChangeListenerImplementor, Xamarin.Android.Support.v7.RecyclerView, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public void onChildViewAttachedToWindow (android.view.View p0) | ||
| { | ||
| n_onChildViewAttachedToWindow (p0); | ||
| } | ||
|
|
||
| private native void n_onChildViewAttachedToWindow (android.view.View p0); | ||
|
|
||
|
|
||
| public void onChildViewDetachedFromWindow (android.view.View p0) | ||
| { | ||
| n_onChildViewDetachedFromWindow (p0); | ||
| } | ||
|
|
||
| private native void n_onChildViewDetachedFromWindow (android.view.View p0); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,65 @@ | ||
| package mono.android.support.v7.widget; | ||
|
|
||
|
|
||
| public class RecyclerView_OnItemTouchListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.v7.widget.RecyclerView.OnItemTouchListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onInterceptTouchEvent:(Landroid/support/v7/widget/RecyclerView;Landroid/view/MotionEvent;)Z:GetOnInterceptTouchEvent_Landroid_support_v7_widget_RecyclerView_Landroid_view_MotionEvent_Handler:Android.Support.V7.Widget.RecyclerView/IOnItemTouchListenerInvoker, Xamarin.Android.Support.v7.RecyclerView\n" + | ||
| "n_onRequestDisallowInterceptTouchEvent:(Z)V:GetOnRequestDisallowInterceptTouchEvent_ZHandler:Android.Support.V7.Widget.RecyclerView/IOnItemTouchListenerInvoker, Xamarin.Android.Support.v7.RecyclerView\n" + | ||
| "n_onTouchEvent:(Landroid/support/v7/widget/RecyclerView;Landroid/view/MotionEvent;)V:GetOnTouchEvent_Landroid_support_v7_widget_RecyclerView_Landroid_view_MotionEvent_Handler:Android.Support.V7.Widget.RecyclerView/IOnItemTouchListenerInvoker, Xamarin.Android.Support.v7.RecyclerView\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V7.Widget.RecyclerView+IOnItemTouchListenerImplementor, Xamarin.Android.Support.v7.RecyclerView, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", RecyclerView_OnItemTouchListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public RecyclerView_OnItemTouchListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == RecyclerView_OnItemTouchListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V7.Widget.RecyclerView+IOnItemTouchListenerImplementor, Xamarin.Android.Support.v7.RecyclerView, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public boolean onInterceptTouchEvent (android.support.v7.widget.RecyclerView p0, android.view.MotionEvent p1) | ||
| { | ||
| return n_onInterceptTouchEvent (p0, p1); | ||
| } | ||
|
|
||
| private native boolean n_onInterceptTouchEvent (android.support.v7.widget.RecyclerView p0, android.view.MotionEvent p1); | ||
|
|
||
|
|
||
| public void onRequestDisallowInterceptTouchEvent (boolean p0) | ||
| { | ||
| n_onRequestDisallowInterceptTouchEvent (p0); | ||
| } | ||
|
|
||
| private native void n_onRequestDisallowInterceptTouchEvent (boolean p0); | ||
|
|
||
|
|
||
| public void onTouchEvent (android.support.v7.widget.RecyclerView p0, android.view.MotionEvent p1) | ||
| { | ||
| n_onTouchEvent (p0, p1); | ||
| } | ||
|
|
||
| private native void n_onTouchEvent (android.support.v7.widget.RecyclerView p0, android.view.MotionEvent p1); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,47 @@ | ||
| package mono.android.support.v7.widget; | ||
|
|
||
|
|
||
| public class RecyclerView_RecyclerListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.v7.widget.RecyclerView.RecyclerListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onViewRecycled:(Landroid/support/v7/widget/RecyclerView$ViewHolder;)V:GetOnViewRecycled_Landroid_support_v7_widget_RecyclerView_ViewHolder_Handler:Android.Support.V7.Widget.RecyclerView/IRecyclerListenerInvoker, Xamarin.Android.Support.v7.RecyclerView\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V7.Widget.RecyclerView+IRecyclerListenerImplementor, Xamarin.Android.Support.v7.RecyclerView, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", RecyclerView_RecyclerListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public RecyclerView_RecyclerListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == RecyclerView_RecyclerListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V7.Widget.RecyclerView+IRecyclerListenerImplementor, Xamarin.Android.Support.v7.RecyclerView, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public void onViewRecycled (android.support.v7.widget.RecyclerView.ViewHolder p0) | ||
| { | ||
| n_onViewRecycled (p0); | ||
| } | ||
|
|
||
| private native void n_onViewRecycled (android.support.v7.widget.RecyclerView.ViewHolder p0); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,47 @@ | ||
| package mono.android.support.v7.widget; | ||
|
|
||
|
|
||
| public class SearchView_OnCloseListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.v7.widget.SearchView.OnCloseListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onClose:()Z:GetOnCloseHandler:Android.Support.V7.Widget.SearchView/IOnCloseListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V7.Widget.SearchView+IOnCloseListenerImplementor, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", SearchView_OnCloseListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public SearchView_OnCloseListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == SearchView_OnCloseListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V7.Widget.SearchView+IOnCloseListenerImplementor, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public boolean onClose () | ||
| { | ||
| return n_onClose (); | ||
| } | ||
|
|
||
| private native boolean n_onClose (); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,56 @@ | ||
| package mono.android.support.v7.widget; | ||
|
|
||
|
|
||
| public class SearchView_OnQueryTextListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.v7.widget.SearchView.OnQueryTextListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onQueryTextChange:(Ljava/lang/String;)Z:GetOnQueryTextChange_Ljava_lang_String_Handler:Android.Support.V7.Widget.SearchView/IOnQueryTextListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + | ||
| "n_onQueryTextSubmit:(Ljava/lang/String;)Z:GetOnQueryTextSubmit_Ljava_lang_String_Handler:Android.Support.V7.Widget.SearchView/IOnQueryTextListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V7.Widget.SearchView+IOnQueryTextListenerImplementor, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", SearchView_OnQueryTextListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public SearchView_OnQueryTextListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == SearchView_OnQueryTextListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V7.Widget.SearchView+IOnQueryTextListenerImplementor, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public boolean onQueryTextChange (java.lang.String p0) | ||
| { | ||
| return n_onQueryTextChange (p0); | ||
| } | ||
|
|
||
| private native boolean n_onQueryTextChange (java.lang.String p0); | ||
|
|
||
|
|
||
| public boolean onQueryTextSubmit (java.lang.String p0) | ||
| { | ||
| return n_onQueryTextSubmit (p0); | ||
| } | ||
|
|
||
| private native boolean n_onQueryTextSubmit (java.lang.String p0); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,56 @@ | ||
| package mono.android.support.v7.widget; | ||
|
|
||
|
|
||
| public class SearchView_OnSuggestionListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.v7.widget.SearchView.OnSuggestionListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onSuggestionClick:(I)Z:GetOnSuggestionClick_IHandler:Android.Support.V7.Widget.SearchView/IOnSuggestionListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + | ||
| "n_onSuggestionSelect:(I)Z:GetOnSuggestionSelect_IHandler:Android.Support.V7.Widget.SearchView/IOnSuggestionListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V7.Widget.SearchView+IOnSuggestionListenerImplementor, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", SearchView_OnSuggestionListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public SearchView_OnSuggestionListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == SearchView_OnSuggestionListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V7.Widget.SearchView+IOnSuggestionListenerImplementor, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public boolean onSuggestionClick (int p0) | ||
| { | ||
| return n_onSuggestionClick (p0); | ||
| } | ||
|
|
||
| private native boolean n_onSuggestionClick (int p0); | ||
|
|
||
|
|
||
| public boolean onSuggestionSelect (int p0) | ||
| { | ||
| return n_onSuggestionSelect (p0); | ||
| } | ||
|
|
||
| private native boolean n_onSuggestionSelect (int p0); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,47 @@ | ||
| package mono.android.support.v7.widget; | ||
|
|
||
|
|
||
| public class ShareActionProvider_OnShareTargetSelectedListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.v7.widget.ShareActionProvider.OnShareTargetSelectedListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onShareTargetSelected:(Landroid/support/v7/widget/ShareActionProvider;Landroid/content/Intent;)Z:GetOnShareTargetSelected_Landroid_support_v7_widget_ShareActionProvider_Landroid_content_Intent_Handler:Android.Support.V7.Widget.ShareActionProvider/IOnShareTargetSelectedListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V7.Widget.ShareActionProvider+IOnShareTargetSelectedListenerImplementor, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", ShareActionProvider_OnShareTargetSelectedListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public ShareActionProvider_OnShareTargetSelectedListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == ShareActionProvider_OnShareTargetSelectedListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V7.Widget.ShareActionProvider+IOnShareTargetSelectedListenerImplementor, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public boolean onShareTargetSelected (android.support.v7.widget.ShareActionProvider p0, android.content.Intent p1) | ||
| { | ||
| return n_onShareTargetSelected (p0, p1); | ||
| } | ||
|
|
||
| private native boolean n_onShareTargetSelected (android.support.v7.widget.ShareActionProvider p0, android.content.Intent p1); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,47 @@ | ||
| package mono.android.support.v7.widget; | ||
|
|
||
|
|
||
| public class Toolbar_OnMenuItemClickListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.v7.widget.Toolbar.OnMenuItemClickListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onMenuItemClick:(Landroid/view/MenuItem;)Z:GetOnMenuItemClick_Landroid_view_MenuItem_Handler:Android.Support.V7.Widget.Toolbar/IOnMenuItemClickListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V7.Widget.Toolbar+IOnMenuItemClickListenerImplementor, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", Toolbar_OnMenuItemClickListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public Toolbar_OnMenuItemClickListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == Toolbar_OnMenuItemClickListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V7.Widget.Toolbar+IOnMenuItemClickListenerImplementor, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public boolean onMenuItemClick (android.view.MenuItem p0) | ||
| { | ||
| return n_onMenuItemClick (p0); | ||
| } | ||
|
|
||
| private native boolean n_onMenuItemClick (android.view.MenuItem p0); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -0,0 +1,47 @@ | ||
| package mono.android.support.v7.widget; | ||
|
|
||
|
|
||
| public class ViewStubCompat_OnInflateListenerImplementor | ||
| extends java.lang.Object | ||
| implements | ||
| mono.android.IGCUserPeer, | ||
| android.support.v7.widget.ViewStubCompat.OnInflateListener | ||
| { | ||
| static final String __md_methods; | ||
| static { | ||
| __md_methods = | ||
| "n_onInflate:(Landroid/support/v7/widget/ViewStubCompat;Landroid/view/View;)V:GetOnInflate_Landroid_support_v7_widget_ViewStubCompat_Landroid_view_View_Handler:Android.Support.V7.Widget.ViewStubCompat/IOnInflateListenerInvoker, Xamarin.Android.Support.v7.AppCompat\n" + | ||
| ""; | ||
| mono.android.Runtime.register ("Android.Support.V7.Widget.ViewStubCompat+IOnInflateListenerImplementor, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", ViewStubCompat_OnInflateListenerImplementor.class, __md_methods); | ||
| } | ||
|
|
||
|
|
||
| public ViewStubCompat_OnInflateListenerImplementor () throws java.lang.Throwable | ||
| { | ||
| super (); | ||
| if (getClass () == ViewStubCompat_OnInflateListenerImplementor.class) | ||
| mono.android.TypeManager.Activate ("Android.Support.V7.Widget.ViewStubCompat+IOnInflateListenerImplementor, Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); | ||
| } | ||
|
|
||
|
|
||
| public void onInflate (android.support.v7.widget.ViewStubCompat p0, android.view.View p1) | ||
| { | ||
| n_onInflate (p0, p1); | ||
| } | ||
|
|
||
| private native void n_onInflate (android.support.v7.widget.ViewStubCompat p0, android.view.View p1); | ||
|
|
||
| java.util.ArrayList refList; | ||
| public void monodroidAddReference (java.lang.Object obj) | ||
| { | ||
| if (refList == null) | ||
| refList = new java.util.ArrayList (); | ||
| refList.add (obj); | ||
| } | ||
|
|
||
| public void monodroidClearReferences () | ||
| { | ||
| if (refList != null) | ||
| refList.clear (); | ||
| } | ||
| } |
| @@ -1,8 +1,14 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <Paths> | ||
| <Jars></Jars> | ||
| <ResolvedResourceDirectories> | ||
| <ResolvedResourceDirectory>C:\Users\abree\Documents\GitHub\AustralianCraftBeerHottest100\ACBH\ACBH\ACBH.Droid\obj\Debug\__library_projects__\RestSharp\library_project_imports\res</ResolvedResourceDirectory> | ||
| </ResolvedResourceDirectories> | ||
| <ResolvedAssetDirectories> | ||
| <ResolvedAssetDirectory>C:\Users\abree\Documents\GitHub\AustralianCraftBeerHottest100\ACBH\ACBH\ACBH.Droid\obj\Debug\__library_projects__\RestSharp\library_project_imports\assets</ResolvedAssetDirectory> | ||
| </ResolvedAssetDirectories> | ||
| <ResolvedEnvironmentFiles /> | ||
| <ResolvedResourceDirectoryStamps> | ||
| <ResolvedResourceDirectoryStamp>C:\Users\abree\Documents\GitHub\AustralianCraftBeerHottest100\ACBH\ACBH\ACBH.Droid\obj\Debug\__library_projects__\RestSharp.stamp</ResolvedResourceDirectoryStamp> | ||
| </ResolvedResourceDirectoryStamps> | ||
| </Paths> |
| @@ -0,0 +1 @@ | ||
| <RelativeLayout android:orientation="vertical" android:layout_width="match_parent" android:layout_height="wrap_content" xmlns:android="http://schemas.android.com/apk/res/android"><TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/beer_name" android:text="Hello" /></RelativeLayout> |
| @@ -1 +1 @@ | ||
| <LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android"><android.support.v7.widget.RecyclerView android:id="@+id/recyclerView" android:scrollbars="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" /></LinearLayout> |
| @@ -1 +1 @@ | ||
| <resources><string name="hello">Hello World, Click Me!</string><string name="app_name">ACBH</string></resources> |