package crc643f46942d9dd1fff9; public class ShellContentFragment extends android.support.v4.app.Fragment implements mono.android.IGCUserPeer, android.view.animation.Animation.AnimationListener { /** @hide */ public static final String __md_methods; static { __md_methods = "n_onCreateAnimation:(IZI)Landroid/view/animation/Animation;:GetOnCreateAnimation_IZIHandler\n" + "n_onCreateView:(Landroid/view/LayoutInflater;Landroid/view/ViewGroup;Landroid/os/Bundle;)Landroid/view/View;:GetOnCreateView_Landroid_view_LayoutInflater_Landroid_view_ViewGroup_Landroid_os_Bundle_Handler\n" + "n_onDestroy:()V:GetOnDestroyHandler\n" + "n_onAnimationEnd:(Landroid/view/animation/Animation;)V:GetOnAnimationEnd_Landroid_view_animation_Animation_Handler:Android.Views.Animations.Animation/IAnimationListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + "n_onAnimationRepeat:(Landroid/view/animation/Animation;)V:GetOnAnimationRepeat_Landroid_view_animation_Animation_Handler:Android.Views.Animations.Animation/IAnimationListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + "n_onAnimationStart:(Landroid/view/animation/Animation;)V:GetOnAnimationStart_Landroid_view_animation_Animation_Handler:Android.Views.Animations.Animation/IAnimationListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + ""; mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.ShellContentFragment, Xamarin.Forms.Platform.Android", ShellContentFragment.class, __md_methods); } public ShellContentFragment () { super (); if (getClass () == ShellContentFragment.class) mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ShellContentFragment, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); } public android.view.animation.Animation onCreateAnimation (int p0, boolean p1, int p2) { return n_onCreateAnimation (p0, p1, p2); } private native android.view.animation.Animation n_onCreateAnimation (int p0, boolean p1, int p2); public android.view.View onCreateView (android.view.LayoutInflater p0, android.view.ViewGroup p1, android.os.Bundle p2) { return n_onCreateView (p0, p1, p2); } private native android.view.View n_onCreateView (android.view.LayoutInflater p0, android.view.ViewGroup p1, android.os.Bundle p2); public void onDestroy () { n_onDestroy (); } private native void n_onDestroy (); public void onAnimationEnd (android.view.animation.Animation p0) { n_onAnimationEnd (p0); } private native void n_onAnimationEnd (android.view.animation.Animation p0); public void onAnimationRepeat (android.view.animation.Animation p0) { n_onAnimationRepeat (p0); } private native void n_onAnimationRepeat (android.view.animation.Animation p0); public void onAnimationStart (android.view.animation.Animation p0) { n_onAnimationStart (p0); } private native void n_onAnimationStart (android.view.animation.Animation p0); private 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 (); } }