public static unsafe global::Android.Graphics.Drawables.StateListDrawable GetIconStateList(global::Android.Graphics.Drawables.Drawable p0, global::Android.Graphics.Drawables.Drawable p1)
 {
     if (id_getIconStateList_Landroid_graphics_drawable_Drawable_Landroid_graphics_drawable_Drawable_ == IntPtr.Zero)
     {
         id_getIconStateList_Landroid_graphics_drawable_Drawable_Landroid_graphics_drawable_Drawable_ = JNIEnv.GetStaticMethodID(class_ref, "getIconStateList", "(Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;)Landroid/graphics/drawable/StateListDrawable;");
     }
     try {
         JValue *__args = stackalloc JValue [2];
         __args [0] = new JValue(p0);
         __args [1] = new JValue(p1);
         global::Android.Graphics.Drawables.StateListDrawable __ret = global::Java.Lang.Object.GetObject <global::Android.Graphics.Drawables.StateListDrawable> (JNIEnv.CallStaticObjectMethod(class_ref, id_getIconStateList_Landroid_graphics_drawable_Drawable_Landroid_graphics_drawable_Drawable_, __args), JniHandleOwnership.TransferLocalRef);
         return(__ret);
     } finally {
     }
 }
 public static unsafe global::Android.Graphics.Drawables.StateListDrawable GetSelectableBackground(global::Android.Content.Context p0, int p1, bool p2)
 {
     if (id_getSelectableBackground_Landroid_content_Context_IZ == IntPtr.Zero)
     {
         id_getSelectableBackground_Landroid_content_Context_IZ = JNIEnv.GetStaticMethodID(class_ref, "getSelectableBackground", "(Landroid/content/Context;IZ)Landroid/graphics/drawable/StateListDrawable;");
     }
     try {
         JValue *__args = stackalloc JValue [3];
         __args [0] = new JValue(p0);
         __args [1] = new JValue(p1);
         __args [2] = new JValue(p2);
         global::Android.Graphics.Drawables.StateListDrawable __ret = global::Java.Lang.Object.GetObject <global::Android.Graphics.Drawables.StateListDrawable> (JNIEnv.CallStaticObjectMethod(class_ref, id_getSelectableBackground_Landroid_content_Context_IZ, __args), JniHandleOwnership.TransferLocalRef);
         return(__ret);
     } finally {
     }
 }