Przeprowadzka
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.activity;
|
||||
|
||||
public final class R {
|
||||
public static final class id {
|
||||
public static final int report_drawn = 0x7f080185;
|
||||
public static final int view_tree_on_back_pressed_dispatcher_owner = 0x7f08020d;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.activity.ktx;
|
||||
|
||||
public final class R {
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.annotation.experimental;
|
||||
|
||||
public final class R {
|
||||
}
|
||||
+1511
File diff suppressed because it is too large
Load Diff
+47
@@ -0,0 +1,47 @@
|
||||
package androidx.appcompat.app;
|
||||
|
||||
|
||||
public class AlertDialog_IDialogInterfaceOnCancelListenerImplementor
|
||||
extends java.lang.Object
|
||||
implements
|
||||
mono.android.IGCUserPeer,
|
||||
android.content.DialogInterface.OnCancelListener
|
||||
{
|
||||
/** @hide */
|
||||
public 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 ("AndroidX.AppCompat.App.AlertDialog+IDialogInterfaceOnCancelListenerImplementor, Xamarin.AndroidX.AppCompat", AlertDialog_IDialogInterfaceOnCancelListenerImplementor.class, __md_methods);
|
||||
}
|
||||
|
||||
public AlertDialog_IDialogInterfaceOnCancelListenerImplementor ()
|
||||
{
|
||||
super ();
|
||||
if (getClass () == AlertDialog_IDialogInterfaceOnCancelListenerImplementor.class) {
|
||||
mono.android.TypeManager.Activate ("AndroidX.AppCompat.App.AlertDialog+IDialogInterfaceOnCancelListenerImplementor, Xamarin.AndroidX.AppCompat", "", this, new java.lang.Object[] { });
|
||||
}
|
||||
}
|
||||
|
||||
public void onCancel (android.content.DialogInterface p0)
|
||||
{
|
||||
n_onCancel (p0);
|
||||
}
|
||||
|
||||
private native void n_onCancel (android.content.DialogInterface 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 ();
|
||||
}
|
||||
}
|
||||
+47
@@ -0,0 +1,47 @@
|
||||
package androidx.appcompat.app;
|
||||
|
||||
|
||||
public class AlertDialog_IDialogInterfaceOnClickListenerImplementor
|
||||
extends java.lang.Object
|
||||
implements
|
||||
mono.android.IGCUserPeer,
|
||||
android.content.DialogInterface.OnClickListener
|
||||
{
|
||||
/** @hide */
|
||||
public 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 ("AndroidX.AppCompat.App.AlertDialog+IDialogInterfaceOnClickListenerImplementor, Xamarin.AndroidX.AppCompat", AlertDialog_IDialogInterfaceOnClickListenerImplementor.class, __md_methods);
|
||||
}
|
||||
|
||||
public AlertDialog_IDialogInterfaceOnClickListenerImplementor ()
|
||||
{
|
||||
super ();
|
||||
if (getClass () == AlertDialog_IDialogInterfaceOnClickListenerImplementor.class) {
|
||||
mono.android.TypeManager.Activate ("AndroidX.AppCompat.App.AlertDialog+IDialogInterfaceOnClickListenerImplementor, Xamarin.AndroidX.AppCompat", "", 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);
|
||||
|
||||
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 ();
|
||||
}
|
||||
}
|
||||
+47
@@ -0,0 +1,47 @@
|
||||
package androidx.appcompat.app;
|
||||
|
||||
|
||||
public class AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor
|
||||
extends java.lang.Object
|
||||
implements
|
||||
mono.android.IGCUserPeer,
|
||||
android.content.DialogInterface.OnMultiChoiceClickListener
|
||||
{
|
||||
/** @hide */
|
||||
public 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 ("AndroidX.AppCompat.App.AlertDialog+IDialogInterfaceOnMultiChoiceClickListenerImplementor, Xamarin.AndroidX.AppCompat", AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor.class, __md_methods);
|
||||
}
|
||||
|
||||
public AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor ()
|
||||
{
|
||||
super ();
|
||||
if (getClass () == AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor.class) {
|
||||
mono.android.TypeManager.Activate ("AndroidX.AppCompat.App.AlertDialog+IDialogInterfaceOnMultiChoiceClickListenerImplementor, Xamarin.AndroidX.AppCompat", "", 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);
|
||||
|
||||
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 ();
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.appcompat.resources;
|
||||
|
||||
public final class R {
|
||||
public static final class drawable {
|
||||
public static final int abc_vector_test = 0x7f070076;
|
||||
}
|
||||
public static final class styleable {
|
||||
public static final int[] AnimatedStateListDrawableCompat = new int[] { 0x0101011c, 0x01010194, 0x01010195, 0x01010196, 0x0101030c, 0x0101030d };
|
||||
public static final int AnimatedStateListDrawableCompat_android_constantSize = 3;
|
||||
public static final int AnimatedStateListDrawableCompat_android_dither = 0;
|
||||
public static final int AnimatedStateListDrawableCompat_android_enterFadeDuration = 4;
|
||||
public static final int AnimatedStateListDrawableCompat_android_exitFadeDuration = 5;
|
||||
public static final int AnimatedStateListDrawableCompat_android_variablePadding = 2;
|
||||
public static final int AnimatedStateListDrawableCompat_android_visible = 1;
|
||||
public static final int[] AnimatedStateListDrawableItem = new int[] { 0x010100d0, 0x01010199 };
|
||||
public static final int AnimatedStateListDrawableItem_android_drawable = 1;
|
||||
public static final int AnimatedStateListDrawableItem_android_id = 0;
|
||||
public static final int[] AnimatedStateListDrawableTransition = new int[] { 0x01010199, 0x01010449, 0x0101044a, 0x0101044b };
|
||||
public static final int AnimatedStateListDrawableTransition_android_drawable = 0;
|
||||
public static final int AnimatedStateListDrawableTransition_android_fromId = 2;
|
||||
public static final int AnimatedStateListDrawableTransition_android_reversible = 3;
|
||||
public static final int AnimatedStateListDrawableTransition_android_toId = 1;
|
||||
public static final int[] StateListDrawable = new int[] { 0x0101011c, 0x01010194, 0x01010195, 0x01010196, 0x0101030c, 0x0101030d };
|
||||
public static final int StateListDrawable_android_constantSize = 3;
|
||||
public static final int StateListDrawable_android_dither = 0;
|
||||
public static final int StateListDrawable_android_enterFadeDuration = 4;
|
||||
public static final int StateListDrawable_android_exitFadeDuration = 5;
|
||||
public static final int StateListDrawable_android_variablePadding = 2;
|
||||
public static final int StateListDrawable_android_visible = 1;
|
||||
public static final int[] StateListDrawableItem = new int[] { 0x01010199 };
|
||||
public static final int StateListDrawableItem_android_drawable = 0;
|
||||
}
|
||||
}
|
||||
+55
@@ -0,0 +1,55 @@
|
||||
package androidx.appcompat.widget;
|
||||
|
||||
|
||||
public class Toolbar_NavigationOnClickEventDispatcher
|
||||
extends java.lang.Object
|
||||
implements
|
||||
mono.android.IGCUserPeer,
|
||||
android.view.View.OnClickListener
|
||||
{
|
||||
/** @hide */
|
||||
public 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 ("AndroidX.AppCompat.Widget.Toolbar+NavigationOnClickEventDispatcher, Xamarin.AndroidX.AppCompat", Toolbar_NavigationOnClickEventDispatcher.class, __md_methods);
|
||||
}
|
||||
|
||||
public Toolbar_NavigationOnClickEventDispatcher ()
|
||||
{
|
||||
super ();
|
||||
if (getClass () == Toolbar_NavigationOnClickEventDispatcher.class) {
|
||||
mono.android.TypeManager.Activate ("AndroidX.AppCompat.Widget.Toolbar+NavigationOnClickEventDispatcher, Xamarin.AndroidX.AppCompat", "", this, new java.lang.Object[] { });
|
||||
}
|
||||
}
|
||||
|
||||
public Toolbar_NavigationOnClickEventDispatcher (androidx.appcompat.widget.Toolbar p0)
|
||||
{
|
||||
super ();
|
||||
if (getClass () == Toolbar_NavigationOnClickEventDispatcher.class) {
|
||||
mono.android.TypeManager.Activate ("AndroidX.AppCompat.Widget.Toolbar+NavigationOnClickEventDispatcher, Xamarin.AndroidX.AppCompat", "AndroidX.AppCompat.Widget.Toolbar, Xamarin.AndroidX.AppCompat", 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);
|
||||
|
||||
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 ();
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.arch.core;
|
||||
|
||||
public final class R {
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.browser;
|
||||
|
||||
public final class R {
|
||||
public static final class color {
|
||||
public static final int browser_actions_bg_grey = 0x7f050027;
|
||||
public static final int browser_actions_divider_color = 0x7f050028;
|
||||
public static final int browser_actions_text_color = 0x7f050029;
|
||||
public static final int browser_actions_title_color = 0x7f05002a;
|
||||
}
|
||||
public static final class dimen {
|
||||
public static final int browser_actions_context_menu_max_width = 0x7f060052;
|
||||
public static final int browser_actions_context_menu_min_padding = 0x7f060053;
|
||||
}
|
||||
public static final class id {
|
||||
public static final int browser_actions_header_text = 0x7f08006a;
|
||||
public static final int browser_actions_menu_item_icon = 0x7f08006b;
|
||||
public static final int browser_actions_menu_item_text = 0x7f08006c;
|
||||
public static final int browser_actions_menu_items = 0x7f08006d;
|
||||
public static final int browser_actions_menu_view = 0x7f08006e;
|
||||
}
|
||||
public static final class layout {
|
||||
public static final int browser_actions_context_menu_page = 0x7f0b001c;
|
||||
public static final int browser_actions_context_menu_row = 0x7f0b001d;
|
||||
}
|
||||
public static final class string {
|
||||
public static final int copy_toast_msg = 0x7f0f002e;
|
||||
public static final int fallback_menu_item_copy_link = 0x7f0f0035;
|
||||
public static final int fallback_menu_item_open_in_browser = 0x7f0f0036;
|
||||
public static final int fallback_menu_item_share_link = 0x7f0f0037;
|
||||
}
|
||||
public static final class xml {
|
||||
public static final int image_share_filepaths = 0x7f120000;
|
||||
}
|
||||
}
|
||||
+54
@@ -0,0 +1,54 @@
|
||||
package androidx.browser.customtabs;
|
||||
|
||||
|
||||
public class CustomTabsClient_CustomTabsCallbackImpl
|
||||
extends androidx.browser.customtabs.CustomTabsCallback
|
||||
implements
|
||||
mono.android.IGCUserPeer
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"n_onNavigationEvent:(ILandroid/os/Bundle;)V:GetOnNavigationEvent_ILandroid_os_Bundle_Handler\n" +
|
||||
"n_extraCallback:(Ljava/lang/String;Landroid/os/Bundle;)V:GetExtraCallback_Ljava_lang_String_Landroid_os_Bundle_Handler\n" +
|
||||
"";
|
||||
mono.android.Runtime.register ("AndroidX.Browser.CustomTabs.CustomTabsClient+CustomTabsCallbackImpl, Xamarin.AndroidX.Browser", CustomTabsClient_CustomTabsCallbackImpl.class, __md_methods);
|
||||
}
|
||||
|
||||
public CustomTabsClient_CustomTabsCallbackImpl ()
|
||||
{
|
||||
super ();
|
||||
if (getClass () == CustomTabsClient_CustomTabsCallbackImpl.class) {
|
||||
mono.android.TypeManager.Activate ("AndroidX.Browser.CustomTabs.CustomTabsClient+CustomTabsCallbackImpl, Xamarin.AndroidX.Browser", "", this, new java.lang.Object[] { });
|
||||
}
|
||||
}
|
||||
|
||||
public void onNavigationEvent (int p0, android.os.Bundle p1)
|
||||
{
|
||||
n_onNavigationEvent (p0, p1);
|
||||
}
|
||||
|
||||
private native void n_onNavigationEvent (int p0, android.os.Bundle p1);
|
||||
|
||||
public void extraCallback (java.lang.String p0, android.os.Bundle p1)
|
||||
{
|
||||
n_extraCallback (p0, p1);
|
||||
}
|
||||
|
||||
private native void n_extraCallback (java.lang.String p0, android.os.Bundle p1);
|
||||
|
||||
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 ();
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.cardview;
|
||||
|
||||
public final class R {
|
||||
public static final class attr {
|
||||
public static final int cardBackgroundColor = 0x7f0300a1;
|
||||
public static final int cardCornerRadius = 0x7f0300a2;
|
||||
public static final int cardElevation = 0x7f0300a3;
|
||||
public static final int cardMaxElevation = 0x7f0300a5;
|
||||
public static final int cardPreventCornerOverlap = 0x7f0300a6;
|
||||
public static final int cardUseCompatPadding = 0x7f0300a7;
|
||||
public static final int cardViewStyle = 0x7f0300a8;
|
||||
public static final int contentPadding = 0x7f030149;
|
||||
public static final int contentPaddingBottom = 0x7f03014a;
|
||||
public static final int contentPaddingLeft = 0x7f03014c;
|
||||
public static final int contentPaddingRight = 0x7f03014d;
|
||||
public static final int contentPaddingTop = 0x7f03014f;
|
||||
}
|
||||
public static final class color {
|
||||
public static final int cardview_dark_background = 0x7f05002f;
|
||||
public static final int cardview_light_background = 0x7f050030;
|
||||
public static final int cardview_shadow_end_color = 0x7f050031;
|
||||
public static final int cardview_shadow_start_color = 0x7f050032;
|
||||
}
|
||||
public static final class dimen {
|
||||
public static final int cardview_compat_inset_shadow = 0x7f060054;
|
||||
public static final int cardview_default_elevation = 0x7f060055;
|
||||
public static final int cardview_default_radius = 0x7f060056;
|
||||
}
|
||||
public static final class style {
|
||||
public static final int Base_CardView = 0x7f100013;
|
||||
public static final int CardView = 0x7f100122;
|
||||
public static final int CardView_Dark = 0x7f100123;
|
||||
public static final int CardView_Light = 0x7f100124;
|
||||
}
|
||||
public static final class styleable {
|
||||
public static final int[] CardView = new int[] { 0x0101013f, 0x01010140, 0x7f0300a1, 0x7f0300a2, 0x7f0300a3, 0x7f0300a5, 0x7f0300a6, 0x7f0300a7, 0x7f030149, 0x7f03014a, 0x7f03014c, 0x7f03014d, 0x7f03014f };
|
||||
public static final int CardView_android_minHeight = 1;
|
||||
public static final int CardView_android_minWidth = 0;
|
||||
public static final int CardView_cardBackgroundColor = 2;
|
||||
public static final int CardView_cardCornerRadius = 3;
|
||||
public static final int CardView_cardElevation = 4;
|
||||
public static final int CardView_cardMaxElevation = 5;
|
||||
public static final int CardView_cardPreventCornerOverlap = 6;
|
||||
public static final int CardView_cardUseCompatPadding = 7;
|
||||
public static final int CardView_contentPadding = 8;
|
||||
public static final int CardView_contentPaddingBottom = 9;
|
||||
public static final int CardView_contentPaddingLeft = 10;
|
||||
public static final int CardView_contentPaddingRight = 11;
|
||||
public static final int CardView_contentPaddingTop = 12;
|
||||
}
|
||||
}
|
||||
+1292
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,46 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.coordinatorlayout;
|
||||
|
||||
public final class R {
|
||||
public static final class attr {
|
||||
public static final int coordinatorLayoutStyle = 0x7f030153;
|
||||
public static final int keylines = 0x7f030287;
|
||||
public static final int layout_anchor = 0x7f030294;
|
||||
public static final int layout_anchorGravity = 0x7f030295;
|
||||
public static final int layout_behavior = 0x7f030296;
|
||||
public static final int layout_dodgeInsetEdges = 0x7f0302c7;
|
||||
public static final int layout_insetEdge = 0x7f0302d1;
|
||||
public static final int layout_keyline = 0x7f0302d2;
|
||||
public static final int statusBarBackground = 0x7f030432;
|
||||
}
|
||||
public static final class id {
|
||||
public static final int bottom = 0x7f080064;
|
||||
public static final int end = 0x7f0800bd;
|
||||
public static final int left = 0x7f0800fb;
|
||||
public static final int none = 0x7f080156;
|
||||
public static final int right = 0x7f080187;
|
||||
public static final int start = 0x7f0801c3;
|
||||
public static final int top = 0x7f0801f3;
|
||||
}
|
||||
public static final class style {
|
||||
public static final int Widget_Support_CoordinatorLayout = 0x7f100473;
|
||||
}
|
||||
public static final class styleable {
|
||||
public static final int[] CoordinatorLayout = new int[] { 0x7f030287, 0x7f030432 };
|
||||
public static final int CoordinatorLayout_keylines = 0;
|
||||
public static final int CoordinatorLayout_statusBarBackground = 1;
|
||||
public static final int[] CoordinatorLayout_Layout = new int[] { 0x010100b3, 0x7f030294, 0x7f030295, 0x7f030296, 0x7f0302c7, 0x7f0302d1, 0x7f0302d2 };
|
||||
public static final int CoordinatorLayout_Layout_android_layout_gravity = 0;
|
||||
public static final int CoordinatorLayout_Layout_layout_anchor = 1;
|
||||
public static final int CoordinatorLayout_Layout_layout_anchorGravity = 2;
|
||||
public static final int CoordinatorLayout_Layout_layout_behavior = 3;
|
||||
public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4;
|
||||
public static final int CoordinatorLayout_Layout_layout_insetEdge = 5;
|
||||
public static final int CoordinatorLayout_Layout_layout_keyline = 6;
|
||||
}
|
||||
}
|
||||
+241
@@ -0,0 +1,241 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.core;
|
||||
|
||||
public final class R {
|
||||
public static final class attr {
|
||||
public static final int alpha = 0x7f030031;
|
||||
public static final int font = 0x7f030212;
|
||||
public static final int fontProviderAuthority = 0x7f030214;
|
||||
public static final int fontProviderCerts = 0x7f030215;
|
||||
public static final int fontProviderFallbackQuery = 0x7f030216;
|
||||
public static final int fontProviderFetchStrategy = 0x7f030217;
|
||||
public static final int fontProviderFetchTimeout = 0x7f030218;
|
||||
public static final int fontProviderPackage = 0x7f030219;
|
||||
public static final int fontProviderQuery = 0x7f03021a;
|
||||
public static final int fontProviderSystemFontFamily = 0x7f03021b;
|
||||
public static final int fontStyle = 0x7f03021c;
|
||||
public static final int fontVariationSettings = 0x7f03021d;
|
||||
public static final int fontWeight = 0x7f03021e;
|
||||
public static final int lStar = 0x7f030288;
|
||||
public static final int nestedScrollViewStyle = 0x7f03037a;
|
||||
public static final int queryPatterns = 0x7f0303be;
|
||||
public static final int shortcutMatchRequired = 0x7f0303f2;
|
||||
public static final int ttcIndex = 0x7f030500;
|
||||
}
|
||||
public static final class color {
|
||||
public static final int androidx_core_ripple_material_light = 0x7f05001b;
|
||||
public static final int androidx_core_secondary_text_default_material_light = 0x7f05001c;
|
||||
public static final int call_notification_answer_color = 0x7f05002d;
|
||||
public static final int call_notification_decline_color = 0x7f05002e;
|
||||
public static final int notification_action_color_filter = 0x7f0502f6;
|
||||
public static final int notification_icon_bg_color = 0x7f0502f7;
|
||||
}
|
||||
public static final class dimen {
|
||||
public static final int compat_button_inset_horizontal_material = 0x7f060058;
|
||||
public static final int compat_button_inset_vertical_material = 0x7f060059;
|
||||
public static final int compat_button_padding_horizontal_material = 0x7f06005a;
|
||||
public static final int compat_button_padding_vertical_material = 0x7f06005b;
|
||||
public static final int compat_control_corner_material = 0x7f06005c;
|
||||
public static final int compat_notification_large_icon_max_height = 0x7f06005d;
|
||||
public static final int compat_notification_large_icon_max_width = 0x7f06005e;
|
||||
public static final int notification_action_icon_size = 0x7f06030e;
|
||||
public static final int notification_action_text_size = 0x7f06030f;
|
||||
public static final int notification_big_circle_margin = 0x7f060310;
|
||||
public static final int notification_content_margin_start = 0x7f060311;
|
||||
public static final int notification_large_icon_height = 0x7f060312;
|
||||
public static final int notification_large_icon_width = 0x7f060313;
|
||||
public static final int notification_main_column_padding_top = 0x7f060314;
|
||||
public static final int notification_media_narrow_margin = 0x7f060315;
|
||||
public static final int notification_right_icon_size = 0x7f060316;
|
||||
public static final int notification_right_side_padding_top = 0x7f060317;
|
||||
public static final int notification_small_icon_background_padding = 0x7f060318;
|
||||
public static final int notification_small_icon_size_as_large = 0x7f060319;
|
||||
public static final int notification_subtext_size = 0x7f06031a;
|
||||
public static final int notification_top_pad = 0x7f06031b;
|
||||
public static final int notification_top_pad_large_text = 0x7f06031c;
|
||||
}
|
||||
public static final class drawable {
|
||||
public static final int ic_call_answer = 0x7f070088;
|
||||
public static final int ic_call_answer_low = 0x7f070089;
|
||||
public static final int ic_call_answer_video = 0x7f07008a;
|
||||
public static final int ic_call_answer_video_low = 0x7f07008b;
|
||||
public static final int ic_call_decline = 0x7f07008c;
|
||||
public static final int ic_call_decline_low = 0x7f07008d;
|
||||
public static final int notification_action_background = 0x7f0700d7;
|
||||
public static final int notification_bg = 0x7f0700d8;
|
||||
public static final int notification_bg_low = 0x7f0700d9;
|
||||
public static final int notification_bg_low_normal = 0x7f0700da;
|
||||
public static final int notification_bg_low_pressed = 0x7f0700db;
|
||||
public static final int notification_bg_normal = 0x7f0700dc;
|
||||
public static final int notification_bg_normal_pressed = 0x7f0700dd;
|
||||
public static final int notification_icon_background = 0x7f0700de;
|
||||
public static final int notification_oversize_large_icon_bg = 0x7f0700df;
|
||||
public static final int notification_template_icon_bg = 0x7f0700e0;
|
||||
public static final int notification_template_icon_low_bg = 0x7f0700e1;
|
||||
public static final int notification_tile_bg = 0x7f0700e2;
|
||||
public static final int notify_panel_notification_icon_bg = 0x7f0700e3;
|
||||
}
|
||||
public static final class id {
|
||||
public static final int accessibility_action_clickable_span = 0x7f080010;
|
||||
public static final int accessibility_custom_action_0 = 0x7f080011;
|
||||
public static final int accessibility_custom_action_1 = 0x7f080012;
|
||||
public static final int accessibility_custom_action_10 = 0x7f080013;
|
||||
public static final int accessibility_custom_action_11 = 0x7f080014;
|
||||
public static final int accessibility_custom_action_12 = 0x7f080015;
|
||||
public static final int accessibility_custom_action_13 = 0x7f080016;
|
||||
public static final int accessibility_custom_action_14 = 0x7f080017;
|
||||
public static final int accessibility_custom_action_15 = 0x7f080018;
|
||||
public static final int accessibility_custom_action_16 = 0x7f080019;
|
||||
public static final int accessibility_custom_action_17 = 0x7f08001a;
|
||||
public static final int accessibility_custom_action_18 = 0x7f08001b;
|
||||
public static final int accessibility_custom_action_19 = 0x7f08001c;
|
||||
public static final int accessibility_custom_action_2 = 0x7f08001d;
|
||||
public static final int accessibility_custom_action_20 = 0x7f08001e;
|
||||
public static final int accessibility_custom_action_21 = 0x7f08001f;
|
||||
public static final int accessibility_custom_action_22 = 0x7f080020;
|
||||
public static final int accessibility_custom_action_23 = 0x7f080021;
|
||||
public static final int accessibility_custom_action_24 = 0x7f080022;
|
||||
public static final int accessibility_custom_action_25 = 0x7f080023;
|
||||
public static final int accessibility_custom_action_26 = 0x7f080024;
|
||||
public static final int accessibility_custom_action_27 = 0x7f080025;
|
||||
public static final int accessibility_custom_action_28 = 0x7f080026;
|
||||
public static final int accessibility_custom_action_29 = 0x7f080027;
|
||||
public static final int accessibility_custom_action_3 = 0x7f080028;
|
||||
public static final int accessibility_custom_action_30 = 0x7f080029;
|
||||
public static final int accessibility_custom_action_31 = 0x7f08002a;
|
||||
public static final int accessibility_custom_action_4 = 0x7f08002b;
|
||||
public static final int accessibility_custom_action_5 = 0x7f08002c;
|
||||
public static final int accessibility_custom_action_6 = 0x7f08002d;
|
||||
public static final int accessibility_custom_action_7 = 0x7f08002e;
|
||||
public static final int accessibility_custom_action_8 = 0x7f08002f;
|
||||
public static final int accessibility_custom_action_9 = 0x7f080030;
|
||||
public static final int action_container = 0x7f08003b;
|
||||
public static final int action_divider = 0x7f08003d;
|
||||
public static final int action_image = 0x7f08003e;
|
||||
public static final int action_text = 0x7f080044;
|
||||
public static final int actions = 0x7f080045;
|
||||
public static final int async = 0x7f080057;
|
||||
public static final int blocking = 0x7f080063;
|
||||
public static final int chronometer = 0x7f08007e;
|
||||
public static final int dialog_button = 0x7f0800a2;
|
||||
public static final int edit_text_id = 0x7f0800ba;
|
||||
public static final int forever = 0x7f0800d3;
|
||||
public static final int hide_ime_id = 0x7f0800e1;
|
||||
public static final int icon = 0x7f0800e8;
|
||||
public static final int icon_group = 0x7f0800e9;
|
||||
public static final int info = 0x7f0800f1;
|
||||
public static final int italic = 0x7f0800f5;
|
||||
public static final int line1 = 0x7f0800fe;
|
||||
public static final int line3 = 0x7f0800ff;
|
||||
public static final int normal = 0x7f080157;
|
||||
public static final int notification_background = 0x7f080159;
|
||||
public static final int notification_main_column = 0x7f08015a;
|
||||
public static final int notification_main_column_container = 0x7f08015b;
|
||||
public static final int right_icon = 0x7f080189;
|
||||
public static final int right_side = 0x7f08018a;
|
||||
public static final int tag_accessibility_actions = 0x7f0801cf;
|
||||
public static final int tag_accessibility_clickable_spans = 0x7f0801d0;
|
||||
public static final int tag_accessibility_heading = 0x7f0801d1;
|
||||
public static final int tag_accessibility_pane_title = 0x7f0801d2;
|
||||
public static final int tag_compat_insets_dispatch = 0x7f0801d3;
|
||||
public static final int tag_on_apply_window_listener = 0x7f0801d4;
|
||||
public static final int tag_on_receive_content_listener = 0x7f0801d5;
|
||||
public static final int tag_on_receive_content_mime_types = 0x7f0801d6;
|
||||
public static final int tag_screen_reader_focusable = 0x7f0801d7;
|
||||
public static final int tag_state_description = 0x7f0801d8;
|
||||
public static final int tag_system_bar_state_monitor = 0x7f0801d9;
|
||||
public static final int tag_transition_group = 0x7f0801da;
|
||||
public static final int tag_unhandled_key_event_manager = 0x7f0801db;
|
||||
public static final int tag_unhandled_key_listeners = 0x7f0801dc;
|
||||
public static final int tag_window_insets_animation_callback = 0x7f0801dd;
|
||||
public static final int text = 0x7f0801de;
|
||||
public static final int text2 = 0x7f0801df;
|
||||
public static final int time = 0x7f0801ee;
|
||||
public static final int title = 0x7f0801ef;
|
||||
}
|
||||
public static final class integer {
|
||||
public static final int status_bar_notification_info_maxnum = 0x7f090044;
|
||||
}
|
||||
public static final class layout {
|
||||
public static final int custom_dialog = 0x7f0b001e;
|
||||
public static final int ime_base_split_test_activity = 0x7f0b0031;
|
||||
public static final int ime_secondary_split_test_activity = 0x7f0b0032;
|
||||
public static final int notification_action = 0x7f0b0067;
|
||||
public static final int notification_action_tombstone = 0x7f0b0068;
|
||||
public static final int notification_template_custom_big = 0x7f0b0069;
|
||||
public static final int notification_template_icon_group = 0x7f0b006a;
|
||||
public static final int notification_template_part_chronometer = 0x7f0b006b;
|
||||
public static final int notification_template_part_time = 0x7f0b006c;
|
||||
}
|
||||
public static final class string {
|
||||
public static final int call_notification_answer_action = 0x7f0f0023;
|
||||
public static final int call_notification_answer_video_action = 0x7f0f0024;
|
||||
public static final int call_notification_decline_action = 0x7f0f0025;
|
||||
public static final int call_notification_hang_up_action = 0x7f0f0026;
|
||||
public static final int call_notification_incoming_text = 0x7f0f0027;
|
||||
public static final int call_notification_ongoing_text = 0x7f0f0028;
|
||||
public static final int call_notification_screening_text = 0x7f0f0029;
|
||||
public static final int status_bar_notification_info_overflow = 0x7f0f00ae;
|
||||
}
|
||||
public static final class style {
|
||||
public static final int TextAppearance_Compat_Notification = 0x7f1001d1;
|
||||
public static final int TextAppearance_Compat_Notification_Info = 0x7f1001d2;
|
||||
public static final int TextAppearance_Compat_Notification_Line2 = 0x7f1001d3;
|
||||
public static final int TextAppearance_Compat_Notification_Time = 0x7f1001d4;
|
||||
public static final int TextAppearance_Compat_Notification_Title = 0x7f1001d5;
|
||||
public static final int Widget_Compat_NotificationActionContainer = 0x7f10033d;
|
||||
public static final int Widget_Compat_NotificationActionText = 0x7f10033e;
|
||||
}
|
||||
public static final class styleable {
|
||||
public static final int[] Capability = new int[] { 0x7f0303be, 0x7f0303f2 };
|
||||
public static final int Capability_queryPatterns = 0;
|
||||
public static final int Capability_shortcutMatchRequired = 1;
|
||||
public static final int[] ColorStateListItem = new int[] { 0x010101a5, 0x0101031f, 0x01010647, 0x7f030031, 0x7f030288 };
|
||||
public static final int ColorStateListItem_alpha = 3;
|
||||
public static final int ColorStateListItem_android_alpha = 1;
|
||||
public static final int ColorStateListItem_android_color = 0;
|
||||
public static final int ColorStateListItem_android_lStar = 2;
|
||||
public static final int ColorStateListItem_lStar = 4;
|
||||
public static final int[] FontFamily = new int[] { 0x7f030214, 0x7f030215, 0x7f030216, 0x7f030217, 0x7f030218, 0x7f030219, 0x7f03021a, 0x7f03021b };
|
||||
public static final int FontFamily_fontProviderAuthority = 0;
|
||||
public static final int FontFamily_fontProviderCerts = 1;
|
||||
public static final int FontFamily_fontProviderFallbackQuery = 2;
|
||||
public static final int FontFamily_fontProviderFetchStrategy = 3;
|
||||
public static final int FontFamily_fontProviderFetchTimeout = 4;
|
||||
public static final int FontFamily_fontProviderPackage = 5;
|
||||
public static final int FontFamily_fontProviderQuery = 6;
|
||||
public static final int FontFamily_fontProviderSystemFontFamily = 7;
|
||||
public static final int[] FontFamilyFont = new int[] { 0x01010532, 0x01010533, 0x0101053f, 0x0101056f, 0x01010570, 0x7f030212, 0x7f03021c, 0x7f03021d, 0x7f03021e, 0x7f030500 };
|
||||
public static final int FontFamilyFont_android_font = 0;
|
||||
public static final int FontFamilyFont_android_fontStyle = 2;
|
||||
public static final int FontFamilyFont_android_fontVariationSettings = 4;
|
||||
public static final int FontFamilyFont_android_fontWeight = 1;
|
||||
public static final int FontFamilyFont_android_ttcIndex = 3;
|
||||
public static final int FontFamilyFont_font = 5;
|
||||
public static final int FontFamilyFont_fontStyle = 6;
|
||||
public static final int FontFamilyFont_fontVariationSettings = 7;
|
||||
public static final int FontFamilyFont_fontWeight = 8;
|
||||
public static final int FontFamilyFont_ttcIndex = 9;
|
||||
public static final int[] GradientColor = new int[] { 0x0101019d, 0x0101019e, 0x010101a1, 0x010101a2, 0x010101a3, 0x010101a4, 0x01010201, 0x0101020b, 0x01010510, 0x01010511, 0x01010512, 0x01010513 };
|
||||
public static final int GradientColor_android_centerColor = 7;
|
||||
public static final int GradientColor_android_centerX = 3;
|
||||
public static final int GradientColor_android_centerY = 4;
|
||||
public static final int GradientColor_android_endColor = 1;
|
||||
public static final int GradientColor_android_endX = 10;
|
||||
public static final int GradientColor_android_endY = 11;
|
||||
public static final int GradientColor_android_gradientRadius = 5;
|
||||
public static final int GradientColor_android_startColor = 0;
|
||||
public static final int GradientColor_android_startX = 8;
|
||||
public static final int GradientColor_android_startY = 9;
|
||||
public static final int GradientColor_android_tileMode = 6;
|
||||
public static final int GradientColor_android_type = 2;
|
||||
public static final int[] GradientColorItem = new int[] { 0x010101a5, 0x01010514 };
|
||||
public static final int GradientColorItem_android_color = 0;
|
||||
public static final int GradientColorItem_android_offset = 1;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.core.ktx;
|
||||
|
||||
public final class R {
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.core.viewtree;
|
||||
|
||||
public final class R {
|
||||
public static final class id {
|
||||
public static final int view_tree_disjoint_parent = 0x7f08020b;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.cursoradapter;
|
||||
|
||||
public final class R {
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.customview;
|
||||
|
||||
public final class R {
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.customview.poolingcontainer;
|
||||
|
||||
public final class R {
|
||||
public static final class id {
|
||||
public static final int is_pooling_container_tag = 0x7f0800f4;
|
||||
public static final int pooling_container_listener_holder_tag = 0x7f08017c;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.drawerlayout;
|
||||
|
||||
public final class R {
|
||||
public static final class attr {
|
||||
public static final int drawerLayoutStyle = 0x7f0301a2;
|
||||
public static final int elevation = 0x7f0301ab;
|
||||
}
|
||||
public static final class dimen {
|
||||
public static final int def_drawer_elevation = 0x7f06005f;
|
||||
}
|
||||
public static final class styleable {
|
||||
public static final int[] DrawerLayout = new int[] { 0x7f0301ab };
|
||||
public static final int DrawerLayout_elevation = 0;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.dynamicanimation;
|
||||
|
||||
public final class R {
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.emoji2;
|
||||
|
||||
public final class R {
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.emoji2.viewsintegration;
|
||||
|
||||
public final class R {
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.exifinterface;
|
||||
|
||||
public final class R {
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.fragment;
|
||||
|
||||
public final class R {
|
||||
public static final class anim {
|
||||
public static final int fragment_fast_out_extra_slow_in = 0x7f010020;
|
||||
}
|
||||
public static final class animator {
|
||||
public static final int fragment_close_enter = 0x7f020003;
|
||||
public static final int fragment_close_exit = 0x7f020004;
|
||||
public static final int fragment_fade_enter = 0x7f020005;
|
||||
public static final int fragment_fade_exit = 0x7f020006;
|
||||
public static final int fragment_open_enter = 0x7f020007;
|
||||
public static final int fragment_open_exit = 0x7f020008;
|
||||
}
|
||||
public static final class id {
|
||||
public static final int fragment_container_view_tag = 0x7f0800d4;
|
||||
public static final int special_effects_controller_view_tag = 0x7f0801b8;
|
||||
public static final int visible_removing_fragment_view_tag = 0x7f080211;
|
||||
}
|
||||
public static final class styleable {
|
||||
public static final int[] Fragment = new int[] { 0x01010003, 0x010100d0, 0x010100d1 };
|
||||
public static final int Fragment_android_id = 1;
|
||||
public static final int Fragment_android_name = 0;
|
||||
public static final int Fragment_android_tag = 2;
|
||||
public static final int[] FragmentContainerView = new int[] { 0x01010003, 0x010100d1 };
|
||||
public static final int FragmentContainerView_android_name = 0;
|
||||
public static final int FragmentContainerView_android_tag = 1;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.fragment.ktx;
|
||||
|
||||
public final class R {
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.interpolator;
|
||||
|
||||
public final class R {
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.lifecycle.ktx;
|
||||
|
||||
public final class R {
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.lifecycle.livedata;
|
||||
|
||||
public final class R {
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.lifecycle.livedata.core;
|
||||
|
||||
public final class R {
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.lifecycle.livedata.core.ktx;
|
||||
|
||||
public final class R {
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.lifecycle.process;
|
||||
|
||||
public final class R {
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.lifecycle.runtime;
|
||||
|
||||
public final class R {
|
||||
public static final class id {
|
||||
public static final int view_tree_lifecycle_owner = 0x7f08020c;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.lifecycle.viewmodel;
|
||||
|
||||
public final class R {
|
||||
public static final class id {
|
||||
public static final int view_tree_view_model_store_owner = 0x7f08020f;
|
||||
}
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.lifecycle.viewmodel.ktx;
|
||||
|
||||
public final class R {
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.lifecycle.viewmodel.savedstate;
|
||||
|
||||
public final class R {
|
||||
}
|
||||
@@ -0,0 +1,161 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.loader;
|
||||
|
||||
public final class R {
|
||||
public static final class attr {
|
||||
public static final int alpha = 0x7f030031;
|
||||
public static final int font = 0x7f030212;
|
||||
public static final int fontProviderAuthority = 0x7f030214;
|
||||
public static final int fontProviderCerts = 0x7f030215;
|
||||
public static final int fontProviderFetchStrategy = 0x7f030217;
|
||||
public static final int fontProviderFetchTimeout = 0x7f030218;
|
||||
public static final int fontProviderPackage = 0x7f030219;
|
||||
public static final int fontProviderQuery = 0x7f03021a;
|
||||
public static final int fontStyle = 0x7f03021c;
|
||||
public static final int fontVariationSettings = 0x7f03021d;
|
||||
public static final int fontWeight = 0x7f03021e;
|
||||
public static final int ttcIndex = 0x7f030500;
|
||||
}
|
||||
public static final class color {
|
||||
public static final int notification_action_color_filter = 0x7f0502f6;
|
||||
public static final int notification_icon_bg_color = 0x7f0502f7;
|
||||
public static final int ripple_material_light = 0x7f050301;
|
||||
public static final int secondary_text_default_material_light = 0x7f050303;
|
||||
}
|
||||
public static final class dimen {
|
||||
public static final int compat_button_inset_horizontal_material = 0x7f060058;
|
||||
public static final int compat_button_inset_vertical_material = 0x7f060059;
|
||||
public static final int compat_button_padding_horizontal_material = 0x7f06005a;
|
||||
public static final int compat_button_padding_vertical_material = 0x7f06005b;
|
||||
public static final int compat_control_corner_material = 0x7f06005c;
|
||||
public static final int compat_notification_large_icon_max_height = 0x7f06005d;
|
||||
public static final int compat_notification_large_icon_max_width = 0x7f06005e;
|
||||
public static final int notification_action_icon_size = 0x7f06030e;
|
||||
public static final int notification_action_text_size = 0x7f06030f;
|
||||
public static final int notification_big_circle_margin = 0x7f060310;
|
||||
public static final int notification_content_margin_start = 0x7f060311;
|
||||
public static final int notification_large_icon_height = 0x7f060312;
|
||||
public static final int notification_large_icon_width = 0x7f060313;
|
||||
public static final int notification_main_column_padding_top = 0x7f060314;
|
||||
public static final int notification_media_narrow_margin = 0x7f060315;
|
||||
public static final int notification_right_icon_size = 0x7f060316;
|
||||
public static final int notification_right_side_padding_top = 0x7f060317;
|
||||
public static final int notification_small_icon_background_padding = 0x7f060318;
|
||||
public static final int notification_small_icon_size_as_large = 0x7f060319;
|
||||
public static final int notification_subtext_size = 0x7f06031a;
|
||||
public static final int notification_top_pad = 0x7f06031b;
|
||||
public static final int notification_top_pad_large_text = 0x7f06031c;
|
||||
}
|
||||
public static final class drawable {
|
||||
public static final int notification_action_background = 0x7f0700d7;
|
||||
public static final int notification_bg = 0x7f0700d8;
|
||||
public static final int notification_bg_low = 0x7f0700d9;
|
||||
public static final int notification_bg_low_normal = 0x7f0700da;
|
||||
public static final int notification_bg_low_pressed = 0x7f0700db;
|
||||
public static final int notification_bg_normal = 0x7f0700dc;
|
||||
public static final int notification_bg_normal_pressed = 0x7f0700dd;
|
||||
public static final int notification_icon_background = 0x7f0700de;
|
||||
public static final int notification_template_icon_bg = 0x7f0700e0;
|
||||
public static final int notification_template_icon_low_bg = 0x7f0700e1;
|
||||
public static final int notification_tile_bg = 0x7f0700e2;
|
||||
public static final int notify_panel_notification_icon_bg = 0x7f0700e3;
|
||||
}
|
||||
public static final class id {
|
||||
public static final int action_container = 0x7f08003b;
|
||||
public static final int action_divider = 0x7f08003d;
|
||||
public static final int action_image = 0x7f08003e;
|
||||
public static final int action_text = 0x7f080044;
|
||||
public static final int actions = 0x7f080045;
|
||||
public static final int async = 0x7f080057;
|
||||
public static final int blocking = 0x7f080063;
|
||||
public static final int chronometer = 0x7f08007e;
|
||||
public static final int forever = 0x7f0800d3;
|
||||
public static final int icon = 0x7f0800e8;
|
||||
public static final int icon_group = 0x7f0800e9;
|
||||
public static final int info = 0x7f0800f1;
|
||||
public static final int italic = 0x7f0800f5;
|
||||
public static final int line1 = 0x7f0800fe;
|
||||
public static final int line3 = 0x7f0800ff;
|
||||
public static final int normal = 0x7f080157;
|
||||
public static final int notification_background = 0x7f080159;
|
||||
public static final int notification_main_column = 0x7f08015a;
|
||||
public static final int notification_main_column_container = 0x7f08015b;
|
||||
public static final int right_icon = 0x7f080189;
|
||||
public static final int right_side = 0x7f08018a;
|
||||
public static final int tag_transition_group = 0x7f0801da;
|
||||
public static final int tag_unhandled_key_event_manager = 0x7f0801db;
|
||||
public static final int tag_unhandled_key_listeners = 0x7f0801dc;
|
||||
public static final int text = 0x7f0801de;
|
||||
public static final int text2 = 0x7f0801df;
|
||||
public static final int time = 0x7f0801ee;
|
||||
public static final int title = 0x7f0801ef;
|
||||
}
|
||||
public static final class integer {
|
||||
public static final int status_bar_notification_info_maxnum = 0x7f090044;
|
||||
}
|
||||
public static final class layout {
|
||||
public static final int notification_action = 0x7f0b0067;
|
||||
public static final int notification_action_tombstone = 0x7f0b0068;
|
||||
public static final int notification_template_custom_big = 0x7f0b0069;
|
||||
public static final int notification_template_icon_group = 0x7f0b006a;
|
||||
public static final int notification_template_part_chronometer = 0x7f0b006b;
|
||||
public static final int notification_template_part_time = 0x7f0b006c;
|
||||
}
|
||||
public static final class string {
|
||||
public static final int status_bar_notification_info_overflow = 0x7f0f00ae;
|
||||
}
|
||||
public static final class style {
|
||||
public static final int TextAppearance_Compat_Notification = 0x7f1001d1;
|
||||
public static final int TextAppearance_Compat_Notification_Info = 0x7f1001d2;
|
||||
public static final int TextAppearance_Compat_Notification_Line2 = 0x7f1001d3;
|
||||
public static final int TextAppearance_Compat_Notification_Time = 0x7f1001d4;
|
||||
public static final int TextAppearance_Compat_Notification_Title = 0x7f1001d5;
|
||||
public static final int Widget_Compat_NotificationActionContainer = 0x7f10033d;
|
||||
public static final int Widget_Compat_NotificationActionText = 0x7f10033e;
|
||||
}
|
||||
public static final class styleable {
|
||||
public static final int[] ColorStateListItem = new int[] { 0x010101a5, 0x0101031f, 0x01010647, 0x7f030031, 0x7f030288 };
|
||||
public static final int ColorStateListItem_alpha = 3;
|
||||
public static final int ColorStateListItem_android_alpha = 1;
|
||||
public static final int ColorStateListItem_android_color = 0;
|
||||
public static final int[] FontFamily = new int[] { 0x7f030214, 0x7f030215, 0x7f030216, 0x7f030217, 0x7f030218, 0x7f030219, 0x7f03021a, 0x7f03021b };
|
||||
public static final int FontFamily_fontProviderAuthority = 0;
|
||||
public static final int FontFamily_fontProviderCerts = 1;
|
||||
public static final int FontFamily_fontProviderFetchStrategy = 3;
|
||||
public static final int FontFamily_fontProviderFetchTimeout = 4;
|
||||
public static final int FontFamily_fontProviderPackage = 5;
|
||||
public static final int FontFamily_fontProviderQuery = 6;
|
||||
public static final int[] FontFamilyFont = new int[] { 0x01010532, 0x01010533, 0x0101053f, 0x0101056f, 0x01010570, 0x7f030212, 0x7f03021c, 0x7f03021d, 0x7f03021e, 0x7f030500 };
|
||||
public static final int FontFamilyFont_android_font = 0;
|
||||
public static final int FontFamilyFont_android_fontStyle = 2;
|
||||
public static final int FontFamilyFont_android_fontVariationSettings = 4;
|
||||
public static final int FontFamilyFont_android_fontWeight = 1;
|
||||
public static final int FontFamilyFont_android_ttcIndex = 3;
|
||||
public static final int FontFamilyFont_font = 5;
|
||||
public static final int FontFamilyFont_fontStyle = 6;
|
||||
public static final int FontFamilyFont_fontVariationSettings = 7;
|
||||
public static final int FontFamilyFont_fontWeight = 8;
|
||||
public static final int FontFamilyFont_ttcIndex = 9;
|
||||
public static final int[] GradientColor = new int[] { 0x0101019d, 0x0101019e, 0x010101a1, 0x010101a2, 0x010101a3, 0x010101a4, 0x01010201, 0x0101020b, 0x01010510, 0x01010511, 0x01010512, 0x01010513 };
|
||||
public static final int GradientColor_android_centerColor = 7;
|
||||
public static final int GradientColor_android_centerX = 3;
|
||||
public static final int GradientColor_android_centerY = 4;
|
||||
public static final int GradientColor_android_endColor = 1;
|
||||
public static final int GradientColor_android_endX = 10;
|
||||
public static final int GradientColor_android_endY = 11;
|
||||
public static final int GradientColor_android_gradientRadius = 5;
|
||||
public static final int GradientColor_android_startColor = 0;
|
||||
public static final int GradientColor_android_startX = 8;
|
||||
public static final int GradientColor_android_startY = 9;
|
||||
public static final int GradientColor_android_tileMode = 6;
|
||||
public static final int GradientColor_android_type = 2;
|
||||
public static final int[] GradientColorItem = new int[] { 0x010101a5, 0x01010514 };
|
||||
public static final int GradientColorItem_android_color = 0;
|
||||
public static final int GradientColorItem_android_offset = 1;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.navigation;
|
||||
|
||||
public final class R {
|
||||
public static final class attr {
|
||||
public static final int action = 0x7f030002;
|
||||
public static final int data = 0x7f030175;
|
||||
public static final int dataPattern = 0x7f030176;
|
||||
public static final int graph = 0x7f030226;
|
||||
public static final int navGraph = 0x7f030372;
|
||||
public static final int targetPackage = 0x7f03046b;
|
||||
}
|
||||
public static final class id {
|
||||
public static final int nav_controller_view_tag = 0x7f080142;
|
||||
}
|
||||
public static final class styleable {
|
||||
public static final int[] ActivityNavigator = new int[] { 0x01010003, 0x7f030002, 0x7f030175, 0x7f030176, 0x7f03046b };
|
||||
public static final int ActivityNavigator_action = 1;
|
||||
public static final int ActivityNavigator_android_name = 0;
|
||||
public static final int ActivityNavigator_data = 2;
|
||||
public static final int ActivityNavigator_dataPattern = 3;
|
||||
public static final int ActivityNavigator_targetPackage = 4;
|
||||
public static final int[] NavHost = new int[] { 0x7f030372 };
|
||||
public static final int NavHost_navGraph = 0;
|
||||
public static final int[] NavInclude = new int[] { 0x7f030226 };
|
||||
public static final int NavInclude_graph = 0;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,59 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.navigation.common;
|
||||
|
||||
public final class R {
|
||||
public static final class attr {
|
||||
public static final int action = 0x7f030002;
|
||||
public static final int argType = 0x7f03003e;
|
||||
public static final int destination = 0x7f030184;
|
||||
public static final int enterAnim = 0x7f0301bf;
|
||||
public static final int exitAnim = 0x7f0301ca;
|
||||
public static final int launchSingleTop = 0x7f03028f;
|
||||
public static final int mimeType = 0x7f030337;
|
||||
public static final int nullable = 0x7f03037c;
|
||||
public static final int popEnterAnim = 0x7f0303a8;
|
||||
public static final int popExitAnim = 0x7f0303a9;
|
||||
public static final int popUpTo = 0x7f0303aa;
|
||||
public static final int popUpToInclusive = 0x7f0303ab;
|
||||
public static final int popUpToSaveState = 0x7f0303ac;
|
||||
public static final int restoreState = 0x7f0303ce;
|
||||
public static final int route = 0x7f0303d4;
|
||||
public static final int startDestination = 0x7f030420;
|
||||
public static final int uri = 0x7f030502;
|
||||
}
|
||||
public static final class styleable {
|
||||
public static final int[] NavAction = new int[] { 0x010100d0, 0x7f030184, 0x7f0301bf, 0x7f0301ca, 0x7f03028f, 0x7f0303a8, 0x7f0303a9, 0x7f0303aa, 0x7f0303ab, 0x7f0303ac, 0x7f0303ce };
|
||||
public static final int NavAction_android_id = 0;
|
||||
public static final int NavAction_destination = 1;
|
||||
public static final int NavAction_enterAnim = 2;
|
||||
public static final int NavAction_exitAnim = 3;
|
||||
public static final int NavAction_launchSingleTop = 4;
|
||||
public static final int NavAction_popEnterAnim = 5;
|
||||
public static final int NavAction_popExitAnim = 6;
|
||||
public static final int NavAction_popUpTo = 7;
|
||||
public static final int NavAction_popUpToInclusive = 8;
|
||||
public static final int NavAction_popUpToSaveState = 9;
|
||||
public static final int NavAction_restoreState = 10;
|
||||
public static final int[] NavArgument = new int[] { 0x01010003, 0x010101ed, 0x7f03003e, 0x7f03037c };
|
||||
public static final int NavArgument_android_defaultValue = 1;
|
||||
public static final int NavArgument_android_name = 0;
|
||||
public static final int NavArgument_argType = 2;
|
||||
public static final int NavArgument_nullable = 3;
|
||||
public static final int[] NavDeepLink = new int[] { 0x010104ee, 0x7f030002, 0x7f030337, 0x7f030502 };
|
||||
public static final int NavDeepLink_action = 1;
|
||||
public static final int NavDeepLink_android_autoVerify = 0;
|
||||
public static final int NavDeepLink_mimeType = 2;
|
||||
public static final int NavDeepLink_uri = 3;
|
||||
public static final int[] NavGraphNavigator = new int[] { 0x7f030420 };
|
||||
public static final int NavGraphNavigator_startDestination = 0;
|
||||
public static final int[] Navigator = new int[] { 0x01010001, 0x010100d0, 0x7f0303d4 };
|
||||
public static final int Navigator_android_id = 1;
|
||||
public static final int Navigator_android_label = 0;
|
||||
public static final int Navigator_route = 2;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.navigation.fragment;
|
||||
|
||||
public final class R {
|
||||
public static final class attr {
|
||||
public static final int defaultNavHost = 0x7f03017d;
|
||||
}
|
||||
public static final class dimen {
|
||||
public static final int sliding_pane_detail_pane_width = 0x7f06031d;
|
||||
}
|
||||
public static final class id {
|
||||
public static final int nav_host_fragment_container = 0x7f080144;
|
||||
public static final int sliding_pane_detail_container = 0x7f0801b0;
|
||||
public static final int sliding_pane_layout = 0x7f0801b1;
|
||||
}
|
||||
public static final class styleable {
|
||||
public static final int[] DialogFragmentNavigator = new int[] { 0x01010003 };
|
||||
public static final int DialogFragmentNavigator_android_name = 0;
|
||||
public static final int[] FragmentNavigator = new int[] { 0x01010003 };
|
||||
public static final int FragmentNavigator_android_name = 0;
|
||||
public static final int[] NavHostFragment = new int[] { 0x7f03017d };
|
||||
public static final int NavHostFragment_defaultNavHost = 0;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.navigation.ui;
|
||||
|
||||
public final class R {
|
||||
public static final class anim {
|
||||
public static final int nav_default_enter_anim = 0x7f010030;
|
||||
public static final int nav_default_exit_anim = 0x7f010031;
|
||||
public static final int nav_default_pop_enter_anim = 0x7f010032;
|
||||
public static final int nav_default_pop_exit_anim = 0x7f010033;
|
||||
}
|
||||
public static final class animator {
|
||||
public static final int nav_default_enter_anim = 0x7f020022;
|
||||
public static final int nav_default_exit_anim = 0x7f020023;
|
||||
public static final int nav_default_pop_enter_anim = 0x7f020024;
|
||||
public static final int nav_default_pop_exit_anim = 0x7f020025;
|
||||
}
|
||||
public static final class integer {
|
||||
public static final int config_navAnimTime = 0x7f090005;
|
||||
}
|
||||
public static final class string {
|
||||
public static final int dest_title = 0x7f0f002f;
|
||||
public static final int nav_app_bar_navigate_up_description = 0x7f0f00a0;
|
||||
public static final int nav_app_bar_open_drawer_description = 0x7f0f00a1;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.profileinstaller;
|
||||
|
||||
public final class R {
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.recyclerview;
|
||||
|
||||
public final class R {
|
||||
public static final class attr {
|
||||
public static final int fastScrollEnabled = 0x7f0301e7;
|
||||
public static final int fastScrollHorizontalThumbDrawable = 0x7f0301e8;
|
||||
public static final int fastScrollHorizontalTrackDrawable = 0x7f0301e9;
|
||||
public static final int fastScrollVerticalThumbDrawable = 0x7f0301ea;
|
||||
public static final int fastScrollVerticalTrackDrawable = 0x7f0301eb;
|
||||
public static final int layoutManager = 0x7f030293;
|
||||
public static final int recyclerViewStyle = 0x7f0303c8;
|
||||
public static final int reverseLayout = 0x7f0303cf;
|
||||
public static final int spanCount = 0x7f03040c;
|
||||
public static final int stackFromEnd = 0x7f03041e;
|
||||
}
|
||||
public static final class dimen {
|
||||
public static final int fastscroll_default_thickness = 0x7f060092;
|
||||
public static final int fastscroll_margin = 0x7f060093;
|
||||
public static final int fastscroll_minimum_range = 0x7f060094;
|
||||
public static final int item_touch_helper_max_drag_scroll_per_frame = 0x7f06009c;
|
||||
public static final int item_touch_helper_swipe_escape_max_velocity = 0x7f06009d;
|
||||
public static final int item_touch_helper_swipe_escape_velocity = 0x7f06009e;
|
||||
}
|
||||
public static final class id {
|
||||
public static final int item_touch_helper_previous_elevation = 0x7f0800f6;
|
||||
}
|
||||
public static final class styleable {
|
||||
public static final int[] RecyclerView = new int[] { 0x010100c4, 0x010100eb, 0x010100f1, 0x7f0301e7, 0x7f0301e8, 0x7f0301e9, 0x7f0301ea, 0x7f0301eb, 0x7f030293, 0x7f0303cf, 0x7f03040c, 0x7f03041e };
|
||||
public static final int RecyclerView_android_clipToPadding = 1;
|
||||
public static final int RecyclerView_android_descendantFocusability = 2;
|
||||
public static final int RecyclerView_android_orientation = 0;
|
||||
public static final int RecyclerView_fastScrollEnabled = 3;
|
||||
public static final int RecyclerView_fastScrollHorizontalThumbDrawable = 4;
|
||||
public static final int RecyclerView_fastScrollHorizontalTrackDrawable = 5;
|
||||
public static final int RecyclerView_fastScrollVerticalThumbDrawable = 6;
|
||||
public static final int RecyclerView_fastScrollVerticalTrackDrawable = 7;
|
||||
public static final int RecyclerView_layoutManager = 8;
|
||||
public static final int RecyclerView_reverseLayout = 9;
|
||||
public static final int RecyclerView_spanCount = 10;
|
||||
public static final int RecyclerView_stackFromEnd = 11;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.savedstate;
|
||||
|
||||
public final class R {
|
||||
public static final class id {
|
||||
public static final int view_tree_saved_state_registry_owner = 0x7f08020e;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.savedstate.ktx;
|
||||
|
||||
public final class R {
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.security;
|
||||
|
||||
public final class R {
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.slidingpanelayout;
|
||||
|
||||
public final class R {
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.startup;
|
||||
|
||||
public final class R {
|
||||
public static final class string {
|
||||
public static final int androidx_startup = 0x7f0f001b;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,204 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.swiperefreshlayout;
|
||||
|
||||
public final class R {
|
||||
public static final class attr {
|
||||
public static final int alpha = 0x7f030031;
|
||||
public static final int font = 0x7f030212;
|
||||
public static final int fontProviderAuthority = 0x7f030214;
|
||||
public static final int fontProviderCerts = 0x7f030215;
|
||||
public static final int fontProviderFetchStrategy = 0x7f030217;
|
||||
public static final int fontProviderFetchTimeout = 0x7f030218;
|
||||
public static final int fontProviderPackage = 0x7f030219;
|
||||
public static final int fontProviderQuery = 0x7f03021a;
|
||||
public static final int fontStyle = 0x7f03021c;
|
||||
public static final int fontVariationSettings = 0x7f03021d;
|
||||
public static final int fontWeight = 0x7f03021e;
|
||||
public static final int swipeRefreshLayoutProgressSpinnerBackgroundColor = 0x7f030447;
|
||||
public static final int ttcIndex = 0x7f030500;
|
||||
}
|
||||
public static final class color {
|
||||
public static final int notification_action_color_filter = 0x7f0502f6;
|
||||
public static final int notification_icon_bg_color = 0x7f0502f7;
|
||||
public static final int ripple_material_light = 0x7f050301;
|
||||
public static final int secondary_text_default_material_light = 0x7f050303;
|
||||
}
|
||||
public static final class dimen {
|
||||
public static final int compat_button_inset_horizontal_material = 0x7f060058;
|
||||
public static final int compat_button_inset_vertical_material = 0x7f060059;
|
||||
public static final int compat_button_padding_horizontal_material = 0x7f06005a;
|
||||
public static final int compat_button_padding_vertical_material = 0x7f06005b;
|
||||
public static final int compat_control_corner_material = 0x7f06005c;
|
||||
public static final int compat_notification_large_icon_max_height = 0x7f06005d;
|
||||
public static final int compat_notification_large_icon_max_width = 0x7f06005e;
|
||||
public static final int notification_action_icon_size = 0x7f06030e;
|
||||
public static final int notification_action_text_size = 0x7f06030f;
|
||||
public static final int notification_big_circle_margin = 0x7f060310;
|
||||
public static final int notification_content_margin_start = 0x7f060311;
|
||||
public static final int notification_large_icon_height = 0x7f060312;
|
||||
public static final int notification_large_icon_width = 0x7f060313;
|
||||
public static final int notification_main_column_padding_top = 0x7f060314;
|
||||
public static final int notification_media_narrow_margin = 0x7f060315;
|
||||
public static final int notification_right_icon_size = 0x7f060316;
|
||||
public static final int notification_right_side_padding_top = 0x7f060317;
|
||||
public static final int notification_small_icon_background_padding = 0x7f060318;
|
||||
public static final int notification_small_icon_size_as_large = 0x7f060319;
|
||||
public static final int notification_subtext_size = 0x7f06031a;
|
||||
public static final int notification_top_pad = 0x7f06031b;
|
||||
public static final int notification_top_pad_large_text = 0x7f06031c;
|
||||
}
|
||||
public static final class drawable {
|
||||
public static final int notification_action_background = 0x7f0700d7;
|
||||
public static final int notification_bg = 0x7f0700d8;
|
||||
public static final int notification_bg_low = 0x7f0700d9;
|
||||
public static final int notification_bg_low_normal = 0x7f0700da;
|
||||
public static final int notification_bg_low_pressed = 0x7f0700db;
|
||||
public static final int notification_bg_normal = 0x7f0700dc;
|
||||
public static final int notification_bg_normal_pressed = 0x7f0700dd;
|
||||
public static final int notification_icon_background = 0x7f0700de;
|
||||
public static final int notification_template_icon_bg = 0x7f0700e0;
|
||||
public static final int notification_template_icon_low_bg = 0x7f0700e1;
|
||||
public static final int notification_tile_bg = 0x7f0700e2;
|
||||
public static final int notify_panel_notification_icon_bg = 0x7f0700e3;
|
||||
}
|
||||
public static final class id {
|
||||
public static final int accessibility_action_clickable_span = 0x7f080010;
|
||||
public static final int accessibility_custom_action_0 = 0x7f080011;
|
||||
public static final int accessibility_custom_action_1 = 0x7f080012;
|
||||
public static final int accessibility_custom_action_10 = 0x7f080013;
|
||||
public static final int accessibility_custom_action_11 = 0x7f080014;
|
||||
public static final int accessibility_custom_action_12 = 0x7f080015;
|
||||
public static final int accessibility_custom_action_13 = 0x7f080016;
|
||||
public static final int accessibility_custom_action_14 = 0x7f080017;
|
||||
public static final int accessibility_custom_action_15 = 0x7f080018;
|
||||
public static final int accessibility_custom_action_16 = 0x7f080019;
|
||||
public static final int accessibility_custom_action_17 = 0x7f08001a;
|
||||
public static final int accessibility_custom_action_18 = 0x7f08001b;
|
||||
public static final int accessibility_custom_action_19 = 0x7f08001c;
|
||||
public static final int accessibility_custom_action_2 = 0x7f08001d;
|
||||
public static final int accessibility_custom_action_20 = 0x7f08001e;
|
||||
public static final int accessibility_custom_action_21 = 0x7f08001f;
|
||||
public static final int accessibility_custom_action_22 = 0x7f080020;
|
||||
public static final int accessibility_custom_action_23 = 0x7f080021;
|
||||
public static final int accessibility_custom_action_24 = 0x7f080022;
|
||||
public static final int accessibility_custom_action_25 = 0x7f080023;
|
||||
public static final int accessibility_custom_action_26 = 0x7f080024;
|
||||
public static final int accessibility_custom_action_27 = 0x7f080025;
|
||||
public static final int accessibility_custom_action_28 = 0x7f080026;
|
||||
public static final int accessibility_custom_action_29 = 0x7f080027;
|
||||
public static final int accessibility_custom_action_3 = 0x7f080028;
|
||||
public static final int accessibility_custom_action_30 = 0x7f080029;
|
||||
public static final int accessibility_custom_action_31 = 0x7f08002a;
|
||||
public static final int accessibility_custom_action_4 = 0x7f08002b;
|
||||
public static final int accessibility_custom_action_5 = 0x7f08002c;
|
||||
public static final int accessibility_custom_action_6 = 0x7f08002d;
|
||||
public static final int accessibility_custom_action_7 = 0x7f08002e;
|
||||
public static final int accessibility_custom_action_8 = 0x7f08002f;
|
||||
public static final int accessibility_custom_action_9 = 0x7f080030;
|
||||
public static final int action_container = 0x7f08003b;
|
||||
public static final int action_divider = 0x7f08003d;
|
||||
public static final int action_image = 0x7f08003e;
|
||||
public static final int action_text = 0x7f080044;
|
||||
public static final int actions = 0x7f080045;
|
||||
public static final int async = 0x7f080057;
|
||||
public static final int blocking = 0x7f080063;
|
||||
public static final int chronometer = 0x7f08007e;
|
||||
public static final int dialog_button = 0x7f0800a2;
|
||||
public static final int forever = 0x7f0800d3;
|
||||
public static final int icon = 0x7f0800e8;
|
||||
public static final int icon_group = 0x7f0800e9;
|
||||
public static final int info = 0x7f0800f1;
|
||||
public static final int italic = 0x7f0800f5;
|
||||
public static final int line1 = 0x7f0800fe;
|
||||
public static final int line3 = 0x7f0800ff;
|
||||
public static final int normal = 0x7f080157;
|
||||
public static final int notification_background = 0x7f080159;
|
||||
public static final int notification_main_column = 0x7f08015a;
|
||||
public static final int notification_main_column_container = 0x7f08015b;
|
||||
public static final int right_icon = 0x7f080189;
|
||||
public static final int right_side = 0x7f08018a;
|
||||
public static final int tag_accessibility_actions = 0x7f0801cf;
|
||||
public static final int tag_accessibility_clickable_spans = 0x7f0801d0;
|
||||
public static final int tag_accessibility_heading = 0x7f0801d1;
|
||||
public static final int tag_accessibility_pane_title = 0x7f0801d2;
|
||||
public static final int tag_screen_reader_focusable = 0x7f0801d7;
|
||||
public static final int tag_transition_group = 0x7f0801da;
|
||||
public static final int tag_unhandled_key_event_manager = 0x7f0801db;
|
||||
public static final int tag_unhandled_key_listeners = 0x7f0801dc;
|
||||
public static final int text = 0x7f0801de;
|
||||
public static final int text2 = 0x7f0801df;
|
||||
public static final int time = 0x7f0801ee;
|
||||
public static final int title = 0x7f0801ef;
|
||||
}
|
||||
public static final class integer {
|
||||
public static final int status_bar_notification_info_maxnum = 0x7f090044;
|
||||
}
|
||||
public static final class layout {
|
||||
public static final int custom_dialog = 0x7f0b001e;
|
||||
public static final int notification_action = 0x7f0b0067;
|
||||
public static final int notification_action_tombstone = 0x7f0b0068;
|
||||
public static final int notification_template_custom_big = 0x7f0b0069;
|
||||
public static final int notification_template_icon_group = 0x7f0b006a;
|
||||
public static final int notification_template_part_chronometer = 0x7f0b006b;
|
||||
public static final int notification_template_part_time = 0x7f0b006c;
|
||||
}
|
||||
public static final class string {
|
||||
public static final int status_bar_notification_info_overflow = 0x7f0f00ae;
|
||||
}
|
||||
public static final class style {
|
||||
public static final int TextAppearance_Compat_Notification = 0x7f1001d1;
|
||||
public static final int TextAppearance_Compat_Notification_Info = 0x7f1001d2;
|
||||
public static final int TextAppearance_Compat_Notification_Line2 = 0x7f1001d3;
|
||||
public static final int TextAppearance_Compat_Notification_Time = 0x7f1001d4;
|
||||
public static final int TextAppearance_Compat_Notification_Title = 0x7f1001d5;
|
||||
public static final int Widget_Compat_NotificationActionContainer = 0x7f10033d;
|
||||
public static final int Widget_Compat_NotificationActionText = 0x7f10033e;
|
||||
}
|
||||
public static final class styleable {
|
||||
public static final int[] ColorStateListItem = new int[] { 0x010101a5, 0x0101031f, 0x01010647, 0x7f030031, 0x7f030288 };
|
||||
public static final int ColorStateListItem_alpha = 3;
|
||||
public static final int ColorStateListItem_android_alpha = 1;
|
||||
public static final int ColorStateListItem_android_color = 0;
|
||||
public static final int[] FontFamily = new int[] { 0x7f030214, 0x7f030215, 0x7f030216, 0x7f030217, 0x7f030218, 0x7f030219, 0x7f03021a, 0x7f03021b };
|
||||
public static final int FontFamily_fontProviderAuthority = 0;
|
||||
public static final int FontFamily_fontProviderCerts = 1;
|
||||
public static final int FontFamily_fontProviderFetchStrategy = 3;
|
||||
public static final int FontFamily_fontProviderFetchTimeout = 4;
|
||||
public static final int FontFamily_fontProviderPackage = 5;
|
||||
public static final int FontFamily_fontProviderQuery = 6;
|
||||
public static final int[] FontFamilyFont = new int[] { 0x01010532, 0x01010533, 0x0101053f, 0x0101056f, 0x01010570, 0x7f030212, 0x7f03021c, 0x7f03021d, 0x7f03021e, 0x7f030500 };
|
||||
public static final int FontFamilyFont_android_font = 0;
|
||||
public static final int FontFamilyFont_android_fontStyle = 2;
|
||||
public static final int FontFamilyFont_android_fontVariationSettings = 4;
|
||||
public static final int FontFamilyFont_android_fontWeight = 1;
|
||||
public static final int FontFamilyFont_android_ttcIndex = 3;
|
||||
public static final int FontFamilyFont_font = 5;
|
||||
public static final int FontFamilyFont_fontStyle = 6;
|
||||
public static final int FontFamilyFont_fontVariationSettings = 7;
|
||||
public static final int FontFamilyFont_fontWeight = 8;
|
||||
public static final int FontFamilyFont_ttcIndex = 9;
|
||||
public static final int[] GradientColor = new int[] { 0x0101019d, 0x0101019e, 0x010101a1, 0x010101a2, 0x010101a3, 0x010101a4, 0x01010201, 0x0101020b, 0x01010510, 0x01010511, 0x01010512, 0x01010513 };
|
||||
public static final int GradientColor_android_centerColor = 7;
|
||||
public static final int GradientColor_android_centerX = 3;
|
||||
public static final int GradientColor_android_centerY = 4;
|
||||
public static final int GradientColor_android_endColor = 1;
|
||||
public static final int GradientColor_android_endX = 10;
|
||||
public static final int GradientColor_android_endY = 11;
|
||||
public static final int GradientColor_android_gradientRadius = 5;
|
||||
public static final int GradientColor_android_startColor = 0;
|
||||
public static final int GradientColor_android_startX = 8;
|
||||
public static final int GradientColor_android_startY = 9;
|
||||
public static final int GradientColor_android_tileMode = 6;
|
||||
public static final int GradientColor_android_type = 2;
|
||||
public static final int[] GradientColorItem = new int[] { 0x010101a5, 0x01010514 };
|
||||
public static final int GradientColorItem_android_color = 0;
|
||||
public static final int GradientColorItem_android_offset = 1;
|
||||
public static final int[] SwipeRefreshLayout = new int[] { 0x7f030447 };
|
||||
public static final int SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor = 0;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.tracing;
|
||||
|
||||
public final class R {
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.transition;
|
||||
|
||||
public final class R {
|
||||
public static final class id {
|
||||
public static final int ghost_view = 0x7f0800d7;
|
||||
public static final int ghost_view_holder = 0x7f0800d8;
|
||||
public static final int parent_matrix = 0x7f080175;
|
||||
public static final int save_non_transition_alpha = 0x7f08018e;
|
||||
public static final int save_overlay_view = 0x7f08018f;
|
||||
public static final int transition_clip = 0x7f0801f9;
|
||||
public static final int transition_current_scene = 0x7f0801fa;
|
||||
public static final int transition_image_transform = 0x7f0801fb;
|
||||
public static final int transition_layout_save = 0x7f0801fc;
|
||||
public static final int transition_pause_alpha = 0x7f0801fd;
|
||||
public static final int transition_position = 0x7f0801fe;
|
||||
public static final int transition_scene_layoutid_cache = 0x7f0801ff;
|
||||
public static final int transition_transform = 0x7f080200;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.vectordrawable;
|
||||
|
||||
public final class R {
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.vectordrawable.animated;
|
||||
|
||||
public final class R {
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.versionedparcelable;
|
||||
|
||||
public final class R {
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.viewpager;
|
||||
|
||||
public final class R {
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.viewpager2;
|
||||
|
||||
public final class R {
|
||||
public static final class styleable {
|
||||
public static final int[] ViewPager2 = new int[] { 0x010100c4 };
|
||||
public static final int ViewPager2_android_orientation = 0;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,97 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package androidx.window;
|
||||
|
||||
public final class R {
|
||||
public static final class attr {
|
||||
public static final int activityAction = 0x7f030028;
|
||||
public static final int activityName = 0x7f03002a;
|
||||
public static final int alwaysExpand = 0x7f030034;
|
||||
public static final int animationBackgroundColor = 0x7f030039;
|
||||
public static final int clearTop = 0x7f0300e0;
|
||||
public static final int dragRangeMaxRatio = 0x7f030192;
|
||||
public static final int dragRangeMinRatio = 0x7f030193;
|
||||
public static final int embeddingDividerColor = 0x7f0301af;
|
||||
public static final int embeddingDividerType = 0x7f0301b0;
|
||||
public static final int embeddingDividerWidthDp = 0x7f0301b1;
|
||||
public static final int finishPrimaryWithPlaceholder = 0x7f0301ec;
|
||||
public static final int finishPrimaryWithSecondary = 0x7f0301ed;
|
||||
public static final int finishSecondaryWithPrimary = 0x7f0301ee;
|
||||
public static final int placeholderActivityName = 0x7f0303a2;
|
||||
public static final int primaryActivityName = 0x7f0303b6;
|
||||
public static final int secondaryActivityAction = 0x7f0303df;
|
||||
public static final int secondaryActivityName = 0x7f0303e0;
|
||||
public static final int splitLayoutDirection = 0x7f030410;
|
||||
public static final int splitMaxAspectRatioInLandscape = 0x7f030411;
|
||||
public static final int splitMaxAspectRatioInPortrait = 0x7f030412;
|
||||
public static final int splitMinHeightDp = 0x7f030413;
|
||||
public static final int splitMinSmallestWidthDp = 0x7f030414;
|
||||
public static final int splitMinWidthDp = 0x7f030415;
|
||||
public static final int splitRatio = 0x7f030416;
|
||||
public static final int stickyPlaceholder = 0x7f030435;
|
||||
public static final int tag = 0x7f030469;
|
||||
}
|
||||
public static final class id {
|
||||
public static final int adjacent = 0x7f080048;
|
||||
public static final int always = 0x7f08004d;
|
||||
public static final int alwaysAllow = 0x7f08004e;
|
||||
public static final int alwaysDisallow = 0x7f08004f;
|
||||
public static final int androidx_window_activity_scope = 0x7f080050;
|
||||
public static final int bottomToTop = 0x7f080065;
|
||||
public static final int draggable = 0x7f0800b2;
|
||||
public static final int fixed = 0x7f0800cf;
|
||||
public static final int locale = 0x7f080103;
|
||||
public static final int ltr = 0x7f080104;
|
||||
public static final int never = 0x7f080151;
|
||||
public static final int rtl = 0x7f08018d;
|
||||
public static final int topToBottom = 0x7f0801f5;
|
||||
}
|
||||
public static final class styleable {
|
||||
public static final int[] ActivityFilter = new int[] { 0x7f030028, 0x7f03002a };
|
||||
public static final int ActivityFilter_activityAction = 0;
|
||||
public static final int ActivityFilter_activityName = 1;
|
||||
public static final int[] ActivityRule = new int[] { 0x7f030034, 0x7f030469 };
|
||||
public static final int ActivityRule_alwaysExpand = 0;
|
||||
public static final int ActivityRule_tag = 1;
|
||||
public static final int[] DividerAttributes = new int[] { 0x7f030192, 0x7f030193, 0x7f0301af, 0x7f0301b0, 0x7f0301b1 };
|
||||
public static final int DividerAttributes_dragRangeMaxRatio = 0;
|
||||
public static final int DividerAttributes_dragRangeMinRatio = 1;
|
||||
public static final int DividerAttributes_embeddingDividerColor = 2;
|
||||
public static final int DividerAttributes_embeddingDividerType = 3;
|
||||
public static final int DividerAttributes_embeddingDividerWidthDp = 4;
|
||||
public static final int[] SplitPairFilter = new int[] { 0x7f0303b6, 0x7f0303df, 0x7f0303e0 };
|
||||
public static final int SplitPairFilter_primaryActivityName = 0;
|
||||
public static final int SplitPairFilter_secondaryActivityAction = 1;
|
||||
public static final int SplitPairFilter_secondaryActivityName = 2;
|
||||
public static final int[] SplitPairRule = new int[] { 0x7f030039, 0x7f0300e0, 0x7f0301ed, 0x7f0301ee, 0x7f030410, 0x7f030411, 0x7f030412, 0x7f030413, 0x7f030414, 0x7f030415, 0x7f030416, 0x7f030469 };
|
||||
public static final int SplitPairRule_animationBackgroundColor = 0;
|
||||
public static final int SplitPairRule_clearTop = 1;
|
||||
public static final int SplitPairRule_finishPrimaryWithSecondary = 2;
|
||||
public static final int SplitPairRule_finishSecondaryWithPrimary = 3;
|
||||
public static final int SplitPairRule_splitLayoutDirection = 4;
|
||||
public static final int SplitPairRule_splitMaxAspectRatioInLandscape = 5;
|
||||
public static final int SplitPairRule_splitMaxAspectRatioInPortrait = 6;
|
||||
public static final int SplitPairRule_splitMinHeightDp = 7;
|
||||
public static final int SplitPairRule_splitMinSmallestWidthDp = 8;
|
||||
public static final int SplitPairRule_splitMinWidthDp = 9;
|
||||
public static final int SplitPairRule_splitRatio = 10;
|
||||
public static final int SplitPairRule_tag = 11;
|
||||
public static final int[] SplitPlaceholderRule = new int[] { 0x7f030039, 0x7f0301ec, 0x7f0303a2, 0x7f030410, 0x7f030411, 0x7f030412, 0x7f030413, 0x7f030414, 0x7f030415, 0x7f030416, 0x7f030435, 0x7f030469 };
|
||||
public static final int SplitPlaceholderRule_animationBackgroundColor = 0;
|
||||
public static final int SplitPlaceholderRule_finishPrimaryWithPlaceholder = 1;
|
||||
public static final int SplitPlaceholderRule_placeholderActivityName = 2;
|
||||
public static final int SplitPlaceholderRule_splitLayoutDirection = 3;
|
||||
public static final int SplitPlaceholderRule_splitMaxAspectRatioInLandscape = 4;
|
||||
public static final int SplitPlaceholderRule_splitMaxAspectRatioInPortrait = 5;
|
||||
public static final int SplitPlaceholderRule_splitMinHeightDp = 6;
|
||||
public static final int SplitPlaceholderRule_splitMinSmallestWidthDp = 7;
|
||||
public static final int SplitPlaceholderRule_splitMinWidthDp = 8;
|
||||
public static final int SplitPlaceholderRule_splitRatio = 9;
|
||||
public static final int SplitPlaceholderRule_stickyPlaceholder = 10;
|
||||
public static final int SplitPlaceholderRule_tag = 11;
|
||||
}
|
||||
}
|
||||
+1721
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,10 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by
|
||||
* .NET for Android from the resource data it found.
|
||||
* It should not be modified by hand.
|
||||
*/
|
||||
package com.bumptech.glide.gifdecoder;
|
||||
|
||||
public final class R {
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+47
@@ -0,0 +1,47 @@
|
||||
package com.google.android.material.snackbar;
|
||||
|
||||
|
||||
public class Snackbar_SnackbarActionClickImplementor
|
||||
extends java.lang.Object
|
||||
implements
|
||||
mono.android.IGCUserPeer,
|
||||
android.view.View.OnClickListener
|
||||
{
|
||||
/** @hide */
|
||||
public 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 ("Google.Android.Material.Snackbar.Snackbar+SnackbarActionClickImplementor, Xamarin.Google.Android.Material", Snackbar_SnackbarActionClickImplementor.class, __md_methods);
|
||||
}
|
||||
|
||||
public Snackbar_SnackbarActionClickImplementor ()
|
||||
{
|
||||
super ();
|
||||
if (getClass () == Snackbar_SnackbarActionClickImplementor.class) {
|
||||
mono.android.TypeManager.Activate ("Google.Android.Material.Snackbar.Snackbar+SnackbarActionClickImplementor, Xamarin.Google.Android.Material", "", this, new java.lang.Object[] { });
|
||||
}
|
||||
}
|
||||
|
||||
public void onClick (android.view.View p0)
|
||||
{
|
||||
n_onClick (p0);
|
||||
}
|
||||
|
||||
private native void n_onClick (android.view.View 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 ();
|
||||
}
|
||||
}
|
||||
+47
@@ -0,0 +1,47 @@
|
||||
package crc640a1f4d108c17e3f1;
|
||||
|
||||
|
||||
public class ClipboardChangeListener
|
||||
extends java.lang.Object
|
||||
implements
|
||||
mono.android.IGCUserPeer,
|
||||
android.content.ClipboardManager.OnPrimaryClipChangedListener
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"n_onPrimaryClipChanged:()V:GetOnPrimaryClipChangedHandler:Android.Content.ClipboardManager+IOnPrimaryClipChangedListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" +
|
||||
"";
|
||||
mono.android.Runtime.register ("Microsoft.Maui.ApplicationModel.DataTransfer.ClipboardChangeListener, Microsoft.Maui.Essentials", ClipboardChangeListener.class, __md_methods);
|
||||
}
|
||||
|
||||
public ClipboardChangeListener ()
|
||||
{
|
||||
super ();
|
||||
if (getClass () == ClipboardChangeListener.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.ApplicationModel.DataTransfer.ClipboardChangeListener, Microsoft.Maui.Essentials", "", this, new java.lang.Object[] { });
|
||||
}
|
||||
}
|
||||
|
||||
public void onPrimaryClipChanged ()
|
||||
{
|
||||
n_onPrimaryClipChanged ();
|
||||
}
|
||||
|
||||
private native void n_onPrimaryClipChanged ();
|
||||
|
||||
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 ();
|
||||
}
|
||||
}
|
||||
Executable
+46
@@ -0,0 +1,46 @@
|
||||
package crc640a8d9a12ddbf2cf2;
|
||||
|
||||
|
||||
public class BatteryBroadcastReceiver
|
||||
extends android.content.BroadcastReceiver
|
||||
implements
|
||||
mono.android.IGCUserPeer
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"n_onReceive:(Landroid/content/Context;Landroid/content/Intent;)V:GetOnReceive_Landroid_content_Context_Landroid_content_Intent_Handler\n" +
|
||||
"";
|
||||
mono.android.Runtime.register ("Microsoft.Maui.Devices.BatteryBroadcastReceiver, Microsoft.Maui.Essentials", BatteryBroadcastReceiver.class, __md_methods);
|
||||
}
|
||||
|
||||
public BatteryBroadcastReceiver ()
|
||||
{
|
||||
super ();
|
||||
if (getClass () == BatteryBroadcastReceiver.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Devices.BatteryBroadcastReceiver, Microsoft.Maui.Essentials", "", this, new java.lang.Object[] { });
|
||||
}
|
||||
}
|
||||
|
||||
public void onReceive (android.content.Context p0, android.content.Intent p1)
|
||||
{
|
||||
n_onReceive (p0, p1);
|
||||
}
|
||||
|
||||
private native void n_onReceive (android.content.Context p0, android.content.Intent p1);
|
||||
|
||||
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 ();
|
||||
}
|
||||
}
|
||||
+54
@@ -0,0 +1,54 @@
|
||||
package crc640a8d9a12ddbf2cf2;
|
||||
|
||||
|
||||
public class DeviceDisplayImplementation_Listener
|
||||
extends android.view.OrientationEventListener
|
||||
implements
|
||||
mono.android.IGCUserPeer
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"n_onOrientationChanged:(I)V:GetOnOrientationChanged_IHandler\n" +
|
||||
"";
|
||||
mono.android.Runtime.register ("Microsoft.Maui.Devices.DeviceDisplayImplementation+Listener, Microsoft.Maui.Essentials", DeviceDisplayImplementation_Listener.class, __md_methods);
|
||||
}
|
||||
|
||||
public DeviceDisplayImplementation_Listener (android.content.Context p0, int p1)
|
||||
{
|
||||
super (p0, p1);
|
||||
if (getClass () == DeviceDisplayImplementation_Listener.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Devices.DeviceDisplayImplementation+Listener, Microsoft.Maui.Essentials", "Android.Content.Context, Mono.Android:Android.Hardware.SensorDelay, Mono.Android", this, new java.lang.Object[] { p0, p1 });
|
||||
}
|
||||
}
|
||||
|
||||
public DeviceDisplayImplementation_Listener (android.content.Context p0)
|
||||
{
|
||||
super (p0);
|
||||
if (getClass () == DeviceDisplayImplementation_Listener.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Devices.DeviceDisplayImplementation+Listener, Microsoft.Maui.Essentials", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 });
|
||||
}
|
||||
}
|
||||
|
||||
public void onOrientationChanged (int p0)
|
||||
{
|
||||
n_onOrientationChanged (p0);
|
||||
}
|
||||
|
||||
private native void n_onOrientationChanged (int 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 ();
|
||||
}
|
||||
}
|
||||
Executable
+46
@@ -0,0 +1,46 @@
|
||||
package crc640a8d9a12ddbf2cf2;
|
||||
|
||||
|
||||
public class EnergySaverBroadcastReceiver
|
||||
extends android.content.BroadcastReceiver
|
||||
implements
|
||||
mono.android.IGCUserPeer
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"n_onReceive:(Landroid/content/Context;Landroid/content/Intent;)V:GetOnReceive_Landroid_content_Context_Landroid_content_Intent_Handler\n" +
|
||||
"";
|
||||
mono.android.Runtime.register ("Microsoft.Maui.Devices.EnergySaverBroadcastReceiver, Microsoft.Maui.Essentials", EnergySaverBroadcastReceiver.class, __md_methods);
|
||||
}
|
||||
|
||||
public EnergySaverBroadcastReceiver ()
|
||||
{
|
||||
super ();
|
||||
if (getClass () == EnergySaverBroadcastReceiver.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Devices.EnergySaverBroadcastReceiver, Microsoft.Maui.Essentials", "", this, new java.lang.Object[] { });
|
||||
}
|
||||
}
|
||||
|
||||
public void onReceive (android.content.Context p0, android.content.Intent p1)
|
||||
{
|
||||
n_onReceive (p0, p1);
|
||||
}
|
||||
|
||||
private native void n_onReceive (android.content.Context p0, android.content.Intent p1);
|
||||
|
||||
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 ();
|
||||
}
|
||||
}
|
||||
+78
@@ -0,0 +1,78 @@
|
||||
package crc640ec207abc449b2ca;
|
||||
|
||||
|
||||
public class ContainerView
|
||||
extends android.view.ViewGroup
|
||||
implements
|
||||
mono.android.IGCUserPeer
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"n_onLayout:(ZIIII)V:GetOnLayout_ZIIIIHandler\n" +
|
||||
"n_onMeasure:(II)V:GetOnMeasure_IIHandler\n" +
|
||||
"";
|
||||
mono.android.Runtime.register ("Microsoft.Maui.Controls.Platform.Compatibility.ContainerView, Microsoft.Maui.Controls", ContainerView.class, __md_methods);
|
||||
}
|
||||
|
||||
public ContainerView (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3)
|
||||
{
|
||||
super (p0, p1, p2, p3);
|
||||
if (getClass () == ContainerView.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ContainerView, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, System.Private.CoreLib:System.Int32, System.Private.CoreLib", this, new java.lang.Object[] { p0, p1, p2, p3 });
|
||||
}
|
||||
}
|
||||
|
||||
public ContainerView (android.content.Context p0, android.util.AttributeSet p1, int p2)
|
||||
{
|
||||
super (p0, p1, p2);
|
||||
if (getClass () == ContainerView.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ContainerView, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, System.Private.CoreLib", this, new java.lang.Object[] { p0, p1, p2 });
|
||||
}
|
||||
}
|
||||
|
||||
public ContainerView (android.content.Context p0, android.util.AttributeSet p1)
|
||||
{
|
||||
super (p0, p1);
|
||||
if (getClass () == ContainerView.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ContainerView, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 });
|
||||
}
|
||||
}
|
||||
|
||||
public ContainerView (android.content.Context p0)
|
||||
{
|
||||
super (p0);
|
||||
if (getClass () == ContainerView.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ContainerView, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 });
|
||||
}
|
||||
}
|
||||
|
||||
public void onLayout (boolean p0, int p1, int p2, int p3, int p4)
|
||||
{
|
||||
n_onLayout (p0, p1, p2, p3, p4);
|
||||
}
|
||||
|
||||
private native void n_onLayout (boolean p0, int p1, int p2, int p3, int p4);
|
||||
|
||||
public void onMeasure (int p0, int p1)
|
||||
{
|
||||
n_onMeasure (p0, p1);
|
||||
}
|
||||
|
||||
private native void n_onMeasure (int p0, int p1);
|
||||
|
||||
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 ();
|
||||
}
|
||||
}
|
||||
+70
@@ -0,0 +1,70 @@
|
||||
package crc640ec207abc449b2ca;
|
||||
|
||||
|
||||
public class CustomFrameLayout
|
||||
extends android.widget.FrameLayout
|
||||
implements
|
||||
mono.android.IGCUserPeer
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"n_onApplyWindowInsets:(Landroid/view/WindowInsets;)Landroid/view/WindowInsets;:GetOnApplyWindowInsets_Landroid_view_WindowInsets_Handler\n" +
|
||||
"";
|
||||
mono.android.Runtime.register ("Microsoft.Maui.Controls.Platform.Compatibility.CustomFrameLayout, Microsoft.Maui.Controls", CustomFrameLayout.class, __md_methods);
|
||||
}
|
||||
|
||||
public CustomFrameLayout (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3)
|
||||
{
|
||||
super (p0, p1, p2, p3);
|
||||
if (getClass () == CustomFrameLayout.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.CustomFrameLayout, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, System.Private.CoreLib:System.Int32, System.Private.CoreLib", this, new java.lang.Object[] { p0, p1, p2, p3 });
|
||||
}
|
||||
}
|
||||
|
||||
public CustomFrameLayout (android.content.Context p0, android.util.AttributeSet p1, int p2)
|
||||
{
|
||||
super (p0, p1, p2);
|
||||
if (getClass () == CustomFrameLayout.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.CustomFrameLayout, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, System.Private.CoreLib", this, new java.lang.Object[] { p0, p1, p2 });
|
||||
}
|
||||
}
|
||||
|
||||
public CustomFrameLayout (android.content.Context p0, android.util.AttributeSet p1)
|
||||
{
|
||||
super (p0, p1);
|
||||
if (getClass () == CustomFrameLayout.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.CustomFrameLayout, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 });
|
||||
}
|
||||
}
|
||||
|
||||
public CustomFrameLayout (android.content.Context p0)
|
||||
{
|
||||
super (p0);
|
||||
if (getClass () == CustomFrameLayout.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.CustomFrameLayout, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 });
|
||||
}
|
||||
}
|
||||
|
||||
public android.view.WindowInsets onApplyWindowInsets (android.view.WindowInsets p0)
|
||||
{
|
||||
return n_onApplyWindowInsets (p0);
|
||||
}
|
||||
|
||||
private native android.view.WindowInsets n_onApplyWindowInsets (android.view.WindowInsets 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 ();
|
||||
}
|
||||
}
|
||||
+54
@@ -0,0 +1,54 @@
|
||||
package crc640ec207abc449b2ca;
|
||||
|
||||
|
||||
public class RecyclerViewContainer
|
||||
extends androidx.recyclerview.widget.RecyclerView
|
||||
implements
|
||||
mono.android.IGCUserPeer
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"";
|
||||
mono.android.Runtime.register ("Microsoft.Maui.Controls.Platform.Compatibility.RecyclerViewContainer, Microsoft.Maui.Controls", RecyclerViewContainer.class, __md_methods);
|
||||
}
|
||||
|
||||
public RecyclerViewContainer (android.content.Context p0)
|
||||
{
|
||||
super (p0);
|
||||
if (getClass () == RecyclerViewContainer.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.RecyclerViewContainer, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 });
|
||||
}
|
||||
}
|
||||
|
||||
public RecyclerViewContainer (android.content.Context p0, android.util.AttributeSet p1)
|
||||
{
|
||||
super (p0, p1);
|
||||
if (getClass () == RecyclerViewContainer.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.RecyclerViewContainer, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 });
|
||||
}
|
||||
}
|
||||
|
||||
public RecyclerViewContainer (android.content.Context p0, android.util.AttributeSet p1, int p2)
|
||||
{
|
||||
super (p0, p1, p2);
|
||||
if (getClass () == RecyclerViewContainer.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.RecyclerViewContainer, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, System.Private.CoreLib", this, new java.lang.Object[] { p0, p1, p2 });
|
||||
}
|
||||
}
|
||||
|
||||
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 ();
|
||||
}
|
||||
}
|
||||
+62
@@ -0,0 +1,62 @@
|
||||
package crc640ec207abc449b2ca;
|
||||
|
||||
|
||||
public class ScrollLayoutManager
|
||||
extends androidx.recyclerview.widget.LinearLayoutManager
|
||||
implements
|
||||
mono.android.IGCUserPeer
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"n_canScrollVertically:()Z:GetCanScrollVerticallyHandler\n" +
|
||||
"";
|
||||
mono.android.Runtime.register ("Microsoft.Maui.Controls.Platform.Compatibility.ScrollLayoutManager, Microsoft.Maui.Controls", ScrollLayoutManager.class, __md_methods);
|
||||
}
|
||||
|
||||
public ScrollLayoutManager (android.content.Context p0)
|
||||
{
|
||||
super (p0);
|
||||
if (getClass () == ScrollLayoutManager.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ScrollLayoutManager, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 });
|
||||
}
|
||||
}
|
||||
|
||||
public ScrollLayoutManager (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3)
|
||||
{
|
||||
super (p0, p1, p2, p3);
|
||||
if (getClass () == ScrollLayoutManager.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ScrollLayoutManager, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, System.Private.CoreLib:System.Int32, System.Private.CoreLib", this, new java.lang.Object[] { p0, p1, p2, p3 });
|
||||
}
|
||||
}
|
||||
|
||||
public ScrollLayoutManager (android.content.Context p0, int p1, boolean p2)
|
||||
{
|
||||
super (p0, p1, p2);
|
||||
if (getClass () == ScrollLayoutManager.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ScrollLayoutManager, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android:System.Int32, System.Private.CoreLib:System.Boolean, System.Private.CoreLib", this, new java.lang.Object[] { p0, p1, p2 });
|
||||
}
|
||||
}
|
||||
|
||||
public boolean canScrollVertically ()
|
||||
{
|
||||
return n_canScrollVertically ();
|
||||
}
|
||||
|
||||
private native boolean n_canScrollVertically ();
|
||||
|
||||
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 ();
|
||||
}
|
||||
}
|
||||
+103
@@ -0,0 +1,103 @@
|
||||
package crc640ec207abc449b2ca;
|
||||
|
||||
|
||||
public class ShellContentFragment
|
||||
extends androidx.fragment.app.Fragment
|
||||
implements
|
||||
mono.android.IGCUserPeer,
|
||||
android.view.animation.Animation.AnimationListener
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"n_onResume:()V:GetOnResumeHandler\n" +
|
||||
"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 ("Microsoft.Maui.Controls.Platform.Compatibility.ShellContentFragment, Microsoft.Maui.Controls", ShellContentFragment.class, __md_methods);
|
||||
}
|
||||
|
||||
public ShellContentFragment ()
|
||||
{
|
||||
super ();
|
||||
if (getClass () == ShellContentFragment.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellContentFragment, Microsoft.Maui.Controls", "", this, new java.lang.Object[] { });
|
||||
}
|
||||
}
|
||||
|
||||
public ShellContentFragment (int p0)
|
||||
{
|
||||
super (p0);
|
||||
if (getClass () == ShellContentFragment.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellContentFragment, Microsoft.Maui.Controls", "System.Int32, System.Private.CoreLib", this, new java.lang.Object[] { p0 });
|
||||
}
|
||||
}
|
||||
|
||||
public void onResume ()
|
||||
{
|
||||
n_onResume ();
|
||||
}
|
||||
|
||||
private native void n_onResume ();
|
||||
|
||||
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 ();
|
||||
}
|
||||
}
|
||||
+62
@@ -0,0 +1,62 @@
|
||||
package crc640ec207abc449b2ca;
|
||||
|
||||
|
||||
public class ShellFlyoutLayout
|
||||
extends androidx.coordinatorlayout.widget.CoordinatorLayout
|
||||
implements
|
||||
mono.android.IGCUserPeer
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"n_onLayout:(ZIIII)V:GetOnLayout_ZIIIIHandler\n" +
|
||||
"";
|
||||
mono.android.Runtime.register ("Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutLayout, Microsoft.Maui.Controls", ShellFlyoutLayout.class, __md_methods);
|
||||
}
|
||||
|
||||
public ShellFlyoutLayout (android.content.Context p0)
|
||||
{
|
||||
super (p0);
|
||||
if (getClass () == ShellFlyoutLayout.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutLayout, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 });
|
||||
}
|
||||
}
|
||||
|
||||
public ShellFlyoutLayout (android.content.Context p0, android.util.AttributeSet p1)
|
||||
{
|
||||
super (p0, p1);
|
||||
if (getClass () == ShellFlyoutLayout.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutLayout, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 });
|
||||
}
|
||||
}
|
||||
|
||||
public ShellFlyoutLayout (android.content.Context p0, android.util.AttributeSet p1, int p2)
|
||||
{
|
||||
super (p0, p1, p2);
|
||||
if (getClass () == ShellFlyoutLayout.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutLayout, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, System.Private.CoreLib", this, new java.lang.Object[] { p0, p1, p2 });
|
||||
}
|
||||
}
|
||||
|
||||
public void onLayout (boolean p0, int p1, int p2, int p3, int p4)
|
||||
{
|
||||
n_onLayout (p0, p1, p2, p3, p4);
|
||||
}
|
||||
|
||||
private native void n_onLayout (boolean p0, int p1, int p2, int p3, int p4);
|
||||
|
||||
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 ();
|
||||
}
|
||||
}
|
||||
Executable
+78
@@ -0,0 +1,78 @@
|
||||
package crc640ec207abc449b2ca;
|
||||
|
||||
|
||||
public class ShellFlyoutRecyclerAdapter
|
||||
extends androidx.recyclerview.widget.RecyclerView.Adapter
|
||||
implements
|
||||
mono.android.IGCUserPeer
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"n_getItemCount:()I:GetGetItemCountHandler\n" +
|
||||
"n_getItemViewType:(I)I:GetGetItemViewType_IHandler\n" +
|
||||
"n_onViewRecycled:(Landroidx/recyclerview/widget/RecyclerView$ViewHolder;)V:GetOnViewRecycled_Landroidx_recyclerview_widget_RecyclerView_ViewHolder_Handler\n" +
|
||||
"n_onBindViewHolder:(Landroidx/recyclerview/widget/RecyclerView$ViewHolder;I)V:GetOnBindViewHolder_Landroidx_recyclerview_widget_RecyclerView_ViewHolder_IHandler\n" +
|
||||
"n_onCreateViewHolder:(Landroid/view/ViewGroup;I)Landroidx/recyclerview/widget/RecyclerView$ViewHolder;:GetOnCreateViewHolder_Landroid_view_ViewGroup_IHandler\n" +
|
||||
"";
|
||||
mono.android.Runtime.register ("Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter, Microsoft.Maui.Controls", ShellFlyoutRecyclerAdapter.class, __md_methods);
|
||||
}
|
||||
|
||||
public ShellFlyoutRecyclerAdapter ()
|
||||
{
|
||||
super ();
|
||||
if (getClass () == ShellFlyoutRecyclerAdapter.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter, Microsoft.Maui.Controls", "", this, new java.lang.Object[] { });
|
||||
}
|
||||
}
|
||||
|
||||
public int getItemCount ()
|
||||
{
|
||||
return n_getItemCount ();
|
||||
}
|
||||
|
||||
private native int n_getItemCount ();
|
||||
|
||||
public int getItemViewType (int p0)
|
||||
{
|
||||
return n_getItemViewType (p0);
|
||||
}
|
||||
|
||||
private native int n_getItemViewType (int p0);
|
||||
|
||||
public void onViewRecycled (androidx.recyclerview.widget.RecyclerView.ViewHolder p0)
|
||||
{
|
||||
n_onViewRecycled (p0);
|
||||
}
|
||||
|
||||
private native void n_onViewRecycled (androidx.recyclerview.widget.RecyclerView.ViewHolder p0);
|
||||
|
||||
public void onBindViewHolder (androidx.recyclerview.widget.RecyclerView.ViewHolder p0, int p1)
|
||||
{
|
||||
n_onBindViewHolder (p0, p1);
|
||||
}
|
||||
|
||||
private native void n_onBindViewHolder (androidx.recyclerview.widget.RecyclerView.ViewHolder p0, int p1);
|
||||
|
||||
public androidx.recyclerview.widget.RecyclerView.ViewHolder onCreateViewHolder (android.view.ViewGroup p0, int p1)
|
||||
{
|
||||
return n_onCreateViewHolder (p0, p1);
|
||||
}
|
||||
|
||||
private native androidx.recyclerview.widget.RecyclerView.ViewHolder n_onCreateViewHolder (android.view.ViewGroup p0, int p1);
|
||||
|
||||
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 ();
|
||||
}
|
||||
}
|
||||
+38
@@ -0,0 +1,38 @@
|
||||
package crc640ec207abc449b2ca;
|
||||
|
||||
|
||||
public class ShellFlyoutRecyclerAdapter_ElementViewHolder
|
||||
extends androidx.recyclerview.widget.RecyclerView.ViewHolder
|
||||
implements
|
||||
mono.android.IGCUserPeer
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"";
|
||||
mono.android.Runtime.register ("Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter+ElementViewHolder, Microsoft.Maui.Controls", ShellFlyoutRecyclerAdapter_ElementViewHolder.class, __md_methods);
|
||||
}
|
||||
|
||||
public ShellFlyoutRecyclerAdapter_ElementViewHolder (android.view.View p0)
|
||||
{
|
||||
super (p0);
|
||||
if (getClass () == ShellFlyoutRecyclerAdapter_ElementViewHolder.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter+ElementViewHolder, Microsoft.Maui.Controls", "Android.Views.View, Mono.Android", this, new java.lang.Object[] { 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 ();
|
||||
}
|
||||
}
|
||||
+62
@@ -0,0 +1,62 @@
|
||||
package crc640ec207abc449b2ca;
|
||||
|
||||
|
||||
public class ShellFlyoutRecyclerAdapter_ShellLinearLayout
|
||||
extends android.widget.LinearLayout
|
||||
implements
|
||||
mono.android.IGCUserPeer
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"";
|
||||
mono.android.Runtime.register ("Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter+ShellLinearLayout, Microsoft.Maui.Controls", ShellFlyoutRecyclerAdapter_ShellLinearLayout.class, __md_methods);
|
||||
}
|
||||
|
||||
public ShellFlyoutRecyclerAdapter_ShellLinearLayout (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3)
|
||||
{
|
||||
super (p0, p1, p2, p3);
|
||||
if (getClass () == ShellFlyoutRecyclerAdapter_ShellLinearLayout.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter+ShellLinearLayout, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, System.Private.CoreLib:System.Int32, System.Private.CoreLib", this, new java.lang.Object[] { p0, p1, p2, p3 });
|
||||
}
|
||||
}
|
||||
|
||||
public ShellFlyoutRecyclerAdapter_ShellLinearLayout (android.content.Context p0, android.util.AttributeSet p1, int p2)
|
||||
{
|
||||
super (p0, p1, p2);
|
||||
if (getClass () == ShellFlyoutRecyclerAdapter_ShellLinearLayout.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter+ShellLinearLayout, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, System.Private.CoreLib", this, new java.lang.Object[] { p0, p1, p2 });
|
||||
}
|
||||
}
|
||||
|
||||
public ShellFlyoutRecyclerAdapter_ShellLinearLayout (android.content.Context p0, android.util.AttributeSet p1)
|
||||
{
|
||||
super (p0, p1);
|
||||
if (getClass () == ShellFlyoutRecyclerAdapter_ShellLinearLayout.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter+ShellLinearLayout, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 });
|
||||
}
|
||||
}
|
||||
|
||||
public ShellFlyoutRecyclerAdapter_ShellLinearLayout (android.content.Context p0)
|
||||
{
|
||||
super (p0);
|
||||
if (getClass () == ShellFlyoutRecyclerAdapter_ShellLinearLayout.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRecyclerAdapter+ShellLinearLayout, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { 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 ();
|
||||
}
|
||||
}
|
||||
+70
@@ -0,0 +1,70 @@
|
||||
package crc640ec207abc449b2ca;
|
||||
|
||||
|
||||
public class ShellFlyoutRenderer
|
||||
extends androidx.drawerlayout.widget.DrawerLayout
|
||||
implements
|
||||
mono.android.IGCUserPeer
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"n_onInterceptTouchEvent:(Landroid/view/MotionEvent;)Z:GetOnInterceptTouchEvent_Landroid_view_MotionEvent_Handler\n" +
|
||||
"n_drawChild:(Landroid/graphics/Canvas;Landroid/view/View;J)Z:GetDrawChild_Landroid_graphics_Canvas_Landroid_view_View_JHandler\n" +
|
||||
"";
|
||||
mono.android.Runtime.register ("Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer, Microsoft.Maui.Controls", ShellFlyoutRenderer.class, __md_methods);
|
||||
}
|
||||
|
||||
public ShellFlyoutRenderer (android.content.Context p0)
|
||||
{
|
||||
super (p0);
|
||||
if (getClass () == ShellFlyoutRenderer.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 });
|
||||
}
|
||||
}
|
||||
|
||||
public ShellFlyoutRenderer (android.content.Context p0, android.util.AttributeSet p1)
|
||||
{
|
||||
super (p0, p1);
|
||||
if (getClass () == ShellFlyoutRenderer.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 });
|
||||
}
|
||||
}
|
||||
|
||||
public ShellFlyoutRenderer (android.content.Context p0, android.util.AttributeSet p1, int p2)
|
||||
{
|
||||
super (p0, p1, p2);
|
||||
if (getClass () == ShellFlyoutRenderer.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutRenderer, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, System.Private.CoreLib", this, new java.lang.Object[] { p0, p1, p2 });
|
||||
}
|
||||
}
|
||||
|
||||
public boolean onInterceptTouchEvent (android.view.MotionEvent p0)
|
||||
{
|
||||
return n_onInterceptTouchEvent (p0);
|
||||
}
|
||||
|
||||
private native boolean n_onInterceptTouchEvent (android.view.MotionEvent p0);
|
||||
|
||||
public boolean drawChild (android.graphics.Canvas p0, android.view.View p1, long p2)
|
||||
{
|
||||
return n_drawChild (p0, p1, p2);
|
||||
}
|
||||
|
||||
private native boolean n_drawChild (android.graphics.Canvas p0, android.view.View p1, long p2);
|
||||
|
||||
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 ();
|
||||
}
|
||||
}
|
||||
obj/Debug/net10.0-android/android/src/crc640ec207abc449b2ca/ShellFlyoutTemplatedContentRenderer.java
Executable
+47
@@ -0,0 +1,47 @@
|
||||
package crc640ec207abc449b2ca;
|
||||
|
||||
|
||||
public class ShellFlyoutTemplatedContentRenderer
|
||||
extends java.lang.Object
|
||||
implements
|
||||
mono.android.IGCUserPeer,
|
||||
com.google.android.material.appbar.AppBarLayout.OnOffsetChangedListener
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"n_onOffsetChanged:(Lcom/google/android/material/appbar/AppBarLayout;I)V:GetOnOffsetChanged_Lcom_google_android_material_appbar_AppBarLayout_IHandler:Google.Android.Material.AppBar.AppBarLayout+IOnOffsetChangedListenerInvoker, Xamarin.Google.Android.Material\n" +
|
||||
"";
|
||||
mono.android.Runtime.register ("Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer, Microsoft.Maui.Controls", ShellFlyoutTemplatedContentRenderer.class, __md_methods);
|
||||
}
|
||||
|
||||
public ShellFlyoutTemplatedContentRenderer ()
|
||||
{
|
||||
super ();
|
||||
if (getClass () == ShellFlyoutTemplatedContentRenderer.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer, Microsoft.Maui.Controls", "", this, new java.lang.Object[] { });
|
||||
}
|
||||
}
|
||||
|
||||
public void onOffsetChanged (com.google.android.material.appbar.AppBarLayout p0, int p1)
|
||||
{
|
||||
n_onOffsetChanged (p0, p1);
|
||||
}
|
||||
|
||||
private native void n_onOffsetChanged (com.google.android.material.appbar.AppBarLayout p0, int p1);
|
||||
|
||||
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 ();
|
||||
}
|
||||
}
|
||||
+78
@@ -0,0 +1,78 @@
|
||||
package crc640ec207abc449b2ca;
|
||||
|
||||
|
||||
public class ShellFlyoutTemplatedContentRenderer_HeaderContainer
|
||||
extends crc640ec207abc449b2ca.ContainerView
|
||||
implements
|
||||
mono.android.IGCUserPeer
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"n_onMeasure:(II)V:GetOnMeasure_IIHandler\n" +
|
||||
"n_onLayout:(ZIIII)V:GetOnLayout_ZIIIIHandler\n" +
|
||||
"";
|
||||
mono.android.Runtime.register ("Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer+HeaderContainer, Microsoft.Maui.Controls", ShellFlyoutTemplatedContentRenderer_HeaderContainer.class, __md_methods);
|
||||
}
|
||||
|
||||
public ShellFlyoutTemplatedContentRenderer_HeaderContainer (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3)
|
||||
{
|
||||
super (p0, p1, p2, p3);
|
||||
if (getClass () == ShellFlyoutTemplatedContentRenderer_HeaderContainer.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer+HeaderContainer, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, System.Private.CoreLib:System.Int32, System.Private.CoreLib", this, new java.lang.Object[] { p0, p1, p2, p3 });
|
||||
}
|
||||
}
|
||||
|
||||
public ShellFlyoutTemplatedContentRenderer_HeaderContainer (android.content.Context p0, android.util.AttributeSet p1, int p2)
|
||||
{
|
||||
super (p0, p1, p2);
|
||||
if (getClass () == ShellFlyoutTemplatedContentRenderer_HeaderContainer.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer+HeaderContainer, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, System.Private.CoreLib", this, new java.lang.Object[] { p0, p1, p2 });
|
||||
}
|
||||
}
|
||||
|
||||
public ShellFlyoutTemplatedContentRenderer_HeaderContainer (android.content.Context p0, android.util.AttributeSet p1)
|
||||
{
|
||||
super (p0, p1);
|
||||
if (getClass () == ShellFlyoutTemplatedContentRenderer_HeaderContainer.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer+HeaderContainer, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 });
|
||||
}
|
||||
}
|
||||
|
||||
public ShellFlyoutTemplatedContentRenderer_HeaderContainer (android.content.Context p0)
|
||||
{
|
||||
super (p0);
|
||||
if (getClass () == ShellFlyoutTemplatedContentRenderer_HeaderContainer.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer+HeaderContainer, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 });
|
||||
}
|
||||
}
|
||||
|
||||
public void onMeasure (int p0, int p1)
|
||||
{
|
||||
n_onMeasure (p0, p1);
|
||||
}
|
||||
|
||||
private native void n_onMeasure (int p0, int p1);
|
||||
|
||||
public void onLayout (boolean p0, int p1, int p2, int p3, int p4)
|
||||
{
|
||||
n_onLayout (p0, p1, p2, p3, p4);
|
||||
}
|
||||
|
||||
private native void n_onLayout (boolean p0, int p1, int p2, int p3, int p4);
|
||||
|
||||
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 ();
|
||||
}
|
||||
}
|
||||
+47
@@ -0,0 +1,47 @@
|
||||
package crc640ec207abc449b2ca;
|
||||
|
||||
|
||||
public class ShellFlyoutTemplatedContentRenderer_WindowsListener
|
||||
extends crc6452ffdc5b34af3a0f.MauiWindowInsetListener
|
||||
implements
|
||||
mono.android.IGCUserPeer,
|
||||
androidx.core.view.OnApplyWindowInsetsListener
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"n_onApplyWindowInsets:(Landroid/view/View;Landroidx/core/view/WindowInsetsCompat;)Landroidx/core/view/WindowInsetsCompat;:GetOnApplyWindowInsets_Landroid_view_View_Landroidx_core_view_WindowInsetsCompat_Handler:AndroidX.Core.View.IOnApplyWindowInsetsListenerInvoker, Xamarin.AndroidX.Core\n" +
|
||||
"";
|
||||
mono.android.Runtime.register ("Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer+WindowsListener, Microsoft.Maui.Controls", ShellFlyoutTemplatedContentRenderer_WindowsListener.class, __md_methods);
|
||||
}
|
||||
|
||||
public ShellFlyoutTemplatedContentRenderer_WindowsListener (int p0)
|
||||
{
|
||||
super (p0);
|
||||
if (getClass () == ShellFlyoutTemplatedContentRenderer_WindowsListener.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer+WindowsListener, Microsoft.Maui.Controls", "System.Int32, System.Private.CoreLib", this, new java.lang.Object[] { p0 });
|
||||
}
|
||||
}
|
||||
|
||||
public androidx.core.view.WindowInsetsCompat onApplyWindowInsets (android.view.View p0, androidx.core.view.WindowInsetsCompat p1)
|
||||
{
|
||||
return n_onApplyWindowInsets (p0, p1);
|
||||
}
|
||||
|
||||
private native androidx.core.view.WindowInsetsCompat n_onApplyWindowInsets (android.view.View p0, androidx.core.view.WindowInsetsCompat p1);
|
||||
|
||||
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 ();
|
||||
}
|
||||
}
|
||||
+62
@@ -0,0 +1,62 @@
|
||||
package crc640ec207abc449b2ca;
|
||||
|
||||
|
||||
public class ShellFragmentContainer
|
||||
extends androidx.fragment.app.Fragment
|
||||
implements
|
||||
mono.android.IGCUserPeer
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"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_onDestroyView:()V:GetOnDestroyViewHandler\n" +
|
||||
"";
|
||||
mono.android.Runtime.register ("Microsoft.Maui.Controls.Platform.Compatibility.ShellFragmentContainer, Microsoft.Maui.Controls", ShellFragmentContainer.class, __md_methods);
|
||||
}
|
||||
|
||||
public ShellFragmentContainer ()
|
||||
{
|
||||
super ();
|
||||
if (getClass () == ShellFragmentContainer.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellFragmentContainer, Microsoft.Maui.Controls", "", this, new java.lang.Object[] { });
|
||||
}
|
||||
}
|
||||
|
||||
public ShellFragmentContainer (int p0)
|
||||
{
|
||||
super (p0);
|
||||
if (getClass () == ShellFragmentContainer.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellFragmentContainer, Microsoft.Maui.Controls", "System.Int32, System.Private.CoreLib", this, new java.lang.Object[] { p0 });
|
||||
}
|
||||
}
|
||||
|
||||
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 onDestroyView ()
|
||||
{
|
||||
n_onDestroyView ();
|
||||
}
|
||||
|
||||
private native void n_onDestroyView ();
|
||||
|
||||
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 ();
|
||||
}
|
||||
}
|
||||
Executable
+86
@@ -0,0 +1,86 @@
|
||||
package crc640ec207abc449b2ca;
|
||||
|
||||
|
||||
public class ShellFragmentStateAdapter
|
||||
extends androidx.viewpager2.adapter.FragmentStateAdapter
|
||||
implements
|
||||
mono.android.IGCUserPeer
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"n_getItemCount:()I:GetGetItemCountHandler\n" +
|
||||
"n_createFragment:(I)Landroidx/fragment/app/Fragment;:GetCreateFragment_IHandler\n" +
|
||||
"n_getItemId:(I)J:GetGetItemId_IHandler\n" +
|
||||
"n_containsItem:(J)Z:GetContainsItem_JHandler\n" +
|
||||
"";
|
||||
mono.android.Runtime.register ("Microsoft.Maui.Controls.Platform.Compatibility.ShellFragmentStateAdapter, Microsoft.Maui.Controls", ShellFragmentStateAdapter.class, __md_methods);
|
||||
}
|
||||
|
||||
public ShellFragmentStateAdapter (androidx.fragment.app.Fragment p0)
|
||||
{
|
||||
super (p0);
|
||||
if (getClass () == ShellFragmentStateAdapter.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellFragmentStateAdapter, Microsoft.Maui.Controls", "AndroidX.Fragment.App.Fragment, Xamarin.AndroidX.Fragment", this, new java.lang.Object[] { p0 });
|
||||
}
|
||||
}
|
||||
|
||||
public ShellFragmentStateAdapter (androidx.fragment.app.FragmentActivity p0)
|
||||
{
|
||||
super (p0);
|
||||
if (getClass () == ShellFragmentStateAdapter.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellFragmentStateAdapter, Microsoft.Maui.Controls", "AndroidX.Fragment.App.FragmentActivity, Xamarin.AndroidX.Fragment", this, new java.lang.Object[] { p0 });
|
||||
}
|
||||
}
|
||||
|
||||
public ShellFragmentStateAdapter (androidx.fragment.app.FragmentManager p0, androidx.lifecycle.Lifecycle p1)
|
||||
{
|
||||
super (p0, p1);
|
||||
if (getClass () == ShellFragmentStateAdapter.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellFragmentStateAdapter, Microsoft.Maui.Controls", "AndroidX.Fragment.App.FragmentManager, Xamarin.AndroidX.Fragment:AndroidX.Lifecycle.Lifecycle, Xamarin.AndroidX.Lifecycle.Common.Jvm", this, new java.lang.Object[] { p0, p1 });
|
||||
}
|
||||
}
|
||||
|
||||
public int getItemCount ()
|
||||
{
|
||||
return n_getItemCount ();
|
||||
}
|
||||
|
||||
private native int n_getItemCount ();
|
||||
|
||||
public androidx.fragment.app.Fragment createFragment (int p0)
|
||||
{
|
||||
return n_createFragment (p0);
|
||||
}
|
||||
|
||||
private native androidx.fragment.app.Fragment n_createFragment (int p0);
|
||||
|
||||
public long getItemId (int p0)
|
||||
{
|
||||
return n_getItemId (p0);
|
||||
}
|
||||
|
||||
private native long n_getItemId (int p0);
|
||||
|
||||
public boolean containsItem (long p0)
|
||||
{
|
||||
return n_containsItem (p0);
|
||||
}
|
||||
|
||||
private native boolean n_containsItem (long 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 ();
|
||||
}
|
||||
}
|
||||
+71
@@ -0,0 +1,71 @@
|
||||
package crc640ec207abc449b2ca;
|
||||
|
||||
|
||||
public class ShellItemRenderer
|
||||
extends crc640ec207abc449b2ca.ShellItemRendererBase
|
||||
implements
|
||||
mono.android.IGCUserPeer,
|
||||
com.google.android.material.navigation.NavigationBarView.OnItemSelectedListener
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"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_onNavigationItemSelected:(Landroid/view/MenuItem;)Z:GetOnNavigationItemSelected_Landroid_view_MenuItem_Handler:Google.Android.Material.Navigation.NavigationBarView+IOnItemSelectedListenerInvoker, Xamarin.Google.Android.Material\n" +
|
||||
"";
|
||||
mono.android.Runtime.register ("Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRenderer, Microsoft.Maui.Controls", ShellItemRenderer.class, __md_methods);
|
||||
}
|
||||
|
||||
public ShellItemRenderer ()
|
||||
{
|
||||
super ();
|
||||
if (getClass () == ShellItemRenderer.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRenderer, Microsoft.Maui.Controls", "", this, new java.lang.Object[] { });
|
||||
}
|
||||
}
|
||||
|
||||
public ShellItemRenderer (int p0)
|
||||
{
|
||||
super (p0);
|
||||
if (getClass () == ShellItemRenderer.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRenderer, Microsoft.Maui.Controls", "System.Int32, System.Private.CoreLib", this, new java.lang.Object[] { p0 });
|
||||
}
|
||||
}
|
||||
|
||||
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 boolean onNavigationItemSelected (android.view.MenuItem p0)
|
||||
{
|
||||
return n_onNavigationItemSelected (p0);
|
||||
}
|
||||
|
||||
private native boolean n_onNavigationItemSelected (android.view.MenuItem 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 ();
|
||||
}
|
||||
}
|
||||
+54
@@ -0,0 +1,54 @@
|
||||
package crc640ec207abc449b2ca;
|
||||
|
||||
|
||||
public abstract class ShellItemRendererBase
|
||||
extends androidx.fragment.app.Fragment
|
||||
implements
|
||||
mono.android.IGCUserPeer
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"n_onDestroy:()V:GetOnDestroyHandler\n" +
|
||||
"";
|
||||
mono.android.Runtime.register ("Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRendererBase, Microsoft.Maui.Controls", ShellItemRendererBase.class, __md_methods);
|
||||
}
|
||||
|
||||
public ShellItemRendererBase ()
|
||||
{
|
||||
super ();
|
||||
if (getClass () == ShellItemRendererBase.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRendererBase, Microsoft.Maui.Controls", "", this, new java.lang.Object[] { });
|
||||
}
|
||||
}
|
||||
|
||||
public ShellItemRendererBase (int p0)
|
||||
{
|
||||
super (p0);
|
||||
if (getClass () == ShellItemRendererBase.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellItemRendererBase, Microsoft.Maui.Controls", "System.Int32, System.Private.CoreLib", this, new java.lang.Object[] { p0 });
|
||||
}
|
||||
}
|
||||
|
||||
public void onDestroy ()
|
||||
{
|
||||
n_onDestroy ();
|
||||
}
|
||||
|
||||
private native void n_onDestroy ();
|
||||
|
||||
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 ();
|
||||
}
|
||||
}
|
||||
+78
@@ -0,0 +1,78 @@
|
||||
package crc640ec207abc449b2ca;
|
||||
|
||||
|
||||
public class ShellPageContainer
|
||||
extends android.view.ViewGroup
|
||||
implements
|
||||
mono.android.IGCUserPeer
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"n_onLayout:(ZIIII)V:GetOnLayout_ZIIIIHandler\n" +
|
||||
"n_onMeasure:(II)V:GetOnMeasure_IIHandler\n" +
|
||||
"";
|
||||
mono.android.Runtime.register ("Microsoft.Maui.Controls.Platform.Compatibility.ShellPageContainer, Microsoft.Maui.Controls", ShellPageContainer.class, __md_methods);
|
||||
}
|
||||
|
||||
public ShellPageContainer (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3)
|
||||
{
|
||||
super (p0, p1, p2, p3);
|
||||
if (getClass () == ShellPageContainer.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellPageContainer, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, System.Private.CoreLib:System.Int32, System.Private.CoreLib", this, new java.lang.Object[] { p0, p1, p2, p3 });
|
||||
}
|
||||
}
|
||||
|
||||
public ShellPageContainer (android.content.Context p0, android.util.AttributeSet p1, int p2)
|
||||
{
|
||||
super (p0, p1, p2);
|
||||
if (getClass () == ShellPageContainer.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellPageContainer, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, System.Private.CoreLib", this, new java.lang.Object[] { p0, p1, p2 });
|
||||
}
|
||||
}
|
||||
|
||||
public ShellPageContainer (android.content.Context p0, android.util.AttributeSet p1)
|
||||
{
|
||||
super (p0, p1);
|
||||
if (getClass () == ShellPageContainer.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellPageContainer, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 });
|
||||
}
|
||||
}
|
||||
|
||||
public ShellPageContainer (android.content.Context p0)
|
||||
{
|
||||
super (p0);
|
||||
if (getClass () == ShellPageContainer.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellPageContainer, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 });
|
||||
}
|
||||
}
|
||||
|
||||
public void onLayout (boolean p0, int p1, int p2, int p3, int p4)
|
||||
{
|
||||
n_onLayout (p0, p1, p2, p3, p4);
|
||||
}
|
||||
|
||||
private native void n_onLayout (boolean p0, int p1, int p2, int p3, int p4);
|
||||
|
||||
public void onMeasure (int p0, int p1)
|
||||
{
|
||||
n_onMeasure (p0, p1);
|
||||
}
|
||||
|
||||
private native void n_onMeasure (int p0, int p1);
|
||||
|
||||
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 ();
|
||||
}
|
||||
}
|
||||
+121
@@ -0,0 +1,121 @@
|
||||
package crc640ec207abc449b2ca;
|
||||
|
||||
|
||||
public class ShellSearchView
|
||||
extends android.widget.FrameLayout
|
||||
implements
|
||||
mono.android.IGCUserPeer,
|
||||
android.widget.TextView.OnEditorActionListener,
|
||||
android.text.TextWatcher,
|
||||
android.text.NoCopySpan
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"n_onAttachedToWindow:()V:GetOnAttachedToWindowHandler\n" +
|
||||
"n_onLayout:(ZIIII)V:GetOnLayout_ZIIIIHandler\n" +
|
||||
"n_onMeasure:(II)V:GetOnMeasure_IIHandler\n" +
|
||||
"n_onEditorAction:(Landroid/widget/TextView;ILandroid/view/KeyEvent;)Z:GetOnEditorAction_Landroid_widget_TextView_ILandroid_view_KeyEvent_Handler:Android.Widget.TextView+IOnEditorActionListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" +
|
||||
"n_afterTextChanged:(Landroid/text/Editable;)V:GetAfterTextChanged_Landroid_text_Editable_Handler:Android.Text.ITextWatcherInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" +
|
||||
"n_beforeTextChanged:(Ljava/lang/CharSequence;III)V:GetBeforeTextChanged_Ljava_lang_CharSequence_IIIHandler:Android.Text.ITextWatcherInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" +
|
||||
"n_onTextChanged:(Ljava/lang/CharSequence;III)V:GetOnTextChanged_Ljava_lang_CharSequence_IIIHandler:Android.Text.ITextWatcherInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" +
|
||||
"";
|
||||
mono.android.Runtime.register ("Microsoft.Maui.Controls.Platform.Compatibility.ShellSearchView, Microsoft.Maui.Controls", ShellSearchView.class, __md_methods);
|
||||
}
|
||||
|
||||
public ShellSearchView (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3)
|
||||
{
|
||||
super (p0, p1, p2, p3);
|
||||
if (getClass () == ShellSearchView.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellSearchView, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, System.Private.CoreLib:System.Int32, System.Private.CoreLib", this, new java.lang.Object[] { p0, p1, p2, p3 });
|
||||
}
|
||||
}
|
||||
|
||||
public ShellSearchView (android.content.Context p0, android.util.AttributeSet p1, int p2)
|
||||
{
|
||||
super (p0, p1, p2);
|
||||
if (getClass () == ShellSearchView.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellSearchView, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android:System.Int32, System.Private.CoreLib", this, new java.lang.Object[] { p0, p1, p2 });
|
||||
}
|
||||
}
|
||||
|
||||
public ShellSearchView (android.content.Context p0, android.util.AttributeSet p1)
|
||||
{
|
||||
super (p0, p1);
|
||||
if (getClass () == ShellSearchView.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellSearchView, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android:Android.Util.IAttributeSet, Mono.Android", this, new java.lang.Object[] { p0, p1 });
|
||||
}
|
||||
}
|
||||
|
||||
public ShellSearchView (android.content.Context p0)
|
||||
{
|
||||
super (p0);
|
||||
if (getClass () == ShellSearchView.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellSearchView, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 });
|
||||
}
|
||||
}
|
||||
|
||||
public void onAttachedToWindow ()
|
||||
{
|
||||
n_onAttachedToWindow ();
|
||||
}
|
||||
|
||||
private native void n_onAttachedToWindow ();
|
||||
|
||||
public void onLayout (boolean p0, int p1, int p2, int p3, int p4)
|
||||
{
|
||||
n_onLayout (p0, p1, p2, p3, p4);
|
||||
}
|
||||
|
||||
private native void n_onLayout (boolean p0, int p1, int p2, int p3, int p4);
|
||||
|
||||
public void onMeasure (int p0, int p1)
|
||||
{
|
||||
n_onMeasure (p0, p1);
|
||||
}
|
||||
|
||||
private native void n_onMeasure (int p0, int p1);
|
||||
|
||||
public boolean onEditorAction (android.widget.TextView p0, int p1, android.view.KeyEvent p2)
|
||||
{
|
||||
return n_onEditorAction (p0, p1, p2);
|
||||
}
|
||||
|
||||
private native boolean n_onEditorAction (android.widget.TextView p0, int p1, android.view.KeyEvent p2);
|
||||
|
||||
public void afterTextChanged (android.text.Editable p0)
|
||||
{
|
||||
n_afterTextChanged (p0);
|
||||
}
|
||||
|
||||
private native void n_afterTextChanged (android.text.Editable p0);
|
||||
|
||||
public void beforeTextChanged (java.lang.CharSequence p0, int p1, int p2, int p3)
|
||||
{
|
||||
n_beforeTextChanged (p0, p1, p2, p3);
|
||||
}
|
||||
|
||||
private native void n_beforeTextChanged (java.lang.CharSequence p0, int p1, int p2, int p3);
|
||||
|
||||
public void onTextChanged (java.lang.CharSequence p0, int p1, int p2, int p3)
|
||||
{
|
||||
n_onTextChanged (p0, p1, p2, p3);
|
||||
}
|
||||
|
||||
private native void n_onTextChanged (java.lang.CharSequence p0, int p1, int p2, int p3);
|
||||
|
||||
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 ();
|
||||
}
|
||||
}
|
||||
+79
@@ -0,0 +1,79 @@
|
||||
package crc640ec207abc449b2ca;
|
||||
|
||||
|
||||
public class ShellSearchViewAdapter
|
||||
extends android.widget.BaseAdapter
|
||||
implements
|
||||
mono.android.IGCUserPeer,
|
||||
android.widget.Filterable
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"n_getCount:()I:GetGetCountHandler\n" +
|
||||
"n_getItem:(I)Ljava/lang/Object;:GetGetItem_IHandler\n" +
|
||||
"n_getItemId:(I)J:GetGetItemId_IHandler\n" +
|
||||
"n_getView:(ILandroid/view/View;Landroid/view/ViewGroup;)Landroid/view/View;:GetGetView_ILandroid_view_View_Landroid_view_ViewGroup_Handler\n" +
|
||||
"n_getFilter:()Landroid/widget/Filter;:GetGetFilterHandler:Android.Widget.IFilterableInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" +
|
||||
"";
|
||||
mono.android.Runtime.register ("Microsoft.Maui.Controls.Platform.Compatibility.ShellSearchViewAdapter, Microsoft.Maui.Controls", ShellSearchViewAdapter.class, __md_methods);
|
||||
}
|
||||
|
||||
public ShellSearchViewAdapter ()
|
||||
{
|
||||
super ();
|
||||
if (getClass () == ShellSearchViewAdapter.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellSearchViewAdapter, Microsoft.Maui.Controls", "", this, new java.lang.Object[] { });
|
||||
}
|
||||
}
|
||||
|
||||
public int getCount ()
|
||||
{
|
||||
return n_getCount ();
|
||||
}
|
||||
|
||||
private native int n_getCount ();
|
||||
|
||||
public java.lang.Object getItem (int p0)
|
||||
{
|
||||
return n_getItem (p0);
|
||||
}
|
||||
|
||||
private native java.lang.Object n_getItem (int p0);
|
||||
|
||||
public long getItemId (int p0)
|
||||
{
|
||||
return n_getItemId (p0);
|
||||
}
|
||||
|
||||
private native long n_getItemId (int p0);
|
||||
|
||||
public android.view.View getView (int p0, android.view.View p1, android.view.ViewGroup p2)
|
||||
{
|
||||
return n_getView (p0, p1, p2);
|
||||
}
|
||||
|
||||
private native android.view.View n_getView (int p0, android.view.View p1, android.view.ViewGroup p2);
|
||||
|
||||
public android.widget.Filter getFilter ()
|
||||
{
|
||||
return n_getFilter ();
|
||||
}
|
||||
|
||||
private native android.widget.Filter n_getFilter ();
|
||||
|
||||
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 ();
|
||||
}
|
||||
}
|
||||
obj/Debug/net10.0-android/android/src/crc640ec207abc449b2ca/ShellSearchViewAdapter_CustomFilter.java
Executable
+62
@@ -0,0 +1,62 @@
|
||||
package crc640ec207abc449b2ca;
|
||||
|
||||
|
||||
public class ShellSearchViewAdapter_CustomFilter
|
||||
extends android.widget.Filter
|
||||
implements
|
||||
mono.android.IGCUserPeer
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"n_performFiltering:(Ljava/lang/CharSequence;)Landroid/widget/Filter$FilterResults;:GetPerformFiltering_Ljava_lang_CharSequence_Handler\n" +
|
||||
"n_publishResults:(Ljava/lang/CharSequence;Landroid/widget/Filter$FilterResults;)V:GetPublishResults_Ljava_lang_CharSequence_Landroid_widget_Filter_FilterResults_Handler\n" +
|
||||
"";
|
||||
mono.android.Runtime.register ("Microsoft.Maui.Controls.Platform.Compatibility.ShellSearchViewAdapter+CustomFilter, Microsoft.Maui.Controls", ShellSearchViewAdapter_CustomFilter.class, __md_methods);
|
||||
}
|
||||
|
||||
public ShellSearchViewAdapter_CustomFilter ()
|
||||
{
|
||||
super ();
|
||||
if (getClass () == ShellSearchViewAdapter_CustomFilter.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellSearchViewAdapter+CustomFilter, Microsoft.Maui.Controls", "", this, new java.lang.Object[] { });
|
||||
}
|
||||
}
|
||||
|
||||
public ShellSearchViewAdapter_CustomFilter (android.widget.BaseAdapter p0)
|
||||
{
|
||||
super ();
|
||||
if (getClass () == ShellSearchViewAdapter_CustomFilter.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellSearchViewAdapter+CustomFilter, Microsoft.Maui.Controls", "Android.Widget.BaseAdapter, Mono.Android", this, new java.lang.Object[] { p0 });
|
||||
}
|
||||
}
|
||||
|
||||
public android.widget.Filter.FilterResults performFiltering (java.lang.CharSequence p0)
|
||||
{
|
||||
return n_performFiltering (p0);
|
||||
}
|
||||
|
||||
private native android.widget.Filter.FilterResults n_performFiltering (java.lang.CharSequence p0);
|
||||
|
||||
public void publishResults (java.lang.CharSequence p0, android.widget.Filter.FilterResults p1)
|
||||
{
|
||||
n_publishResults (p0, p1);
|
||||
}
|
||||
|
||||
private native void n_publishResults (java.lang.CharSequence p0, android.widget.Filter.FilterResults p1);
|
||||
|
||||
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 ();
|
||||
}
|
||||
}
|
||||
+46
@@ -0,0 +1,46 @@
|
||||
package crc640ec207abc449b2ca;
|
||||
|
||||
|
||||
public class ShellSearchViewAdapter_ObjectWrapper
|
||||
extends java.lang.Object
|
||||
implements
|
||||
mono.android.IGCUserPeer
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"n_toString:()Ljava/lang/String;:GetToStringHandler\n" +
|
||||
"";
|
||||
mono.android.Runtime.register ("Microsoft.Maui.Controls.Platform.Compatibility.ShellSearchViewAdapter+ObjectWrapper, Microsoft.Maui.Controls", ShellSearchViewAdapter_ObjectWrapper.class, __md_methods);
|
||||
}
|
||||
|
||||
public ShellSearchViewAdapter_ObjectWrapper ()
|
||||
{
|
||||
super ();
|
||||
if (getClass () == ShellSearchViewAdapter_ObjectWrapper.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellSearchViewAdapter+ObjectWrapper, Microsoft.Maui.Controls", "", this, new java.lang.Object[] { });
|
||||
}
|
||||
}
|
||||
|
||||
public java.lang.String toString ()
|
||||
{
|
||||
return n_toString ();
|
||||
}
|
||||
|
||||
private native java.lang.String n_toString ();
|
||||
|
||||
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 ();
|
||||
}
|
||||
}
|
||||
obj/Debug/net10.0-android/android/src/crc640ec207abc449b2ca/ShellSearchView_ClipDrawableWrapper.java
Executable
+46
@@ -0,0 +1,46 @@
|
||||
package crc640ec207abc449b2ca;
|
||||
|
||||
|
||||
public class ShellSearchView_ClipDrawableWrapper
|
||||
extends androidx.appcompat.graphics.drawable.DrawableWrapperCompat
|
||||
implements
|
||||
mono.android.IGCUserPeer
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"n_draw:(Landroid/graphics/Canvas;)V:GetDraw_Landroid_graphics_Canvas_Handler\n" +
|
||||
"";
|
||||
mono.android.Runtime.register ("Microsoft.Maui.Controls.Platform.Compatibility.ShellSearchView+ClipDrawableWrapper, Microsoft.Maui.Controls", ShellSearchView_ClipDrawableWrapper.class, __md_methods);
|
||||
}
|
||||
|
||||
public ShellSearchView_ClipDrawableWrapper (android.graphics.drawable.Drawable p0)
|
||||
{
|
||||
super (p0);
|
||||
if (getClass () == ShellSearchView_ClipDrawableWrapper.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellSearchView+ClipDrawableWrapper, Microsoft.Maui.Controls", "Android.Graphics.Drawables.Drawable, Mono.Android", this, new java.lang.Object[] { p0 });
|
||||
}
|
||||
}
|
||||
|
||||
public void draw (android.graphics.Canvas p0)
|
||||
{
|
||||
n_draw (p0);
|
||||
}
|
||||
|
||||
private native void n_draw (android.graphics.Canvas 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 ();
|
||||
}
|
||||
}
|
||||
+80
@@ -0,0 +1,80 @@
|
||||
package crc640ec207abc449b2ca;
|
||||
|
||||
|
||||
public class ShellSectionRenderer
|
||||
extends androidx.fragment.app.Fragment
|
||||
implements
|
||||
mono.android.IGCUserPeer,
|
||||
android.view.View.OnClickListener,
|
||||
com.google.android.material.tabs.TabLayoutMediator.TabConfigurationStrategy
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"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_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" +
|
||||
"n_onConfigureTab:(Lcom/google/android/material/tabs/TabLayout$Tab;I)V:GetOnConfigureTab_Lcom_google_android_material_tabs_TabLayout_Tab_IHandler:Google.Android.Material.Tabs.TabLayoutMediator+ITabConfigurationStrategyInvoker, Xamarin.Google.Android.Material\n" +
|
||||
"";
|
||||
mono.android.Runtime.register ("Microsoft.Maui.Controls.Platform.Compatibility.ShellSectionRenderer, Microsoft.Maui.Controls", ShellSectionRenderer.class, __md_methods);
|
||||
}
|
||||
|
||||
public ShellSectionRenderer ()
|
||||
{
|
||||
super ();
|
||||
if (getClass () == ShellSectionRenderer.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellSectionRenderer, Microsoft.Maui.Controls", "", this, new java.lang.Object[] { });
|
||||
}
|
||||
}
|
||||
|
||||
public ShellSectionRenderer (int p0)
|
||||
{
|
||||
super (p0);
|
||||
if (getClass () == ShellSectionRenderer.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellSectionRenderer, Microsoft.Maui.Controls", "System.Int32, System.Private.CoreLib", this, new java.lang.Object[] { p0 });
|
||||
}
|
||||
}
|
||||
|
||||
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 onClick (android.view.View p0)
|
||||
{
|
||||
n_onClick (p0);
|
||||
}
|
||||
|
||||
private native void n_onClick (android.view.View p0);
|
||||
|
||||
public void onConfigureTab (com.google.android.material.tabs.TabLayout.Tab p0, int p1)
|
||||
{
|
||||
n_onConfigureTab (p0, p1);
|
||||
}
|
||||
|
||||
private native void n_onConfigureTab (com.google.android.material.tabs.TabLayout.Tab p0, int p1);
|
||||
|
||||
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 ();
|
||||
}
|
||||
}
|
||||
+54
@@ -0,0 +1,54 @@
|
||||
package crc640ec207abc449b2ca;
|
||||
|
||||
|
||||
public class ShellSectionRenderer_ViewPagerPageChanged
|
||||
extends androidx.viewpager2.widget.ViewPager2.OnPageChangeCallback
|
||||
implements
|
||||
mono.android.IGCUserPeer
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"n_onPageSelected:(I)V:GetOnPageSelected_IHandler\n" +
|
||||
"";
|
||||
mono.android.Runtime.register ("Microsoft.Maui.Controls.Platform.Compatibility.ShellSectionRenderer+ViewPagerPageChanged, Microsoft.Maui.Controls", ShellSectionRenderer_ViewPagerPageChanged.class, __md_methods);
|
||||
}
|
||||
|
||||
public ShellSectionRenderer_ViewPagerPageChanged ()
|
||||
{
|
||||
super ();
|
||||
if (getClass () == ShellSectionRenderer_ViewPagerPageChanged.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellSectionRenderer+ViewPagerPageChanged, Microsoft.Maui.Controls", "", this, new java.lang.Object[] { });
|
||||
}
|
||||
}
|
||||
|
||||
public ShellSectionRenderer_ViewPagerPageChanged (crc640ec207abc449b2ca.ShellSectionRenderer p0)
|
||||
{
|
||||
super ();
|
||||
if (getClass () == ShellSectionRenderer_ViewPagerPageChanged.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellSectionRenderer+ViewPagerPageChanged, Microsoft.Maui.Controls", "Microsoft.Maui.Controls.Platform.Compatibility.ShellSectionRenderer, Microsoft.Maui.Controls", this, new java.lang.Object[] { p0 });
|
||||
}
|
||||
}
|
||||
|
||||
public void onPageSelected (int p0)
|
||||
{
|
||||
n_onPageSelected (p0);
|
||||
}
|
||||
|
||||
private native void n_onPageSelected (int 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 ();
|
||||
}
|
||||
}
|
||||
+47
@@ -0,0 +1,47 @@
|
||||
package crc640ec207abc449b2ca;
|
||||
|
||||
|
||||
public class ShellToolbarTracker
|
||||
extends java.lang.Object
|
||||
implements
|
||||
mono.android.IGCUserPeer,
|
||||
android.view.View.OnClickListener
|
||||
{
|
||||
/** @hide */
|
||||
public 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 ("Microsoft.Maui.Controls.Platform.Compatibility.ShellToolbarTracker, Microsoft.Maui.Controls", ShellToolbarTracker.class, __md_methods);
|
||||
}
|
||||
|
||||
public ShellToolbarTracker ()
|
||||
{
|
||||
super ();
|
||||
if (getClass () == ShellToolbarTracker.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellToolbarTracker, Microsoft.Maui.Controls", "", this, new java.lang.Object[] { });
|
||||
}
|
||||
}
|
||||
|
||||
public void onClick (android.view.View p0)
|
||||
{
|
||||
n_onClick (p0);
|
||||
}
|
||||
|
||||
private native void n_onClick (android.view.View 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 ();
|
||||
}
|
||||
}
|
||||
+46
@@ -0,0 +1,46 @@
|
||||
package crc640ec207abc449b2ca;
|
||||
|
||||
|
||||
public class ShellToolbarTracker_FlyoutIconDrawerDrawable
|
||||
extends androidx.appcompat.graphics.drawable.DrawerArrowDrawable
|
||||
implements
|
||||
mono.android.IGCUserPeer
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"n_draw:(Landroid/graphics/Canvas;)V:GetDraw_Landroid_graphics_Canvas_Handler\n" +
|
||||
"";
|
||||
mono.android.Runtime.register ("Microsoft.Maui.Controls.Platform.Compatibility.ShellToolbarTracker+FlyoutIconDrawerDrawable, Microsoft.Maui.Controls", ShellToolbarTracker_FlyoutIconDrawerDrawable.class, __md_methods);
|
||||
}
|
||||
|
||||
public ShellToolbarTracker_FlyoutIconDrawerDrawable (android.content.Context p0)
|
||||
{
|
||||
super (p0);
|
||||
if (getClass () == ShellToolbarTracker_FlyoutIconDrawerDrawable.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.Compatibility.ShellToolbarTracker+FlyoutIconDrawerDrawable, Microsoft.Maui.Controls", "Android.Content.Context, Mono.Android", this, new java.lang.Object[] { p0 });
|
||||
}
|
||||
}
|
||||
|
||||
public void draw (android.graphics.Canvas p0)
|
||||
{
|
||||
n_draw (p0);
|
||||
}
|
||||
|
||||
private native void n_draw (android.graphics.Canvas 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 ();
|
||||
}
|
||||
}
|
||||
Executable
+46
@@ -0,0 +1,46 @@
|
||||
package crc64338477404e88479c;
|
||||
|
||||
|
||||
public class ColorChangeRevealDrawable
|
||||
extends android.graphics.drawable.AnimationDrawable
|
||||
implements
|
||||
mono.android.IGCUserPeer
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"n_draw:(Landroid/graphics/Canvas;)V:GetDraw_Landroid_graphics_Canvas_Handler\n" +
|
||||
"";
|
||||
mono.android.Runtime.register ("Microsoft.Maui.Controls.Platform.ColorChangeRevealDrawable, Microsoft.Maui.Controls", ColorChangeRevealDrawable.class, __md_methods);
|
||||
}
|
||||
|
||||
public ColorChangeRevealDrawable ()
|
||||
{
|
||||
super ();
|
||||
if (getClass () == ColorChangeRevealDrawable.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.ColorChangeRevealDrawable, Microsoft.Maui.Controls", "", this, new java.lang.Object[] { });
|
||||
}
|
||||
}
|
||||
|
||||
public void draw (android.graphics.Canvas p0)
|
||||
{
|
||||
n_draw (p0);
|
||||
}
|
||||
|
||||
private native void n_draw (android.graphics.Canvas 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 ();
|
||||
}
|
||||
}
|
||||
Executable
+62
@@ -0,0 +1,62 @@
|
||||
package crc64338477404e88479c;
|
||||
|
||||
|
||||
public class ControlsAccessibilityDelegate
|
||||
extends crc6452ffdc5b34af3a0f.AccessibilityDelegateCompatWrapper
|
||||
implements
|
||||
mono.android.IGCUserPeer
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"n_onInitializeAccessibilityNodeInfo:(Landroid/view/View;Landroidx/core/view/accessibility/AccessibilityNodeInfoCompat;)V:GetOnInitializeAccessibilityNodeInfo_Landroid_view_View_Landroidx_core_view_accessibility_AccessibilityNodeInfoCompat_Handler\n" +
|
||||
"";
|
||||
mono.android.Runtime.register ("Microsoft.Maui.Controls.Platform.ControlsAccessibilityDelegate, Microsoft.Maui.Controls", ControlsAccessibilityDelegate.class, __md_methods);
|
||||
}
|
||||
|
||||
public ControlsAccessibilityDelegate ()
|
||||
{
|
||||
super ();
|
||||
if (getClass () == ControlsAccessibilityDelegate.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.ControlsAccessibilityDelegate, Microsoft.Maui.Controls", "", this, new java.lang.Object[] { });
|
||||
}
|
||||
}
|
||||
|
||||
public ControlsAccessibilityDelegate (android.view.View.AccessibilityDelegate p0)
|
||||
{
|
||||
super (p0);
|
||||
if (getClass () == ControlsAccessibilityDelegate.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.ControlsAccessibilityDelegate, Microsoft.Maui.Controls", "Android.Views.View+AccessibilityDelegate, Mono.Android", this, new java.lang.Object[] { p0 });
|
||||
}
|
||||
}
|
||||
|
||||
public ControlsAccessibilityDelegate (androidx.core.view.AccessibilityDelegateCompat p0)
|
||||
{
|
||||
super ();
|
||||
if (getClass () == ControlsAccessibilityDelegate.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.ControlsAccessibilityDelegate, Microsoft.Maui.Controls", "AndroidX.Core.View.AccessibilityDelegateCompat, Xamarin.AndroidX.Core", this, new java.lang.Object[] { p0 });
|
||||
}
|
||||
}
|
||||
|
||||
public void onInitializeAccessibilityNodeInfo (android.view.View p0, androidx.core.view.accessibility.AccessibilityNodeInfoCompat p1)
|
||||
{
|
||||
n_onInitializeAccessibilityNodeInfo (p0, p1);
|
||||
}
|
||||
|
||||
private native void n_onInitializeAccessibilityNodeInfo (android.view.View p0, androidx.core.view.accessibility.AccessibilityNodeInfoCompat p1);
|
||||
|
||||
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 ();
|
||||
}
|
||||
}
|
||||
Executable
+47
@@ -0,0 +1,47 @@
|
||||
package crc64338477404e88479c;
|
||||
|
||||
|
||||
public class DragAndDropGestureHandler
|
||||
extends java.lang.Object
|
||||
implements
|
||||
mono.android.IGCUserPeer,
|
||||
android.view.View.OnDragListener
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"n_onDrag:(Landroid/view/View;Landroid/view/DragEvent;)Z:GetOnDrag_Landroid_view_View_Landroid_view_DragEvent_Handler:Android.Views.View+IOnDragListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" +
|
||||
"";
|
||||
mono.android.Runtime.register ("Microsoft.Maui.Controls.Platform.DragAndDropGestureHandler, Microsoft.Maui.Controls", DragAndDropGestureHandler.class, __md_methods);
|
||||
}
|
||||
|
||||
public DragAndDropGestureHandler ()
|
||||
{
|
||||
super ();
|
||||
if (getClass () == DragAndDropGestureHandler.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.DragAndDropGestureHandler, Microsoft.Maui.Controls", "", this, new java.lang.Object[] { });
|
||||
}
|
||||
}
|
||||
|
||||
public boolean onDrag (android.view.View p0, android.view.DragEvent p1)
|
||||
{
|
||||
return n_onDrag (p0, p1);
|
||||
}
|
||||
|
||||
private native boolean n_onDrag (android.view.View p0, android.view.DragEvent p1);
|
||||
|
||||
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 ();
|
||||
}
|
||||
}
|
||||
+38
@@ -0,0 +1,38 @@
|
||||
package crc64338477404e88479c;
|
||||
|
||||
|
||||
public class DragAndDropGestureHandler_CustomLocalStateData
|
||||
extends java.lang.Object
|
||||
implements
|
||||
mono.android.IGCUserPeer
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"";
|
||||
mono.android.Runtime.register ("Microsoft.Maui.Controls.Platform.DragAndDropGestureHandler+CustomLocalStateData, Microsoft.Maui.Controls", DragAndDropGestureHandler_CustomLocalStateData.class, __md_methods);
|
||||
}
|
||||
|
||||
public DragAndDropGestureHandler_CustomLocalStateData ()
|
||||
{
|
||||
super ();
|
||||
if (getClass () == DragAndDropGestureHandler_CustomLocalStateData.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.DragAndDropGestureHandler+CustomLocalStateData, Microsoft.Maui.Controls", "", this, new java.lang.Object[] { });
|
||||
}
|
||||
}
|
||||
|
||||
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 ();
|
||||
}
|
||||
}
|
||||
+70
@@ -0,0 +1,70 @@
|
||||
package crc64338477404e88479c;
|
||||
|
||||
|
||||
public class FragmentContainer
|
||||
extends androidx.fragment.app.Fragment
|
||||
implements
|
||||
mono.android.IGCUserPeer
|
||||
{
|
||||
/** @hide */
|
||||
public static final String __md_methods;
|
||||
static {
|
||||
__md_methods =
|
||||
"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_onResume:()V:GetOnResumeHandler\n" +
|
||||
"";
|
||||
mono.android.Runtime.register ("Microsoft.Maui.Controls.Platform.FragmentContainer, Microsoft.Maui.Controls", FragmentContainer.class, __md_methods);
|
||||
}
|
||||
|
||||
public FragmentContainer ()
|
||||
{
|
||||
super ();
|
||||
if (getClass () == FragmentContainer.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.FragmentContainer, Microsoft.Maui.Controls", "", this, new java.lang.Object[] { });
|
||||
}
|
||||
}
|
||||
|
||||
public FragmentContainer (int p0)
|
||||
{
|
||||
super (p0);
|
||||
if (getClass () == FragmentContainer.class) {
|
||||
mono.android.TypeManager.Activate ("Microsoft.Maui.Controls.Platform.FragmentContainer, Microsoft.Maui.Controls", "System.Int32, System.Private.CoreLib", this, new java.lang.Object[] { p0 });
|
||||
}
|
||||
}
|
||||
|
||||
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 onResume ()
|
||||
{
|
||||
n_onResume ();
|
||||
}
|
||||
|
||||
private native void n_onResume ();
|
||||
|
||||
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 ();
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user