-
  • WidgetKickUser$binding$2
  • - -
  • WidgetLeaveGuildDialog$binding$2
  • - -
  • WidgetChatInput$configureSendListeners$7$1
  • +
  • Constants
  • -
  • Main
  • +
  • CollectionUtils
  • Http
  • -
  • Constants
  • +
  • Main
  • PluginManager
  • -
  • CollectionUtils
  • -
  • Logger
  • SettingsUtilsJSON
  • Utils
  • -
  • MessageEmbedBuilder
  • - -
  • NotificationData
  • - -
  • CommandContext
  • +
  • MDUtils
  • -
  • Plugin
  • +
  • ChannelUtils
  • -
  • PluginCard
  • +
  • ReflectUtils
  • -
  • UpdaterPluginCard
  • +
  • IOUtils
  • -
  • LinearLayout
  • +
  • MapUtils
  • -
  • BottomSheet
  • +
  • ChangelogUtils
  • -
  • FailedPluginWidget
  • +
  • DimenUtils
  • -
  • PluginUpdater
  • +
  • GsonUtils
  • -
  • Updater
  • +
  • RNSuperProperties
  • -
  • Plugins
  • +
  • LazyField
  • -
  • Updater
  • +
  • RxUtils
  • -
  • AliucordPage
  • +
  • ReflectDelegatesKt
  • -
  • Crashes
  • +
  • AppFragmentProxy
  • -
  • FailedPluginsPage
  • +
  • FragmentProxy
  • -
  • SettingsDelegate
  • +
  • ConfirmDialog
  • -
  • AliucordPageKt
  • +
  • SettingsPage
  • -
  • SettingsDelegatesKt
  • +
  • InputDialog
  • -
  • SettingsPage
  • +
  • SelectDialog
  • -
  • AppFragmentProxy
  • +
  • Divider
  • -
  • InputDialog
  • +
  • DangerButton
  • -
  • FragmentProxy
  • +
  • Button
  • -
  • ConfirmDialog
  • +
  • SaveButton
  • -
  • SelectDialog
  • +
  • TextInput
  • -
  • PatcherAPI
  • +
  • ToolbarButton
  • -
  • CommandsAPI
  • +
  • BottomSheet
  • -
  • SettingsAPI
  • +
  • LinearLayout
  • -
  • NotificationsAPI
  • +
  • UpdaterPluginCard
  • -
  • ButtonsAPI
  • +
  • PluginCard
  • -
  • GatewayAPI
  • +
  • FailedPluginWidget
  • Patcher
  • @@ -117,41 +107,51 @@

    All Classes

  • PatcherExtensionsKt
  • -
  • ReflectUtils
  • +
  • CommandContext
  • -
  • IOUtils
  • +
  • MessageEmbedBuilder
  • -
  • ChannelUtils
  • +
  • Plugin
  • -
  • MDUtils
  • +
  • NotificationData
  • -
  • MapUtils
  • +
  • Plugins
  • -
  • ChangelogUtils
  • +
  • Updater
  • -
  • DimenUtils
  • +
  • AliucordPage
  • -
  • GsonUtils
  • +
  • Crashes
  • -
  • RNSuperProperties
  • +
  • FailedPluginsPage
  • -
  • LazyField
  • +
  • SettingsDelegate
  • -
  • RxUtils
  • +
  • AliucordPageKt
  • -
  • ReflectDelegatesKt
  • +
  • SettingsDelegatesKt
  • -
  • DangerButton
  • +
  • Updater
  • -
  • SaveButton
  • +
  • PluginUpdater
  • -
  • ToolbarButton
  • +
  • CommandsAPI
  • -
  • Divider
  • +
  • NotificationsAPI
  • -
  • Button
  • +
  • SettingsAPI
  • -
  • TextInput
  • +
  • PatcherAPI
  • + +
  • ButtonsAPI
  • + +
  • GatewayAPI
  • + +
  • WidgetChatInput$configureSendListeners$7$1
  • + +
  • WidgetLeaveGuildDialog$binding$2
  • + +
  • WidgetKickUser$binding$2
  • AliucordPlugin
  • diff --git a/javadoc/com/aliucord/Logger.html b/javadoc/com/aliucord/Logger.html index de7d9ff1..03cd0b44 100644 --- a/javadoc/com/aliucord/Logger.html +++ b/javadoc/com/aliucord/Logger.html @@ -270,7 +270,7 @@

    Method Summary

    verbose(String msg) - Logs a Log.VERBOSE message + Logs a Log.VERBOSE message @@ -278,7 +278,7 @@

    Method Summary

    debug(String msg) - Logs a Log.DEBUG message + Logs a Log.DEBUG message @@ -286,7 +286,7 @@

    Method Summary

    info(String msg, Throwable throwable) - Logs a Log.INFO message and prints the stacktrace of the exception + Logs a Log.INFO message and prints the stacktrace of the exception @@ -294,7 +294,7 @@

    Method Summary

    info(String msg) - Logs a Log.INFO message and prints the stacktrace of the exception + Logs a Log.INFO message and prints the stacktrace of the exception @@ -302,7 +302,7 @@

    Method Summary

    info(Context ctx, String msg) - Logs a Log.INFO message, and shows it to the user as a toast + Logs a Log.INFO message, and shows it to the user as a toast @@ -310,7 +310,7 @@

    Method Summary

    infoToast(String msg) - Logs a Log.INFO message, and shows it to the user as a toast + Logs a Log.INFO message, and shows it to the user as a toast @@ -318,7 +318,7 @@

    Method Summary

    warn(String msg, Throwable throwable) - Logs a Log.WARN message and prints the stacktrace of the exception + Logs a Log.WARN message and prints the stacktrace of the exception @@ -326,7 +326,7 @@

    Method Summary

    warn(String msg) - Logs a Log.WARN message and prints the stacktrace of the exception + Logs a Log.WARN message and prints the stacktrace of the exception @@ -342,7 +342,7 @@

    Method Summary

    error(String msg, Throwable throwable) - Logs a Log.ERROR message and prints the stacktrace of the exception + Logs a Log.ERROR message and prints the stacktrace of the exception @@ -366,7 +366,7 @@

    Method Summary

    errorToast(String msg, Throwable throwable) - Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception + Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception @@ -374,7 +374,7 @@

    Method Summary

    errorToast(String msg) - Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception + Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception @@ -382,7 +382,7 @@

    Method Summary

    errorToast(Context ctx, String msg, Throwable throwable) - Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception + Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception @@ -390,7 +390,7 @@

    Method Summary

    errorToast(Context ctx, String msg) - Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception + Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception @@ -504,7 +504,7 @@

    setModule

  • verbose

     final Unit verbose(String msg)
    -

    Logs a Log.VERBOSE message

    +

    Logs a Log.VERBOSE message

    Parameters:
    @@ -528,7 +528,7 @@

    verbose

  • debug

     final Unit debug(String msg)
    -

    Logs a Log.DEBUG message

    +

    Logs a Log.DEBUG message

    Parameters:
    @@ -552,7 +552,7 @@

    debug

  • info

     final Unit info(String msg, Throwable throwable)
    -

    Logs a Log.INFO message and prints the stacktrace of the exception

    +

    Logs a Log.INFO message and prints the stacktrace of the exception

    Parameters:
    @@ -580,7 +580,7 @@

    info

  • info

     final Unit info(String msg)
    -

    Logs a Log.INFO message and prints the stacktrace of the exception

    +

    Logs a Log.INFO message and prints the stacktrace of the exception

    Parameters:
    @@ -604,7 +604,7 @@

    info

  • info

     final Unit info(Context ctx, String msg)
    -

    Logs a Log.INFO message, and shows it to the user as a toast

    +

    Logs a Log.INFO message, and shows it to the user as a toast

    Parameters:
    @@ -630,7 +630,7 @@

    info

  • infoToast

     final Unit infoToast(String msg)
    -

    Logs a Log.INFO message, and shows it to the user as a toast

    +

    Logs a Log.INFO message, and shows it to the user as a toast

    Parameters:
    @@ -654,7 +654,7 @@

    infoToast

  • warn

     final Unit warn(String msg, Throwable throwable)
    -

    Logs a Log.WARN message and prints the stacktrace of the exception

    +

    Logs a Log.WARN message and prints the stacktrace of the exception

    Parameters:
    @@ -682,7 +682,7 @@

    warn

  • warn

     final Unit warn(String msg)
    -

    Logs a Log.WARN message and prints the stacktrace of the exception

    +

    Logs a Log.WARN message and prints the stacktrace of the exception

    Parameters:
    @@ -730,7 +730,7 @@

    error

  • error

     final Unit error(String msg, Throwable throwable)
    -

    Logs a Log.ERROR message and prints the stacktrace of the exception

    +

    Logs a Log.ERROR message and prints the stacktrace of the exception

    Parameters:
    @@ -808,7 +808,7 @@

    errorToast

  • errorToast

     final Unit errorToast(String msg, Throwable throwable)
    -

    Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception

    +

    Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception

    Parameters:
    @@ -836,7 +836,7 @@

    errorToast

  • errorToast

     final Unit errorToast(String msg)
    -

    Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception

    +

    Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception

    Parameters:
    @@ -860,7 +860,7 @@

    errorToast

  • errorToast

     final Unit errorToast(Context ctx, String msg, Throwable throwable)
    -

    Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception

    +

    Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception

    Parameters:
    @@ -890,7 +890,7 @@

    errorToast

  • errorToast

     final Unit errorToast(Context ctx, String msg)
    -

    Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception

    +

    Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception

    Parameters:
    diff --git a/javadoc/com/aliucord/Utils.html b/javadoc/com/aliucord/Utils.html index 3d0c86d9..e7bc5e41 100644 --- a/javadoc/com/aliucord/Utils.html +++ b/javadoc/com/aliucord/Utils.html @@ -1609,7 +1609,7 @@

    createCheckedSetting

  • tintToTheme

     final static Drawable tintToTheme(Drawable drawable)
    -

    Tints a Drawable to match the user's current theme. More specifically, tints the drawable to R.c.primary_light_600 if the user is using light theme, R.c.primary_dark_300 otherwise

    Make sure you call Drawable.mutate first or the drawable will change in the entire app.

    +

    Tints a Drawable to match the user's current theme. More specifically, tints the drawable to R.c.primary_light_600 if the user is using light theme, R.c.primary_dark_300 otherwise

    Make sure you call Drawable.mutate first or the drawable will change in the entire app.

    Parameters:
    diff --git a/javadoc/com/aliucord/api/package-summary.html b/javadoc/com/aliucord/api/package-summary.html index c853ab8a..f2aace2e 100644 --- a/javadoc/com/aliucord/api/package-summary.html +++ b/javadoc/com/aliucord/api/package-summary.html @@ -115,15 +115,15 @@

    Package com.aliucord.api

    - PatcherAPI + CommandResultCommand result - CommandResultCommand result + CommandsAPI - CommandsAPI + NotificationsAPI SettingsAPI - NotificationsAPI + PatcherAPI ButtonDataStores data about a button diff --git a/javadoc/com/aliucord/entities/package-summary.html b/javadoc/com/aliucord/entities/package-summary.html index 67d2add3..a39233aa 100644 --- a/javadoc/com/aliucord/entities/package-summary.html +++ b/javadoc/com/aliucord/entities/package-summary.html @@ -115,21 +115,21 @@

    Package com.aliucord.entities

    - MessageEmbedBuildercom.discord.api.message.embed.MessageEmbed builder - - NotificationDataNotification builder. - RequiredArgumentWasNullExceptionLooks like Discord's required args are unreliable and are sometimes accepted even if empty. CommandContextContext passed to command executors - AuthorPlugin Author + MessageEmbedBuildercom.discord.api.message.embed.MessageEmbed builder + + AuthorPlugin Author - ManifestPlugin Manifest + ManifestPlugin Manifest - SettingsTabPlugin SettingsTab + SettingsTabPlugin SettingsTab - PluginBase Plugin class all plugins must extend + PluginBase Plugin class all plugins must extend + + NotificationDataNotification builder. diff --git a/javadoc/com/aliucord/fragments/ConfirmDialog.html b/javadoc/com/aliucord/fragments/ConfirmDialog.html index b34144e6..5d38084b 100644 --- a/javadoc/com/aliucord/fragments/ConfirmDialog.html +++ b/javadoc/com/aliucord/fragments/ConfirmDialog.html @@ -226,25 +226,25 @@

    Field Summary

    public final static int - STYLE_NORMAL + STYLE_NORMAL public final static int - STYLE_NO_TITLE + STYLE_NO_TITLE public final static int - STYLE_NO_FRAME + STYLE_NO_FRAME public final static int - STYLE_NO_INPUT + STYLE_NO_INPUT diff --git a/javadoc/com/aliucord/fragments/InputDialog.html b/javadoc/com/aliucord/fragments/InputDialog.html index 640624bb..b69248cd 100644 --- a/javadoc/com/aliucord/fragments/InputDialog.html +++ b/javadoc/com/aliucord/fragments/InputDialog.html @@ -233,25 +233,25 @@

    Field Summary

    public final static int - STYLE_NORMAL + STYLE_NORMAL public final static int - STYLE_NO_TITLE + STYLE_NO_TITLE public final static int - STYLE_NO_FRAME + STYLE_NO_FRAME public final static int - STYLE_NO_INPUT + STYLE_NO_INPUT diff --git a/javadoc/com/aliucord/fragments/SettingsPage.html b/javadoc/com/aliucord/fragments/SettingsPage.html index 4436bb13..ae4ffc12 100644 --- a/javadoc/com/aliucord/fragments/SettingsPage.html +++ b/javadoc/com/aliucord/fragments/SettingsPage.html @@ -209,25 +209,25 @@

    Field Summary

    public boolean - isRecreated + isRecreated public LoggingConfig - loggingConfig + loggingConfig public Subject<Void, Void> - unsubscribeSignal + unsubscribeSignal public static int - a + a @@ -321,7 +321,7 @@

    Method Summary

    final LinearLayout - getLinearLayout() + getLinearLayout() Returns the LinearLayout associated with this Page @@ -329,7 +329,7 @@

    Method Summary

    void - removeScrollView() + removeScrollView() All Pages are wrapped into a Scrollview. @@ -337,7 +337,7 @@

    Method Summary

    final Toolbar - getHeaderBar() + getHeaderBar() Returns the Toolbar associated with this Page @@ -345,7 +345,7 @@

    Method Summary

    final void - setPadding(int p) + setPadding(int p) Sets the padding of the LinearLayout associated with this Page @@ -353,7 +353,7 @@

    Method Summary

    final int - addHeaderButton(int id, int order, String title, Drawable drawable, MenuItem.OnMenuItemClickListener onClick) + addHeaderButton(int id, int order, String title, Drawable drawable, MenuItem.OnMenuItemClickListener onClick) Add a button to the header Toolbar of this page @@ -361,7 +361,7 @@

    Method Summary

    final int - addHeaderButton(int id, String title, Drawable drawable, MenuItem.OnMenuItemClickListener onClick) + addHeaderButton(int id, String title, Drawable drawable, MenuItem.OnMenuItemClickListener onClick) Add a button to the header Toolbar of this page @@ -369,7 +369,7 @@

    Method Summary

    final int - addHeaderButton(String title, Drawable drawable, MenuItem.OnMenuItemClickListener onClick) + addHeaderButton(String title, Drawable drawable, MenuItem.OnMenuItemClickListener onClick) Add a button to the header Toolbar of this page @@ -377,7 +377,7 @@

    Method Summary

    final int - addHeaderButton(String title, @DrawableRes() int drawableId, MenuItem.OnMenuItemClickListener onClick) + addHeaderButton(String title, @DrawableRes() int drawableId, MenuItem.OnMenuItemClickListener onClick) Add a button to the header Toolbar of this page @@ -385,7 +385,7 @@

    Method Summary

    final void - addHeaderButton(ToolbarButton button) + addHeaderButton(ToolbarButton button) Adds a button from the Toolbar associated with this Page @@ -393,7 +393,7 @@

    Method Summary

    final void - removeHeaderButton(ToolbarButton button) + removeHeaderButton(ToolbarButton button) Removes a button to the Toolbar associated with this Page @@ -401,7 +401,7 @@

    Method Summary

    final void - removeHeaderButton(int id) + removeHeaderButton(int id) @@ -409,7 +409,7 @@

    Method Summary

    final void - addDivider(Context context) + addDivider(Context context) Adds a Divider @@ -417,7 +417,7 @@

    Method Summary

    final void - addHeader(Context context, String text) + addHeader(Context context, String text) Add a header @@ -425,7 +425,7 @@

    Method Summary

    final void - addView(View view) + addView(View view) Adds a view to the LinearLayout associated with this Page @@ -433,7 +433,7 @@

    Method Summary

    final void - removeView(View view) + removeView(View view) Removes a view from the LinearLayout associated with this Page @@ -441,7 +441,7 @@

    Method Summary

    final void - clear() + clear() Removes all views from the LinearLayout associated with this Page @@ -449,7 +449,7 @@

    Method Summary

    final void - reRender() + reRender() Removes all views from the LinearLayout associated with this Page and calls onViewBound @@ -457,7 +457,7 @@

    Method Summary

    final void - close() + close() Closes this SettingsPage by simulating a back press @@ -465,7 +465,7 @@

    Method Summary

    final Context - getContext() + getContext() @@ -559,7 +559,7 @@

    onViewBound

    >
  • getLinearLayout

    -
     final LinearLayout getLinearLayout()
    +
     final LinearLayout getLinearLayout()

    Returns the LinearLayout associated with this Page

    @@ -574,7 +574,7 @@

    getLinearLayout

    >
  • removeScrollView

    -
     void removeScrollView()
    +
     void removeScrollView()

    All Pages are wrapped into a Scrollview. This makes it so that if the page extends the screen height, it will automatically be scrollable, however it introduces lag if you add a recycler and may mess up your layout.

    This method removes the scrollview so you are only working with a linear layout.

    @@ -589,7 +589,7 @@

    removeScrollView

    >
  • getHeaderBar

    -
     final Toolbar getHeaderBar()
    +
     final Toolbar getHeaderBar()

    Returns the Toolbar associated with this Page

    @@ -604,7 +604,7 @@

    getHeaderBar

    >
  • setPadding

    -
     final void setPadding(int p)
    +
     final void setPadding(int p)

    Sets the padding of the LinearLayout associated with this Page

    @@ -619,7 +619,7 @@

    setPadding

    >
  • addHeaderButton

    -
     final int addHeaderButton(int id, int order, String title, Drawable drawable, MenuItem.OnMenuItemClickListener onClick)
    +
     final int addHeaderButton(int id, int order, String title, Drawable drawable, MenuItem.OnMenuItemClickListener onClick)

    Add a button to the header Toolbar of this page

    @@ -659,7 +659,7 @@

    addHeaderButton

    >
  • addHeaderButton

    -
     final int addHeaderButton(int id, String title, Drawable drawable, MenuItem.OnMenuItemClickListener onClick)
    +
     final int addHeaderButton(int id, String title, Drawable drawable, MenuItem.OnMenuItemClickListener onClick)

    Add a button to the header Toolbar of this page

    @@ -695,7 +695,7 @@

    addHeaderButton

    >
  • addHeaderButton

    -
     final int addHeaderButton(String title, Drawable drawable, MenuItem.OnMenuItemClickListener onClick)
    +
     final int addHeaderButton(String title, Drawable drawable, MenuItem.OnMenuItemClickListener onClick)

    Add a button to the header Toolbar of this page

    @@ -727,7 +727,7 @@

    addHeaderButton

    >
  • addHeaderButton

    -
     final int addHeaderButton(String title, @DrawableRes() int drawableId, MenuItem.OnMenuItemClickListener onClick)
    +
     final int addHeaderButton(String title, @DrawableRes() int drawableId, MenuItem.OnMenuItemClickListener onClick)

    Add a button to the header Toolbar of this page

    @@ -759,7 +759,7 @@

    addHeaderButton

    >
  • addHeaderButton

    -
    @Deprecated() final void addHeaderButton(ToolbarButton button)
    +
    @Deprecated() final void addHeaderButton(ToolbarButton button)

    Adds a button from the Toolbar associated with this Page

    @@ -774,7 +774,7 @@

    addHeaderButton

    >
  • removeHeaderButton

    -
    @Deprecated() final void removeHeaderButton(ToolbarButton button)
    +
    @Deprecated() final void removeHeaderButton(ToolbarButton button)

    Removes a button to the Toolbar associated with this Page

    @@ -789,7 +789,7 @@

    removeHeaderButton

    >
  • removeHeaderButton

    -
     final void removeHeaderButton(int id)
    +
     final void removeHeaderButton(int id)
    @@ -804,7 +804,7 @@

    removeHeaderButton

    >
  • addDivider

    -
     final void addDivider(Context context)
    +
     final void addDivider(Context context)

    Adds a Divider

    @@ -828,7 +828,7 @@

    addDivider

    >
  • addHeader

    -
     final void addHeader(Context context, String text)
    +
     final void addHeader(Context context, String text)

    Add a header

    @@ -856,7 +856,7 @@

    addHeader

    >
  • addView

    -
     final void addView(View view)
    +
     final void addView(View view)

    Adds a view to the LinearLayout associated with this Page

    @@ -871,7 +871,7 @@

    addView

    >
  • removeView

    -
     final void removeView(View view)
    +
     final void removeView(View view)

    Removes a view from the LinearLayout associated with this Page

    @@ -886,7 +886,7 @@

    removeView

    >
  • clear

    -
     final void clear()
    +
     final void clear()

    Removes all views from the LinearLayout associated with this Page

    @@ -901,7 +901,7 @@

    clear

    >
  • reRender

    -
     final void reRender()
    +
     final void reRender()

    Removes all views from the LinearLayout associated with this Page and calls onViewBound

    @@ -916,7 +916,7 @@

    reRender

    >
  • close

    -
     final void close()
    +
     final void close()

    Closes this SettingsPage by simulating a back press

    @@ -931,7 +931,7 @@

    close

    >
  • getContext

    -
     final Context getContext()
    +
     final Context getContext()
    diff --git a/javadoc/com/aliucord/fragments/package-summary.html b/javadoc/com/aliucord/fragments/package-summary.html index 65b366f5..1e73084e 100644 --- a/javadoc/com/aliucord/fragments/package-summary.html +++ b/javadoc/com/aliucord/fragments/package-summary.html @@ -115,16 +115,16 @@

    Package com.aliucord.fragments

    - SettingsPageSettings Page Fragment - - AppFragmentProxy - - InputDialogCreates a Input Dialog similar to the Kick User dialog. + AppFragmentProxy FragmentProxy ConfirmDialogCreates a Confirmation Dialog similar to the Leave Guild dialog. + SettingsPageSettings Page Fragment + + InputDialogCreates a Input Dialog similar to the Kick User dialog. + SelectDialogCreates a dialog similar to the language picker, allows you to supply a list of options for a user to select from. diff --git a/javadoc/com/aliucord/package-summary.html b/javadoc/com/aliucord/package-summary.html index 326cf62f..278dfcc0 100644 --- a/javadoc/com/aliucord/package-summary.html +++ b/javadoc/com/aliucord/package-summary.html @@ -115,29 +115,29 @@

    Package com.aliucord

    - Main + Icons - HttpException + Fonts - QueryBuilderQueryString Builder + Constants - MultiPartBuilderUtility to build MultiPart requests + CollectionUtilsUtility class to work with collections, inspired by Javascript array methods - RequestRequest Builder + HttpException - ResponseResponse obtained by calling Request. + QueryBuilderQueryString Builder - HttpHttp Utilities + MultiPartBuilderUtility to build MultiPart requests - Icons + RequestRequest Builder - Fonts + ResponseResponse obtained by calling Request. - Constants + HttpHttp Utilities - PluginManagerAliucord's Plugin Manager + Main - CollectionUtilsUtility class to work with collections, inspired by Javascript array methods + PluginManagerAliucord's Plugin Manager LoggerLogger that will log to both logcat and Discord's debug log diff --git a/javadoc/com/aliucord/settings/AliucordPage.html b/javadoc/com/aliucord/settings/AliucordPage.html index 065fbcb0..5cae2b04 100644 --- a/javadoc/com/aliucord/settings/AliucordPage.html +++ b/javadoc/com/aliucord/settings/AliucordPage.html @@ -174,19 +174,19 @@

    Field Summary

    private final Boolean - isRecreated + isRecreated private final LoggingConfig - loggingConfig + loggingConfig private final Subject<Void, Void> - unsubscribeSignal + unsubscribeSignal diff --git a/javadoc/com/aliucord/settings/Crashes.html b/javadoc/com/aliucord/settings/Crashes.html index 7e213595..52625600 100644 --- a/javadoc/com/aliucord/settings/Crashes.html +++ b/javadoc/com/aliucord/settings/Crashes.html @@ -174,19 +174,19 @@

    Field Summary

    private final Boolean - isRecreated + isRecreated private final LoggingConfig - loggingConfig + loggingConfig private final Subject<Void, Void> - unsubscribeSignal + unsubscribeSignal diff --git a/javadoc/com/aliucord/settings/FailedPluginsPage.html b/javadoc/com/aliucord/settings/FailedPluginsPage.html index 288ffd03..0d1209bc 100644 --- a/javadoc/com/aliucord/settings/FailedPluginsPage.html +++ b/javadoc/com/aliucord/settings/FailedPluginsPage.html @@ -174,19 +174,19 @@

    Field Summary

    private final Boolean - isRecreated + isRecreated private final LoggingConfig - loggingConfig + loggingConfig private final Subject<Void, Void> - unsubscribeSignal + unsubscribeSignal diff --git a/javadoc/com/aliucord/settings/Plugins.html b/javadoc/com/aliucord/settings/Plugins.html index 4d2992ae..10bbef5a 100644 --- a/javadoc/com/aliucord/settings/Plugins.html +++ b/javadoc/com/aliucord/settings/Plugins.html @@ -216,25 +216,25 @@

    Field Summary

    public boolean - isRecreated + isRecreated public LoggingConfig - loggingConfig + loggingConfig public Subject<Void, Void> - unsubscribeSignal + unsubscribeSignal public static int - a + a diff --git a/javadoc/com/aliucord/settings/Updater.html b/javadoc/com/aliucord/settings/Updater.html index 17bb6329..a3f5b404 100644 --- a/javadoc/com/aliucord/settings/Updater.html +++ b/javadoc/com/aliucord/settings/Updater.html @@ -209,25 +209,25 @@

    Field Summary

    public boolean - isRecreated + isRecreated public LoggingConfig - loggingConfig + loggingConfig public Subject<Void, Void> - unsubscribeSignal + unsubscribeSignal public static int - a + a diff --git a/javadoc/com/aliucord/updater/package-summary.html b/javadoc/com/aliucord/updater/package-summary.html index 5a6172cb..4d238b87 100644 --- a/javadoc/com/aliucord/updater/package-summary.html +++ b/javadoc/com/aliucord/updater/package-summary.html @@ -115,13 +115,13 @@

    Package com.aliucord.updater

    - UpdateInfo + Updater - CachedData + UpdateInfo - PluginUpdater + CachedData - Updater + PluginUpdater diff --git a/javadoc/com/aliucord/utils/package-summary.html b/javadoc/com/aliucord/utils/package-summary.html index ce5fa998..6de29eb2 100644 --- a/javadoc/com/aliucord/utils/package-summary.html +++ b/javadoc/com/aliucord/utils/package-summary.html @@ -115,15 +115,15 @@

    Package com.aliucord.utils

    - ReflectUtilsUtility class to ease Reflection + RenderContext - IOUtils + MDUtils ChannelUtils - RenderContext + ReflectUtilsUtility class to ease Reflection - MDUtils + IOUtils MapUtils diff --git a/javadoc/com/aliucord/views/Button.html b/javadoc/com/aliucord/views/Button.html index ee2040e3..a085a2c6 100644 --- a/javadoc/com/aliucord/views/Button.html +++ b/javadoc/com/aliucord/views/Button.html @@ -304,829 +304,829 @@

    Field Summary

    public final static int - ACCESSIBILITY_LIVE_REGION_ASSERTIVE + ACCESSIBILITY_LIVE_REGION_ASSERTIVE public final static int - ACCESSIBILITY_LIVE_REGION_NONE + ACCESSIBILITY_LIVE_REGION_NONE public final static int - ACCESSIBILITY_LIVE_REGION_POLITE + ACCESSIBILITY_LIVE_REGION_POLITE public final static Property<View, Float> - ALPHA + ALPHA public final static int - AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS + AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR public final static String - AUTOFILL_HINT_CREDIT_CARD_NUMBER + AUTOFILL_HINT_CREDIT_CARD_NUMBER public final static String - AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE + AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE public final static String - AUTOFILL_HINT_EMAIL_ADDRESS + AUTOFILL_HINT_EMAIL_ADDRESS public final static String - AUTOFILL_HINT_NAME + AUTOFILL_HINT_NAME public final static String - AUTOFILL_HINT_PASSWORD + AUTOFILL_HINT_PASSWORD public final static String - AUTOFILL_HINT_PHONE + AUTOFILL_HINT_PHONE public final static String - AUTOFILL_HINT_POSTAL_ADDRESS + AUTOFILL_HINT_POSTAL_ADDRESS public final static String - AUTOFILL_HINT_POSTAL_CODE + AUTOFILL_HINT_POSTAL_CODE public final static String - AUTOFILL_HINT_USERNAME + AUTOFILL_HINT_USERNAME public final static int - AUTOFILL_TYPE_DATE + AUTOFILL_TYPE_DATE public final static int - AUTOFILL_TYPE_LIST + AUTOFILL_TYPE_LIST public final static int - AUTOFILL_TYPE_NONE + AUTOFILL_TYPE_NONE public final static int - AUTOFILL_TYPE_TEXT + AUTOFILL_TYPE_TEXT public final static int - AUTOFILL_TYPE_TOGGLE + AUTOFILL_TYPE_TOGGLE public final static int - DRAG_FLAG_GLOBAL + DRAG_FLAG_GLOBAL public final static int - DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION + DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION public final static int - DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION + DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION public final static int - DRAG_FLAG_GLOBAL_URI_READ + DRAG_FLAG_GLOBAL_URI_READ public final static int - DRAG_FLAG_GLOBAL_URI_WRITE + DRAG_FLAG_GLOBAL_URI_WRITE public final static int - DRAG_FLAG_OPAQUE + DRAG_FLAG_OPAQUE public final static int - DRAWING_CACHE_QUALITY_AUTO + DRAWING_CACHE_QUALITY_AUTO public final static int - DRAWING_CACHE_QUALITY_HIGH + DRAWING_CACHE_QUALITY_HIGH public final static int - DRAWING_CACHE_QUALITY_LOW + DRAWING_CACHE_QUALITY_LOW public final static int - FIND_VIEWS_WITH_CONTENT_DESCRIPTION + FIND_VIEWS_WITH_CONTENT_DESCRIPTION public final static int - FIND_VIEWS_WITH_TEXT + FIND_VIEWS_WITH_TEXT public final static int - FOCUSABLE + FOCUSABLE public final static int - FOCUSABLES_ALL + FOCUSABLES_ALL public final static int - FOCUSABLES_TOUCH_MODE + FOCUSABLES_TOUCH_MODE public final static int - FOCUSABLE_AUTO + FOCUSABLE_AUTO public final static int - FOCUS_BACKWARD + FOCUS_BACKWARD public final static int - FOCUS_DOWN + FOCUS_DOWN public final static int - FOCUS_FORWARD + FOCUS_FORWARD public final static int - FOCUS_LEFT + FOCUS_LEFT public final static int - FOCUS_RIGHT + FOCUS_RIGHT public final static int - FOCUS_UP + FOCUS_UP public final static int - GONE + GONE public final static int - HAPTIC_FEEDBACK_ENABLED + HAPTIC_FEEDBACK_ENABLED public final static int - IMPORTANT_FOR_ACCESSIBILITY_AUTO + IMPORTANT_FOR_ACCESSIBILITY_AUTO public final static int - IMPORTANT_FOR_ACCESSIBILITY_NO + IMPORTANT_FOR_ACCESSIBILITY_NO public final static int - IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS + IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS public final static int - IMPORTANT_FOR_ACCESSIBILITY_YES + IMPORTANT_FOR_ACCESSIBILITY_YES public final static int - IMPORTANT_FOR_AUTOFILL_AUTO + IMPORTANT_FOR_AUTOFILL_AUTO public final static int - IMPORTANT_FOR_AUTOFILL_NO + IMPORTANT_FOR_AUTOFILL_NO public final static int - IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS public final static int - IMPORTANT_FOR_AUTOFILL_YES + IMPORTANT_FOR_AUTOFILL_YES public final static int - IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_AUTO + IMPORTANT_FOR_CONTENT_CAPTURE_AUTO public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_NO + IMPORTANT_FOR_CONTENT_CAPTURE_NO public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_YES + IMPORTANT_FOR_CONTENT_CAPTURE_YES public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS public final static int - INVISIBLE + INVISIBLE public final static int - KEEP_SCREEN_ON + KEEP_SCREEN_ON public final static int - LAYER_TYPE_HARDWARE + LAYER_TYPE_HARDWARE public final static int - LAYER_TYPE_NONE + LAYER_TYPE_NONE public final static int - LAYER_TYPE_SOFTWARE + LAYER_TYPE_SOFTWARE public final static int - LAYOUT_DIRECTION_INHERIT + LAYOUT_DIRECTION_INHERIT public final static int - LAYOUT_DIRECTION_LOCALE + LAYOUT_DIRECTION_LOCALE public final static int - LAYOUT_DIRECTION_LTR + LAYOUT_DIRECTION_LTR public final static int - LAYOUT_DIRECTION_RTL + LAYOUT_DIRECTION_RTL public final static int - MEASURED_HEIGHT_STATE_SHIFT + MEASURED_HEIGHT_STATE_SHIFT public final static int - MEASURED_SIZE_MASK + MEASURED_SIZE_MASK public final static int - MEASURED_STATE_MASK + MEASURED_STATE_MASK public final static int - MEASURED_STATE_TOO_SMALL + MEASURED_STATE_TOO_SMALL public final static int - NOT_FOCUSABLE + NOT_FOCUSABLE public final static int - NO_ID + NO_ID public final static int - OVER_SCROLL_ALWAYS + OVER_SCROLL_ALWAYS public final static int - OVER_SCROLL_IF_CONTENT_SCROLLS + OVER_SCROLL_IF_CONTENT_SCROLLS public final static int - OVER_SCROLL_NEVER + OVER_SCROLL_NEVER public final static Property<View, Float> - ROTATION + ROTATION public final static Property<View, Float> - ROTATION_X + ROTATION_X public final static Property<View, Float> - ROTATION_Y + ROTATION_Y public final static Property<View, Float> - SCALE_X + SCALE_X public final static Property<View, Float> - SCALE_Y + SCALE_Y public final static int - SCREEN_STATE_OFF + SCREEN_STATE_OFF public final static int - SCREEN_STATE_ON + SCREEN_STATE_ON public final static int - SCROLLBARS_INSIDE_INSET + SCROLLBARS_INSIDE_INSET public final static int - SCROLLBARS_INSIDE_OVERLAY + SCROLLBARS_INSIDE_OVERLAY public final static int - SCROLLBARS_OUTSIDE_INSET + SCROLLBARS_OUTSIDE_INSET public final static int - SCROLLBARS_OUTSIDE_OVERLAY + SCROLLBARS_OUTSIDE_OVERLAY public final static int - SCROLLBAR_POSITION_DEFAULT + SCROLLBAR_POSITION_DEFAULT public final static int - SCROLLBAR_POSITION_LEFT + SCROLLBAR_POSITION_LEFT public final static int - SCROLLBAR_POSITION_RIGHT + SCROLLBAR_POSITION_RIGHT public final static int - SCROLL_AXIS_HORIZONTAL + SCROLL_AXIS_HORIZONTAL public final static int - SCROLL_AXIS_NONE + SCROLL_AXIS_NONE public final static int - SCROLL_AXIS_VERTICAL + SCROLL_AXIS_VERTICAL public final static int - SCROLL_INDICATOR_BOTTOM + SCROLL_INDICATOR_BOTTOM public final static int - SCROLL_INDICATOR_END + SCROLL_INDICATOR_END public final static int - SCROLL_INDICATOR_LEFT + SCROLL_INDICATOR_LEFT public final static int - SCROLL_INDICATOR_RIGHT + SCROLL_INDICATOR_RIGHT public final static int - SCROLL_INDICATOR_START + SCROLL_INDICATOR_START public final static int - SCROLL_INDICATOR_TOP + SCROLL_INDICATOR_TOP public final static int - SOUND_EFFECTS_ENABLED + SOUND_EFFECTS_ENABLED public final static int - STATUS_BAR_HIDDEN + STATUS_BAR_HIDDEN public final static int - STATUS_BAR_VISIBLE + STATUS_BAR_VISIBLE public final static int - SYSTEM_UI_FLAG_FULLSCREEN + SYSTEM_UI_FLAG_FULLSCREEN public final static int - SYSTEM_UI_FLAG_HIDE_NAVIGATION + SYSTEM_UI_FLAG_HIDE_NAVIGATION public final static int - SYSTEM_UI_FLAG_IMMERSIVE + SYSTEM_UI_FLAG_IMMERSIVE public final static int - SYSTEM_UI_FLAG_IMMERSIVE_STICKY + SYSTEM_UI_FLAG_IMMERSIVE_STICKY public final static int - SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN + SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN public final static int - SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION + SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION public final static int - SYSTEM_UI_FLAG_LAYOUT_STABLE + SYSTEM_UI_FLAG_LAYOUT_STABLE public final static int - SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR + SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR public final static int - SYSTEM_UI_FLAG_LIGHT_STATUS_BAR + SYSTEM_UI_FLAG_LIGHT_STATUS_BAR public final static int - SYSTEM_UI_FLAG_LOW_PROFILE + SYSTEM_UI_FLAG_LOW_PROFILE public final static int - SYSTEM_UI_FLAG_VISIBLE + SYSTEM_UI_FLAG_VISIBLE public final static int - SYSTEM_UI_LAYOUT_FLAGS + SYSTEM_UI_LAYOUT_FLAGS public final static int - TEXT_ALIGNMENT_CENTER + TEXT_ALIGNMENT_CENTER public final static int - TEXT_ALIGNMENT_GRAVITY + TEXT_ALIGNMENT_GRAVITY public final static int - TEXT_ALIGNMENT_INHERIT + TEXT_ALIGNMENT_INHERIT public final static int - TEXT_ALIGNMENT_TEXT_END + TEXT_ALIGNMENT_TEXT_END public final static int - TEXT_ALIGNMENT_TEXT_START + TEXT_ALIGNMENT_TEXT_START public final static int - TEXT_ALIGNMENT_VIEW_END + TEXT_ALIGNMENT_VIEW_END public final static int - TEXT_ALIGNMENT_VIEW_START + TEXT_ALIGNMENT_VIEW_START public final static int - TEXT_DIRECTION_ANY_RTL + TEXT_DIRECTION_ANY_RTL public final static int - TEXT_DIRECTION_FIRST_STRONG + TEXT_DIRECTION_FIRST_STRONG public final static int - TEXT_DIRECTION_FIRST_STRONG_LTR + TEXT_DIRECTION_FIRST_STRONG_LTR public final static int - TEXT_DIRECTION_FIRST_STRONG_RTL + TEXT_DIRECTION_FIRST_STRONG_RTL public final static int - TEXT_DIRECTION_INHERIT + TEXT_DIRECTION_INHERIT public final static int - TEXT_DIRECTION_LOCALE + TEXT_DIRECTION_LOCALE public final static int - TEXT_DIRECTION_LTR + TEXT_DIRECTION_LTR public final static int - TEXT_DIRECTION_RTL + TEXT_DIRECTION_RTL public final static Property<View, Float> - TRANSLATION_X + TRANSLATION_X public final static Property<View, Float> - TRANSLATION_Y + TRANSLATION_Y public final static Property<View, Float> - TRANSLATION_Z + TRANSLATION_Z public final static int - VISIBLE + VISIBLE public final static Property<View, Float> - X + X public final static Property<View, Float> - Y + Y public final static Property<View, Float> - Z + Z diff --git a/javadoc/com/aliucord/views/DangerButton.html b/javadoc/com/aliucord/views/DangerButton.html index 4f6cffb1..ea5e4aae 100644 --- a/javadoc/com/aliucord/views/DangerButton.html +++ b/javadoc/com/aliucord/views/DangerButton.html @@ -304,829 +304,829 @@

    Field Summary

    public final static int - ACCESSIBILITY_LIVE_REGION_ASSERTIVE + ACCESSIBILITY_LIVE_REGION_ASSERTIVE public final static int - ACCESSIBILITY_LIVE_REGION_NONE + ACCESSIBILITY_LIVE_REGION_NONE public final static int - ACCESSIBILITY_LIVE_REGION_POLITE + ACCESSIBILITY_LIVE_REGION_POLITE public final static Property<View, Float> - ALPHA + ALPHA public final static int - AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS + AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR public final static String - AUTOFILL_HINT_CREDIT_CARD_NUMBER + AUTOFILL_HINT_CREDIT_CARD_NUMBER public final static String - AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE + AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE public final static String - AUTOFILL_HINT_EMAIL_ADDRESS + AUTOFILL_HINT_EMAIL_ADDRESS public final static String - AUTOFILL_HINT_NAME + AUTOFILL_HINT_NAME public final static String - AUTOFILL_HINT_PASSWORD + AUTOFILL_HINT_PASSWORD public final static String - AUTOFILL_HINT_PHONE + AUTOFILL_HINT_PHONE public final static String - AUTOFILL_HINT_POSTAL_ADDRESS + AUTOFILL_HINT_POSTAL_ADDRESS public final static String - AUTOFILL_HINT_POSTAL_CODE + AUTOFILL_HINT_POSTAL_CODE public final static String - AUTOFILL_HINT_USERNAME + AUTOFILL_HINT_USERNAME public final static int - AUTOFILL_TYPE_DATE + AUTOFILL_TYPE_DATE public final static int - AUTOFILL_TYPE_LIST + AUTOFILL_TYPE_LIST public final static int - AUTOFILL_TYPE_NONE + AUTOFILL_TYPE_NONE public final static int - AUTOFILL_TYPE_TEXT + AUTOFILL_TYPE_TEXT public final static int - AUTOFILL_TYPE_TOGGLE + AUTOFILL_TYPE_TOGGLE public final static int - DRAG_FLAG_GLOBAL + DRAG_FLAG_GLOBAL public final static int - DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION + DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION public final static int - DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION + DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION public final static int - DRAG_FLAG_GLOBAL_URI_READ + DRAG_FLAG_GLOBAL_URI_READ public final static int - DRAG_FLAG_GLOBAL_URI_WRITE + DRAG_FLAG_GLOBAL_URI_WRITE public final static int - DRAG_FLAG_OPAQUE + DRAG_FLAG_OPAQUE public final static int - DRAWING_CACHE_QUALITY_AUTO + DRAWING_CACHE_QUALITY_AUTO public final static int - DRAWING_CACHE_QUALITY_HIGH + DRAWING_CACHE_QUALITY_HIGH public final static int - DRAWING_CACHE_QUALITY_LOW + DRAWING_CACHE_QUALITY_LOW public final static int - FIND_VIEWS_WITH_CONTENT_DESCRIPTION + FIND_VIEWS_WITH_CONTENT_DESCRIPTION public final static int - FIND_VIEWS_WITH_TEXT + FIND_VIEWS_WITH_TEXT public final static int - FOCUSABLE + FOCUSABLE public final static int - FOCUSABLES_ALL + FOCUSABLES_ALL public final static int - FOCUSABLES_TOUCH_MODE + FOCUSABLES_TOUCH_MODE public final static int - FOCUSABLE_AUTO + FOCUSABLE_AUTO public final static int - FOCUS_BACKWARD + FOCUS_BACKWARD public final static int - FOCUS_DOWN + FOCUS_DOWN public final static int - FOCUS_FORWARD + FOCUS_FORWARD public final static int - FOCUS_LEFT + FOCUS_LEFT public final static int - FOCUS_RIGHT + FOCUS_RIGHT public final static int - FOCUS_UP + FOCUS_UP public final static int - GONE + GONE public final static int - HAPTIC_FEEDBACK_ENABLED + HAPTIC_FEEDBACK_ENABLED public final static int - IMPORTANT_FOR_ACCESSIBILITY_AUTO + IMPORTANT_FOR_ACCESSIBILITY_AUTO public final static int - IMPORTANT_FOR_ACCESSIBILITY_NO + IMPORTANT_FOR_ACCESSIBILITY_NO public final static int - IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS + IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS public final static int - IMPORTANT_FOR_ACCESSIBILITY_YES + IMPORTANT_FOR_ACCESSIBILITY_YES public final static int - IMPORTANT_FOR_AUTOFILL_AUTO + IMPORTANT_FOR_AUTOFILL_AUTO public final static int - IMPORTANT_FOR_AUTOFILL_NO + IMPORTANT_FOR_AUTOFILL_NO public final static int - IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS public final static int - IMPORTANT_FOR_AUTOFILL_YES + IMPORTANT_FOR_AUTOFILL_YES public final static int - IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_AUTO + IMPORTANT_FOR_CONTENT_CAPTURE_AUTO public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_NO + IMPORTANT_FOR_CONTENT_CAPTURE_NO public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_YES + IMPORTANT_FOR_CONTENT_CAPTURE_YES public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS public final static int - INVISIBLE + INVISIBLE public final static int - KEEP_SCREEN_ON + KEEP_SCREEN_ON public final static int - LAYER_TYPE_HARDWARE + LAYER_TYPE_HARDWARE public final static int - LAYER_TYPE_NONE + LAYER_TYPE_NONE public final static int - LAYER_TYPE_SOFTWARE + LAYER_TYPE_SOFTWARE public final static int - LAYOUT_DIRECTION_INHERIT + LAYOUT_DIRECTION_INHERIT public final static int - LAYOUT_DIRECTION_LOCALE + LAYOUT_DIRECTION_LOCALE public final static int - LAYOUT_DIRECTION_LTR + LAYOUT_DIRECTION_LTR public final static int - LAYOUT_DIRECTION_RTL + LAYOUT_DIRECTION_RTL public final static int - MEASURED_HEIGHT_STATE_SHIFT + MEASURED_HEIGHT_STATE_SHIFT public final static int - MEASURED_SIZE_MASK + MEASURED_SIZE_MASK public final static int - MEASURED_STATE_MASK + MEASURED_STATE_MASK public final static int - MEASURED_STATE_TOO_SMALL + MEASURED_STATE_TOO_SMALL public final static int - NOT_FOCUSABLE + NOT_FOCUSABLE public final static int - NO_ID + NO_ID public final static int - OVER_SCROLL_ALWAYS + OVER_SCROLL_ALWAYS public final static int - OVER_SCROLL_IF_CONTENT_SCROLLS + OVER_SCROLL_IF_CONTENT_SCROLLS public final static int - OVER_SCROLL_NEVER + OVER_SCROLL_NEVER public final static Property<View, Float> - ROTATION + ROTATION public final static Property<View, Float> - ROTATION_X + ROTATION_X public final static Property<View, Float> - ROTATION_Y + ROTATION_Y public final static Property<View, Float> - SCALE_X + SCALE_X public final static Property<View, Float> - SCALE_Y + SCALE_Y public final static int - SCREEN_STATE_OFF + SCREEN_STATE_OFF public final static int - SCREEN_STATE_ON + SCREEN_STATE_ON public final static int - SCROLLBARS_INSIDE_INSET + SCROLLBARS_INSIDE_INSET public final static int - SCROLLBARS_INSIDE_OVERLAY + SCROLLBARS_INSIDE_OVERLAY public final static int - SCROLLBARS_OUTSIDE_INSET + SCROLLBARS_OUTSIDE_INSET public final static int - SCROLLBARS_OUTSIDE_OVERLAY + SCROLLBARS_OUTSIDE_OVERLAY public final static int - SCROLLBAR_POSITION_DEFAULT + SCROLLBAR_POSITION_DEFAULT public final static int - SCROLLBAR_POSITION_LEFT + SCROLLBAR_POSITION_LEFT public final static int - SCROLLBAR_POSITION_RIGHT + SCROLLBAR_POSITION_RIGHT public final static int - SCROLL_AXIS_HORIZONTAL + SCROLL_AXIS_HORIZONTAL public final static int - SCROLL_AXIS_NONE + SCROLL_AXIS_NONE public final static int - SCROLL_AXIS_VERTICAL + SCROLL_AXIS_VERTICAL public final static int - SCROLL_INDICATOR_BOTTOM + SCROLL_INDICATOR_BOTTOM public final static int - SCROLL_INDICATOR_END + SCROLL_INDICATOR_END public final static int - SCROLL_INDICATOR_LEFT + SCROLL_INDICATOR_LEFT public final static int - SCROLL_INDICATOR_RIGHT + SCROLL_INDICATOR_RIGHT public final static int - SCROLL_INDICATOR_START + SCROLL_INDICATOR_START public final static int - SCROLL_INDICATOR_TOP + SCROLL_INDICATOR_TOP public final static int - SOUND_EFFECTS_ENABLED + SOUND_EFFECTS_ENABLED public final static int - STATUS_BAR_HIDDEN + STATUS_BAR_HIDDEN public final static int - STATUS_BAR_VISIBLE + STATUS_BAR_VISIBLE public final static int - SYSTEM_UI_FLAG_FULLSCREEN + SYSTEM_UI_FLAG_FULLSCREEN public final static int - SYSTEM_UI_FLAG_HIDE_NAVIGATION + SYSTEM_UI_FLAG_HIDE_NAVIGATION public final static int - SYSTEM_UI_FLAG_IMMERSIVE + SYSTEM_UI_FLAG_IMMERSIVE public final static int - SYSTEM_UI_FLAG_IMMERSIVE_STICKY + SYSTEM_UI_FLAG_IMMERSIVE_STICKY public final static int - SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN + SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN public final static int - SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION + SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION public final static int - SYSTEM_UI_FLAG_LAYOUT_STABLE + SYSTEM_UI_FLAG_LAYOUT_STABLE public final static int - SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR + SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR public final static int - SYSTEM_UI_FLAG_LIGHT_STATUS_BAR + SYSTEM_UI_FLAG_LIGHT_STATUS_BAR public final static int - SYSTEM_UI_FLAG_LOW_PROFILE + SYSTEM_UI_FLAG_LOW_PROFILE public final static int - SYSTEM_UI_FLAG_VISIBLE + SYSTEM_UI_FLAG_VISIBLE public final static int - SYSTEM_UI_LAYOUT_FLAGS + SYSTEM_UI_LAYOUT_FLAGS public final static int - TEXT_ALIGNMENT_CENTER + TEXT_ALIGNMENT_CENTER public final static int - TEXT_ALIGNMENT_GRAVITY + TEXT_ALIGNMENT_GRAVITY public final static int - TEXT_ALIGNMENT_INHERIT + TEXT_ALIGNMENT_INHERIT public final static int - TEXT_ALIGNMENT_TEXT_END + TEXT_ALIGNMENT_TEXT_END public final static int - TEXT_ALIGNMENT_TEXT_START + TEXT_ALIGNMENT_TEXT_START public final static int - TEXT_ALIGNMENT_VIEW_END + TEXT_ALIGNMENT_VIEW_END public final static int - TEXT_ALIGNMENT_VIEW_START + TEXT_ALIGNMENT_VIEW_START public final static int - TEXT_DIRECTION_ANY_RTL + TEXT_DIRECTION_ANY_RTL public final static int - TEXT_DIRECTION_FIRST_STRONG + TEXT_DIRECTION_FIRST_STRONG public final static int - TEXT_DIRECTION_FIRST_STRONG_LTR + TEXT_DIRECTION_FIRST_STRONG_LTR public final static int - TEXT_DIRECTION_FIRST_STRONG_RTL + TEXT_DIRECTION_FIRST_STRONG_RTL public final static int - TEXT_DIRECTION_INHERIT + TEXT_DIRECTION_INHERIT public final static int - TEXT_DIRECTION_LOCALE + TEXT_DIRECTION_LOCALE public final static int - TEXT_DIRECTION_LTR + TEXT_DIRECTION_LTR public final static int - TEXT_DIRECTION_RTL + TEXT_DIRECTION_RTL public final static Property<View, Float> - TRANSLATION_X + TRANSLATION_X public final static Property<View, Float> - TRANSLATION_Y + TRANSLATION_Y public final static Property<View, Float> - TRANSLATION_Z + TRANSLATION_Z public final static int - VISIBLE + VISIBLE public final static Property<View, Float> - X + X public final static Property<View, Float> - Y + Y public final static Property<View, Float> - Z + Z diff --git a/javadoc/com/aliucord/views/Divider.html b/javadoc/com/aliucord/views/Divider.html index be228193..4e1b7358 100644 --- a/javadoc/com/aliucord/views/Divider.html +++ b/javadoc/com/aliucord/views/Divider.html @@ -179,829 +179,829 @@

    Field Summary

    public final static int - ACCESSIBILITY_LIVE_REGION_ASSERTIVE + ACCESSIBILITY_LIVE_REGION_ASSERTIVE public final static int - ACCESSIBILITY_LIVE_REGION_NONE + ACCESSIBILITY_LIVE_REGION_NONE public final static int - ACCESSIBILITY_LIVE_REGION_POLITE + ACCESSIBILITY_LIVE_REGION_POLITE public final static Property<View, Float> - ALPHA + ALPHA public final static int - AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS + AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR public final static String - AUTOFILL_HINT_CREDIT_CARD_NUMBER + AUTOFILL_HINT_CREDIT_CARD_NUMBER public final static String - AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE + AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE public final static String - AUTOFILL_HINT_EMAIL_ADDRESS + AUTOFILL_HINT_EMAIL_ADDRESS public final static String - AUTOFILL_HINT_NAME + AUTOFILL_HINT_NAME public final static String - AUTOFILL_HINT_PASSWORD + AUTOFILL_HINT_PASSWORD public final static String - AUTOFILL_HINT_PHONE + AUTOFILL_HINT_PHONE public final static String - AUTOFILL_HINT_POSTAL_ADDRESS + AUTOFILL_HINT_POSTAL_ADDRESS public final static String - AUTOFILL_HINT_POSTAL_CODE + AUTOFILL_HINT_POSTAL_CODE public final static String - AUTOFILL_HINT_USERNAME + AUTOFILL_HINT_USERNAME public final static int - AUTOFILL_TYPE_DATE + AUTOFILL_TYPE_DATE public final static int - AUTOFILL_TYPE_LIST + AUTOFILL_TYPE_LIST public final static int - AUTOFILL_TYPE_NONE + AUTOFILL_TYPE_NONE public final static int - AUTOFILL_TYPE_TEXT + AUTOFILL_TYPE_TEXT public final static int - AUTOFILL_TYPE_TOGGLE + AUTOFILL_TYPE_TOGGLE public final static int - DRAG_FLAG_GLOBAL + DRAG_FLAG_GLOBAL public final static int - DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION + DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION public final static int - DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION + DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION public final static int - DRAG_FLAG_GLOBAL_URI_READ + DRAG_FLAG_GLOBAL_URI_READ public final static int - DRAG_FLAG_GLOBAL_URI_WRITE + DRAG_FLAG_GLOBAL_URI_WRITE public final static int - DRAG_FLAG_OPAQUE + DRAG_FLAG_OPAQUE public final static int - DRAWING_CACHE_QUALITY_AUTO + DRAWING_CACHE_QUALITY_AUTO public final static int - DRAWING_CACHE_QUALITY_HIGH + DRAWING_CACHE_QUALITY_HIGH public final static int - DRAWING_CACHE_QUALITY_LOW + DRAWING_CACHE_QUALITY_LOW public final static int - FIND_VIEWS_WITH_CONTENT_DESCRIPTION + FIND_VIEWS_WITH_CONTENT_DESCRIPTION public final static int - FIND_VIEWS_WITH_TEXT + FIND_VIEWS_WITH_TEXT public final static int - FOCUSABLE + FOCUSABLE public final static int - FOCUSABLES_ALL + FOCUSABLES_ALL public final static int - FOCUSABLES_TOUCH_MODE + FOCUSABLES_TOUCH_MODE public final static int - FOCUSABLE_AUTO + FOCUSABLE_AUTO public final static int - FOCUS_BACKWARD + FOCUS_BACKWARD public final static int - FOCUS_DOWN + FOCUS_DOWN public final static int - FOCUS_FORWARD + FOCUS_FORWARD public final static int - FOCUS_LEFT + FOCUS_LEFT public final static int - FOCUS_RIGHT + FOCUS_RIGHT public final static int - FOCUS_UP + FOCUS_UP public final static int - GONE + GONE public final static int - HAPTIC_FEEDBACK_ENABLED + HAPTIC_FEEDBACK_ENABLED public final static int - IMPORTANT_FOR_ACCESSIBILITY_AUTO + IMPORTANT_FOR_ACCESSIBILITY_AUTO public final static int - IMPORTANT_FOR_ACCESSIBILITY_NO + IMPORTANT_FOR_ACCESSIBILITY_NO public final static int - IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS + IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS public final static int - IMPORTANT_FOR_ACCESSIBILITY_YES + IMPORTANT_FOR_ACCESSIBILITY_YES public final static int - IMPORTANT_FOR_AUTOFILL_AUTO + IMPORTANT_FOR_AUTOFILL_AUTO public final static int - IMPORTANT_FOR_AUTOFILL_NO + IMPORTANT_FOR_AUTOFILL_NO public final static int - IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS public final static int - IMPORTANT_FOR_AUTOFILL_YES + IMPORTANT_FOR_AUTOFILL_YES public final static int - IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_AUTO + IMPORTANT_FOR_CONTENT_CAPTURE_AUTO public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_NO + IMPORTANT_FOR_CONTENT_CAPTURE_NO public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_YES + IMPORTANT_FOR_CONTENT_CAPTURE_YES public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS public final static int - INVISIBLE + INVISIBLE public final static int - KEEP_SCREEN_ON + KEEP_SCREEN_ON public final static int - LAYER_TYPE_HARDWARE + LAYER_TYPE_HARDWARE public final static int - LAYER_TYPE_NONE + LAYER_TYPE_NONE public final static int - LAYER_TYPE_SOFTWARE + LAYER_TYPE_SOFTWARE public final static int - LAYOUT_DIRECTION_INHERIT + LAYOUT_DIRECTION_INHERIT public final static int - LAYOUT_DIRECTION_LOCALE + LAYOUT_DIRECTION_LOCALE public final static int - LAYOUT_DIRECTION_LTR + LAYOUT_DIRECTION_LTR public final static int - LAYOUT_DIRECTION_RTL + LAYOUT_DIRECTION_RTL public final static int - MEASURED_HEIGHT_STATE_SHIFT + MEASURED_HEIGHT_STATE_SHIFT public final static int - MEASURED_SIZE_MASK + MEASURED_SIZE_MASK public final static int - MEASURED_STATE_MASK + MEASURED_STATE_MASK public final static int - MEASURED_STATE_TOO_SMALL + MEASURED_STATE_TOO_SMALL public final static int - NOT_FOCUSABLE + NOT_FOCUSABLE public final static int - NO_ID + NO_ID public final static int - OVER_SCROLL_ALWAYS + OVER_SCROLL_ALWAYS public final static int - OVER_SCROLL_IF_CONTENT_SCROLLS + OVER_SCROLL_IF_CONTENT_SCROLLS public final static int - OVER_SCROLL_NEVER + OVER_SCROLL_NEVER public final static Property<View, Float> - ROTATION + ROTATION public final static Property<View, Float> - ROTATION_X + ROTATION_X public final static Property<View, Float> - ROTATION_Y + ROTATION_Y public final static Property<View, Float> - SCALE_X + SCALE_X public final static Property<View, Float> - SCALE_Y + SCALE_Y public final static int - SCREEN_STATE_OFF + SCREEN_STATE_OFF public final static int - SCREEN_STATE_ON + SCREEN_STATE_ON public final static int - SCROLLBARS_INSIDE_INSET + SCROLLBARS_INSIDE_INSET public final static int - SCROLLBARS_INSIDE_OVERLAY + SCROLLBARS_INSIDE_OVERLAY public final static int - SCROLLBARS_OUTSIDE_INSET + SCROLLBARS_OUTSIDE_INSET public final static int - SCROLLBARS_OUTSIDE_OVERLAY + SCROLLBARS_OUTSIDE_OVERLAY public final static int - SCROLLBAR_POSITION_DEFAULT + SCROLLBAR_POSITION_DEFAULT public final static int - SCROLLBAR_POSITION_LEFT + SCROLLBAR_POSITION_LEFT public final static int - SCROLLBAR_POSITION_RIGHT + SCROLLBAR_POSITION_RIGHT public final static int - SCROLL_AXIS_HORIZONTAL + SCROLL_AXIS_HORIZONTAL public final static int - SCROLL_AXIS_NONE + SCROLL_AXIS_NONE public final static int - SCROLL_AXIS_VERTICAL + SCROLL_AXIS_VERTICAL public final static int - SCROLL_INDICATOR_BOTTOM + SCROLL_INDICATOR_BOTTOM public final static int - SCROLL_INDICATOR_END + SCROLL_INDICATOR_END public final static int - SCROLL_INDICATOR_LEFT + SCROLL_INDICATOR_LEFT public final static int - SCROLL_INDICATOR_RIGHT + SCROLL_INDICATOR_RIGHT public final static int - SCROLL_INDICATOR_START + SCROLL_INDICATOR_START public final static int - SCROLL_INDICATOR_TOP + SCROLL_INDICATOR_TOP public final static int - SOUND_EFFECTS_ENABLED + SOUND_EFFECTS_ENABLED public final static int - STATUS_BAR_HIDDEN + STATUS_BAR_HIDDEN public final static int - STATUS_BAR_VISIBLE + STATUS_BAR_VISIBLE public final static int - SYSTEM_UI_FLAG_FULLSCREEN + SYSTEM_UI_FLAG_FULLSCREEN public final static int - SYSTEM_UI_FLAG_HIDE_NAVIGATION + SYSTEM_UI_FLAG_HIDE_NAVIGATION public final static int - SYSTEM_UI_FLAG_IMMERSIVE + SYSTEM_UI_FLAG_IMMERSIVE public final static int - SYSTEM_UI_FLAG_IMMERSIVE_STICKY + SYSTEM_UI_FLAG_IMMERSIVE_STICKY public final static int - SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN + SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN public final static int - SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION + SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION public final static int - SYSTEM_UI_FLAG_LAYOUT_STABLE + SYSTEM_UI_FLAG_LAYOUT_STABLE public final static int - SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR + SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR public final static int - SYSTEM_UI_FLAG_LIGHT_STATUS_BAR + SYSTEM_UI_FLAG_LIGHT_STATUS_BAR public final static int - SYSTEM_UI_FLAG_LOW_PROFILE + SYSTEM_UI_FLAG_LOW_PROFILE public final static int - SYSTEM_UI_FLAG_VISIBLE + SYSTEM_UI_FLAG_VISIBLE public final static int - SYSTEM_UI_LAYOUT_FLAGS + SYSTEM_UI_LAYOUT_FLAGS public final static int - TEXT_ALIGNMENT_CENTER + TEXT_ALIGNMENT_CENTER public final static int - TEXT_ALIGNMENT_GRAVITY + TEXT_ALIGNMENT_GRAVITY public final static int - TEXT_ALIGNMENT_INHERIT + TEXT_ALIGNMENT_INHERIT public final static int - TEXT_ALIGNMENT_TEXT_END + TEXT_ALIGNMENT_TEXT_END public final static int - TEXT_ALIGNMENT_TEXT_START + TEXT_ALIGNMENT_TEXT_START public final static int - TEXT_ALIGNMENT_VIEW_END + TEXT_ALIGNMENT_VIEW_END public final static int - TEXT_ALIGNMENT_VIEW_START + TEXT_ALIGNMENT_VIEW_START public final static int - TEXT_DIRECTION_ANY_RTL + TEXT_DIRECTION_ANY_RTL public final static int - TEXT_DIRECTION_FIRST_STRONG + TEXT_DIRECTION_FIRST_STRONG public final static int - TEXT_DIRECTION_FIRST_STRONG_LTR + TEXT_DIRECTION_FIRST_STRONG_LTR public final static int - TEXT_DIRECTION_FIRST_STRONG_RTL + TEXT_DIRECTION_FIRST_STRONG_RTL public final static int - TEXT_DIRECTION_INHERIT + TEXT_DIRECTION_INHERIT public final static int - TEXT_DIRECTION_LOCALE + TEXT_DIRECTION_LOCALE public final static int - TEXT_DIRECTION_LTR + TEXT_DIRECTION_LTR public final static int - TEXT_DIRECTION_RTL + TEXT_DIRECTION_RTL public final static Property<View, Float> - TRANSLATION_X + TRANSLATION_X public final static Property<View, Float> - TRANSLATION_Y + TRANSLATION_Y public final static Property<View, Float> - TRANSLATION_Z + TRANSLATION_Z public final static int - VISIBLE + VISIBLE public final static Property<View, Float> - X + X public final static Property<View, Float> - Y + Y public final static Property<View, Float> - Z + Z diff --git a/javadoc/com/aliucord/views/SaveButton.html b/javadoc/com/aliucord/views/SaveButton.html index e8868c9e..22d1ac5d 100644 --- a/javadoc/com/aliucord/views/SaveButton.html +++ b/javadoc/com/aliucord/views/SaveButton.html @@ -189,919 +189,919 @@

    Field Summary

    public final static int - HORIZONTAL + HORIZONTAL public final static int - SHOW_DIVIDER_BEGINNING + SHOW_DIVIDER_BEGINNING public final static int - SHOW_DIVIDER_END + SHOW_DIVIDER_END public final static int - SHOW_DIVIDER_MIDDLE + SHOW_DIVIDER_MIDDLE public final static int - SHOW_DIVIDER_NONE + SHOW_DIVIDER_NONE public final static int - VERTICAL + VERTICAL public final static int - FOCUS_AFTER_DESCENDANTS + FOCUS_AFTER_DESCENDANTS public final static int - FOCUS_BEFORE_DESCENDANTS + FOCUS_BEFORE_DESCENDANTS public final static int - FOCUS_BLOCK_DESCENDANTS + FOCUS_BLOCK_DESCENDANTS public final static int - LAYOUT_MODE_CLIP_BOUNDS + LAYOUT_MODE_CLIP_BOUNDS public final static int - LAYOUT_MODE_OPTICAL_BOUNDS + LAYOUT_MODE_OPTICAL_BOUNDS public final static int - PERSISTENT_ALL_CACHES + PERSISTENT_ALL_CACHES public final static int - PERSISTENT_ANIMATION_CACHE + PERSISTENT_ANIMATION_CACHE public final static int - PERSISTENT_NO_CACHE + PERSISTENT_NO_CACHE public final static int - PERSISTENT_SCROLLING_CACHE + PERSISTENT_SCROLLING_CACHE public final static int - ACCESSIBILITY_LIVE_REGION_ASSERTIVE + ACCESSIBILITY_LIVE_REGION_ASSERTIVE public final static int - ACCESSIBILITY_LIVE_REGION_NONE + ACCESSIBILITY_LIVE_REGION_NONE public final static int - ACCESSIBILITY_LIVE_REGION_POLITE + ACCESSIBILITY_LIVE_REGION_POLITE public final static Property<View, Float> - ALPHA + ALPHA public final static int - AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS + AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR public final static String - AUTOFILL_HINT_CREDIT_CARD_NUMBER + AUTOFILL_HINT_CREDIT_CARD_NUMBER public final static String - AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE + AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE public final static String - AUTOFILL_HINT_EMAIL_ADDRESS + AUTOFILL_HINT_EMAIL_ADDRESS public final static String - AUTOFILL_HINT_NAME + AUTOFILL_HINT_NAME public final static String - AUTOFILL_HINT_PASSWORD + AUTOFILL_HINT_PASSWORD public final static String - AUTOFILL_HINT_PHONE + AUTOFILL_HINT_PHONE public final static String - AUTOFILL_HINT_POSTAL_ADDRESS + AUTOFILL_HINT_POSTAL_ADDRESS public final static String - AUTOFILL_HINT_POSTAL_CODE + AUTOFILL_HINT_POSTAL_CODE public final static String - AUTOFILL_HINT_USERNAME + AUTOFILL_HINT_USERNAME public final static int - AUTOFILL_TYPE_DATE + AUTOFILL_TYPE_DATE public final static int - AUTOFILL_TYPE_LIST + AUTOFILL_TYPE_LIST public final static int - AUTOFILL_TYPE_NONE + AUTOFILL_TYPE_NONE public final static int - AUTOFILL_TYPE_TEXT + AUTOFILL_TYPE_TEXT public final static int - AUTOFILL_TYPE_TOGGLE + AUTOFILL_TYPE_TOGGLE public final static int - DRAG_FLAG_GLOBAL + DRAG_FLAG_GLOBAL public final static int - DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION + DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION public final static int - DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION + DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION public final static int - DRAG_FLAG_GLOBAL_URI_READ + DRAG_FLAG_GLOBAL_URI_READ public final static int - DRAG_FLAG_GLOBAL_URI_WRITE + DRAG_FLAG_GLOBAL_URI_WRITE public final static int - DRAG_FLAG_OPAQUE + DRAG_FLAG_OPAQUE public final static int - DRAWING_CACHE_QUALITY_AUTO + DRAWING_CACHE_QUALITY_AUTO public final static int - DRAWING_CACHE_QUALITY_HIGH + DRAWING_CACHE_QUALITY_HIGH public final static int - DRAWING_CACHE_QUALITY_LOW + DRAWING_CACHE_QUALITY_LOW public final static int - FIND_VIEWS_WITH_CONTENT_DESCRIPTION + FIND_VIEWS_WITH_CONTENT_DESCRIPTION public final static int - FIND_VIEWS_WITH_TEXT + FIND_VIEWS_WITH_TEXT public final static int - FOCUSABLE + FOCUSABLE public final static int - FOCUSABLES_ALL + FOCUSABLES_ALL public final static int - FOCUSABLES_TOUCH_MODE + FOCUSABLES_TOUCH_MODE public final static int - FOCUSABLE_AUTO + FOCUSABLE_AUTO public final static int - FOCUS_BACKWARD + FOCUS_BACKWARD public final static int - FOCUS_DOWN + FOCUS_DOWN public final static int - FOCUS_FORWARD + FOCUS_FORWARD public final static int - FOCUS_LEFT + FOCUS_LEFT public final static int - FOCUS_RIGHT + FOCUS_RIGHT public final static int - FOCUS_UP + FOCUS_UP public final static int - GONE + GONE public final static int - HAPTIC_FEEDBACK_ENABLED + HAPTIC_FEEDBACK_ENABLED public final static int - IMPORTANT_FOR_ACCESSIBILITY_AUTO + IMPORTANT_FOR_ACCESSIBILITY_AUTO public final static int - IMPORTANT_FOR_ACCESSIBILITY_NO + IMPORTANT_FOR_ACCESSIBILITY_NO public final static int - IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS + IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS public final static int - IMPORTANT_FOR_ACCESSIBILITY_YES + IMPORTANT_FOR_ACCESSIBILITY_YES public final static int - IMPORTANT_FOR_AUTOFILL_AUTO + IMPORTANT_FOR_AUTOFILL_AUTO public final static int - IMPORTANT_FOR_AUTOFILL_NO + IMPORTANT_FOR_AUTOFILL_NO public final static int - IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS public final static int - IMPORTANT_FOR_AUTOFILL_YES + IMPORTANT_FOR_AUTOFILL_YES public final static int - IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_AUTO + IMPORTANT_FOR_CONTENT_CAPTURE_AUTO public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_NO + IMPORTANT_FOR_CONTENT_CAPTURE_NO public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_YES + IMPORTANT_FOR_CONTENT_CAPTURE_YES public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS public final static int - INVISIBLE + INVISIBLE public final static int - KEEP_SCREEN_ON + KEEP_SCREEN_ON public final static int - LAYER_TYPE_HARDWARE + LAYER_TYPE_HARDWARE public final static int - LAYER_TYPE_NONE + LAYER_TYPE_NONE public final static int - LAYER_TYPE_SOFTWARE + LAYER_TYPE_SOFTWARE public final static int - LAYOUT_DIRECTION_INHERIT + LAYOUT_DIRECTION_INHERIT public final static int - LAYOUT_DIRECTION_LOCALE + LAYOUT_DIRECTION_LOCALE public final static int - LAYOUT_DIRECTION_LTR + LAYOUT_DIRECTION_LTR public final static int - LAYOUT_DIRECTION_RTL + LAYOUT_DIRECTION_RTL public final static int - MEASURED_HEIGHT_STATE_SHIFT + MEASURED_HEIGHT_STATE_SHIFT public final static int - MEASURED_SIZE_MASK + MEASURED_SIZE_MASK public final static int - MEASURED_STATE_MASK + MEASURED_STATE_MASK public final static int - MEASURED_STATE_TOO_SMALL + MEASURED_STATE_TOO_SMALL public final static int - NOT_FOCUSABLE + NOT_FOCUSABLE public final static int - NO_ID + NO_ID public final static int - OVER_SCROLL_ALWAYS + OVER_SCROLL_ALWAYS public final static int - OVER_SCROLL_IF_CONTENT_SCROLLS + OVER_SCROLL_IF_CONTENT_SCROLLS public final static int - OVER_SCROLL_NEVER + OVER_SCROLL_NEVER public final static Property<View, Float> - ROTATION + ROTATION public final static Property<View, Float> - ROTATION_X + ROTATION_X public final static Property<View, Float> - ROTATION_Y + ROTATION_Y public final static Property<View, Float> - SCALE_X + SCALE_X public final static Property<View, Float> - SCALE_Y + SCALE_Y public final static int - SCREEN_STATE_OFF + SCREEN_STATE_OFF public final static int - SCREEN_STATE_ON + SCREEN_STATE_ON public final static int - SCROLLBARS_INSIDE_INSET + SCROLLBARS_INSIDE_INSET public final static int - SCROLLBARS_INSIDE_OVERLAY + SCROLLBARS_INSIDE_OVERLAY public final static int - SCROLLBARS_OUTSIDE_INSET + SCROLLBARS_OUTSIDE_INSET public final static int - SCROLLBARS_OUTSIDE_OVERLAY + SCROLLBARS_OUTSIDE_OVERLAY public final static int - SCROLLBAR_POSITION_DEFAULT + SCROLLBAR_POSITION_DEFAULT public final static int - SCROLLBAR_POSITION_LEFT + SCROLLBAR_POSITION_LEFT public final static int - SCROLLBAR_POSITION_RIGHT + SCROLLBAR_POSITION_RIGHT public final static int - SCROLL_AXIS_HORIZONTAL + SCROLL_AXIS_HORIZONTAL public final static int - SCROLL_AXIS_NONE + SCROLL_AXIS_NONE public final static int - SCROLL_AXIS_VERTICAL + SCROLL_AXIS_VERTICAL public final static int - SCROLL_INDICATOR_BOTTOM + SCROLL_INDICATOR_BOTTOM public final static int - SCROLL_INDICATOR_END + SCROLL_INDICATOR_END public final static int - SCROLL_INDICATOR_LEFT + SCROLL_INDICATOR_LEFT public final static int - SCROLL_INDICATOR_RIGHT + SCROLL_INDICATOR_RIGHT public final static int - SCROLL_INDICATOR_START + SCROLL_INDICATOR_START public final static int - SCROLL_INDICATOR_TOP + SCROLL_INDICATOR_TOP public final static int - SOUND_EFFECTS_ENABLED + SOUND_EFFECTS_ENABLED public final static int - STATUS_BAR_HIDDEN + STATUS_BAR_HIDDEN public final static int - STATUS_BAR_VISIBLE + STATUS_BAR_VISIBLE public final static int - SYSTEM_UI_FLAG_FULLSCREEN + SYSTEM_UI_FLAG_FULLSCREEN public final static int - SYSTEM_UI_FLAG_HIDE_NAVIGATION + SYSTEM_UI_FLAG_HIDE_NAVIGATION public final static int - SYSTEM_UI_FLAG_IMMERSIVE + SYSTEM_UI_FLAG_IMMERSIVE public final static int - SYSTEM_UI_FLAG_IMMERSIVE_STICKY + SYSTEM_UI_FLAG_IMMERSIVE_STICKY public final static int - SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN + SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN public final static int - SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION + SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION public final static int - SYSTEM_UI_FLAG_LAYOUT_STABLE + SYSTEM_UI_FLAG_LAYOUT_STABLE public final static int - SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR + SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR public final static int - SYSTEM_UI_FLAG_LIGHT_STATUS_BAR + SYSTEM_UI_FLAG_LIGHT_STATUS_BAR public final static int - SYSTEM_UI_FLAG_LOW_PROFILE + SYSTEM_UI_FLAG_LOW_PROFILE public final static int - SYSTEM_UI_FLAG_VISIBLE + SYSTEM_UI_FLAG_VISIBLE public final static int - SYSTEM_UI_LAYOUT_FLAGS + SYSTEM_UI_LAYOUT_FLAGS public final static int - TEXT_ALIGNMENT_CENTER + TEXT_ALIGNMENT_CENTER public final static int - TEXT_ALIGNMENT_GRAVITY + TEXT_ALIGNMENT_GRAVITY public final static int - TEXT_ALIGNMENT_INHERIT + TEXT_ALIGNMENT_INHERIT public final static int - TEXT_ALIGNMENT_TEXT_END + TEXT_ALIGNMENT_TEXT_END public final static int - TEXT_ALIGNMENT_TEXT_START + TEXT_ALIGNMENT_TEXT_START public final static int - TEXT_ALIGNMENT_VIEW_END + TEXT_ALIGNMENT_VIEW_END public final static int - TEXT_ALIGNMENT_VIEW_START + TEXT_ALIGNMENT_VIEW_START public final static int - TEXT_DIRECTION_ANY_RTL + TEXT_DIRECTION_ANY_RTL public final static int - TEXT_DIRECTION_FIRST_STRONG + TEXT_DIRECTION_FIRST_STRONG public final static int - TEXT_DIRECTION_FIRST_STRONG_LTR + TEXT_DIRECTION_FIRST_STRONG_LTR public final static int - TEXT_DIRECTION_FIRST_STRONG_RTL + TEXT_DIRECTION_FIRST_STRONG_RTL public final static int - TEXT_DIRECTION_INHERIT + TEXT_DIRECTION_INHERIT public final static int - TEXT_DIRECTION_LOCALE + TEXT_DIRECTION_LOCALE public final static int - TEXT_DIRECTION_LTR + TEXT_DIRECTION_LTR public final static int - TEXT_DIRECTION_RTL + TEXT_DIRECTION_RTL public final static Property<View, Float> - TRANSLATION_X + TRANSLATION_X public final static Property<View, Float> - TRANSLATION_Y + TRANSLATION_Y public final static Property<View, Float> - TRANSLATION_Z + TRANSLATION_Z public final static int - VISIBLE + VISIBLE public final static Property<View, Float> - X + X public final static Property<View, Float> - Y + Y public final static Property<View, Float> - Z + Z diff --git a/javadoc/com/aliucord/views/TextInput.html b/javadoc/com/aliucord/views/TextInput.html index 9d8c8639..75c4d9c1 100644 --- a/javadoc/com/aliucord/views/TextInput.html +++ b/javadoc/com/aliucord/views/TextInput.html @@ -195,883 +195,883 @@

    Field Summary

    public final static int - FOCUS_AFTER_DESCENDANTS + FOCUS_AFTER_DESCENDANTS public final static int - FOCUS_BEFORE_DESCENDANTS + FOCUS_BEFORE_DESCENDANTS public final static int - FOCUS_BLOCK_DESCENDANTS + FOCUS_BLOCK_DESCENDANTS public final static int - LAYOUT_MODE_CLIP_BOUNDS + LAYOUT_MODE_CLIP_BOUNDS public final static int - LAYOUT_MODE_OPTICAL_BOUNDS + LAYOUT_MODE_OPTICAL_BOUNDS public final static int - PERSISTENT_ALL_CACHES + PERSISTENT_ALL_CACHES public final static int - PERSISTENT_ANIMATION_CACHE + PERSISTENT_ANIMATION_CACHE public final static int - PERSISTENT_NO_CACHE + PERSISTENT_NO_CACHE public final static int - PERSISTENT_SCROLLING_CACHE + PERSISTENT_SCROLLING_CACHE public final static int - ACCESSIBILITY_LIVE_REGION_ASSERTIVE + ACCESSIBILITY_LIVE_REGION_ASSERTIVE public final static int - ACCESSIBILITY_LIVE_REGION_NONE + ACCESSIBILITY_LIVE_REGION_NONE public final static int - ACCESSIBILITY_LIVE_REGION_POLITE + ACCESSIBILITY_LIVE_REGION_POLITE public final static Property<View, Float> - ALPHA + ALPHA public final static int - AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS + AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR public final static String - AUTOFILL_HINT_CREDIT_CARD_NUMBER + AUTOFILL_HINT_CREDIT_CARD_NUMBER public final static String - AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE + AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE public final static String - AUTOFILL_HINT_EMAIL_ADDRESS + AUTOFILL_HINT_EMAIL_ADDRESS public final static String - AUTOFILL_HINT_NAME + AUTOFILL_HINT_NAME public final static String - AUTOFILL_HINT_PASSWORD + AUTOFILL_HINT_PASSWORD public final static String - AUTOFILL_HINT_PHONE + AUTOFILL_HINT_PHONE public final static String - AUTOFILL_HINT_POSTAL_ADDRESS + AUTOFILL_HINT_POSTAL_ADDRESS public final static String - AUTOFILL_HINT_POSTAL_CODE + AUTOFILL_HINT_POSTAL_CODE public final static String - AUTOFILL_HINT_USERNAME + AUTOFILL_HINT_USERNAME public final static int - AUTOFILL_TYPE_DATE + AUTOFILL_TYPE_DATE public final static int - AUTOFILL_TYPE_LIST + AUTOFILL_TYPE_LIST public final static int - AUTOFILL_TYPE_NONE + AUTOFILL_TYPE_NONE public final static int - AUTOFILL_TYPE_TEXT + AUTOFILL_TYPE_TEXT public final static int - AUTOFILL_TYPE_TOGGLE + AUTOFILL_TYPE_TOGGLE public final static int - DRAG_FLAG_GLOBAL + DRAG_FLAG_GLOBAL public final static int - DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION + DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION public final static int - DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION + DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION public final static int - DRAG_FLAG_GLOBAL_URI_READ + DRAG_FLAG_GLOBAL_URI_READ public final static int - DRAG_FLAG_GLOBAL_URI_WRITE + DRAG_FLAG_GLOBAL_URI_WRITE public final static int - DRAG_FLAG_OPAQUE + DRAG_FLAG_OPAQUE public final static int - DRAWING_CACHE_QUALITY_AUTO + DRAWING_CACHE_QUALITY_AUTO public final static int - DRAWING_CACHE_QUALITY_HIGH + DRAWING_CACHE_QUALITY_HIGH public final static int - DRAWING_CACHE_QUALITY_LOW + DRAWING_CACHE_QUALITY_LOW public final static int - FIND_VIEWS_WITH_CONTENT_DESCRIPTION + FIND_VIEWS_WITH_CONTENT_DESCRIPTION public final static int - FIND_VIEWS_WITH_TEXT + FIND_VIEWS_WITH_TEXT public final static int - FOCUSABLE + FOCUSABLE public final static int - FOCUSABLES_ALL + FOCUSABLES_ALL public final static int - FOCUSABLES_TOUCH_MODE + FOCUSABLES_TOUCH_MODE public final static int - FOCUSABLE_AUTO + FOCUSABLE_AUTO public final static int - FOCUS_BACKWARD + FOCUS_BACKWARD public final static int - FOCUS_DOWN + FOCUS_DOWN public final static int - FOCUS_FORWARD + FOCUS_FORWARD public final static int - FOCUS_LEFT + FOCUS_LEFT public final static int - FOCUS_RIGHT + FOCUS_RIGHT public final static int - FOCUS_UP + FOCUS_UP public final static int - GONE + GONE public final static int - HAPTIC_FEEDBACK_ENABLED + HAPTIC_FEEDBACK_ENABLED public final static int - IMPORTANT_FOR_ACCESSIBILITY_AUTO + IMPORTANT_FOR_ACCESSIBILITY_AUTO public final static int - IMPORTANT_FOR_ACCESSIBILITY_NO + IMPORTANT_FOR_ACCESSIBILITY_NO public final static int - IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS + IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS public final static int - IMPORTANT_FOR_ACCESSIBILITY_YES + IMPORTANT_FOR_ACCESSIBILITY_YES public final static int - IMPORTANT_FOR_AUTOFILL_AUTO + IMPORTANT_FOR_AUTOFILL_AUTO public final static int - IMPORTANT_FOR_AUTOFILL_NO + IMPORTANT_FOR_AUTOFILL_NO public final static int - IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS public final static int - IMPORTANT_FOR_AUTOFILL_YES + IMPORTANT_FOR_AUTOFILL_YES public final static int - IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_AUTO + IMPORTANT_FOR_CONTENT_CAPTURE_AUTO public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_NO + IMPORTANT_FOR_CONTENT_CAPTURE_NO public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_YES + IMPORTANT_FOR_CONTENT_CAPTURE_YES public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS public final static int - INVISIBLE + INVISIBLE public final static int - KEEP_SCREEN_ON + KEEP_SCREEN_ON public final static int - LAYER_TYPE_HARDWARE + LAYER_TYPE_HARDWARE public final static int - LAYER_TYPE_NONE + LAYER_TYPE_NONE public final static int - LAYER_TYPE_SOFTWARE + LAYER_TYPE_SOFTWARE public final static int - LAYOUT_DIRECTION_INHERIT + LAYOUT_DIRECTION_INHERIT public final static int - LAYOUT_DIRECTION_LOCALE + LAYOUT_DIRECTION_LOCALE public final static int - LAYOUT_DIRECTION_LTR + LAYOUT_DIRECTION_LTR public final static int - LAYOUT_DIRECTION_RTL + LAYOUT_DIRECTION_RTL public final static int - MEASURED_HEIGHT_STATE_SHIFT + MEASURED_HEIGHT_STATE_SHIFT public final static int - MEASURED_SIZE_MASK + MEASURED_SIZE_MASK public final static int - MEASURED_STATE_MASK + MEASURED_STATE_MASK public final static int - MEASURED_STATE_TOO_SMALL + MEASURED_STATE_TOO_SMALL public final static int - NOT_FOCUSABLE + NOT_FOCUSABLE public final static int - NO_ID + NO_ID public final static int - OVER_SCROLL_ALWAYS + OVER_SCROLL_ALWAYS public final static int - OVER_SCROLL_IF_CONTENT_SCROLLS + OVER_SCROLL_IF_CONTENT_SCROLLS public final static int - OVER_SCROLL_NEVER + OVER_SCROLL_NEVER public final static Property<View, Float> - ROTATION + ROTATION public final static Property<View, Float> - ROTATION_X + ROTATION_X public final static Property<View, Float> - ROTATION_Y + ROTATION_Y public final static Property<View, Float> - SCALE_X + SCALE_X public final static Property<View, Float> - SCALE_Y + SCALE_Y public final static int - SCREEN_STATE_OFF + SCREEN_STATE_OFF public final static int - SCREEN_STATE_ON + SCREEN_STATE_ON public final static int - SCROLLBARS_INSIDE_INSET + SCROLLBARS_INSIDE_INSET public final static int - SCROLLBARS_INSIDE_OVERLAY + SCROLLBARS_INSIDE_OVERLAY public final static int - SCROLLBARS_OUTSIDE_INSET + SCROLLBARS_OUTSIDE_INSET public final static int - SCROLLBARS_OUTSIDE_OVERLAY + SCROLLBARS_OUTSIDE_OVERLAY public final static int - SCROLLBAR_POSITION_DEFAULT + SCROLLBAR_POSITION_DEFAULT public final static int - SCROLLBAR_POSITION_LEFT + SCROLLBAR_POSITION_LEFT public final static int - SCROLLBAR_POSITION_RIGHT + SCROLLBAR_POSITION_RIGHT public final static int - SCROLL_AXIS_HORIZONTAL + SCROLL_AXIS_HORIZONTAL public final static int - SCROLL_AXIS_NONE + SCROLL_AXIS_NONE public final static int - SCROLL_AXIS_VERTICAL + SCROLL_AXIS_VERTICAL public final static int - SCROLL_INDICATOR_BOTTOM + SCROLL_INDICATOR_BOTTOM public final static int - SCROLL_INDICATOR_END + SCROLL_INDICATOR_END public final static int - SCROLL_INDICATOR_LEFT + SCROLL_INDICATOR_LEFT public final static int - SCROLL_INDICATOR_RIGHT + SCROLL_INDICATOR_RIGHT public final static int - SCROLL_INDICATOR_START + SCROLL_INDICATOR_START public final static int - SCROLL_INDICATOR_TOP + SCROLL_INDICATOR_TOP public final static int - SOUND_EFFECTS_ENABLED + SOUND_EFFECTS_ENABLED public final static int - STATUS_BAR_HIDDEN + STATUS_BAR_HIDDEN public final static int - STATUS_BAR_VISIBLE + STATUS_BAR_VISIBLE public final static int - SYSTEM_UI_FLAG_FULLSCREEN + SYSTEM_UI_FLAG_FULLSCREEN public final static int - SYSTEM_UI_FLAG_HIDE_NAVIGATION + SYSTEM_UI_FLAG_HIDE_NAVIGATION public final static int - SYSTEM_UI_FLAG_IMMERSIVE + SYSTEM_UI_FLAG_IMMERSIVE public final static int - SYSTEM_UI_FLAG_IMMERSIVE_STICKY + SYSTEM_UI_FLAG_IMMERSIVE_STICKY public final static int - SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN + SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN public final static int - SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION + SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION public final static int - SYSTEM_UI_FLAG_LAYOUT_STABLE + SYSTEM_UI_FLAG_LAYOUT_STABLE public final static int - SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR + SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR public final static int - SYSTEM_UI_FLAG_LIGHT_STATUS_BAR + SYSTEM_UI_FLAG_LIGHT_STATUS_BAR public final static int - SYSTEM_UI_FLAG_LOW_PROFILE + SYSTEM_UI_FLAG_LOW_PROFILE public final static int - SYSTEM_UI_FLAG_VISIBLE + SYSTEM_UI_FLAG_VISIBLE public final static int - SYSTEM_UI_LAYOUT_FLAGS + SYSTEM_UI_LAYOUT_FLAGS public final static int - TEXT_ALIGNMENT_CENTER + TEXT_ALIGNMENT_CENTER public final static int - TEXT_ALIGNMENT_GRAVITY + TEXT_ALIGNMENT_GRAVITY public final static int - TEXT_ALIGNMENT_INHERIT + TEXT_ALIGNMENT_INHERIT public final static int - TEXT_ALIGNMENT_TEXT_END + TEXT_ALIGNMENT_TEXT_END public final static int - TEXT_ALIGNMENT_TEXT_START + TEXT_ALIGNMENT_TEXT_START public final static int - TEXT_ALIGNMENT_VIEW_END + TEXT_ALIGNMENT_VIEW_END public final static int - TEXT_ALIGNMENT_VIEW_START + TEXT_ALIGNMENT_VIEW_START public final static int - TEXT_DIRECTION_ANY_RTL + TEXT_DIRECTION_ANY_RTL public final static int - TEXT_DIRECTION_FIRST_STRONG + TEXT_DIRECTION_FIRST_STRONG public final static int - TEXT_DIRECTION_FIRST_STRONG_LTR + TEXT_DIRECTION_FIRST_STRONG_LTR public final static int - TEXT_DIRECTION_FIRST_STRONG_RTL + TEXT_DIRECTION_FIRST_STRONG_RTL public final static int - TEXT_DIRECTION_INHERIT + TEXT_DIRECTION_INHERIT public final static int - TEXT_DIRECTION_LOCALE + TEXT_DIRECTION_LOCALE public final static int - TEXT_DIRECTION_LTR + TEXT_DIRECTION_LTR public final static int - TEXT_DIRECTION_RTL + TEXT_DIRECTION_RTL public final static Property<View, Float> - TRANSLATION_X + TRANSLATION_X public final static Property<View, Float> - TRANSLATION_Y + TRANSLATION_Y public final static Property<View, Float> - TRANSLATION_Z + TRANSLATION_Z public final static int - VISIBLE + VISIBLE public final static Property<View, Float> - X + X public final static Property<View, Float> - Y + Y public final static Property<View, Float> - Z + Z diff --git a/javadoc/com/aliucord/views/ToolbarButton.html b/javadoc/com/aliucord/views/ToolbarButton.html index e574b7b7..a5bb36b0 100644 --- a/javadoc/com/aliucord/views/ToolbarButton.html +++ b/javadoc/com/aliucord/views/ToolbarButton.html @@ -189,829 +189,829 @@

    Field Summary

    public final static int - ACCESSIBILITY_LIVE_REGION_ASSERTIVE + ACCESSIBILITY_LIVE_REGION_ASSERTIVE public final static int - ACCESSIBILITY_LIVE_REGION_NONE + ACCESSIBILITY_LIVE_REGION_NONE public final static int - ACCESSIBILITY_LIVE_REGION_POLITE + ACCESSIBILITY_LIVE_REGION_POLITE public final static Property<View, Float> - ALPHA + ALPHA public final static int - AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS + AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR public final static String - AUTOFILL_HINT_CREDIT_CARD_NUMBER + AUTOFILL_HINT_CREDIT_CARD_NUMBER public final static String - AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE + AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE public final static String - AUTOFILL_HINT_EMAIL_ADDRESS + AUTOFILL_HINT_EMAIL_ADDRESS public final static String - AUTOFILL_HINT_NAME + AUTOFILL_HINT_NAME public final static String - AUTOFILL_HINT_PASSWORD + AUTOFILL_HINT_PASSWORD public final static String - AUTOFILL_HINT_PHONE + AUTOFILL_HINT_PHONE public final static String - AUTOFILL_HINT_POSTAL_ADDRESS + AUTOFILL_HINT_POSTAL_ADDRESS public final static String - AUTOFILL_HINT_POSTAL_CODE + AUTOFILL_HINT_POSTAL_CODE public final static String - AUTOFILL_HINT_USERNAME + AUTOFILL_HINT_USERNAME public final static int - AUTOFILL_TYPE_DATE + AUTOFILL_TYPE_DATE public final static int - AUTOFILL_TYPE_LIST + AUTOFILL_TYPE_LIST public final static int - AUTOFILL_TYPE_NONE + AUTOFILL_TYPE_NONE public final static int - AUTOFILL_TYPE_TEXT + AUTOFILL_TYPE_TEXT public final static int - AUTOFILL_TYPE_TOGGLE + AUTOFILL_TYPE_TOGGLE public final static int - DRAG_FLAG_GLOBAL + DRAG_FLAG_GLOBAL public final static int - DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION + DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION public final static int - DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION + DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION public final static int - DRAG_FLAG_GLOBAL_URI_READ + DRAG_FLAG_GLOBAL_URI_READ public final static int - DRAG_FLAG_GLOBAL_URI_WRITE + DRAG_FLAG_GLOBAL_URI_WRITE public final static int - DRAG_FLAG_OPAQUE + DRAG_FLAG_OPAQUE public final static int - DRAWING_CACHE_QUALITY_AUTO + DRAWING_CACHE_QUALITY_AUTO public final static int - DRAWING_CACHE_QUALITY_HIGH + DRAWING_CACHE_QUALITY_HIGH public final static int - DRAWING_CACHE_QUALITY_LOW + DRAWING_CACHE_QUALITY_LOW public final static int - FIND_VIEWS_WITH_CONTENT_DESCRIPTION + FIND_VIEWS_WITH_CONTENT_DESCRIPTION public final static int - FIND_VIEWS_WITH_TEXT + FIND_VIEWS_WITH_TEXT public final static int - FOCUSABLE + FOCUSABLE public final static int - FOCUSABLES_ALL + FOCUSABLES_ALL public final static int - FOCUSABLES_TOUCH_MODE + FOCUSABLES_TOUCH_MODE public final static int - FOCUSABLE_AUTO + FOCUSABLE_AUTO public final static int - FOCUS_BACKWARD + FOCUS_BACKWARD public final static int - FOCUS_DOWN + FOCUS_DOWN public final static int - FOCUS_FORWARD + FOCUS_FORWARD public final static int - FOCUS_LEFT + FOCUS_LEFT public final static int - FOCUS_RIGHT + FOCUS_RIGHT public final static int - FOCUS_UP + FOCUS_UP public final static int - GONE + GONE public final static int - HAPTIC_FEEDBACK_ENABLED + HAPTIC_FEEDBACK_ENABLED public final static int - IMPORTANT_FOR_ACCESSIBILITY_AUTO + IMPORTANT_FOR_ACCESSIBILITY_AUTO public final static int - IMPORTANT_FOR_ACCESSIBILITY_NO + IMPORTANT_FOR_ACCESSIBILITY_NO public final static int - IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS + IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS public final static int - IMPORTANT_FOR_ACCESSIBILITY_YES + IMPORTANT_FOR_ACCESSIBILITY_YES public final static int - IMPORTANT_FOR_AUTOFILL_AUTO + IMPORTANT_FOR_AUTOFILL_AUTO public final static int - IMPORTANT_FOR_AUTOFILL_NO + IMPORTANT_FOR_AUTOFILL_NO public final static int - IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS public final static int - IMPORTANT_FOR_AUTOFILL_YES + IMPORTANT_FOR_AUTOFILL_YES public final static int - IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_AUTO + IMPORTANT_FOR_CONTENT_CAPTURE_AUTO public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_NO + IMPORTANT_FOR_CONTENT_CAPTURE_NO public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_YES + IMPORTANT_FOR_CONTENT_CAPTURE_YES public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS public final static int - INVISIBLE + INVISIBLE public final static int - KEEP_SCREEN_ON + KEEP_SCREEN_ON public final static int - LAYER_TYPE_HARDWARE + LAYER_TYPE_HARDWARE public final static int - LAYER_TYPE_NONE + LAYER_TYPE_NONE public final static int - LAYER_TYPE_SOFTWARE + LAYER_TYPE_SOFTWARE public final static int - LAYOUT_DIRECTION_INHERIT + LAYOUT_DIRECTION_INHERIT public final static int - LAYOUT_DIRECTION_LOCALE + LAYOUT_DIRECTION_LOCALE public final static int - LAYOUT_DIRECTION_LTR + LAYOUT_DIRECTION_LTR public final static int - LAYOUT_DIRECTION_RTL + LAYOUT_DIRECTION_RTL public final static int - MEASURED_HEIGHT_STATE_SHIFT + MEASURED_HEIGHT_STATE_SHIFT public final static int - MEASURED_SIZE_MASK + MEASURED_SIZE_MASK public final static int - MEASURED_STATE_MASK + MEASURED_STATE_MASK public final static int - MEASURED_STATE_TOO_SMALL + MEASURED_STATE_TOO_SMALL public final static int - NOT_FOCUSABLE + NOT_FOCUSABLE public final static int - NO_ID + NO_ID public final static int - OVER_SCROLL_ALWAYS + OVER_SCROLL_ALWAYS public final static int - OVER_SCROLL_IF_CONTENT_SCROLLS + OVER_SCROLL_IF_CONTENT_SCROLLS public final static int - OVER_SCROLL_NEVER + OVER_SCROLL_NEVER public final static Property<View, Float> - ROTATION + ROTATION public final static Property<View, Float> - ROTATION_X + ROTATION_X public final static Property<View, Float> - ROTATION_Y + ROTATION_Y public final static Property<View, Float> - SCALE_X + SCALE_X public final static Property<View, Float> - SCALE_Y + SCALE_Y public final static int - SCREEN_STATE_OFF + SCREEN_STATE_OFF public final static int - SCREEN_STATE_ON + SCREEN_STATE_ON public final static int - SCROLLBARS_INSIDE_INSET + SCROLLBARS_INSIDE_INSET public final static int - SCROLLBARS_INSIDE_OVERLAY + SCROLLBARS_INSIDE_OVERLAY public final static int - SCROLLBARS_OUTSIDE_INSET + SCROLLBARS_OUTSIDE_INSET public final static int - SCROLLBARS_OUTSIDE_OVERLAY + SCROLLBARS_OUTSIDE_OVERLAY public final static int - SCROLLBAR_POSITION_DEFAULT + SCROLLBAR_POSITION_DEFAULT public final static int - SCROLLBAR_POSITION_LEFT + SCROLLBAR_POSITION_LEFT public final static int - SCROLLBAR_POSITION_RIGHT + SCROLLBAR_POSITION_RIGHT public final static int - SCROLL_AXIS_HORIZONTAL + SCROLL_AXIS_HORIZONTAL public final static int - SCROLL_AXIS_NONE + SCROLL_AXIS_NONE public final static int - SCROLL_AXIS_VERTICAL + SCROLL_AXIS_VERTICAL public final static int - SCROLL_INDICATOR_BOTTOM + SCROLL_INDICATOR_BOTTOM public final static int - SCROLL_INDICATOR_END + SCROLL_INDICATOR_END public final static int - SCROLL_INDICATOR_LEFT + SCROLL_INDICATOR_LEFT public final static int - SCROLL_INDICATOR_RIGHT + SCROLL_INDICATOR_RIGHT public final static int - SCROLL_INDICATOR_START + SCROLL_INDICATOR_START public final static int - SCROLL_INDICATOR_TOP + SCROLL_INDICATOR_TOP public final static int - SOUND_EFFECTS_ENABLED + SOUND_EFFECTS_ENABLED public final static int - STATUS_BAR_HIDDEN + STATUS_BAR_HIDDEN public final static int - STATUS_BAR_VISIBLE + STATUS_BAR_VISIBLE public final static int - SYSTEM_UI_FLAG_FULLSCREEN + SYSTEM_UI_FLAG_FULLSCREEN public final static int - SYSTEM_UI_FLAG_HIDE_NAVIGATION + SYSTEM_UI_FLAG_HIDE_NAVIGATION public final static int - SYSTEM_UI_FLAG_IMMERSIVE + SYSTEM_UI_FLAG_IMMERSIVE public final static int - SYSTEM_UI_FLAG_IMMERSIVE_STICKY + SYSTEM_UI_FLAG_IMMERSIVE_STICKY public final static int - SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN + SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN public final static int - SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION + SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION public final static int - SYSTEM_UI_FLAG_LAYOUT_STABLE + SYSTEM_UI_FLAG_LAYOUT_STABLE public final static int - SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR + SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR public final static int - SYSTEM_UI_FLAG_LIGHT_STATUS_BAR + SYSTEM_UI_FLAG_LIGHT_STATUS_BAR public final static int - SYSTEM_UI_FLAG_LOW_PROFILE + SYSTEM_UI_FLAG_LOW_PROFILE public final static int - SYSTEM_UI_FLAG_VISIBLE + SYSTEM_UI_FLAG_VISIBLE public final static int - SYSTEM_UI_LAYOUT_FLAGS + SYSTEM_UI_LAYOUT_FLAGS public final static int - TEXT_ALIGNMENT_CENTER + TEXT_ALIGNMENT_CENTER public final static int - TEXT_ALIGNMENT_GRAVITY + TEXT_ALIGNMENT_GRAVITY public final static int - TEXT_ALIGNMENT_INHERIT + TEXT_ALIGNMENT_INHERIT public final static int - TEXT_ALIGNMENT_TEXT_END + TEXT_ALIGNMENT_TEXT_END public final static int - TEXT_ALIGNMENT_TEXT_START + TEXT_ALIGNMENT_TEXT_START public final static int - TEXT_ALIGNMENT_VIEW_END + TEXT_ALIGNMENT_VIEW_END public final static int - TEXT_ALIGNMENT_VIEW_START + TEXT_ALIGNMENT_VIEW_START public final static int - TEXT_DIRECTION_ANY_RTL + TEXT_DIRECTION_ANY_RTL public final static int - TEXT_DIRECTION_FIRST_STRONG + TEXT_DIRECTION_FIRST_STRONG public final static int - TEXT_DIRECTION_FIRST_STRONG_LTR + TEXT_DIRECTION_FIRST_STRONG_LTR public final static int - TEXT_DIRECTION_FIRST_STRONG_RTL + TEXT_DIRECTION_FIRST_STRONG_RTL public final static int - TEXT_DIRECTION_INHERIT + TEXT_DIRECTION_INHERIT public final static int - TEXT_DIRECTION_LOCALE + TEXT_DIRECTION_LOCALE public final static int - TEXT_DIRECTION_LTR + TEXT_DIRECTION_LTR public final static int - TEXT_DIRECTION_RTL + TEXT_DIRECTION_RTL public final static Property<View, Float> - TRANSLATION_X + TRANSLATION_X public final static Property<View, Float> - TRANSLATION_Y + TRANSLATION_Y public final static Property<View, Float> - TRANSLATION_Z + TRANSLATION_Z public final static int - VISIBLE + VISIBLE public final static Property<View, Float> - X + X public final static Property<View, Float> - Y + Y public final static Property<View, Float> - Z + Z diff --git a/javadoc/com/aliucord/views/package-summary.html b/javadoc/com/aliucord/views/package-summary.html index 531980c0..5eb3ed33 100644 --- a/javadoc/com/aliucord/views/package-summary.html +++ b/javadoc/com/aliucord/views/package-summary.html @@ -115,17 +115,17 @@

    Package com.aliucord.views

    - DangerButtonRed MaterialButton + DividerDiscord style Divider as seen in its settings - SaveButtonDiscord Style Save Button + DangerButtonRed MaterialButton - ToolbarButtonSettings Header Toolbar Button + ButtonBrand-themed MaterialButton - DividerDiscord style Divider as seen in its settings + SaveButtonDiscord Style Save Button - ButtonBrand-themed MaterialButton + TextInput - TextInput + ToolbarButtonSettings Header Toolbar Button diff --git a/javadoc/com/aliucord/widgets/BottomSheet.html b/javadoc/com/aliucord/widgets/BottomSheet.html index db81e3a5..c4554e05 100644 --- a/javadoc/com/aliucord/widgets/BottomSheet.html +++ b/javadoc/com/aliucord/widgets/BottomSheet.html @@ -231,31 +231,31 @@

    Field Summary

    public static int - a + a public final static int - STYLE_NORMAL + STYLE_NORMAL public final static int - STYLE_NO_TITLE + STYLE_NO_TITLE public final static int - STYLE_NO_FRAME + STYLE_NO_FRAME public final static int - STYLE_NO_INPUT + STYLE_NO_INPUT diff --git a/javadoc/com/aliucord/widgets/LinearLayout.html b/javadoc/com/aliucord/widgets/LinearLayout.html index d632367d..6362f0f9 100644 --- a/javadoc/com/aliucord/widgets/LinearLayout.html +++ b/javadoc/com/aliucord/widgets/LinearLayout.html @@ -189,919 +189,919 @@

    Field Summary

    public final static int - HORIZONTAL + HORIZONTAL public final static int - SHOW_DIVIDER_BEGINNING + SHOW_DIVIDER_BEGINNING public final static int - SHOW_DIVIDER_END + SHOW_DIVIDER_END public final static int - SHOW_DIVIDER_MIDDLE + SHOW_DIVIDER_MIDDLE public final static int - SHOW_DIVIDER_NONE + SHOW_DIVIDER_NONE public final static int - VERTICAL + VERTICAL public final static int - FOCUS_AFTER_DESCENDANTS + FOCUS_AFTER_DESCENDANTS public final static int - FOCUS_BEFORE_DESCENDANTS + FOCUS_BEFORE_DESCENDANTS public final static int - FOCUS_BLOCK_DESCENDANTS + FOCUS_BLOCK_DESCENDANTS public final static int - LAYOUT_MODE_CLIP_BOUNDS + LAYOUT_MODE_CLIP_BOUNDS public final static int - LAYOUT_MODE_OPTICAL_BOUNDS + LAYOUT_MODE_OPTICAL_BOUNDS public final static int - PERSISTENT_ALL_CACHES + PERSISTENT_ALL_CACHES public final static int - PERSISTENT_ANIMATION_CACHE + PERSISTENT_ANIMATION_CACHE public final static int - PERSISTENT_NO_CACHE + PERSISTENT_NO_CACHE public final static int - PERSISTENT_SCROLLING_CACHE + PERSISTENT_SCROLLING_CACHE public final static int - ACCESSIBILITY_LIVE_REGION_ASSERTIVE + ACCESSIBILITY_LIVE_REGION_ASSERTIVE public final static int - ACCESSIBILITY_LIVE_REGION_NONE + ACCESSIBILITY_LIVE_REGION_NONE public final static int - ACCESSIBILITY_LIVE_REGION_POLITE + ACCESSIBILITY_LIVE_REGION_POLITE public final static Property<View, Float> - ALPHA + ALPHA public final static int - AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS + AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR public final static String - AUTOFILL_HINT_CREDIT_CARD_NUMBER + AUTOFILL_HINT_CREDIT_CARD_NUMBER public final static String - AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE + AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE public final static String - AUTOFILL_HINT_EMAIL_ADDRESS + AUTOFILL_HINT_EMAIL_ADDRESS public final static String - AUTOFILL_HINT_NAME + AUTOFILL_HINT_NAME public final static String - AUTOFILL_HINT_PASSWORD + AUTOFILL_HINT_PASSWORD public final static String - AUTOFILL_HINT_PHONE + AUTOFILL_HINT_PHONE public final static String - AUTOFILL_HINT_POSTAL_ADDRESS + AUTOFILL_HINT_POSTAL_ADDRESS public final static String - AUTOFILL_HINT_POSTAL_CODE + AUTOFILL_HINT_POSTAL_CODE public final static String - AUTOFILL_HINT_USERNAME + AUTOFILL_HINT_USERNAME public final static int - AUTOFILL_TYPE_DATE + AUTOFILL_TYPE_DATE public final static int - AUTOFILL_TYPE_LIST + AUTOFILL_TYPE_LIST public final static int - AUTOFILL_TYPE_NONE + AUTOFILL_TYPE_NONE public final static int - AUTOFILL_TYPE_TEXT + AUTOFILL_TYPE_TEXT public final static int - AUTOFILL_TYPE_TOGGLE + AUTOFILL_TYPE_TOGGLE public final static int - DRAG_FLAG_GLOBAL + DRAG_FLAG_GLOBAL public final static int - DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION + DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION public final static int - DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION + DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION public final static int - DRAG_FLAG_GLOBAL_URI_READ + DRAG_FLAG_GLOBAL_URI_READ public final static int - DRAG_FLAG_GLOBAL_URI_WRITE + DRAG_FLAG_GLOBAL_URI_WRITE public final static int - DRAG_FLAG_OPAQUE + DRAG_FLAG_OPAQUE public final static int - DRAWING_CACHE_QUALITY_AUTO + DRAWING_CACHE_QUALITY_AUTO public final static int - DRAWING_CACHE_QUALITY_HIGH + DRAWING_CACHE_QUALITY_HIGH public final static int - DRAWING_CACHE_QUALITY_LOW + DRAWING_CACHE_QUALITY_LOW public final static int - FIND_VIEWS_WITH_CONTENT_DESCRIPTION + FIND_VIEWS_WITH_CONTENT_DESCRIPTION public final static int - FIND_VIEWS_WITH_TEXT + FIND_VIEWS_WITH_TEXT public final static int - FOCUSABLE + FOCUSABLE public final static int - FOCUSABLES_ALL + FOCUSABLES_ALL public final static int - FOCUSABLES_TOUCH_MODE + FOCUSABLES_TOUCH_MODE public final static int - FOCUSABLE_AUTO + FOCUSABLE_AUTO public final static int - FOCUS_BACKWARD + FOCUS_BACKWARD public final static int - FOCUS_DOWN + FOCUS_DOWN public final static int - FOCUS_FORWARD + FOCUS_FORWARD public final static int - FOCUS_LEFT + FOCUS_LEFT public final static int - FOCUS_RIGHT + FOCUS_RIGHT public final static int - FOCUS_UP + FOCUS_UP public final static int - GONE + GONE public final static int - HAPTIC_FEEDBACK_ENABLED + HAPTIC_FEEDBACK_ENABLED public final static int - IMPORTANT_FOR_ACCESSIBILITY_AUTO + IMPORTANT_FOR_ACCESSIBILITY_AUTO public final static int - IMPORTANT_FOR_ACCESSIBILITY_NO + IMPORTANT_FOR_ACCESSIBILITY_NO public final static int - IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS + IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS public final static int - IMPORTANT_FOR_ACCESSIBILITY_YES + IMPORTANT_FOR_ACCESSIBILITY_YES public final static int - IMPORTANT_FOR_AUTOFILL_AUTO + IMPORTANT_FOR_AUTOFILL_AUTO public final static int - IMPORTANT_FOR_AUTOFILL_NO + IMPORTANT_FOR_AUTOFILL_NO public final static int - IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS public final static int - IMPORTANT_FOR_AUTOFILL_YES + IMPORTANT_FOR_AUTOFILL_YES public final static int - IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_AUTO + IMPORTANT_FOR_CONTENT_CAPTURE_AUTO public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_NO + IMPORTANT_FOR_CONTENT_CAPTURE_NO public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_YES + IMPORTANT_FOR_CONTENT_CAPTURE_YES public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS public final static int - INVISIBLE + INVISIBLE public final static int - KEEP_SCREEN_ON + KEEP_SCREEN_ON public final static int - LAYER_TYPE_HARDWARE + LAYER_TYPE_HARDWARE public final static int - LAYER_TYPE_NONE + LAYER_TYPE_NONE public final static int - LAYER_TYPE_SOFTWARE + LAYER_TYPE_SOFTWARE public final static int - LAYOUT_DIRECTION_INHERIT + LAYOUT_DIRECTION_INHERIT public final static int - LAYOUT_DIRECTION_LOCALE + LAYOUT_DIRECTION_LOCALE public final static int - LAYOUT_DIRECTION_LTR + LAYOUT_DIRECTION_LTR public final static int - LAYOUT_DIRECTION_RTL + LAYOUT_DIRECTION_RTL public final static int - MEASURED_HEIGHT_STATE_SHIFT + MEASURED_HEIGHT_STATE_SHIFT public final static int - MEASURED_SIZE_MASK + MEASURED_SIZE_MASK public final static int - MEASURED_STATE_MASK + MEASURED_STATE_MASK public final static int - MEASURED_STATE_TOO_SMALL + MEASURED_STATE_TOO_SMALL public final static int - NOT_FOCUSABLE + NOT_FOCUSABLE public final static int - NO_ID + NO_ID public final static int - OVER_SCROLL_ALWAYS + OVER_SCROLL_ALWAYS public final static int - OVER_SCROLL_IF_CONTENT_SCROLLS + OVER_SCROLL_IF_CONTENT_SCROLLS public final static int - OVER_SCROLL_NEVER + OVER_SCROLL_NEVER public final static Property<View, Float> - ROTATION + ROTATION public final static Property<View, Float> - ROTATION_X + ROTATION_X public final static Property<View, Float> - ROTATION_Y + ROTATION_Y public final static Property<View, Float> - SCALE_X + SCALE_X public final static Property<View, Float> - SCALE_Y + SCALE_Y public final static int - SCREEN_STATE_OFF + SCREEN_STATE_OFF public final static int - SCREEN_STATE_ON + SCREEN_STATE_ON public final static int - SCROLLBARS_INSIDE_INSET + SCROLLBARS_INSIDE_INSET public final static int - SCROLLBARS_INSIDE_OVERLAY + SCROLLBARS_INSIDE_OVERLAY public final static int - SCROLLBARS_OUTSIDE_INSET + SCROLLBARS_OUTSIDE_INSET public final static int - SCROLLBARS_OUTSIDE_OVERLAY + SCROLLBARS_OUTSIDE_OVERLAY public final static int - SCROLLBAR_POSITION_DEFAULT + SCROLLBAR_POSITION_DEFAULT public final static int - SCROLLBAR_POSITION_LEFT + SCROLLBAR_POSITION_LEFT public final static int - SCROLLBAR_POSITION_RIGHT + SCROLLBAR_POSITION_RIGHT public final static int - SCROLL_AXIS_HORIZONTAL + SCROLL_AXIS_HORIZONTAL public final static int - SCROLL_AXIS_NONE + SCROLL_AXIS_NONE public final static int - SCROLL_AXIS_VERTICAL + SCROLL_AXIS_VERTICAL public final static int - SCROLL_INDICATOR_BOTTOM + SCROLL_INDICATOR_BOTTOM public final static int - SCROLL_INDICATOR_END + SCROLL_INDICATOR_END public final static int - SCROLL_INDICATOR_LEFT + SCROLL_INDICATOR_LEFT public final static int - SCROLL_INDICATOR_RIGHT + SCROLL_INDICATOR_RIGHT public final static int - SCROLL_INDICATOR_START + SCROLL_INDICATOR_START public final static int - SCROLL_INDICATOR_TOP + SCROLL_INDICATOR_TOP public final static int - SOUND_EFFECTS_ENABLED + SOUND_EFFECTS_ENABLED public final static int - STATUS_BAR_HIDDEN + STATUS_BAR_HIDDEN public final static int - STATUS_BAR_VISIBLE + STATUS_BAR_VISIBLE public final static int - SYSTEM_UI_FLAG_FULLSCREEN + SYSTEM_UI_FLAG_FULLSCREEN public final static int - SYSTEM_UI_FLAG_HIDE_NAVIGATION + SYSTEM_UI_FLAG_HIDE_NAVIGATION public final static int - SYSTEM_UI_FLAG_IMMERSIVE + SYSTEM_UI_FLAG_IMMERSIVE public final static int - SYSTEM_UI_FLAG_IMMERSIVE_STICKY + SYSTEM_UI_FLAG_IMMERSIVE_STICKY public final static int - SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN + SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN public final static int - SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION + SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION public final static int - SYSTEM_UI_FLAG_LAYOUT_STABLE + SYSTEM_UI_FLAG_LAYOUT_STABLE public final static int - SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR + SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR public final static int - SYSTEM_UI_FLAG_LIGHT_STATUS_BAR + SYSTEM_UI_FLAG_LIGHT_STATUS_BAR public final static int - SYSTEM_UI_FLAG_LOW_PROFILE + SYSTEM_UI_FLAG_LOW_PROFILE public final static int - SYSTEM_UI_FLAG_VISIBLE + SYSTEM_UI_FLAG_VISIBLE public final static int - SYSTEM_UI_LAYOUT_FLAGS + SYSTEM_UI_LAYOUT_FLAGS public final static int - TEXT_ALIGNMENT_CENTER + TEXT_ALIGNMENT_CENTER public final static int - TEXT_ALIGNMENT_GRAVITY + TEXT_ALIGNMENT_GRAVITY public final static int - TEXT_ALIGNMENT_INHERIT + TEXT_ALIGNMENT_INHERIT public final static int - TEXT_ALIGNMENT_TEXT_END + TEXT_ALIGNMENT_TEXT_END public final static int - TEXT_ALIGNMENT_TEXT_START + TEXT_ALIGNMENT_TEXT_START public final static int - TEXT_ALIGNMENT_VIEW_END + TEXT_ALIGNMENT_VIEW_END public final static int - TEXT_ALIGNMENT_VIEW_START + TEXT_ALIGNMENT_VIEW_START public final static int - TEXT_DIRECTION_ANY_RTL + TEXT_DIRECTION_ANY_RTL public final static int - TEXT_DIRECTION_FIRST_STRONG + TEXT_DIRECTION_FIRST_STRONG public final static int - TEXT_DIRECTION_FIRST_STRONG_LTR + TEXT_DIRECTION_FIRST_STRONG_LTR public final static int - TEXT_DIRECTION_FIRST_STRONG_RTL + TEXT_DIRECTION_FIRST_STRONG_RTL public final static int - TEXT_DIRECTION_INHERIT + TEXT_DIRECTION_INHERIT public final static int - TEXT_DIRECTION_LOCALE + TEXT_DIRECTION_LOCALE public final static int - TEXT_DIRECTION_LTR + TEXT_DIRECTION_LTR public final static int - TEXT_DIRECTION_RTL + TEXT_DIRECTION_RTL public final static Property<View, Float> - TRANSLATION_X + TRANSLATION_X public final static Property<View, Float> - TRANSLATION_Y + TRANSLATION_Y public final static Property<View, Float> - TRANSLATION_Z + TRANSLATION_Z public final static int - VISIBLE + VISIBLE public final static Property<View, Float> - X + X public final static Property<View, Float> - Y + Y public final static Property<View, Float> - Z + Z diff --git a/javadoc/com/aliucord/widgets/PluginCard.html b/javadoc/com/aliucord/widgets/PluginCard.html index 86acf126..355ee9a4 100644 --- a/javadoc/com/aliucord/widgets/PluginCard.html +++ b/javadoc/com/aliucord/widgets/PluginCard.html @@ -253,883 +253,883 @@

    Field Summary

    public final static int - FOCUS_AFTER_DESCENDANTS + FOCUS_AFTER_DESCENDANTS public final static int - FOCUS_BEFORE_DESCENDANTS + FOCUS_BEFORE_DESCENDANTS public final static int - FOCUS_BLOCK_DESCENDANTS + FOCUS_BLOCK_DESCENDANTS public final static int - LAYOUT_MODE_CLIP_BOUNDS + LAYOUT_MODE_CLIP_BOUNDS public final static int - LAYOUT_MODE_OPTICAL_BOUNDS + LAYOUT_MODE_OPTICAL_BOUNDS public final static int - PERSISTENT_ALL_CACHES + PERSISTENT_ALL_CACHES public final static int - PERSISTENT_ANIMATION_CACHE + PERSISTENT_ANIMATION_CACHE public final static int - PERSISTENT_NO_CACHE + PERSISTENT_NO_CACHE public final static int - PERSISTENT_SCROLLING_CACHE + PERSISTENT_SCROLLING_CACHE public final static int - ACCESSIBILITY_LIVE_REGION_ASSERTIVE + ACCESSIBILITY_LIVE_REGION_ASSERTIVE public final static int - ACCESSIBILITY_LIVE_REGION_NONE + ACCESSIBILITY_LIVE_REGION_NONE public final static int - ACCESSIBILITY_LIVE_REGION_POLITE + ACCESSIBILITY_LIVE_REGION_POLITE public final static Property<View, Float> - ALPHA + ALPHA public final static int - AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS + AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR public final static String - AUTOFILL_HINT_CREDIT_CARD_NUMBER + AUTOFILL_HINT_CREDIT_CARD_NUMBER public final static String - AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE + AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE public final static String - AUTOFILL_HINT_EMAIL_ADDRESS + AUTOFILL_HINT_EMAIL_ADDRESS public final static String - AUTOFILL_HINT_NAME + AUTOFILL_HINT_NAME public final static String - AUTOFILL_HINT_PASSWORD + AUTOFILL_HINT_PASSWORD public final static String - AUTOFILL_HINT_PHONE + AUTOFILL_HINT_PHONE public final static String - AUTOFILL_HINT_POSTAL_ADDRESS + AUTOFILL_HINT_POSTAL_ADDRESS public final static String - AUTOFILL_HINT_POSTAL_CODE + AUTOFILL_HINT_POSTAL_CODE public final static String - AUTOFILL_HINT_USERNAME + AUTOFILL_HINT_USERNAME public final static int - AUTOFILL_TYPE_DATE + AUTOFILL_TYPE_DATE public final static int - AUTOFILL_TYPE_LIST + AUTOFILL_TYPE_LIST public final static int - AUTOFILL_TYPE_NONE + AUTOFILL_TYPE_NONE public final static int - AUTOFILL_TYPE_TEXT + AUTOFILL_TYPE_TEXT public final static int - AUTOFILL_TYPE_TOGGLE + AUTOFILL_TYPE_TOGGLE public final static int - DRAG_FLAG_GLOBAL + DRAG_FLAG_GLOBAL public final static int - DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION + DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION public final static int - DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION + DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION public final static int - DRAG_FLAG_GLOBAL_URI_READ + DRAG_FLAG_GLOBAL_URI_READ public final static int - DRAG_FLAG_GLOBAL_URI_WRITE + DRAG_FLAG_GLOBAL_URI_WRITE public final static int - DRAG_FLAG_OPAQUE + DRAG_FLAG_OPAQUE public final static int - DRAWING_CACHE_QUALITY_AUTO + DRAWING_CACHE_QUALITY_AUTO public final static int - DRAWING_CACHE_QUALITY_HIGH + DRAWING_CACHE_QUALITY_HIGH public final static int - DRAWING_CACHE_QUALITY_LOW + DRAWING_CACHE_QUALITY_LOW public final static int - FIND_VIEWS_WITH_CONTENT_DESCRIPTION + FIND_VIEWS_WITH_CONTENT_DESCRIPTION public final static int - FIND_VIEWS_WITH_TEXT + FIND_VIEWS_WITH_TEXT public final static int - FOCUSABLE + FOCUSABLE public final static int - FOCUSABLES_ALL + FOCUSABLES_ALL public final static int - FOCUSABLES_TOUCH_MODE + FOCUSABLES_TOUCH_MODE public final static int - FOCUSABLE_AUTO + FOCUSABLE_AUTO public final static int - FOCUS_BACKWARD + FOCUS_BACKWARD public final static int - FOCUS_DOWN + FOCUS_DOWN public final static int - FOCUS_FORWARD + FOCUS_FORWARD public final static int - FOCUS_LEFT + FOCUS_LEFT public final static int - FOCUS_RIGHT + FOCUS_RIGHT public final static int - FOCUS_UP + FOCUS_UP public final static int - GONE + GONE public final static int - HAPTIC_FEEDBACK_ENABLED + HAPTIC_FEEDBACK_ENABLED public final static int - IMPORTANT_FOR_ACCESSIBILITY_AUTO + IMPORTANT_FOR_ACCESSIBILITY_AUTO public final static int - IMPORTANT_FOR_ACCESSIBILITY_NO + IMPORTANT_FOR_ACCESSIBILITY_NO public final static int - IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS + IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS public final static int - IMPORTANT_FOR_ACCESSIBILITY_YES + IMPORTANT_FOR_ACCESSIBILITY_YES public final static int - IMPORTANT_FOR_AUTOFILL_AUTO + IMPORTANT_FOR_AUTOFILL_AUTO public final static int - IMPORTANT_FOR_AUTOFILL_NO + IMPORTANT_FOR_AUTOFILL_NO public final static int - IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS public final static int - IMPORTANT_FOR_AUTOFILL_YES + IMPORTANT_FOR_AUTOFILL_YES public final static int - IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_AUTO + IMPORTANT_FOR_CONTENT_CAPTURE_AUTO public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_NO + IMPORTANT_FOR_CONTENT_CAPTURE_NO public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_YES + IMPORTANT_FOR_CONTENT_CAPTURE_YES public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS public final static int - INVISIBLE + INVISIBLE public final static int - KEEP_SCREEN_ON + KEEP_SCREEN_ON public final static int - LAYER_TYPE_HARDWARE + LAYER_TYPE_HARDWARE public final static int - LAYER_TYPE_NONE + LAYER_TYPE_NONE public final static int - LAYER_TYPE_SOFTWARE + LAYER_TYPE_SOFTWARE public final static int - LAYOUT_DIRECTION_INHERIT + LAYOUT_DIRECTION_INHERIT public final static int - LAYOUT_DIRECTION_LOCALE + LAYOUT_DIRECTION_LOCALE public final static int - LAYOUT_DIRECTION_LTR + LAYOUT_DIRECTION_LTR public final static int - LAYOUT_DIRECTION_RTL + LAYOUT_DIRECTION_RTL public final static int - MEASURED_HEIGHT_STATE_SHIFT + MEASURED_HEIGHT_STATE_SHIFT public final static int - MEASURED_SIZE_MASK + MEASURED_SIZE_MASK public final static int - MEASURED_STATE_MASK + MEASURED_STATE_MASK public final static int - MEASURED_STATE_TOO_SMALL + MEASURED_STATE_TOO_SMALL public final static int - NOT_FOCUSABLE + NOT_FOCUSABLE public final static int - NO_ID + NO_ID public final static int - OVER_SCROLL_ALWAYS + OVER_SCROLL_ALWAYS public final static int - OVER_SCROLL_IF_CONTENT_SCROLLS + OVER_SCROLL_IF_CONTENT_SCROLLS public final static int - OVER_SCROLL_NEVER + OVER_SCROLL_NEVER public final static Property<View, Float> - ROTATION + ROTATION public final static Property<View, Float> - ROTATION_X + ROTATION_X public final static Property<View, Float> - ROTATION_Y + ROTATION_Y public final static Property<View, Float> - SCALE_X + SCALE_X public final static Property<View, Float> - SCALE_Y + SCALE_Y public final static int - SCREEN_STATE_OFF + SCREEN_STATE_OFF public final static int - SCREEN_STATE_ON + SCREEN_STATE_ON public final static int - SCROLLBARS_INSIDE_INSET + SCROLLBARS_INSIDE_INSET public final static int - SCROLLBARS_INSIDE_OVERLAY + SCROLLBARS_INSIDE_OVERLAY public final static int - SCROLLBARS_OUTSIDE_INSET + SCROLLBARS_OUTSIDE_INSET public final static int - SCROLLBARS_OUTSIDE_OVERLAY + SCROLLBARS_OUTSIDE_OVERLAY public final static int - SCROLLBAR_POSITION_DEFAULT + SCROLLBAR_POSITION_DEFAULT public final static int - SCROLLBAR_POSITION_LEFT + SCROLLBAR_POSITION_LEFT public final static int - SCROLLBAR_POSITION_RIGHT + SCROLLBAR_POSITION_RIGHT public final static int - SCROLL_AXIS_HORIZONTAL + SCROLL_AXIS_HORIZONTAL public final static int - SCROLL_AXIS_NONE + SCROLL_AXIS_NONE public final static int - SCROLL_AXIS_VERTICAL + SCROLL_AXIS_VERTICAL public final static int - SCROLL_INDICATOR_BOTTOM + SCROLL_INDICATOR_BOTTOM public final static int - SCROLL_INDICATOR_END + SCROLL_INDICATOR_END public final static int - SCROLL_INDICATOR_LEFT + SCROLL_INDICATOR_LEFT public final static int - SCROLL_INDICATOR_RIGHT + SCROLL_INDICATOR_RIGHT public final static int - SCROLL_INDICATOR_START + SCROLL_INDICATOR_START public final static int - SCROLL_INDICATOR_TOP + SCROLL_INDICATOR_TOP public final static int - SOUND_EFFECTS_ENABLED + SOUND_EFFECTS_ENABLED public final static int - STATUS_BAR_HIDDEN + STATUS_BAR_HIDDEN public final static int - STATUS_BAR_VISIBLE + STATUS_BAR_VISIBLE public final static int - SYSTEM_UI_FLAG_FULLSCREEN + SYSTEM_UI_FLAG_FULLSCREEN public final static int - SYSTEM_UI_FLAG_HIDE_NAVIGATION + SYSTEM_UI_FLAG_HIDE_NAVIGATION public final static int - SYSTEM_UI_FLAG_IMMERSIVE + SYSTEM_UI_FLAG_IMMERSIVE public final static int - SYSTEM_UI_FLAG_IMMERSIVE_STICKY + SYSTEM_UI_FLAG_IMMERSIVE_STICKY public final static int - SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN + SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN public final static int - SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION + SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION public final static int - SYSTEM_UI_FLAG_LAYOUT_STABLE + SYSTEM_UI_FLAG_LAYOUT_STABLE public final static int - SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR + SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR public final static int - SYSTEM_UI_FLAG_LIGHT_STATUS_BAR + SYSTEM_UI_FLAG_LIGHT_STATUS_BAR public final static int - SYSTEM_UI_FLAG_LOW_PROFILE + SYSTEM_UI_FLAG_LOW_PROFILE public final static int - SYSTEM_UI_FLAG_VISIBLE + SYSTEM_UI_FLAG_VISIBLE public final static int - SYSTEM_UI_LAYOUT_FLAGS + SYSTEM_UI_LAYOUT_FLAGS public final static int - TEXT_ALIGNMENT_CENTER + TEXT_ALIGNMENT_CENTER public final static int - TEXT_ALIGNMENT_GRAVITY + TEXT_ALIGNMENT_GRAVITY public final static int - TEXT_ALIGNMENT_INHERIT + TEXT_ALIGNMENT_INHERIT public final static int - TEXT_ALIGNMENT_TEXT_END + TEXT_ALIGNMENT_TEXT_END public final static int - TEXT_ALIGNMENT_TEXT_START + TEXT_ALIGNMENT_TEXT_START public final static int - TEXT_ALIGNMENT_VIEW_END + TEXT_ALIGNMENT_VIEW_END public final static int - TEXT_ALIGNMENT_VIEW_START + TEXT_ALIGNMENT_VIEW_START public final static int - TEXT_DIRECTION_ANY_RTL + TEXT_DIRECTION_ANY_RTL public final static int - TEXT_DIRECTION_FIRST_STRONG + TEXT_DIRECTION_FIRST_STRONG public final static int - TEXT_DIRECTION_FIRST_STRONG_LTR + TEXT_DIRECTION_FIRST_STRONG_LTR public final static int - TEXT_DIRECTION_FIRST_STRONG_RTL + TEXT_DIRECTION_FIRST_STRONG_RTL public final static int - TEXT_DIRECTION_INHERIT + TEXT_DIRECTION_INHERIT public final static int - TEXT_DIRECTION_LOCALE + TEXT_DIRECTION_LOCALE public final static int - TEXT_DIRECTION_LTR + TEXT_DIRECTION_LTR public final static int - TEXT_DIRECTION_RTL + TEXT_DIRECTION_RTL public final static Property<View, Float> - TRANSLATION_X + TRANSLATION_X public final static Property<View, Float> - TRANSLATION_Y + TRANSLATION_Y public final static Property<View, Float> - TRANSLATION_Z + TRANSLATION_Z public final static int - VISIBLE + VISIBLE public final static Property<View, Float> - X + X public final static Property<View, Float> - Y + Y public final static Property<View, Float> - Z + Z diff --git a/javadoc/com/aliucord/widgets/UpdaterPluginCard.html b/javadoc/com/aliucord/widgets/UpdaterPluginCard.html index 2eee6669..6f566c6d 100644 --- a/javadoc/com/aliucord/widgets/UpdaterPluginCard.html +++ b/javadoc/com/aliucord/widgets/UpdaterPluginCard.html @@ -199,883 +199,883 @@

    Field Summary

    public final static int - FOCUS_AFTER_DESCENDANTS + FOCUS_AFTER_DESCENDANTS public final static int - FOCUS_BEFORE_DESCENDANTS + FOCUS_BEFORE_DESCENDANTS public final static int - FOCUS_BLOCK_DESCENDANTS + FOCUS_BLOCK_DESCENDANTS public final static int - LAYOUT_MODE_CLIP_BOUNDS + LAYOUT_MODE_CLIP_BOUNDS public final static int - LAYOUT_MODE_OPTICAL_BOUNDS + LAYOUT_MODE_OPTICAL_BOUNDS public final static int - PERSISTENT_ALL_CACHES + PERSISTENT_ALL_CACHES public final static int - PERSISTENT_ANIMATION_CACHE + PERSISTENT_ANIMATION_CACHE public final static int - PERSISTENT_NO_CACHE + PERSISTENT_NO_CACHE public final static int - PERSISTENT_SCROLLING_CACHE + PERSISTENT_SCROLLING_CACHE public final static int - ACCESSIBILITY_LIVE_REGION_ASSERTIVE + ACCESSIBILITY_LIVE_REGION_ASSERTIVE public final static int - ACCESSIBILITY_LIVE_REGION_NONE + ACCESSIBILITY_LIVE_REGION_NONE public final static int - ACCESSIBILITY_LIVE_REGION_POLITE + ACCESSIBILITY_LIVE_REGION_POLITE public final static Property<View, Float> - ALPHA + ALPHA public final static int - AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS + AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH public final static String - AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR + AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR public final static String - AUTOFILL_HINT_CREDIT_CARD_NUMBER + AUTOFILL_HINT_CREDIT_CARD_NUMBER public final static String - AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE + AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE public final static String - AUTOFILL_HINT_EMAIL_ADDRESS + AUTOFILL_HINT_EMAIL_ADDRESS public final static String - AUTOFILL_HINT_NAME + AUTOFILL_HINT_NAME public final static String - AUTOFILL_HINT_PASSWORD + AUTOFILL_HINT_PASSWORD public final static String - AUTOFILL_HINT_PHONE + AUTOFILL_HINT_PHONE public final static String - AUTOFILL_HINT_POSTAL_ADDRESS + AUTOFILL_HINT_POSTAL_ADDRESS public final static String - AUTOFILL_HINT_POSTAL_CODE + AUTOFILL_HINT_POSTAL_CODE public final static String - AUTOFILL_HINT_USERNAME + AUTOFILL_HINT_USERNAME public final static int - AUTOFILL_TYPE_DATE + AUTOFILL_TYPE_DATE public final static int - AUTOFILL_TYPE_LIST + AUTOFILL_TYPE_LIST public final static int - AUTOFILL_TYPE_NONE + AUTOFILL_TYPE_NONE public final static int - AUTOFILL_TYPE_TEXT + AUTOFILL_TYPE_TEXT public final static int - AUTOFILL_TYPE_TOGGLE + AUTOFILL_TYPE_TOGGLE public final static int - DRAG_FLAG_GLOBAL + DRAG_FLAG_GLOBAL public final static int - DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION + DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION public final static int - DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION + DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION public final static int - DRAG_FLAG_GLOBAL_URI_READ + DRAG_FLAG_GLOBAL_URI_READ public final static int - DRAG_FLAG_GLOBAL_URI_WRITE + DRAG_FLAG_GLOBAL_URI_WRITE public final static int - DRAG_FLAG_OPAQUE + DRAG_FLAG_OPAQUE public final static int - DRAWING_CACHE_QUALITY_AUTO + DRAWING_CACHE_QUALITY_AUTO public final static int - DRAWING_CACHE_QUALITY_HIGH + DRAWING_CACHE_QUALITY_HIGH public final static int - DRAWING_CACHE_QUALITY_LOW + DRAWING_CACHE_QUALITY_LOW public final static int - FIND_VIEWS_WITH_CONTENT_DESCRIPTION + FIND_VIEWS_WITH_CONTENT_DESCRIPTION public final static int - FIND_VIEWS_WITH_TEXT + FIND_VIEWS_WITH_TEXT public final static int - FOCUSABLE + FOCUSABLE public final static int - FOCUSABLES_ALL + FOCUSABLES_ALL public final static int - FOCUSABLES_TOUCH_MODE + FOCUSABLES_TOUCH_MODE public final static int - FOCUSABLE_AUTO + FOCUSABLE_AUTO public final static int - FOCUS_BACKWARD + FOCUS_BACKWARD public final static int - FOCUS_DOWN + FOCUS_DOWN public final static int - FOCUS_FORWARD + FOCUS_FORWARD public final static int - FOCUS_LEFT + FOCUS_LEFT public final static int - FOCUS_RIGHT + FOCUS_RIGHT public final static int - FOCUS_UP + FOCUS_UP public final static int - GONE + GONE public final static int - HAPTIC_FEEDBACK_ENABLED + HAPTIC_FEEDBACK_ENABLED public final static int - IMPORTANT_FOR_ACCESSIBILITY_AUTO + IMPORTANT_FOR_ACCESSIBILITY_AUTO public final static int - IMPORTANT_FOR_ACCESSIBILITY_NO + IMPORTANT_FOR_ACCESSIBILITY_NO public final static int - IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS + IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS public final static int - IMPORTANT_FOR_ACCESSIBILITY_YES + IMPORTANT_FOR_ACCESSIBILITY_YES public final static int - IMPORTANT_FOR_AUTOFILL_AUTO + IMPORTANT_FOR_AUTOFILL_AUTO public final static int - IMPORTANT_FOR_AUTOFILL_NO + IMPORTANT_FOR_AUTOFILL_NO public final static int - IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS public final static int - IMPORTANT_FOR_AUTOFILL_YES + IMPORTANT_FOR_AUTOFILL_YES public final static int - IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_AUTO + IMPORTANT_FOR_CONTENT_CAPTURE_AUTO public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_NO + IMPORTANT_FOR_CONTENT_CAPTURE_NO public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_YES + IMPORTANT_FOR_CONTENT_CAPTURE_YES public final static int - IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS + IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS public final static int - INVISIBLE + INVISIBLE public final static int - KEEP_SCREEN_ON + KEEP_SCREEN_ON public final static int - LAYER_TYPE_HARDWARE + LAYER_TYPE_HARDWARE public final static int - LAYER_TYPE_NONE + LAYER_TYPE_NONE public final static int - LAYER_TYPE_SOFTWARE + LAYER_TYPE_SOFTWARE public final static int - LAYOUT_DIRECTION_INHERIT + LAYOUT_DIRECTION_INHERIT public final static int - LAYOUT_DIRECTION_LOCALE + LAYOUT_DIRECTION_LOCALE public final static int - LAYOUT_DIRECTION_LTR + LAYOUT_DIRECTION_LTR public final static int - LAYOUT_DIRECTION_RTL + LAYOUT_DIRECTION_RTL public final static int - MEASURED_HEIGHT_STATE_SHIFT + MEASURED_HEIGHT_STATE_SHIFT public final static int - MEASURED_SIZE_MASK + MEASURED_SIZE_MASK public final static int - MEASURED_STATE_MASK + MEASURED_STATE_MASK public final static int - MEASURED_STATE_TOO_SMALL + MEASURED_STATE_TOO_SMALL public final static int - NOT_FOCUSABLE + NOT_FOCUSABLE public final static int - NO_ID + NO_ID public final static int - OVER_SCROLL_ALWAYS + OVER_SCROLL_ALWAYS public final static int - OVER_SCROLL_IF_CONTENT_SCROLLS + OVER_SCROLL_IF_CONTENT_SCROLLS public final static int - OVER_SCROLL_NEVER + OVER_SCROLL_NEVER public final static Property<View, Float> - ROTATION + ROTATION public final static Property<View, Float> - ROTATION_X + ROTATION_X public final static Property<View, Float> - ROTATION_Y + ROTATION_Y public final static Property<View, Float> - SCALE_X + SCALE_X public final static Property<View, Float> - SCALE_Y + SCALE_Y public final static int - SCREEN_STATE_OFF + SCREEN_STATE_OFF public final static int - SCREEN_STATE_ON + SCREEN_STATE_ON public final static int - SCROLLBARS_INSIDE_INSET + SCROLLBARS_INSIDE_INSET public final static int - SCROLLBARS_INSIDE_OVERLAY + SCROLLBARS_INSIDE_OVERLAY public final static int - SCROLLBARS_OUTSIDE_INSET + SCROLLBARS_OUTSIDE_INSET public final static int - SCROLLBARS_OUTSIDE_OVERLAY + SCROLLBARS_OUTSIDE_OVERLAY public final static int - SCROLLBAR_POSITION_DEFAULT + SCROLLBAR_POSITION_DEFAULT public final static int - SCROLLBAR_POSITION_LEFT + SCROLLBAR_POSITION_LEFT public final static int - SCROLLBAR_POSITION_RIGHT + SCROLLBAR_POSITION_RIGHT public final static int - SCROLL_AXIS_HORIZONTAL + SCROLL_AXIS_HORIZONTAL public final static int - SCROLL_AXIS_NONE + SCROLL_AXIS_NONE public final static int - SCROLL_AXIS_VERTICAL + SCROLL_AXIS_VERTICAL public final static int - SCROLL_INDICATOR_BOTTOM + SCROLL_INDICATOR_BOTTOM public final static int - SCROLL_INDICATOR_END + SCROLL_INDICATOR_END public final static int - SCROLL_INDICATOR_LEFT + SCROLL_INDICATOR_LEFT public final static int - SCROLL_INDICATOR_RIGHT + SCROLL_INDICATOR_RIGHT public final static int - SCROLL_INDICATOR_START + SCROLL_INDICATOR_START public final static int - SCROLL_INDICATOR_TOP + SCROLL_INDICATOR_TOP public final static int - SOUND_EFFECTS_ENABLED + SOUND_EFFECTS_ENABLED public final static int - STATUS_BAR_HIDDEN + STATUS_BAR_HIDDEN public final static int - STATUS_BAR_VISIBLE + STATUS_BAR_VISIBLE public final static int - SYSTEM_UI_FLAG_FULLSCREEN + SYSTEM_UI_FLAG_FULLSCREEN public final static int - SYSTEM_UI_FLAG_HIDE_NAVIGATION + SYSTEM_UI_FLAG_HIDE_NAVIGATION public final static int - SYSTEM_UI_FLAG_IMMERSIVE + SYSTEM_UI_FLAG_IMMERSIVE public final static int - SYSTEM_UI_FLAG_IMMERSIVE_STICKY + SYSTEM_UI_FLAG_IMMERSIVE_STICKY public final static int - SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN + SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN public final static int - SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION + SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION public final static int - SYSTEM_UI_FLAG_LAYOUT_STABLE + SYSTEM_UI_FLAG_LAYOUT_STABLE public final static int - SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR + SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR public final static int - SYSTEM_UI_FLAG_LIGHT_STATUS_BAR + SYSTEM_UI_FLAG_LIGHT_STATUS_BAR public final static int - SYSTEM_UI_FLAG_LOW_PROFILE + SYSTEM_UI_FLAG_LOW_PROFILE public final static int - SYSTEM_UI_FLAG_VISIBLE + SYSTEM_UI_FLAG_VISIBLE public final static int - SYSTEM_UI_LAYOUT_FLAGS + SYSTEM_UI_LAYOUT_FLAGS public final static int - TEXT_ALIGNMENT_CENTER + TEXT_ALIGNMENT_CENTER public final static int - TEXT_ALIGNMENT_GRAVITY + TEXT_ALIGNMENT_GRAVITY public final static int - TEXT_ALIGNMENT_INHERIT + TEXT_ALIGNMENT_INHERIT public final static int - TEXT_ALIGNMENT_TEXT_END + TEXT_ALIGNMENT_TEXT_END public final static int - TEXT_ALIGNMENT_TEXT_START + TEXT_ALIGNMENT_TEXT_START public final static int - TEXT_ALIGNMENT_VIEW_END + TEXT_ALIGNMENT_VIEW_END public final static int - TEXT_ALIGNMENT_VIEW_START + TEXT_ALIGNMENT_VIEW_START public final static int - TEXT_DIRECTION_ANY_RTL + TEXT_DIRECTION_ANY_RTL public final static int - TEXT_DIRECTION_FIRST_STRONG + TEXT_DIRECTION_FIRST_STRONG public final static int - TEXT_DIRECTION_FIRST_STRONG_LTR + TEXT_DIRECTION_FIRST_STRONG_LTR public final static int - TEXT_DIRECTION_FIRST_STRONG_RTL + TEXT_DIRECTION_FIRST_STRONG_RTL public final static int - TEXT_DIRECTION_INHERIT + TEXT_DIRECTION_INHERIT public final static int - TEXT_DIRECTION_LOCALE + TEXT_DIRECTION_LOCALE public final static int - TEXT_DIRECTION_LTR + TEXT_DIRECTION_LTR public final static int - TEXT_DIRECTION_RTL + TEXT_DIRECTION_RTL public final static Property<View, Float> - TRANSLATION_X + TRANSLATION_X public final static Property<View, Float> - TRANSLATION_Y + TRANSLATION_Y public final static Property<View, Float> - TRANSLATION_Z + TRANSLATION_Z public final static int - VISIBLE + VISIBLE public final static Property<View, Float> - X + X public final static Property<View, Float> - Y + Y public final static Property<View, Float> - Z + Z diff --git a/javadoc/com/aliucord/widgets/package-summary.html b/javadoc/com/aliucord/widgets/package-summary.html index 6599e6c9..610326bf 100644 --- a/javadoc/com/aliucord/widgets/package-summary.html +++ b/javadoc/com/aliucord/widgets/package-summary.html @@ -115,13 +115,13 @@

    Package com.aliucord.widgets

    - PluginCard + BottomSheetAppBottomSheet with helper methods - UpdaterPluginCard + LinearLayoutDiscord themed LinearLayout - LinearLayoutDiscord themed LinearLayout + UpdaterPluginCard - BottomSheetAppBottomSheet with helper methods + PluginCard FailedPluginWidget diff --git a/javadoc/deprecated.html b/javadoc/deprecated.html index 64739d26..727ad064 100644 --- a/javadoc/deprecated.html +++ b/javadoc/deprecated.html @@ -134,450 +134,450 @@

    Contents

    - com.aliucord.entities.getChannel() + com.aliucord.utils.fromJson(java.lang.String,java.lang.Class) - Returns the current channel + - android.view.getDrawingCacheQuality() + com.aliucord.utils.fromJson(java.io.Reader,java.lang.Class) - android.view.setDrawingCacheQuality(java.lang.Integer) + com.aliucord.utils.fromJson(java.lang.String,java.lang.reflect.Type) - android.view.requestFitSystemWindows() + com.aliucord.utils.toJson(java.lang.Object) - android.view.setWillNotCacheDrawing(java.lang.Boolean) + com.aliucord.utils.toJsonPretty(java.lang.Object) - + Serializes an Object to pretty printed JSON - android.view.willNotCacheDrawing() + com.aliucord.fragments.addHeaderButton(com.aliucord.views.ToolbarButton) - + Adds a button from the Toolbar associated with this Page - android.view.invalidate(android.graphics.Rect) + com.aliucord.fragments.removeHeaderButton(com.aliucord.views.ToolbarButton) - + Removes a button to the Toolbar associated with this Page - android.view.invalidate(java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer) + androidx.fragment.app.setTargetFragment(androidx.fragment.app.Fragment,java.lang.Integer) - android.view.setDrawingCacheEnabled(java.lang.Boolean) + androidx.fragment.app.getTargetFragment() - android.view.isDrawingCacheEnabled() + androidx.fragment.app.getTargetRequestCode() - android.view.getDrawingCache() + androidx.fragment.app.getFragmentManager() - android.view.getDrawingCache(java.lang.Boolean) + androidx.fragment.app.requireFragmentManager() - android.view.destroyDrawingCache() + androidx.fragment.app.setRetainInstance(java.lang.Boolean) - android.view.setDrawingCacheBackgroundColor(java.lang.Integer) + androidx.fragment.app.getRetainInstance() - android.view.getDrawingCacheBackgroundColor() + androidx.fragment.app.setUserVisibleHint(java.lang.Boolean) - android.view.buildDrawingCache() + androidx.fragment.app.getUserVisibleHint() - android.view.buildDrawingCache(java.lang.Boolean) + androidx.fragment.app.getLoaderManager() - android.view.setBackgroundDrawable(android.graphics.drawable.Drawable) + androidx.fragment.app.startActivityForResult(android.content.Intent,java.lang.Integer) - android.view.setSystemUiVisibility(java.lang.Integer) + androidx.fragment.app.startActivityForResult(android.content.Intent,java.lang.Integer,android.os.Bundle) - android.view.getSystemUiVisibility() + androidx.fragment.app.startIntentSenderForResult(android.content.IntentSender,java.lang.Integer,android.content.Intent,java.lang.Integer,java.lang.Integer,java.lang.Integer,android.os.Bundle) - android.view.getWindowSystemUiVisibility() + androidx.fragment.app.onActivityResult(java.lang.Integer,java.lang.Integer,android.content.Intent) - android.view.onWindowSystemUiVisibilityChanged(java.lang.Integer) + androidx.fragment.app.requestPermissions(kotlin.Array,java.lang.Integer) - android.view.dispatchWindowSystemUiVisiblityChanged(java.lang.Integer) + androidx.fragment.app.onRequestPermissionsResult(java.lang.Integer,kotlin.Array,kotlin.IntArray) - android.view.setOnSystemUiVisibilityChangeListener(android.view.View.OnSystemUiVisibilityChangeListener) + androidx.fragment.app.getLayoutInflater(android.os.Bundle) - android.view.dispatchSystemUiVisibilityChanged(java.lang.Integer) + androidx.fragment.app.onInflate(android.app.Activity,android.util.AttributeSet,android.os.Bundle) - android.view.startDrag(android.content.ClipData,android.view.View.DragShadowBuilder,java.lang.Object,java.lang.Integer) + androidx.fragment.app.onAttachFragment(androidx.fragment.app.Fragment) - android.view.invalidateChild(android.view.View,android.graphics.Rect) + androidx.fragment.app.onAttach(android.app.Activity) - android.view.invalidateChildInParent(kotlin.IntArray,android.graphics.Rect) + androidx.fragment.app.onActivityCreated(android.os.Bundle) - android.view.isAnimationCacheEnabled() + android.view.getDrawingCacheQuality() - android.view.setAnimationCacheEnabled(java.lang.Boolean) + android.view.setDrawingCacheQuality(java.lang.Integer) - android.view.isAlwaysDrawnWithCacheEnabled() + android.view.requestFitSystemWindows() - android.view.setAlwaysDrawnWithCacheEnabled(java.lang.Boolean) + android.view.setWillNotCacheDrawing(java.lang.Boolean) - android.view.getPersistentDrawingCache() + android.view.willNotCacheDrawing() - android.view.setPersistentDrawingCache(java.lang.Integer) + android.view.invalidate(android.graphics.Rect) - com.aliucord.fragments.addHeaderButton(com.aliucord.views.ToolbarButton) + android.view.invalidate(java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer) - Adds a button from the Toolbar associated with this Page + - com.aliucord.fragments.removeHeaderButton(com.aliucord.views.ToolbarButton) + android.view.setDrawingCacheEnabled(java.lang.Boolean) - Removes a button to the Toolbar associated with this Page + - androidx.fragment.app.setTargetFragment(androidx.fragment.app.Fragment,java.lang.Integer) + android.view.isDrawingCacheEnabled() - androidx.fragment.app.getTargetFragment() + android.view.getDrawingCache() - androidx.fragment.app.getTargetRequestCode() + android.view.getDrawingCache(java.lang.Boolean) - androidx.fragment.app.getFragmentManager() + android.view.destroyDrawingCache() - androidx.fragment.app.requireFragmentManager() + android.view.setDrawingCacheBackgroundColor(java.lang.Integer) - androidx.fragment.app.setRetainInstance(java.lang.Boolean) + android.view.getDrawingCacheBackgroundColor() - androidx.fragment.app.getRetainInstance() + android.view.buildDrawingCache() - androidx.fragment.app.setUserVisibleHint(java.lang.Boolean) + android.view.buildDrawingCache(java.lang.Boolean) - androidx.fragment.app.getUserVisibleHint() + android.view.setBackgroundDrawable(android.graphics.drawable.Drawable) - androidx.fragment.app.getLoaderManager() + android.view.setSystemUiVisibility(java.lang.Integer) - androidx.fragment.app.startActivityForResult(android.content.Intent,java.lang.Integer) + android.view.getSystemUiVisibility() - androidx.fragment.app.startActivityForResult(android.content.Intent,java.lang.Integer,android.os.Bundle) + android.view.getWindowSystemUiVisibility() - androidx.fragment.app.startIntentSenderForResult(android.content.IntentSender,java.lang.Integer,android.content.Intent,java.lang.Integer,java.lang.Integer,java.lang.Integer,android.os.Bundle) + android.view.onWindowSystemUiVisibilityChanged(java.lang.Integer) - androidx.fragment.app.requestPermissions(kotlin.Array,java.lang.Integer) + android.view.dispatchWindowSystemUiVisiblityChanged(java.lang.Integer) - androidx.fragment.app.onRequestPermissionsResult(java.lang.Integer,kotlin.Array,kotlin.IntArray) + android.view.setOnSystemUiVisibilityChangeListener(android.view.View.OnSystemUiVisibilityChangeListener) - androidx.fragment.app.getLayoutInflater(android.os.Bundle) + android.view.dispatchSystemUiVisibilityChanged(java.lang.Integer) - androidx.fragment.app.onInflate(android.app.Activity,android.util.AttributeSet,android.os.Bundle) + android.view.startDrag(android.content.ClipData,android.view.View.DragShadowBuilder,java.lang.Object,java.lang.Integer) - androidx.fragment.app.onAttachFragment(androidx.fragment.app.Fragment) + android.view.invalidateChild(android.view.View,android.graphics.Rect) - androidx.fragment.app.onAttach(android.app.Activity) + android.view.invalidateChildInParent(kotlin.IntArray,android.graphics.Rect) - androidx.fragment.app.onActivityCreated(android.os.Bundle) + android.view.isAnimationCacheEnabled() - com.aliucord.fragments.addHeaderButton(com.aliucord.views.ToolbarButton) + android.view.setAnimationCacheEnabled(java.lang.Boolean) - Adds a button from the Toolbar associated with this Page + - com.aliucord.fragments.removeHeaderButton(com.aliucord.views.ToolbarButton) + android.view.isAlwaysDrawnWithCacheEnabled() - Removes a button to the Toolbar associated with this Page + - androidx.fragment.app.onActivityResult(java.lang.Integer,java.lang.Integer,android.content.Intent) + android.view.setAlwaysDrawnWithCacheEnabled(java.lang.Boolean) - com.aliucord.utils.fromJson(java.lang.String,java.lang.Class) + android.view.getPersistentDrawingCache() - com.aliucord.utils.fromJson(java.io.Reader,java.lang.Class) + android.view.setPersistentDrawingCache(java.lang.Integer) - com.aliucord.utils.fromJson(java.lang.String,java.lang.reflect.Type) + com.aliucord.entities.getChannel() - + Returns the current channel - com.aliucord.utils.toJson(java.lang.Object) + com.aliucord.fragments.addHeaderButton(com.aliucord.views.ToolbarButton) - + Adds a button from the Toolbar associated with this Page - com.aliucord.utils.toJsonPretty(java.lang.Object) + com.aliucord.fragments.removeHeaderButton(com.aliucord.views.ToolbarButton) - Serializes an Object to pretty printed JSON + Removes a button to the Toolbar associated with this Page diff --git a/javadoc/index-files/index-1.html b/javadoc/index-files/index-1.html index 01756c8d..23f4cad2 100644 --- a/javadoc/index-files/index-1.html +++ b/javadoc/index-files/index-1.html @@ -239,7 +239,7 @@

    A

    - addChildrenForAccessibility(java.util.ArrayList) + addChildrenForAccessibility(java.util.ArrayList) - function in android.view.View @@ -252,7 +252,7 @@

    A

    - addChildrenForAccessibility(java.util.ArrayList) + addChildrenForAccessibility(java.util.ArrayList) - function in android.view.ViewGroup @@ -278,7 +278,7 @@

    A

    - addDivider(android.content.Context) + addDivider(android.content.Context) - function in com.aliucord.fragments.SettingsPage @@ -291,7 +291,7 @@

    A

    - addDivider(android.content.Context) + addDivider(android.content.Context) - function in com.aliucord.fragments.SettingsPage @@ -304,7 +304,7 @@

    A

    - addDivider(android.content.Context) + addDivider(android.content.Context) - function in com.aliucord.fragments.SettingsPage @@ -317,7 +317,7 @@

    A

    - addExtraDataToAccessibilityNodeInfo(android.view.accessibility.AccessibilityNodeInfo,java.lang.String,android.os.Bundle) + addExtraDataToAccessibilityNodeInfo(android.view.accessibility.AccessibilityNodeInfo,java.lang.String,android.os.Bundle) - function in android.view.View @@ -330,7 +330,7 @@

    A

    - addExtraDataToAccessibilityNodeInfo(android.view.accessibility.AccessibilityNodeInfo,java.lang.String,android.os.Bundle) + addExtraDataToAccessibilityNodeInfo(android.view.accessibility.AccessibilityNodeInfo,java.lang.String,android.os.Bundle) - function in android.view.ViewGroup @@ -395,7 +395,7 @@

    A

    - addFocusables(java.util.ArrayList,int) + addFocusables(java.util.ArrayList,int) - function in android.view.View @@ -421,7 +421,7 @@

    A

    - addFocusables(java.util.ArrayList,int,int) + addFocusables(java.util.ArrayList,int,int) - function in android.view.ViewGroup @@ -447,7 +447,7 @@

    A

    - addHeader(android.content.Context,java.lang.String) + addHeader(android.content.Context,java.lang.String) - function in com.aliucord.fragments.SettingsPage @@ -460,7 +460,7 @@

    A

    - addHeader(android.content.Context,java.lang.String) + addHeader(android.content.Context,java.lang.String) - function in com.aliucord.fragments.SettingsPage @@ -486,7 +486,7 @@

    A

    - addHeaderButton(com.aliucord.views.ToolbarButton) + addHeaderButton(com.aliucord.views.ToolbarButton) - function in com.aliucord.fragments.SettingsPage @@ -499,7 +499,7 @@

    A

    - addHeaderButton(com.aliucord.views.ToolbarButton) + addHeaderButton(com.aliucord.views.ToolbarButton) - function in com.aliucord.fragments.SettingsPage @@ -512,7 +512,7 @@

    A

    - addHeaderButton(com.aliucord.views.ToolbarButton) + addHeaderButton(com.aliucord.views.ToolbarButton) - function in com.aliucord.fragments.SettingsPage @@ -525,7 +525,7 @@

    A

    - addHeaderButton(int,int,java.lang.String,android.graphics.drawable.Drawable,android.view.MenuItem.OnMenuItemClickListener) + addHeaderButton(int,int,java.lang.String,android.graphics.drawable.Drawable,android.view.MenuItem.OnMenuItemClickListener) - function in com.aliucord.fragments.SettingsPage @@ -538,7 +538,7 @@

    A

    - addHeaderButton(int,int,java.lang.String,android.graphics.drawable.Drawable,android.view.MenuItem.OnMenuItemClickListener) + addHeaderButton(int,int,java.lang.String,android.graphics.drawable.Drawable,android.view.MenuItem.OnMenuItemClickListener) - function in com.aliucord.fragments.SettingsPage @@ -551,7 +551,7 @@

    A

    - addHeaderButton(int,java.lang.String,android.graphics.drawable.Drawable,android.view.MenuItem.OnMenuItemClickListener) + addHeaderButton(int,java.lang.String,android.graphics.drawable.Drawable,android.view.MenuItem.OnMenuItemClickListener) - function in com.aliucord.fragments.SettingsPage @@ -564,7 +564,7 @@

    A

    - addHeaderButton(int,java.lang.String,android.graphics.drawable.Drawable,android.view.MenuItem.OnMenuItemClickListener) + addHeaderButton(int,java.lang.String,android.graphics.drawable.Drawable,android.view.MenuItem.OnMenuItemClickListener) - function in com.aliucord.fragments.SettingsPage @@ -577,7 +577,7 @@

    A

    - addHeaderButton(java.lang.String,android.graphics.drawable.Drawable,android.view.MenuItem.OnMenuItemClickListener) + addHeaderButton(java.lang.String,android.graphics.drawable.Drawable,android.view.MenuItem.OnMenuItemClickListener) - function in com.aliucord.fragments.SettingsPage @@ -590,7 +590,7 @@

    A

    - addHeaderButton(java.lang.String,android.graphics.drawable.Drawable,android.view.MenuItem.OnMenuItemClickListener) + addHeaderButton(java.lang.String,android.graphics.drawable.Drawable,android.view.MenuItem.OnMenuItemClickListener) - function in com.aliucord.fragments.SettingsPage @@ -603,7 +603,7 @@

    A

    - addHeaderButton(java.lang.String,int,android.view.MenuItem.OnMenuItemClickListener) + addHeaderButton(java.lang.String,int,android.view.MenuItem.OnMenuItemClickListener) - function in com.aliucord.fragments.SettingsPage @@ -616,7 +616,7 @@

    A

    - addHeaderButton(java.lang.String,int,android.view.MenuItem.OnMenuItemClickListener) + addHeaderButton(java.lang.String,int,android.view.MenuItem.OnMenuItemClickListener) - function in com.aliucord.fragments.SettingsPage @@ -681,7 +681,7 @@

    A

    - addKeyboardNavigationClusters(java.util.Collection,int) + addKeyboardNavigationClusters(java.util.Collection,int) - function in android.view.View @@ -694,7 +694,7 @@

    A

    - addKeyboardNavigationClusters(java.util.Collection,int) + addKeyboardNavigationClusters(java.util.Collection,int) - function in android.view.ViewGroup @@ -720,7 +720,7 @@

    A

    - addOnAttachStateChangeListener(android.view.View.OnAttachStateChangeListener) + addOnAttachStateChangeListener(android.view.View.OnAttachStateChangeListener) - function in android.view.View @@ -759,7 +759,7 @@

    A

    - addOnLayoutChangeListener(android.view.View.OnLayoutChangeListener) + addOnLayoutChangeListener(android.view.View.OnLayoutChangeListener) - function in android.view.View @@ -785,7 +785,7 @@

    A

    - addOnUnhandledKeyEventListener(android.view.View.OnUnhandledKeyEventListener) + addOnUnhandledKeyEventListener(android.view.View.OnUnhandledKeyEventListener) - function in android.view.View @@ -850,7 +850,7 @@

    A

    - addStatesFromChildren() + addStatesFromChildren() - function in android.view.ViewGroup @@ -863,7 +863,7 @@

    A

    - addStatesFromChildren() + addStatesFromChildren() - function in android.view.ViewGroup @@ -902,7 +902,7 @@

    A

    - addTouchables(java.util.ArrayList) + addTouchables(java.util.ArrayList) - function in android.view.View @@ -915,7 +915,7 @@

    A

    - addTouchables(java.util.ArrayList) + addTouchables(java.util.ArrayList) - function in android.view.ViewGroup @@ -941,7 +941,7 @@

    A

    - addView(android.view.View) + addView(android.view.View) - function in android.view.ViewGroup @@ -1019,7 +1019,7 @@

    A

    - addView(android.view.View) + addView(android.view.View) - function in com.aliucord.fragments.SettingsPage @@ -1032,7 +1032,7 @@

    A

    - addView(android.view.View) + addView(android.view.View) - function in com.aliucord.fragments.SettingsPage @@ -1045,7 +1045,7 @@

    A

    - addView(android.view.View) + addView(android.view.View) - function in com.aliucord.fragments.SettingsPage @@ -1149,7 +1149,7 @@

    A

    - animate() + animate() - function in android.view.View @@ -1175,7 +1175,7 @@

    A

    - announceForAccessibility(java.lang.CharSequence) + announceForAccessibility(java.lang.CharSequence) - function in android.view.View @@ -1357,7 +1357,7 @@

    A

    - autofill(android.view.autofill.AutofillValue) + autofill(android.view.autofill.AutofillValue) - function in android.view.View diff --git a/javadoc/index-files/index-10.html b/javadoc/index-files/index-10.html index 373caba2..18c31cf9 100644 --- a/javadoc/index-files/index-10.html +++ b/javadoc/index-files/index-10.html @@ -239,7 +239,7 @@

    J

    - jumpDrawablesToCurrentState() + jumpDrawablesToCurrentState() - function in android.view.ViewGroup @@ -252,7 +252,7 @@

    J

    - jumpDrawablesToCurrentState() + jumpDrawablesToCurrentState() - function in android.view.ViewGroup diff --git a/javadoc/index-files/index-11.html b/javadoc/index-files/index-11.html index 8fe30d15..31182c47 100644 --- a/javadoc/index-files/index-11.html +++ b/javadoc/index-files/index-11.html @@ -161,7 +161,7 @@

    K

    - keyboardNavigationClusterSearch(android.view.View,int) + keyboardNavigationClusterSearch(android.view.View,int) - function in android.view.View diff --git a/javadoc/index-files/index-12.html b/javadoc/index-files/index-12.html index 9e2fbc0e..373685a7 100644 --- a/javadoc/index-files/index-12.html +++ b/javadoc/index-files/index-12.html @@ -200,7 +200,7 @@

    L

    - layout(int,int,int,int) + layout(int,int,int,int) - function in android.view.View @@ -213,7 +213,7 @@

    L

    - layout(int,int,int,int) + layout(int,int,int,int) - function in android.view.ViewGroup diff --git a/javadoc/index-files/index-13.html b/javadoc/index-files/index-13.html index 2bd0d727..1b16ecbc 100644 --- a/javadoc/index-files/index-13.html +++ b/javadoc/index-files/index-13.html @@ -239,7 +239,7 @@

    M

    - measure(int,int) + measure(int,int) - function in android.view.View diff --git a/javadoc/index-files/index-14.html b/javadoc/index-files/index-14.html index 29eec0f9..0b8513a7 100644 --- a/javadoc/index-files/index-14.html +++ b/javadoc/index-files/index-14.html @@ -382,7 +382,7 @@

    N

    - notifySubtreeAccessibilityStateChanged(android.view.View,android.view.View,int) + notifySubtreeAccessibilityStateChanged(android.view.View,android.view.View,int) - function in android.view.ViewGroup diff --git a/javadoc/index-files/index-15.html b/javadoc/index-files/index-15.html index ea6c3c9e..8f0b6334 100644 --- a/javadoc/index-files/index-15.html +++ b/javadoc/index-files/index-15.html @@ -161,7 +161,7 @@

    O

    - offsetDescendantRectToMyCoords(android.view.View,android.graphics.Rect) + offsetDescendantRectToMyCoords(android.view.View,android.graphics.Rect) - function in android.view.ViewGroup @@ -187,7 +187,7 @@

    O

    - offsetLeftAndRight(int) + offsetLeftAndRight(int) - function in android.view.View @@ -213,7 +213,7 @@

    O

    - offsetRectIntoDescendantCoords(android.view.View,android.graphics.Rect) + offsetRectIntoDescendantCoords(android.view.View,android.graphics.Rect) - function in android.view.ViewGroup @@ -239,7 +239,7 @@

    O

    - offsetTopAndBottom(int) + offsetTopAndBottom(int) - function in android.view.View @@ -278,7 +278,7 @@

    O

    - onActivityCreated(android.os.Bundle) + onActivityCreated(android.os.Bundle) - function in androidx.fragment.app.Fragment @@ -291,7 +291,7 @@

    O

    - onActivityCreated(android.os.Bundle) + onActivityCreated(android.os.Bundle) - function in androidx.fragment.app.Fragment @@ -330,7 +330,7 @@

    O

    - onActivityResult(int,int,android.content.Intent) + onActivityResult(int,int,android.content.Intent) - function in androidx.fragment.app.Fragment @@ -382,7 +382,7 @@

    O

    - onActivityResult(int,int,android.content.Intent) + onActivityResult(int,int,android.content.Intent) - function in com.discord.app.AppFragment @@ -408,7 +408,7 @@

    O

    - onApplyWindowInsets(android.view.WindowInsets) + onApplyWindowInsets(android.view.WindowInsets) - function in android.view.View @@ -434,7 +434,7 @@

    O

    - onAttach(android.content.Context) + onAttach(android.content.Context) - function in androidx.fragment.app.DialogFragment @@ -460,7 +460,7 @@

    O

    - onAttach(android.app.Activity) + onAttach(android.app.Activity) - function in androidx.fragment.app.Fragment @@ -473,7 +473,7 @@

    O

    - onAttach(android.content.Context) + onAttach(android.content.Context) - function in androidx.fragment.app.Fragment @@ -564,7 +564,7 @@

    O

    - onAttachFragment(androidx.fragment.app.Fragment) + onAttachFragment(androidx.fragment.app.Fragment) - function in androidx.fragment.app.Fragment @@ -577,7 +577,7 @@

    O

    - onAttachFragment(androidx.fragment.app.Fragment) + onAttachFragment(androidx.fragment.app.Fragment) - function in androidx.fragment.app.Fragment @@ -655,7 +655,7 @@

    O

    - onCancel(android.content.DialogInterface) + onCancel(android.content.DialogInterface) - function in androidx.fragment.app.DialogFragment @@ -681,7 +681,7 @@

    O

    - onCancelPendingInputEvents() + onCancelPendingInputEvents() - function in android.view.View @@ -694,7 +694,7 @@

    O

    - onCancelPendingInputEvents() + onCancelPendingInputEvents() - function in android.view.View @@ -707,7 +707,7 @@

    O

    - onCapturedPointerEvent(android.view.MotionEvent) + onCapturedPointerEvent(android.view.MotionEvent) - function in android.view.View @@ -759,7 +759,7 @@

    O

    - onCheckIsTextEditor() + onCheckIsTextEditor() - function in android.view.View @@ -772,7 +772,7 @@

    O

    - onCheckIsTextEditor() + onCheckIsTextEditor() - function in android.view.View @@ -837,7 +837,7 @@

    O

    - onConfigurationChanged(android.content.res.Configuration) + onConfigurationChanged(android.content.res.Configuration) - function in androidx.fragment.app.Fragment @@ -850,7 +850,7 @@

    O

    - onConfigurationChanged(android.content.res.Configuration) + onConfigurationChanged(android.content.res.Configuration) - function in androidx.fragment.app.Fragment @@ -889,7 +889,7 @@

    O

    - onContextItemSelected(android.view.MenuItem) + onContextItemSelected(android.view.MenuItem) - function in androidx.fragment.app.Fragment @@ -902,7 +902,7 @@

    O

    - onContextItemSelected(android.view.MenuItem) + onContextItemSelected(android.view.MenuItem) - function in androidx.fragment.app.Fragment @@ -941,7 +941,7 @@

    O

    - onCreate(android.os.Bundle) + onCreate(android.os.Bundle) - function in androidx.fragment.app.DialogFragment @@ -967,7 +967,7 @@

    O

    - onCreate(android.os.Bundle) + onCreate(android.os.Bundle) - function in androidx.fragment.app.Fragment @@ -1032,7 +1032,7 @@

    O

    - onCreateAnimation(int,boolean,int) + onCreateAnimation(int,boolean,int) - function in androidx.fragment.app.Fragment @@ -1045,7 +1045,7 @@

    O

    - onCreateAnimation(java.lang.Integer,java.lang.Boolean,java.lang.Integer) + onCreateAnimation(java.lang.Integer,java.lang.Boolean,java.lang.Integer) - function in androidx.fragment.app.Fragment @@ -1084,7 +1084,7 @@

    O

    - onCreateAnimator(int,boolean,int) + onCreateAnimator(int,boolean,int) - function in androidx.fragment.app.Fragment @@ -1097,7 +1097,7 @@

    O

    - onCreateAnimator(java.lang.Integer,java.lang.Boolean,java.lang.Integer) + onCreateAnimator(java.lang.Integer,java.lang.Boolean,java.lang.Integer) - function in androidx.fragment.app.Fragment @@ -1136,7 +1136,7 @@

    O

    - onCreateContextMenu(android.view.ContextMenu,android.view.View,android.view.ContextMenu.ContextMenuInfo) + onCreateContextMenu(android.view.ContextMenu,android.view.View,android.view.ContextMenu.ContextMenuInfo) - function in androidx.fragment.app.Fragment @@ -1149,7 +1149,7 @@

    O

    - onCreateContextMenu(android.view.ContextMenu,android.view.View,android.view.ContextMenu.ContextMenuInfo) + onCreateContextMenu(android.view.ContextMenu,android.view.View,android.view.ContextMenu.ContextMenuInfo) - function in androidx.fragment.app.Fragment @@ -1201,7 +1201,7 @@

    O

    - onCreateDialog(android.os.Bundle) + onCreateDialog(android.os.Bundle) - function in com.discord.app.AppDialog @@ -1240,7 +1240,7 @@

    O

    - onCreateInputConnection(android.view.inputmethod.EditorInfo) + onCreateInputConnection(android.view.inputmethod.EditorInfo) - function in android.view.View @@ -1279,7 +1279,7 @@

    O

    - onCreateOptionsMenu(android.view.Menu,android.view.MenuInflater) + onCreateOptionsMenu(android.view.Menu,android.view.MenuInflater) - function in androidx.fragment.app.Fragment @@ -1292,7 +1292,7 @@

    O

    - onCreateOptionsMenu(android.view.Menu,android.view.MenuInflater) + onCreateOptionsMenu(android.view.Menu,android.view.MenuInflater) - function in androidx.fragment.app.Fragment @@ -1331,7 +1331,7 @@

    O

    - onCreateView(android.view.LayoutInflater,android.view.ViewGroup,android.os.Bundle) + onCreateView(android.view.LayoutInflater,android.view.ViewGroup,android.os.Bundle) - function in androidx.fragment.app.Fragment @@ -1344,7 +1344,7 @@

    O

    - onCreateView(android.view.LayoutInflater,android.view.ViewGroup,android.os.Bundle) + onCreateView(android.view.LayoutInflater,android.view.ViewGroup,android.os.Bundle) - function in androidx.fragment.app.Fragment @@ -1409,7 +1409,7 @@

    O

    - onDescendantInvalidated(android.view.View,android.view.View) + onDescendantInvalidated(android.view.View,android.view.View) - function in android.view.ViewGroup @@ -1435,7 +1435,7 @@

    O

    - onDestroy() + onDestroy() - function in androidx.fragment.app.Fragment @@ -1448,7 +1448,7 @@

    O

    - onDestroy() + onDestroy() - function in androidx.fragment.app.Fragment @@ -1487,7 +1487,7 @@

    O

    - onDestroyOptionsMenu() + onDestroyOptionsMenu() - function in androidx.fragment.app.Fragment @@ -1500,7 +1500,7 @@

    O

    - onDestroyOptionsMenu() + onDestroyOptionsMenu() - function in androidx.fragment.app.Fragment @@ -1617,7 +1617,7 @@

    O

    - onDestroyView() + onDestroyView() - function in com.discord.app.AppFragment @@ -1630,7 +1630,7 @@

    O

    - onDestroyView() + onDestroyView() - function in com.discord.app.AppFragment @@ -1643,7 +1643,7 @@

    O

    - onDetach() + onDetach() - function in androidx.fragment.app.DialogFragment @@ -1656,7 +1656,7 @@

    O

    - onDetach() + onDetach() - function in androidx.fragment.app.DialogFragment @@ -1708,7 +1708,7 @@

    O

    - onDetach() + onDetach() - function in com.discord.app.AppFragment @@ -1721,7 +1721,7 @@

    O

    - onDetach() + onDetach() - function in com.discord.app.AppFragment @@ -1760,7 +1760,7 @@

    O

    - onDismiss(android.content.DialogInterface) + onDismiss(android.content.DialogInterface) - function in androidx.fragment.app.DialogFragment @@ -1786,7 +1786,7 @@

    O

    - onDragEvent(android.view.DragEvent) + onDragEvent(android.view.DragEvent) - function in android.view.View @@ -1825,7 +1825,7 @@

    O

    - onDrawForeground(android.graphics.Canvas) + onDrawForeground(android.graphics.Canvas) - function in android.view.View @@ -1916,7 +1916,7 @@

    O

    - onFilterTouchEventForSecurity(android.view.MotionEvent) + onFilterTouchEventForSecurity(android.view.MotionEvent) - function in android.view.View @@ -1942,7 +1942,7 @@

    O

    - onFinishTemporaryDetach() + onFinishTemporaryDetach() - function in android.view.View @@ -1955,7 +1955,7 @@

    O

    - onFinishTemporaryDetach() + onFinishTemporaryDetach() - function in android.view.View @@ -1968,7 +1968,7 @@

    O

    - onGenericMotionEvent(android.view.MotionEvent) + onGenericMotionEvent(android.view.MotionEvent) - function in android.view.View @@ -2007,7 +2007,7 @@

    O

    - onGetLayoutInflater(android.os.Bundle) + onGetLayoutInflater(android.os.Bundle) - function in androidx.fragment.app.DialogFragment @@ -2033,7 +2033,7 @@

    O

    - onGetLayoutInflater(android.os.Bundle) + onGetLayoutInflater(android.os.Bundle) - function in androidx.fragment.app.Fragment @@ -2085,7 +2085,7 @@

    O

    - onHiddenChanged(boolean) + onHiddenChanged(boolean) - function in androidx.fragment.app.Fragment @@ -2098,7 +2098,7 @@

    O

    - onHiddenChanged(java.lang.Boolean) + onHiddenChanged(java.lang.Boolean) - function in androidx.fragment.app.Fragment @@ -2137,7 +2137,7 @@

    O

    - onHoverChanged(boolean) + onHoverChanged(boolean) - function in android.view.View @@ -2163,7 +2163,7 @@

    O

    - onHoverEvent(android.view.MotionEvent) + onHoverEvent(android.view.MotionEvent) - function in android.view.View @@ -2189,7 +2189,7 @@

    O

    - onImageChosen(android.net.Uri,java.lang.String) + onImageChosen(android.net.Uri,java.lang.String) - function in com.discord.app.AppFragment @@ -2215,7 +2215,7 @@

    O

    - onImageCropped(android.net.Uri,java.lang.String) + onImageCropped(android.net.Uri,java.lang.String) - function in com.discord.app.AppFragment @@ -2241,7 +2241,7 @@

    O

    - onInflate(android.app.Activity,android.util.AttributeSet,android.os.Bundle) + onInflate(android.app.Activity,android.util.AttributeSet,android.os.Bundle) - function in androidx.fragment.app.Fragment @@ -2254,7 +2254,7 @@

    O

    - onInflate(android.content.Context,android.util.AttributeSet,android.os.Bundle) + onInflate(android.content.Context,android.util.AttributeSet,android.os.Bundle) - function in androidx.fragment.app.Fragment @@ -2267,7 +2267,7 @@

    O

    - onInflate(android.content.Context,android.util.AttributeSet,android.os.Bundle) + onInflate(android.content.Context,android.util.AttributeSet,android.os.Bundle) - function in androidx.fragment.app.Fragment @@ -2332,7 +2332,7 @@

    O

    - onInitializeAccessibilityEvent(android.view.accessibility.AccessibilityEvent) + onInitializeAccessibilityEvent(android.view.accessibility.AccessibilityEvent) - function in android.view.View @@ -2371,7 +2371,7 @@

    O

    - onInitializeAccessibilityEvent(android.view.accessibility.AccessibilityEvent) + onInitializeAccessibilityEvent(android.view.accessibility.AccessibilityEvent) - function in com.google.android.material.card.MaterialCardView @@ -2384,7 +2384,7 @@

    O

    - onInitializeAccessibilityNodeInfo(android.view.accessibility.AccessibilityNodeInfo) + onInitializeAccessibilityNodeInfo(android.view.accessibility.AccessibilityNodeInfo) - function in android.view.View @@ -2423,7 +2423,7 @@

    O

    - onInitializeAccessibilityNodeInfo(android.view.accessibility.AccessibilityNodeInfo) + onInitializeAccessibilityNodeInfo(android.view.accessibility.AccessibilityNodeInfo) - function in com.google.android.material.card.MaterialCardView @@ -2436,7 +2436,7 @@

    O

    - onInterceptHoverEvent(android.view.MotionEvent) + onInterceptHoverEvent(android.view.MotionEvent) - function in android.view.ViewGroup @@ -2462,7 +2462,7 @@

    O

    - onInterceptTouchEvent(android.view.MotionEvent) + onInterceptTouchEvent(android.view.MotionEvent) - function in android.view.ViewGroup @@ -2488,7 +2488,7 @@

    O

    - onKeyDown(int,android.view.KeyEvent) + onKeyDown(int,android.view.KeyEvent) - function in android.view.View @@ -2527,7 +2527,7 @@

    O

    - onKeyLongPress(int,android.view.KeyEvent) + onKeyLongPress(int,android.view.KeyEvent) - function in android.view.View @@ -2553,7 +2553,7 @@

    O

    - onKeyMultiple(int,int,android.view.KeyEvent) + onKeyMultiple(int,int,android.view.KeyEvent) - function in android.view.View @@ -2592,7 +2592,7 @@

    O

    - onKeyPreIme(int,android.view.KeyEvent) + onKeyPreIme(int,android.view.KeyEvent) - function in android.view.View @@ -2631,7 +2631,7 @@

    O

    - onKeyShortcut(int,android.view.KeyEvent) + onKeyShortcut(int,android.view.KeyEvent) - function in android.view.View @@ -2670,7 +2670,7 @@

    O

    - onKeyUp(int,android.view.KeyEvent) + onKeyUp(int,android.view.KeyEvent) - function in android.view.View @@ -2709,7 +2709,7 @@

    O

    - onLowMemory() + onLowMemory() - function in androidx.fragment.app.Fragment @@ -2722,7 +2722,7 @@

    O

    - onLowMemory() + onLowMemory() - function in androidx.fragment.app.Fragment @@ -2761,7 +2761,7 @@

    O

    - onMultiWindowModeChanged(boolean) + onMultiWindowModeChanged(boolean) - function in androidx.fragment.app.Fragment @@ -2774,7 +2774,7 @@

    O

    - onMultiWindowModeChanged(java.lang.Boolean) + onMultiWindowModeChanged(java.lang.Boolean) - function in androidx.fragment.app.Fragment @@ -2813,7 +2813,7 @@

    O

    - onNestedFling(android.view.View,float,float,boolean) + onNestedFling(android.view.View,float,float,boolean) - function in android.view.ViewGroup @@ -2839,7 +2839,7 @@

    O

    - onNestedPreFling(android.view.View,float,float) + onNestedPreFling(android.view.View,float,float) - function in android.view.ViewGroup @@ -2865,7 +2865,7 @@

    O

    - onNestedPrePerformAccessibilityAction(android.view.View,int,android.os.Bundle) + onNestedPrePerformAccessibilityAction(android.view.View,int,android.os.Bundle) - function in android.view.ViewGroup @@ -2891,7 +2891,7 @@

    O

    - onNestedPreScroll(android.view.View,int,int,kotlin.Array) + onNestedPreScroll(android.view.View,int,int,kotlin.Array) - function in android.view.ViewGroup @@ -2917,7 +2917,7 @@

    O

    - onNestedScroll(android.view.View,int,int,int,int) + onNestedScroll(android.view.View,int,int,int,int) - function in android.view.ViewGroup @@ -2943,7 +2943,7 @@

    O

    - onNestedScrollAccepted(android.view.View,android.view.View,int) + onNestedScrollAccepted(android.view.View,android.view.View,int) - function in android.view.ViewGroup @@ -2969,7 +2969,7 @@

    O

    - onOptionsItemSelected(android.view.MenuItem) + onOptionsItemSelected(android.view.MenuItem) - function in androidx.fragment.app.Fragment @@ -2982,7 +2982,7 @@

    O

    - onOptionsItemSelected(android.view.MenuItem) + onOptionsItemSelected(android.view.MenuItem) - function in androidx.fragment.app.Fragment @@ -3021,7 +3021,7 @@

    O

    - onOptionsMenuClosed(android.view.Menu) + onOptionsMenuClosed(android.view.Menu) - function in androidx.fragment.app.Fragment @@ -3034,7 +3034,7 @@

    O

    - onOptionsMenuClosed(android.view.Menu) + onOptionsMenuClosed(android.view.Menu) - function in androidx.fragment.app.Fragment @@ -3151,7 +3151,7 @@

    O

    - onPause() + onPause() - function in com.discord.app.AppFragment @@ -3164,7 +3164,7 @@

    O

    - onPause() + onPause() - function in com.discord.app.AppFragment @@ -3177,7 +3177,7 @@

    O

    - onPictureInPictureModeChanged(boolean) + onPictureInPictureModeChanged(boolean) - function in androidx.fragment.app.Fragment @@ -3190,7 +3190,7 @@

    O

    - onPictureInPictureModeChanged(java.lang.Boolean) + onPictureInPictureModeChanged(java.lang.Boolean) - function in androidx.fragment.app.Fragment @@ -3229,7 +3229,7 @@

    O

    - onPointerCaptureChange(boolean) + onPointerCaptureChange(boolean) - function in android.view.View @@ -3255,7 +3255,7 @@

    O

    - onPopulateAccessibilityEvent(android.view.accessibility.AccessibilityEvent) + onPopulateAccessibilityEvent(android.view.accessibility.AccessibilityEvent) - function in android.view.View @@ -3294,7 +3294,7 @@

    O

    - onPrepareOptionsMenu(android.view.Menu) + onPrepareOptionsMenu(android.view.Menu) - function in androidx.fragment.app.Fragment @@ -3307,7 +3307,7 @@

    O

    - onPrepareOptionsMenu(android.view.Menu) + onPrepareOptionsMenu(android.view.Menu) - function in androidx.fragment.app.Fragment @@ -3346,7 +3346,7 @@

    O

    - onPrimaryNavigationFragmentChanged(boolean) + onPrimaryNavigationFragmentChanged(boolean) - function in androidx.fragment.app.Fragment @@ -3359,7 +3359,7 @@

    O

    - onPrimaryNavigationFragmentChanged(java.lang.Boolean) + onPrimaryNavigationFragmentChanged(java.lang.Boolean) - function in androidx.fragment.app.Fragment @@ -3411,7 +3411,7 @@

    O

    - onProvideAutofillStructure(android.view.ViewStructure,int) + onProvideAutofillStructure(android.view.ViewStructure,int) - function in android.view.View @@ -3437,7 +3437,7 @@

    O

    - onProvideAutofillVirtualStructure(android.view.ViewStructure,int) + onProvideAutofillVirtualStructure(android.view.ViewStructure,int) - function in android.view.View @@ -3463,7 +3463,7 @@

    O

    - onProvideContentCaptureStructure(android.view.ViewStructure,int) + onProvideContentCaptureStructure(android.view.ViewStructure,int) - function in android.view.View @@ -3489,7 +3489,7 @@

    O

    - onProvideStructure(android.view.ViewStructure) + onProvideStructure(android.view.ViewStructure) - function in android.view.View @@ -3515,7 +3515,7 @@

    O

    - onProvideVirtualStructure(android.view.ViewStructure) + onProvideVirtualStructure(android.view.ViewStructure) - function in android.view.View @@ -3580,7 +3580,7 @@

    O

    - onRequestPermissionsResult(int,kotlin.Array,kotlin.Array) + onRequestPermissionsResult(int,kotlin.Array,kotlin.Array) - function in androidx.fragment.app.Fragment @@ -3593,7 +3593,7 @@

    O

    - onRequestPermissionsResult(java.lang.Integer,kotlin.Array,kotlin.IntArray) + onRequestPermissionsResult(java.lang.Integer,kotlin.Array,kotlin.IntArray) - function in androidx.fragment.app.Fragment @@ -3632,7 +3632,7 @@

    O

    - onRequestSendAccessibilityEvent(android.view.View,android.view.accessibility.AccessibilityEvent) + onRequestSendAccessibilityEvent(android.view.View,android.view.accessibility.AccessibilityEvent) - function in android.view.ViewGroup @@ -3671,7 +3671,7 @@

    O

    - onResolvePointerIcon(android.view.MotionEvent,int) + onResolvePointerIcon(android.view.MotionEvent,int) - function in android.view.ViewGroup @@ -3814,7 +3814,7 @@

    O

    - onResume() + onResume() - function in com.discord.app.AppFragment @@ -3827,7 +3827,7 @@

    O

    - onResume() + onResume() - function in com.discord.app.AppFragment @@ -3840,7 +3840,7 @@

    O

    - onRtlPropertiesChanged(int) + onRtlPropertiesChanged(int) - function in android.view.View @@ -3866,7 +3866,7 @@

    O

    - onRtlPropertiesChanged(int) + onRtlPropertiesChanged(int) - function in android.widget.LinearLayout @@ -3905,7 +3905,7 @@

    O

    - onSaveInstanceState(android.os.Bundle) + onSaveInstanceState(android.os.Bundle) - function in androidx.fragment.app.DialogFragment @@ -3931,7 +3931,7 @@

    O

    - onSaveInstanceState(android.os.Bundle) + onSaveInstanceState(android.os.Bundle) - function in androidx.fragment.app.Fragment @@ -3996,7 +3996,7 @@

    O

    - onScreenStateChanged(int) + onScreenStateChanged(int) - function in android.view.View @@ -4074,7 +4074,7 @@

    O

    - onStart() + onStart() - function in androidx.fragment.app.Fragment @@ -4087,7 +4087,7 @@

    O

    - onStart() + onStart() - function in androidx.fragment.app.Fragment @@ -4152,7 +4152,7 @@

    O

    - onStartNestedScroll(android.view.View,android.view.View,int) + onStartNestedScroll(android.view.View,android.view.View,int) - function in android.view.ViewGroup @@ -4178,7 +4178,7 @@

    O

    - onStartTemporaryDetach() + onStartTemporaryDetach() - function in android.view.View @@ -4191,7 +4191,7 @@

    O

    - onStartTemporaryDetach() + onStartTemporaryDetach() - function in android.view.View @@ -4217,7 +4217,7 @@

    O

    - onStop() + onStop() - function in androidx.fragment.app.DialogFragment @@ -4230,7 +4230,7 @@

    O

    - onStop() + onStop() - function in androidx.fragment.app.DialogFragment @@ -4243,7 +4243,7 @@

    O

    - onStop() + onStop() - function in androidx.fragment.app.Fragment @@ -4256,7 +4256,7 @@

    O

    - onStop() + onStop() - function in androidx.fragment.app.Fragment @@ -4295,7 +4295,7 @@

    O

    - onStopNestedScroll(android.view.View) + onStopNestedScroll(android.view.View) - function in android.view.ViewGroup @@ -4360,7 +4360,7 @@

    O

    - onTouchEvent(android.view.MotionEvent) + onTouchEvent(android.view.MotionEvent) - function in android.view.View @@ -4399,7 +4399,7 @@

    O

    - onTrackballEvent(android.view.MotionEvent) + onTrackballEvent(android.view.MotionEvent) - function in android.view.View @@ -4464,7 +4464,7 @@

    O

    - onViewAdded(android.view.View) + onViewAdded(android.view.View) - function in android.view.ViewGroup @@ -4672,7 +4672,7 @@

    O

    - onViewBoundOrOnResume() + onViewBoundOrOnResume() - function in com.discord.app.AppFragment @@ -4685,7 +4685,7 @@

    O

    - onViewBoundOrOnResume() + onViewBoundOrOnResume() - function in com.discord.app.AppFragment @@ -4750,7 +4750,7 @@

    O

    - onViewCreated(android.view.View,android.os.Bundle) + onViewCreated(android.view.View,android.os.Bundle) - function in com.discord.app.AppDialog @@ -4776,7 +4776,7 @@

    O

    - onViewCreated(android.view.View,android.os.Bundle) + onViewCreated(android.view.View,android.os.Bundle) - function in com.discord.app.AppFragment @@ -4828,7 +4828,7 @@

    O

    - onViewRemoved(android.view.View) + onViewRemoved(android.view.View) - function in android.view.ViewGroup @@ -4854,7 +4854,7 @@

    O

    - onViewStateRestored(android.os.Bundle) + onViewStateRestored(android.os.Bundle) - function in androidx.fragment.app.DialogFragment @@ -4880,7 +4880,7 @@

    O

    - onViewStateRestored(android.os.Bundle) + onViewStateRestored(android.os.Bundle) - function in androidx.fragment.app.Fragment @@ -4932,7 +4932,7 @@

    O

    - onVisibilityAggregated(boolean) + onVisibilityAggregated(boolean) - function in android.view.View @@ -4971,7 +4971,7 @@

    O

    - onWindowFocusChanged(boolean) + onWindowFocusChanged(boolean) - function in android.view.View @@ -5010,7 +5010,7 @@

    O

    - onWindowSystemUiVisibilityChanged(int) + onWindowSystemUiVisibilityChanged(int) - function in android.view.View @@ -5036,7 +5036,7 @@

    O

    - openMediaChooser() + openMediaChooser() - function in com.discord.app.AppFragment @@ -5049,7 +5049,7 @@

    O

    - openMediaChooser() + openMediaChooser() - function in com.discord.app.AppFragment diff --git a/javadoc/index-files/index-16.html b/javadoc/index-files/index-16.html index aea7adfa..eab132d0 100644 --- a/javadoc/index-files/index-16.html +++ b/javadoc/index-files/index-16.html @@ -330,7 +330,7 @@

    P

    - performAccessibilityAction(int,android.os.Bundle) + performAccessibilityAction(int,android.os.Bundle) - function in android.view.View @@ -356,7 +356,7 @@

    P

    - performClick() + performClick() - function in android.view.View @@ -369,7 +369,7 @@

    P

    - performClick() + performClick() - function in android.view.View @@ -408,7 +408,7 @@

    P

    - performContextClick(float,float) + performContextClick(float,float) - function in android.view.View @@ -434,7 +434,7 @@

    P

    - performHapticFeedback(int) + performHapticFeedback(int) - function in android.view.View @@ -473,7 +473,7 @@

    P

    - performLongClick() + performLongClick() - function in android.view.View @@ -486,7 +486,7 @@

    P

    - performLongClick() + performLongClick() - function in android.view.View @@ -577,7 +577,7 @@

    P

    - playSoundEffect(int) + playSoundEffect(int) - function in android.view.View @@ -798,7 +798,7 @@

    P

    - post(java.lang.Runnable) + post(java.lang.Runnable) - function in android.view.View @@ -837,7 +837,7 @@

    P

    - postDelayed(java.lang.Runnable,long) + postDelayed(java.lang.Runnable,long) - function in android.view.View @@ -850,7 +850,7 @@

    P

    - postInvalidate() + postInvalidate() - function in android.view.View @@ -863,7 +863,7 @@

    P

    - postInvalidate() + postInvalidate() - function in android.view.View @@ -915,7 +915,7 @@

    P

    - postInvalidateDelayed(long) + postInvalidateDelayed(long) - function in android.view.View @@ -928,7 +928,7 @@

    P

    - postInvalidateOnAnimation() + postInvalidateOnAnimation() - function in android.view.View @@ -941,7 +941,7 @@

    P

    - postInvalidateOnAnimation() + postInvalidateOnAnimation() - function in android.view.View @@ -967,7 +967,7 @@

    P

    - postOnAnimation(java.lang.Runnable) + postOnAnimation(java.lang.Runnable) - function in android.view.View @@ -1006,7 +1006,7 @@

    P

    - postOnAnimationDelayed(java.lang.Runnable,long) + postOnAnimationDelayed(java.lang.Runnable,long) - function in android.view.View @@ -1019,7 +1019,7 @@

    P

    - postponeEnterTransition() + postponeEnterTransition() - function in androidx.fragment.app.Fragment @@ -1032,7 +1032,7 @@

    P

    - postponeEnterTransition() + postponeEnterTransition() - function in androidx.fragment.app.Fragment @@ -1045,7 +1045,7 @@

    P

    - postponeEnterTransition(java.lang.Long,java.util.concurrent.TimeUnit) + postponeEnterTransition(java.lang.Long,java.util.concurrent.TimeUnit) - function in androidx.fragment.app.Fragment diff --git a/javadoc/index-files/index-18.html b/javadoc/index-files/index-18.html index 90313be2..b3a65d74 100644 --- a/javadoc/index-files/index-18.html +++ b/javadoc/index-files/index-18.html @@ -382,7 +382,7 @@

    R

    - recomputeViewAttributes(android.view.View) + recomputeViewAttributes(android.view.View) - function in android.view.ViewGroup @@ -434,7 +434,7 @@

    R

    - refreshDrawableState() + refreshDrawableState() - function in android.view.View @@ -447,7 +447,7 @@

    R

    - refreshDrawableState() + refreshDrawableState() - function in android.view.View @@ -525,7 +525,7 @@

    R

    - registerForActivityResult(androidx.activity.result.contract.ActivityResultContract,androidx.activity.result.ActivityResultCallback) + registerForActivityResult(androidx.activity.result.contract.ActivityResultContract,androidx.activity.result.ActivityResultCallback) - function in androidx.fragment.app.Fragment @@ -538,7 +538,7 @@

    R

    - registerForActivityResult(androidx.activity.result.contract.ActivityResultContract,androidx.activity.result.ActivityResultCallback) + registerForActivityResult(androidx.activity.result.contract.ActivityResultContract,androidx.activity.result.ActivityResultCallback) - function in androidx.fragment.app.Fragment @@ -551,7 +551,7 @@

    R

    - registerForActivityResult(androidx.activity.result.contract.ActivityResultContract,androidx.activity.result.ActivityResultRegistry,androidx.activity.result.ActivityResultCallback) + registerForActivityResult(androidx.activity.result.contract.ActivityResultContract,androidx.activity.result.ActivityResultRegistry,androidx.activity.result.ActivityResultCallback) - function in androidx.fragment.app.Fragment @@ -564,7 +564,7 @@

    R

    - registerForContextMenu(android.view.View) + registerForContextMenu(android.view.View) - function in androidx.fragment.app.Fragment @@ -577,7 +577,7 @@

    R

    - registerForContextMenu(android.view.View) + registerForContextMenu(android.view.View) - function in androidx.fragment.app.Fragment @@ -616,7 +616,7 @@

    R

    - releasePointerCapture() + releasePointerCapture() - function in android.view.View @@ -629,7 +629,7 @@

    R

    - releasePointerCapture() + releasePointerCapture() - function in android.view.View @@ -681,7 +681,7 @@

    R

    - removeAllViews() + removeAllViews() - function in android.view.ViewGroup @@ -694,7 +694,7 @@

    R

    - removeAllViews() + removeAllViews() - function in android.view.ViewGroup @@ -707,7 +707,7 @@

    R

    - removeAllViewsInLayout() + removeAllViewsInLayout() - function in android.view.ViewGroup @@ -720,7 +720,7 @@

    R

    - removeAllViewsInLayout() + removeAllViewsInLayout() - function in android.view.ViewGroup @@ -733,7 +733,7 @@

    R

    - removeCallbacks(java.lang.Runnable) + removeCallbacks(java.lang.Runnable) - function in android.view.View @@ -759,7 +759,7 @@

    R

    - removeHeaderButton(com.aliucord.views.ToolbarButton) + removeHeaderButton(com.aliucord.views.ToolbarButton) - function in com.aliucord.fragments.SettingsPage @@ -772,7 +772,7 @@

    R

    - removeHeaderButton(com.aliucord.views.ToolbarButton) + removeHeaderButton(com.aliucord.views.ToolbarButton) - function in com.aliucord.fragments.SettingsPage @@ -785,7 +785,7 @@

    R

    - removeHeaderButton(com.aliucord.views.ToolbarButton) + removeHeaderButton(com.aliucord.views.ToolbarButton) - function in com.aliucord.fragments.SettingsPage @@ -798,7 +798,7 @@

    R

    - removeHeaderButton(int) + removeHeaderButton(int) - function in com.aliucord.fragments.SettingsPage @@ -811,7 +811,7 @@

    R

    - removeHeaderButton(int) + removeHeaderButton(int) - function in com.aliucord.fragments.SettingsPage @@ -850,7 +850,7 @@

    R

    - removeOnAttachStateChangeListener(android.view.View.OnAttachStateChangeListener) + removeOnAttachStateChangeListener(android.view.View.OnAttachStateChangeListener) - function in android.view.View @@ -889,7 +889,7 @@

    R

    - removeOnLayoutChangeListener(android.view.View.OnLayoutChangeListener) + removeOnLayoutChangeListener(android.view.View.OnLayoutChangeListener) - function in android.view.View @@ -915,7 +915,7 @@

    R

    - removeOnUnhandledKeyEventListener(android.view.View.OnUnhandledKeyEventListener) + removeOnUnhandledKeyEventListener(android.view.View.OnUnhandledKeyEventListener) - function in android.view.View @@ -941,7 +941,7 @@

    R

    - removeScrollView() + removeScrollView() - function in com.aliucord.fragments.SettingsPage @@ -954,7 +954,7 @@

    R

    - removeScrollView() + removeScrollView() - function in com.aliucord.fragments.SettingsPage @@ -967,7 +967,7 @@

    R

    - removeScrollView() + removeScrollView() - function in com.aliucord.fragments.SettingsPage @@ -993,7 +993,7 @@

    R

    - removeView(android.view.View) + removeView(android.view.View) - function in android.view.ViewGroup @@ -1019,7 +1019,7 @@

    R

    - removeView(android.view.View) + removeView(android.view.View) - function in com.aliucord.fragments.SettingsPage @@ -1032,7 +1032,7 @@

    R

    - removeView(android.view.View) + removeView(android.view.View) - function in com.aliucord.fragments.SettingsPage @@ -1045,7 +1045,7 @@

    R

    - removeView(android.view.View) + removeView(android.view.View) - function in com.aliucord.fragments.SettingsPage @@ -1071,7 +1071,7 @@

    R

    - removeViewAt(int) + removeViewAt(int) - function in android.view.ViewGroup @@ -1097,7 +1097,7 @@

    R

    - removeViewInLayout(android.view.View) + removeViewInLayout(android.view.View) - function in android.view.ViewGroup @@ -1123,7 +1123,7 @@

    R

    - removeViews(int,int) + removeViews(int,int) - function in android.view.ViewGroup @@ -1149,7 +1149,7 @@

    R

    - removeViewsInLayout(int,int) + removeViewsInLayout(int,int) - function in android.view.ViewGroup @@ -1201,7 +1201,7 @@

    R

    - requestApplyInsets() + requestApplyInsets() - function in android.view.View @@ -1214,7 +1214,7 @@

    R

    - requestApplyInsets() + requestApplyInsets() - function in android.view.View @@ -1266,7 +1266,7 @@

    R

    - requestCameraQRScanner(kotlin.jvm.functions.Function0) + requestCameraQRScanner(kotlin.jvm.functions.Function0) - function in com.discord.app.AppFragment @@ -1279,7 +1279,7 @@

    R

    - requestChildFocus(android.view.View,android.view.View) + requestChildFocus(android.view.View,android.view.View) - function in android.view.ViewGroup @@ -1305,7 +1305,7 @@

    R

    - requestChildRectangleOnScreen(android.view.View,android.graphics.Rect,boolean) + requestChildRectangleOnScreen(android.view.View,android.graphics.Rect,boolean) - function in android.view.ViewGroup @@ -1357,7 +1357,7 @@

    R

    - requestContacts(kotlin.jvm.functions.Function0,kotlin.jvm.functions.Function0) + requestContacts(kotlin.jvm.functions.Function0,kotlin.jvm.functions.Function0) - function in com.discord.app.AppFragment @@ -1370,7 +1370,7 @@

    R

    - requestDisallowInterceptTouchEvent(boolean) + requestDisallowInterceptTouchEvent(boolean) - function in android.view.ViewGroup @@ -1396,7 +1396,7 @@

    R

    - requestFitSystemWindows() + requestFitSystemWindows() - function in android.view.View @@ -1409,7 +1409,7 @@

    R

    - requestFitSystemWindows() + requestFitSystemWindows() - function in android.view.View @@ -1422,7 +1422,7 @@

    R

    - requestFocus() + requestFocus() - function in android.view.View @@ -1435,7 +1435,7 @@

    R

    - requestFocus() + requestFocus() - function in android.view.View @@ -1461,7 +1461,7 @@

    R

    - requestFocus(int,android.graphics.Rect) + requestFocus(int,android.graphics.Rect) - function in android.view.ViewGroup @@ -1487,7 +1487,7 @@

    R

    - requestFocusFromTouch() + requestFocusFromTouch() - function in android.view.View @@ -1500,7 +1500,7 @@

    R

    - requestFocusFromTouch() + requestFocusFromTouch() - function in android.view.View @@ -1513,7 +1513,7 @@

    R

    - requestLayout() + requestLayout() - function in android.view.View @@ -1526,7 +1526,7 @@

    R

    - requestLayout() + requestLayout() - function in android.view.View @@ -1565,7 +1565,7 @@

    R

    - requestMedia(kotlin.jvm.functions.Function0) + requestMedia(kotlin.jvm.functions.Function0) - function in com.discord.app.AppFragment @@ -1604,7 +1604,7 @@

    R

    - requestMediaDownload(kotlin.jvm.functions.Function0) + requestMediaDownload(kotlin.jvm.functions.Function0) - function in com.discord.app.AppFragment @@ -1643,7 +1643,7 @@

    R

    - requestMicrophone(kotlin.jvm.functions.Function0,kotlin.jvm.functions.Function0) + requestMicrophone(kotlin.jvm.functions.Function0,kotlin.jvm.functions.Function0) - function in com.discord.app.AppFragment @@ -1656,7 +1656,7 @@

    R

    - requestPermissions(kotlin.Array,int) + requestPermissions(kotlin.Array,int) - function in androidx.fragment.app.Fragment @@ -1669,7 +1669,7 @@

    R

    - requestPermissions(kotlin.Array,java.lang.Integer) + requestPermissions(kotlin.Array,java.lang.Integer) - function in androidx.fragment.app.Fragment @@ -1682,7 +1682,7 @@

    R

    - requestPointerCapture() + requestPointerCapture() - function in android.view.View @@ -1695,7 +1695,7 @@

    R

    - requestPointerCapture() + requestPointerCapture() - function in android.view.View @@ -1708,7 +1708,7 @@

    R

    - requestRectangleOnScreen(android.graphics.Rect) + requestRectangleOnScreen(android.graphics.Rect) - function in android.view.View @@ -1747,7 +1747,7 @@

    R

    - requestSendAccessibilityEvent(android.view.View,android.view.accessibility.AccessibilityEvent) + requestSendAccessibilityEvent(android.view.View,android.view.accessibility.AccessibilityEvent) - function in android.view.ViewGroup @@ -1773,7 +1773,7 @@

    R

    - requestTransparentRegion(android.view.View) + requestTransparentRegion(android.view.View) - function in android.view.ViewGroup @@ -1799,7 +1799,7 @@

    R

    - requestUnbufferedDispatch(android.view.MotionEvent) + requestUnbufferedDispatch(android.view.MotionEvent) - function in android.view.View @@ -1864,7 +1864,7 @@

    R

    - requestVideoCallPermissions(kotlin.jvm.functions.Function0) + requestVideoCallPermissions(kotlin.jvm.functions.Function0) - function in com.discord.app.AppFragment @@ -1877,7 +1877,7 @@

    R

    - requireActivity() + requireActivity() - function in androidx.fragment.app.Fragment @@ -1890,7 +1890,7 @@

    R

    - requireActivity() + requireActivity() - function in androidx.fragment.app.Fragment @@ -1916,7 +1916,7 @@

    R

    - requireAppActivity() + requireAppActivity() - function in com.discord.app.AppFragment @@ -1929,7 +1929,7 @@

    R

    - requireArguments() + requireArguments() - function in androidx.fragment.app.Fragment @@ -1942,7 +1942,7 @@

    R

    - requireArguments() + requireArguments() - function in androidx.fragment.app.Fragment @@ -1955,7 +1955,7 @@

    R

    - requireContext() + requireContext() - function in androidx.fragment.app.Fragment @@ -1968,7 +1968,7 @@

    R

    - requireContext() + requireContext() - function in androidx.fragment.app.Fragment @@ -1981,7 +1981,7 @@

    R

    - requireDialog() + requireDialog() - function in androidx.fragment.app.DialogFragment @@ -1994,7 +1994,7 @@

    R

    - requireDialog() + requireDialog() - function in androidx.fragment.app.DialogFragment @@ -2007,7 +2007,7 @@

    R

    - requireFragmentManager() + requireFragmentManager() - function in androidx.fragment.app.Fragment @@ -2020,7 +2020,7 @@

    R

    - requireFragmentManager() + requireFragmentManager() - function in androidx.fragment.app.Fragment @@ -2033,7 +2033,7 @@

    R

    - requireHost() + requireHost() - function in androidx.fragment.app.Fragment @@ -2046,7 +2046,7 @@

    R

    - requireHost() + requireHost() - function in androidx.fragment.app.Fragment @@ -2059,7 +2059,7 @@

    R

    - requireParentFragment() + requireParentFragment() - function in androidx.fragment.app.Fragment @@ -2072,7 +2072,7 @@

    R

    - requireParentFragment() + requireParentFragment() - function in androidx.fragment.app.Fragment @@ -2111,7 +2111,7 @@

    R

    - requireView() + requireView() - function in androidx.fragment.app.Fragment @@ -2124,7 +2124,7 @@

    R

    - requireView() + requireView() - function in androidx.fragment.app.Fragment @@ -2137,7 +2137,7 @@

    R

    - requireViewById(int) + requireViewById(int) - function in android.view.View @@ -2163,7 +2163,7 @@

    R

    - reRender() + reRender() - function in com.aliucord.fragments.SettingsPage @@ -2176,7 +2176,7 @@

    R

    - reRender() + reRender() - function in com.aliucord.fragments.SettingsPage @@ -2189,7 +2189,7 @@

    R

    - reRender() + reRender() - function in com.aliucord.fragments.SettingsPage @@ -2215,7 +2215,7 @@

    R

    - resetPivot() + resetPivot() - function in android.view.View @@ -2228,7 +2228,7 @@

    R

    - resetPivot() + resetPivot() - function in android.view.View @@ -2254,7 +2254,7 @@

    R

    - resolveSize(int,int) + resolveSize(int,int) - function in android.view.View @@ -2267,7 +2267,7 @@

    R

    - resolveSizeAndState(int,int,int) + resolveSizeAndState(int,int,int) - function in android.view.View @@ -2280,7 +2280,7 @@

    R

    - restoreDefaultFocus() + restoreDefaultFocus() - function in android.view.View @@ -2293,7 +2293,7 @@

    R

    - restoreDefaultFocus() + restoreDefaultFocus() - function in android.view.ViewGroup @@ -2306,7 +2306,7 @@

    R

    - restoreDefaultFocus() + restoreDefaultFocus() - function in android.view.ViewGroup @@ -2319,7 +2319,7 @@

    R

    - restoreHierarchyState(android.util.SparseArray) + restoreHierarchyState(android.util.SparseArray) - function in android.view.View diff --git a/javadoc/index-files/index-19.html b/javadoc/index-files/index-19.html index 4285eac3..674e3987 100644 --- a/javadoc/index-files/index-19.html +++ b/javadoc/index-files/index-19.html @@ -148,7 +148,7 @@

    S

    - saveAttributeDataForStyleable(android.content.Context,kotlin.Array,android.util.AttributeSet,android.content.res.TypedArray,int,int) + saveAttributeDataForStyleable(android.content.Context,kotlin.Array,android.util.AttributeSet,android.content.res.TypedArray,int,int) - function in android.view.View @@ -187,7 +187,7 @@

    S

    - saveHierarchyState(android.util.SparseArray) + saveHierarchyState(android.util.SparseArray) - function in android.view.View @@ -265,7 +265,7 @@

    S

    - scheduleDrawable(android.graphics.drawable.Drawable,java.lang.Runnable,long) + scheduleDrawable(android.graphics.drawable.Drawable,java.lang.Runnable,long) - function in android.view.View @@ -278,7 +278,7 @@

    S

    - scheduleLayoutAnimation() + scheduleLayoutAnimation() - function in android.view.ViewGroup @@ -291,7 +291,7 @@

    S

    - scheduleLayoutAnimation() + scheduleLayoutAnimation() - function in android.view.ViewGroup @@ -304,7 +304,7 @@

    S

    - scrollBy(int,int) + scrollBy(int,int) - function in android.view.View @@ -330,7 +330,7 @@

    S

    - scrollTo(int,int) + scrollTo(int,int) - function in android.view.View @@ -369,7 +369,7 @@

    S

    - sendAccessibilityEvent(int) + sendAccessibilityEvent(int) - function in android.view.View @@ -395,7 +395,7 @@

    S

    - sendAccessibilityEventUnchecked(android.view.accessibility.AccessibilityEvent) + sendAccessibilityEventUnchecked(android.view.accessibility.AccessibilityEvent) - function in android.view.View @@ -434,7 +434,7 @@

    S

    - setAccessibilityDelegate(android.view.View.AccessibilityDelegate) + setAccessibilityDelegate(android.view.View.AccessibilityDelegate) - function in android.view.View @@ -460,7 +460,7 @@

    S

    - setAccessibilityHeading(boolean) + setAccessibilityHeading(boolean) - function in android.view.View @@ -486,7 +486,7 @@

    S

    - setAccessibilityLiveRegion(int) + setAccessibilityLiveRegion(int) - function in android.view.View @@ -512,7 +512,7 @@

    S

    - setAccessibilityPaneTitle(java.lang.CharSequence) + setAccessibilityPaneTitle(java.lang.CharSequence) - function in android.view.View @@ -538,7 +538,7 @@

    S

    - setAccessibilityTraversalAfter(int) + setAccessibilityTraversalAfter(int) - function in android.view.View @@ -564,7 +564,7 @@

    S

    - setAccessibilityTraversalBefore(int) + setAccessibilityTraversalBefore(int) - function in android.view.View @@ -590,7 +590,7 @@

    S

    - setActionBarDisplayHomeAsUpEnabled() + setActionBarDisplayHomeAsUpEnabled() - function in com.discord.app.AppFragment @@ -629,7 +629,7 @@

    S

    - setActionBarDisplayHomeAsUpEnabled$default(com.discord.app.AppFragment,boolean,int,Object) + setActionBarDisplayHomeAsUpEnabled$default(com.discord.app.AppFragment,boolean,int,Object) - function in com.discord.app.AppFragment @@ -642,7 +642,7 @@

    S

    - setActionBarOptionsMenu(int,rx.functions.Action2) + setActionBarOptionsMenu(int,rx.functions.Action2) - function in com.discord.app.AppFragment @@ -681,7 +681,7 @@

    S

    - setActionBarOptionsMenu$default(com.discord.app.AppFragment,int,rx.functions.Action2,rx.functions.Action1,int,Object) + setActionBarOptionsMenu$default(com.discord.app.AppFragment,int,rx.functions.Action2,rx.functions.Action1,int,Object) - function in com.discord.app.AppFragment @@ -694,7 +694,7 @@

    S

    - setActionBarSubtitle(int) + setActionBarSubtitle(int) - function in com.discord.app.AppFragment @@ -733,7 +733,7 @@

    S

    - setActionBarTitle(int) + setActionBarTitle(int) - function in com.discord.app.AppFragment @@ -746,7 +746,7 @@

    S

    - setActionBarTitle(java.lang.CharSequence,java.lang.Integer,java.lang.Integer) + setActionBarTitle(java.lang.CharSequence,java.lang.Integer,java.lang.Integer) - function in com.discord.app.AppFragment @@ -811,7 +811,7 @@

    S

    - setActionBarTitleAccessibilityViewFocused() + setActionBarTitleAccessibilityViewFocused() - function in com.discord.app.AppFragment @@ -824,7 +824,7 @@

    S

    - setActionBarTitleClick(android.view.View.OnClickListener) + setActionBarTitleClick(android.view.View.OnClickListener) - function in com.discord.app.AppFragment @@ -850,7 +850,7 @@

    S

    - setActionBarTitleColor(int) + setActionBarTitleColor(int) - function in com.discord.app.AppFragment @@ -876,7 +876,7 @@

    S

    - setActionBarTitleLayoutExpandedTappableArea() + setActionBarTitleLayoutExpandedTappableArea() - function in com.discord.app.AppFragment @@ -889,7 +889,7 @@

    S

    - setActionBarTitleLayoutMinimumTappableArea() + setActionBarTitleLayoutMinimumTappableArea() - function in com.discord.app.AppFragment @@ -902,7 +902,7 @@

    S

    - setActivated(boolean) + setActivated(boolean) - function in android.view.View @@ -928,7 +928,7 @@

    S

    - setAddStatesFromChildren(boolean) + setAddStatesFromChildren(boolean) - function in android.view.ViewGroup @@ -980,7 +980,7 @@

    S

    - setAllowEnterTransitionOverlap(boolean) + setAllowEnterTransitionOverlap(boolean) - function in androidx.fragment.app.Fragment @@ -993,7 +993,7 @@

    S

    - setAllowEnterTransitionOverlap(java.lang.Boolean) + setAllowEnterTransitionOverlap(java.lang.Boolean) - function in androidx.fragment.app.Fragment @@ -1032,7 +1032,7 @@

    S

    - setAllowReturnTransitionOverlap(boolean) + setAllowReturnTransitionOverlap(boolean) - function in androidx.fragment.app.Fragment @@ -1045,7 +1045,7 @@

    S

    - setAllowReturnTransitionOverlap(java.lang.Boolean) + setAllowReturnTransitionOverlap(java.lang.Boolean) - function in androidx.fragment.app.Fragment @@ -1084,7 +1084,7 @@

    S

    - setAlpha(float) + setAlpha(float) - function in android.view.View @@ -1123,7 +1123,7 @@

    S

    - setAlwaysDrawnWithCacheEnabled(boolean) + setAlwaysDrawnWithCacheEnabled(boolean) - function in android.view.ViewGroup @@ -1149,7 +1149,7 @@

    S

    - setAnimation(android.view.animation.Animation) + setAnimation(android.view.animation.Animation) - function in android.view.View @@ -1175,7 +1175,7 @@

    S

    - setAnimationCacheEnabled(boolean) + setAnimationCacheEnabled(boolean) - function in android.view.ViewGroup @@ -1201,7 +1201,7 @@

    S

    - setAnimationMatrix(android.graphics.Matrix) + setAnimationMatrix(android.graphics.Matrix) - function in android.view.View @@ -1227,7 +1227,7 @@

    S

    - setArguments(android.os.Bundle) + setArguments(android.os.Bundle) - function in androidx.fragment.app.Fragment @@ -1240,7 +1240,7 @@

    S

    - setArguments(android.os.Bundle) + setArguments(android.os.Bundle) - function in androidx.fragment.app.Fragment @@ -1383,7 +1383,7 @@

    S

    - setAutofillHints(kotlin.Array) + setAutofillHints(kotlin.Array) - function in android.view.View @@ -1409,7 +1409,7 @@

    S

    - setAutofillId(android.view.autofill.AutofillId) + setAutofillId(android.view.autofill.AutofillId) - function in android.view.View @@ -1487,7 +1487,7 @@

    S

    - setBackground(android.graphics.drawable.Drawable) + setBackground(android.graphics.drawable.Drawable) - function in android.view.View @@ -1526,7 +1526,7 @@

    S

    - setBackground(android.graphics.drawable.Drawable) + setBackground(android.graphics.drawable.Drawable) - function in com.google.android.material.card.MaterialCardView @@ -1539,7 +1539,7 @@

    S

    - setBackgroundColor(int) + setBackgroundColor(int) - function in android.view.View @@ -1578,7 +1578,7 @@

    S

    - setBackgroundDrawable(android.graphics.drawable.Drawable) + setBackgroundDrawable(android.graphics.drawable.Drawable) - function in android.view.View @@ -1630,7 +1630,7 @@

    S

    - setBackgroundDrawable(android.graphics.drawable.Drawable) + setBackgroundDrawable(android.graphics.drawable.Drawable) - function in com.google.android.material.card.MaterialCardView @@ -1643,7 +1643,7 @@

    S

    - setBackgroundResource(int) + setBackgroundResource(int) - function in android.view.View @@ -1695,7 +1695,7 @@

    S

    - setBackgroundTintBlendMode(android.graphics.BlendMode) + setBackgroundTintBlendMode(android.graphics.BlendMode) - function in android.view.View @@ -1721,7 +1721,7 @@

    S

    - setBackgroundTintList(android.content.res.ColorStateList) + setBackgroundTintList(android.content.res.ColorStateList) - function in android.view.View @@ -1760,7 +1760,7 @@

    S

    - setBackgroundTintMode(android.graphics.PorterDuff.Mode) + setBackgroundTintMode(android.graphics.PorterDuff.Mode) - function in android.view.View @@ -1825,7 +1825,7 @@

    S

    - setBaselineAligned(boolean) + setBaselineAligned(boolean) - function in android.widget.LinearLayout @@ -1851,7 +1851,7 @@

    S

    - setBaselineAlignedChildIndex(int) + setBaselineAlignedChildIndex(int) - function in android.widget.LinearLayout @@ -1916,7 +1916,7 @@

    S

    - setBottom(int) + setBottom(int) - function in android.view.View @@ -1981,7 +1981,7 @@

    S

    - setCameraDistance(float) + setCameraDistance(float) - function in android.view.View @@ -2007,7 +2007,7 @@

    S

    - setCancelable(boolean) + setCancelable(boolean) - function in androidx.fragment.app.DialogFragment @@ -2046,7 +2046,7 @@

    S

    - setCardBackgroundColor(int) + setCardBackgroundColor(int) - function in com.google.android.material.card.MaterialCardView @@ -2072,7 +2072,7 @@

    S

    - setCardElevation(float) + setCardElevation(float) - function in com.google.android.material.card.MaterialCardView @@ -2085,7 +2085,7 @@

    S

    - setCardForegroundColor(android.content.res.ColorStateList) + setCardForegroundColor(android.content.res.ColorStateList) - function in com.google.android.material.card.MaterialCardView @@ -2124,7 +2124,7 @@

    S

    - setCheckable(boolean) + setCheckable(boolean) - function in com.google.android.material.card.MaterialCardView @@ -2150,7 +2150,7 @@

    S

    - setChecked(boolean) + setChecked(boolean) - function in com.google.android.material.card.MaterialCardView @@ -2163,7 +2163,7 @@

    S

    - setCheckedIcon(android.graphics.drawable.Drawable) + setCheckedIcon(android.graphics.drawable.Drawable) - function in com.google.android.material.card.MaterialCardView @@ -2176,7 +2176,7 @@

    S

    - setCheckedIconMargin(int) + setCheckedIconMargin(int) - function in com.google.android.material.card.MaterialCardView @@ -2189,7 +2189,7 @@

    S

    - setCheckedIconMarginResource(int) + setCheckedIconMarginResource(int) - function in com.google.android.material.card.MaterialCardView @@ -2202,7 +2202,7 @@

    S

    - setCheckedIconResource(int) + setCheckedIconResource(int) - function in com.google.android.material.card.MaterialCardView @@ -2215,7 +2215,7 @@

    S

    - setCheckedIconSize(int) + setCheckedIconSize(int) - function in com.google.android.material.card.MaterialCardView @@ -2228,7 +2228,7 @@

    S

    - setCheckedIconSizeResource(int) + setCheckedIconSizeResource(int) - function in com.google.android.material.card.MaterialCardView @@ -2241,7 +2241,7 @@

    S

    - setCheckedIconTint(android.content.res.ColorStateList) + setCheckedIconTint(android.content.res.ColorStateList) - function in com.google.android.material.card.MaterialCardView @@ -2254,7 +2254,7 @@

    S

    - setClickable(boolean) + setClickable(boolean) - function in android.view.View @@ -2280,7 +2280,7 @@

    S

    - setClickable(boolean) + setClickable(boolean) - function in com.google.android.material.card.MaterialCardView @@ -2306,7 +2306,7 @@

    S

    - setClipBounds(android.graphics.Rect) + setClipBounds(android.graphics.Rect) - function in android.view.View @@ -2332,7 +2332,7 @@

    S

    - setClipChildren(boolean) + setClipChildren(boolean) - function in android.view.ViewGroup @@ -2358,7 +2358,7 @@

    S

    - setClipToOutline(boolean) + setClipToOutline(boolean) - function in android.view.View @@ -2384,7 +2384,7 @@

    S

    - setClipToPadding(boolean) + setClipToPadding(boolean) - function in android.view.ViewGroup @@ -2540,7 +2540,7 @@

    S

    - setContentCaptureSession(android.view.contentcapture.ContentCaptureSession) + setContentCaptureSession(android.view.contentcapture.ContentCaptureSession) - function in android.view.View @@ -2566,7 +2566,7 @@

    S

    - setContentDescription(java.lang.CharSequence) + setContentDescription(java.lang.CharSequence) - function in android.view.View @@ -2605,7 +2605,7 @@

    S

    - setContentPadding(int,int,int,int) + setContentPadding(int,int,int,int) - function in com.google.android.material.card.MaterialCardView @@ -2618,7 +2618,7 @@

    S

    - setContextClickable(boolean) + setContextClickable(boolean) - function in android.view.View @@ -2722,7 +2722,7 @@

    S

    - setDefaultFocusHighlightEnabled(boolean) + setDefaultFocusHighlightEnabled(boolean) - function in android.view.View @@ -2748,7 +2748,7 @@

    S

    - setDescendantFocusability(int) + setDescendantFocusability(int) - function in android.view.ViewGroup @@ -2813,7 +2813,7 @@

    S

    - setDividerDrawable(android.graphics.drawable.Drawable) + setDividerDrawable(android.graphics.drawable.Drawable) - function in android.widget.LinearLayout @@ -2839,7 +2839,7 @@

    S

    - setDividerPadding(int) + setDividerPadding(int) - function in android.widget.LinearLayout @@ -2865,7 +2865,7 @@

    S

    - setDragged(boolean) + setDragged(boolean) - function in com.google.android.material.card.MaterialCardView @@ -2878,7 +2878,7 @@

    S

    - setDrawingCacheBackgroundColor(int) + setDrawingCacheBackgroundColor(int) - function in android.view.View @@ -2904,7 +2904,7 @@

    S

    - setDrawingCacheEnabled(boolean) + setDrawingCacheEnabled(boolean) - function in android.view.View @@ -2930,7 +2930,7 @@

    S

    - setDrawingCacheQuality(int) + setDrawingCacheQuality(int) - function in android.view.View @@ -2956,7 +2956,7 @@

    S

    - setDuplicateParentStateEnabled(boolean) + setDuplicateParentStateEnabled(boolean) - function in android.view.View @@ -3008,7 +3008,7 @@

    S

    - setElevation(float) + setElevation(float) - function in android.view.View @@ -3086,7 +3086,7 @@

    S

    - setEnabled(boolean) + setEnabled(boolean) - function in android.view.View @@ -3125,7 +3125,7 @@

    S

    - setEnterSharedElementCallback(androidx.core.app.SharedElementCallback) + setEnterSharedElementCallback(androidx.core.app.SharedElementCallback) - function in androidx.fragment.app.Fragment @@ -3138,7 +3138,7 @@

    S

    - setEnterSharedElementCallback(androidx.core.app.SharedElementCallback) + setEnterSharedElementCallback(androidx.core.app.SharedElementCallback) - function in androidx.fragment.app.Fragment @@ -3177,7 +3177,7 @@

    S

    - setEnterTransition(Object) + setEnterTransition(Object) - function in androidx.fragment.app.Fragment @@ -3190,7 +3190,7 @@

    S

    - setEnterTransition(java.lang.Object) + setEnterTransition(java.lang.Object) - function in androidx.fragment.app.Fragment @@ -3242,7 +3242,7 @@

    S

    - setExitSharedElementCallback(androidx.core.app.SharedElementCallback) + setExitSharedElementCallback(androidx.core.app.SharedElementCallback) - function in androidx.fragment.app.Fragment @@ -3255,7 +3255,7 @@

    S

    - setExitSharedElementCallback(androidx.core.app.SharedElementCallback) + setExitSharedElementCallback(androidx.core.app.SharedElementCallback) - function in androidx.fragment.app.Fragment @@ -3294,7 +3294,7 @@

    S

    - setExitTransition(Object) + setExitTransition(Object) - function in androidx.fragment.app.Fragment @@ -3307,7 +3307,7 @@

    S

    - setExitTransition(java.lang.Object) + setExitTransition(java.lang.Object) - function in androidx.fragment.app.Fragment @@ -3359,7 +3359,7 @@

    S

    - setFadingEdgeLength(int) + setFadingEdgeLength(int) - function in android.view.View @@ -3450,7 +3450,7 @@

    S

    - setFilterTouchesWhenObscured(boolean) + setFilterTouchesWhenObscured(boolean) - function in android.view.View @@ -3515,7 +3515,7 @@

    S

    - setFitsSystemWindows(boolean) + setFitsSystemWindows(boolean) - function in android.view.View @@ -3567,7 +3567,7 @@

    S

    - setFocusable(boolean) + setFocusable(boolean) - function in android.view.View @@ -3606,7 +3606,7 @@

    S

    - setFocusableInTouchMode(boolean) + setFocusableInTouchMode(boolean) - function in android.view.View @@ -3632,7 +3632,7 @@

    S

    - setFocusedByDefault(boolean) + setFocusedByDefault(boolean) - function in android.view.View @@ -3749,7 +3749,7 @@

    S

    - setForceDarkAllowed(boolean) + setForceDarkAllowed(boolean) - function in android.view.View @@ -3775,7 +3775,7 @@

    S

    - setForeground(android.graphics.drawable.Drawable) + setForeground(android.graphics.drawable.Drawable) - function in android.view.View @@ -3801,7 +3801,7 @@

    S

    - setForegroundGravity(int) + setForegroundGravity(int) - function in android.view.View @@ -3827,7 +3827,7 @@

    S

    - setForegroundGravity(int) + setForegroundGravity(int) - function in android.widget.FrameLayout @@ -3840,7 +3840,7 @@

    S

    - setForegroundTintBlendMode(android.graphics.BlendMode) + setForegroundTintBlendMode(android.graphics.BlendMode) - function in android.view.View @@ -3866,7 +3866,7 @@

    S

    - setForegroundTintList(android.content.res.ColorStateList) + setForegroundTintList(android.content.res.ColorStateList) - function in android.view.View @@ -3892,7 +3892,7 @@

    S

    - setForegroundTintMode(android.graphics.PorterDuff.Mode) + setForegroundTintMode(android.graphics.PorterDuff.Mode) - function in android.view.View @@ -3931,7 +3931,7 @@

    S

    - setGravity(int) + setGravity(int) - function in android.widget.LinearLayout @@ -3970,7 +3970,7 @@

    S

    - setHapticFeedbackEnabled(boolean) + setHapticFeedbackEnabled(boolean) - function in android.view.View @@ -3996,7 +3996,7 @@

    S

    - setHasOptionsMenu(boolean) + setHasOptionsMenu(boolean) - function in androidx.fragment.app.Fragment @@ -4009,7 +4009,7 @@

    S

    - setHasOptionsMenu(java.lang.Boolean) + setHasOptionsMenu(java.lang.Boolean) - function in androidx.fragment.app.Fragment @@ -4061,7 +4061,7 @@

    S

    - setHasTransientState(boolean) + setHasTransientState(boolean) - function in android.view.View @@ -4178,7 +4178,7 @@

    S

    - setHorizontalFadingEdgeEnabled(boolean) + setHorizontalFadingEdgeEnabled(boolean) - function in android.view.View @@ -4204,7 +4204,7 @@

    S

    - setHorizontalGravity(int) + setHorizontalGravity(int) - function in android.widget.LinearLayout @@ -4243,7 +4243,7 @@

    S

    - setHorizontalScrollBarEnabled(boolean) + setHorizontalScrollBarEnabled(boolean) - function in android.view.View @@ -4269,7 +4269,7 @@

    S

    - setHorizontalScrollbarThumbDrawable(android.graphics.drawable.Drawable) + setHorizontalScrollbarThumbDrawable(android.graphics.drawable.Drawable) - function in android.view.View @@ -4295,7 +4295,7 @@

    S

    - setHorizontalScrollbarTrackDrawable(android.graphics.drawable.Drawable) + setHorizontalScrollbarTrackDrawable(android.graphics.drawable.Drawable) - function in android.view.View @@ -4321,7 +4321,7 @@

    S

    - setHovered(boolean) + setHovered(boolean) - function in android.view.View @@ -4503,7 +4503,7 @@

    S

    - setId(int) + setId(int) - function in android.view.View @@ -4789,7 +4789,7 @@

    S

    - setImportantForAccessibility(int) + setImportantForAccessibility(int) - function in android.view.View @@ -4815,7 +4815,7 @@

    S

    - setImportantForAutofill(int) + setImportantForAutofill(int) - function in android.view.View @@ -4841,7 +4841,7 @@

    S

    - setImportantForContentCapture(int) + setImportantForContentCapture(int) - function in android.view.View @@ -4880,7 +4880,7 @@

    S

    - setInitialSavedState(androidx.fragment.app.Fragment.SavedState) + setInitialSavedState(androidx.fragment.app.Fragment.SavedState) - function in androidx.fragment.app.Fragment @@ -4893,7 +4893,7 @@

    S

    - setInitialSavedState(androidx.fragment.app.Fragment.SavedState) + setInitialSavedState(androidx.fragment.app.Fragment.SavedState) - function in androidx.fragment.app.Fragment @@ -5088,7 +5088,7 @@

    S

    - setKeepScreenOn(boolean) + setKeepScreenOn(boolean) - function in android.view.View @@ -5114,7 +5114,7 @@

    S

    - setKeyboardNavigationCluster(boolean) + setKeyboardNavigationCluster(boolean) - function in android.view.View @@ -5153,7 +5153,7 @@

    S

    - setLabelFor(int) + setLabelFor(int) - function in android.view.View @@ -5192,7 +5192,7 @@

    S

    - setLayerPaint(android.graphics.Paint) + setLayerPaint(android.graphics.Paint) - function in android.view.View @@ -5218,7 +5218,7 @@

    S

    - setLayerType(int,android.graphics.Paint) + setLayerType(int,android.graphics.Paint) - function in android.view.View @@ -5244,7 +5244,7 @@

    S

    - setLayoutAnimation(android.view.animation.LayoutAnimationController) + setLayoutAnimation(android.view.animation.LayoutAnimationController) - function in android.view.ViewGroup @@ -5270,7 +5270,7 @@

    S

    - setLayoutAnimationListener(android.view.animation.Animation.AnimationListener) + setLayoutAnimationListener(android.view.animation.Animation.AnimationListener) - function in android.view.ViewGroup @@ -5296,7 +5296,7 @@

    S

    - setLayoutDirection(int) + setLayoutDirection(int) - function in android.view.View @@ -5322,7 +5322,7 @@

    S

    - setLayoutMode(int) + setLayoutMode(int) - function in android.view.ViewGroup @@ -5348,7 +5348,7 @@

    S

    - setLayoutParams(android.view.ViewGroup.LayoutParams) + setLayoutParams(android.view.ViewGroup.LayoutParams) - function in android.view.View @@ -5374,7 +5374,7 @@

    S

    - setLayoutTransition(android.animation.LayoutTransition) + setLayoutTransition(android.animation.LayoutTransition) - function in android.view.ViewGroup @@ -5400,7 +5400,7 @@

    S

    - setLeft(int) + setLeft(int) - function in android.view.View @@ -5426,7 +5426,7 @@

    S

    - setLeftTopRightBottom(int,int,int,int) + setLeftTopRightBottom(int,int,int,int) - function in android.view.View @@ -5556,7 +5556,7 @@

    S

    - setLongClickable(boolean) + setLongClickable(boolean) - function in android.view.View @@ -5608,7 +5608,7 @@

    S

    - setMaxCardElevation(float) + setMaxCardElevation(float) - function in com.google.android.material.card.MaterialCardView @@ -5699,7 +5699,7 @@

    S

    - setMeasureAllChildren(boolean) + setMeasureAllChildren(boolean) - function in android.widget.FrameLayout @@ -5712,7 +5712,7 @@

    S

    - setMeasureWithLargestChildEnabled(boolean) + setMeasureWithLargestChildEnabled(boolean) - function in android.widget.LinearLayout @@ -5738,7 +5738,7 @@

    S

    - setMenuVisibility(boolean) + setMenuVisibility(boolean) - function in androidx.fragment.app.Fragment @@ -5751,7 +5751,7 @@

    S

    - setMenuVisibility(java.lang.Boolean) + setMenuVisibility(java.lang.Boolean) - function in androidx.fragment.app.Fragment @@ -5816,7 +5816,7 @@

    S

    - setMinimumHeight(int) + setMinimumHeight(int) - function in android.view.View @@ -5842,7 +5842,7 @@

    S

    - setMinimumHeight(int) + setMinimumHeight(int) - function in androidx.cardview.widget.CardView @@ -5855,7 +5855,7 @@

    S

    - setMinimumWidth(int) + setMinimumWidth(int) - function in android.view.View @@ -5881,7 +5881,7 @@

    S

    - setMinimumWidth(int) + setMinimumWidth(int) - function in androidx.cardview.widget.CardView @@ -5933,7 +5933,7 @@

    S

    - setMotionEventSplittingEnabled(boolean) + setMotionEventSplittingEnabled(boolean) - function in android.view.ViewGroup @@ -5972,7 +5972,7 @@

    S

    - setNestedScrollingEnabled(boolean) + setNestedScrollingEnabled(boolean) - function in android.view.View @@ -5998,7 +5998,7 @@

    S

    - setNextClusterForwardId(int) + setNextClusterForwardId(int) - function in android.view.View @@ -6024,7 +6024,7 @@

    S

    - setNextFocusDownId(int) + setNextFocusDownId(int) - function in android.view.View @@ -6050,7 +6050,7 @@

    S

    - setNextFocusForwardId(int) + setNextFocusForwardId(int) - function in android.view.View @@ -6076,7 +6076,7 @@

    S

    - setNextFocusLeftId(int) + setNextFocusLeftId(int) - function in android.view.View @@ -6102,7 +6102,7 @@

    S

    - setNextFocusRightId(int) + setNextFocusRightId(int) - function in android.view.View @@ -6128,7 +6128,7 @@

    S

    - setNextFocusUpId(int) + setNextFocusUpId(int) - function in android.view.View @@ -6180,7 +6180,7 @@

    S

    - setOnApplyWindowInsetsListener(android.view.View.OnApplyWindowInsetsListener) + setOnApplyWindowInsetsListener(android.view.View.OnApplyWindowInsetsListener) - function in android.view.View @@ -6206,7 +6206,7 @@

    S

    - setOnBackPressed(rx.functions.Func0) + setOnBackPressed(rx.functions.Func0) - function in com.discord.app.AppFragment @@ -6245,7 +6245,7 @@

    S

    - setOnBackPressed$default(com.discord.app.AppFragment,rx.functions.Func0,int,int,Object) + setOnBackPressed$default(com.discord.app.AppFragment,rx.functions.Func0,int,int,Object) - function in com.discord.app.AppFragment @@ -6284,7 +6284,7 @@

    S

    - setOnCapturedPointerListener(android.view.View.OnCapturedPointerListener) + setOnCapturedPointerListener(android.view.View.OnCapturedPointerListener) - function in android.view.View @@ -6310,7 +6310,7 @@

    S

    - setOnCheckedChangeListener(com.google.android.material.card.MaterialCardView.OnCheckedChangeListener) + setOnCheckedChangeListener(com.google.android.material.card.MaterialCardView.OnCheckedChangeListener) - function in com.google.android.material.card.MaterialCardView @@ -6362,7 +6362,7 @@

    S

    - setOnClickAndDismissListener(android.view.View,kotlin.jvm.functions.Function1) + setOnClickAndDismissListener(android.view.View,kotlin.jvm.functions.Function1) - function in com.discord.app.AppDialog @@ -6375,7 +6375,7 @@

    S

    - setOnClickListener(android.view.View.OnClickListener) + setOnClickListener(android.view.View.OnClickListener) - function in android.view.View @@ -6414,7 +6414,7 @@

    S

    - setOnContextClickListener(android.view.View.OnContextClickListener) + setOnContextClickListener(android.view.View.OnContextClickListener) - function in android.view.View @@ -6440,7 +6440,7 @@

    S

    - setOnCreateContextMenuListener(android.view.View.OnCreateContextMenuListener) + setOnCreateContextMenuListener(android.view.View.OnCreateContextMenuListener) - function in android.view.View @@ -6479,7 +6479,7 @@

    S

    - setOnDragListener(android.view.View.OnDragListener) + setOnDragListener(android.view.View.OnDragListener) - function in android.view.View @@ -6518,7 +6518,7 @@

    S

    - setOnFocusChangeListener(android.view.View.OnFocusChangeListener) + setOnFocusChangeListener(android.view.View.OnFocusChangeListener) - function in android.view.View @@ -6544,7 +6544,7 @@

    S

    - setOnGenericMotionListener(android.view.View.OnGenericMotionListener) + setOnGenericMotionListener(android.view.View.OnGenericMotionListener) - function in android.view.View @@ -6570,7 +6570,7 @@

    S

    - setOnHierarchyChangeListener(android.view.ViewGroup.OnHierarchyChangeListener) + setOnHierarchyChangeListener(android.view.ViewGroup.OnHierarchyChangeListener) - function in android.view.ViewGroup @@ -6596,7 +6596,7 @@

    S

    - setOnHoverListener(android.view.View.OnHoverListener) + setOnHoverListener(android.view.View.OnHoverListener) - function in android.view.View @@ -6622,7 +6622,7 @@

    S

    - setOnKeyListener(android.view.View.OnKeyListener) + setOnKeyListener(android.view.View.OnKeyListener) - function in android.view.View @@ -6648,7 +6648,7 @@

    S

    - setOnLongClickListener(android.view.View.OnLongClickListener) + setOnLongClickListener(android.view.View.OnLongClickListener) - function in android.view.View @@ -6687,7 +6687,7 @@

    S

    - setOnNewIntentListener(kotlin.jvm.functions.Function1) + setOnNewIntentListener(kotlin.jvm.functions.Function1) - function in com.discord.app.AppFragment @@ -6739,7 +6739,7 @@

    S

    - setOnScrollChangeListener(android.view.View.OnScrollChangeListener) + setOnScrollChangeListener(android.view.View.OnScrollChangeListener) - function in android.view.View @@ -6765,7 +6765,7 @@

    S

    - setOnSystemUiVisibilityChangeListener(android.view.View.OnSystemUiVisibilityChangeListener) + setOnSystemUiVisibilityChangeListener(android.view.View.OnSystemUiVisibilityChangeListener) - function in android.view.View @@ -6791,7 +6791,7 @@

    S

    - setOnTouchListener(android.view.View.OnTouchListener) + setOnTouchListener(android.view.View.OnTouchListener) - function in android.view.View @@ -6817,7 +6817,7 @@

    S

    - setOrientation(int) + setOrientation(int) - function in android.widget.LinearLayout @@ -6843,7 +6843,7 @@

    S

    - setOutlineAmbientShadowColor(int) + setOutlineAmbientShadowColor(int) - function in android.view.View @@ -6869,7 +6869,7 @@

    S

    - setOutlineProvider(android.view.ViewOutlineProvider) + setOutlineProvider(android.view.ViewOutlineProvider) - function in android.view.View @@ -6895,7 +6895,7 @@

    S

    - setOutlineSpotShadowColor(int) + setOutlineSpotShadowColor(int) - function in android.view.View @@ -6921,7 +6921,7 @@

    S

    - setOverScrollMode(int) + setOverScrollMode(int) - function in android.view.View @@ -6947,7 +6947,7 @@

    S

    - setPadding(int,int,int,int) + setPadding(int,int,int,int) - function in android.view.View @@ -6986,7 +6986,7 @@

    S

    - setPadding(int,int,int,int) + setPadding(int,int,int,int) - function in androidx.cardview.widget.CardView @@ -6999,7 +6999,7 @@

    S

    - setPadding(int) + setPadding(int) - function in com.aliucord.fragments.SettingsPage @@ -7012,7 +7012,7 @@

    S

    - setPadding(int) + setPadding(int) - function in com.aliucord.fragments.SettingsPage @@ -7051,7 +7051,7 @@

    S

    - setPaddingRelative(int,int,int,int) + setPaddingRelative(int,int,int,int) - function in android.view.View @@ -7090,7 +7090,7 @@

    S

    - setPaddingRelative(int,int,int,int) + setPaddingRelative(int,int,int,int) - function in androidx.cardview.widget.CardView @@ -7129,7 +7129,7 @@

    S

    - setPersistentDrawingCache(int) + setPersistentDrawingCache(int) - function in android.view.ViewGroup @@ -7155,7 +7155,7 @@

    S

    - setPivotX(float) + setPivotX(float) - function in android.view.View @@ -7181,7 +7181,7 @@

    S

    - setPivotY(float) + setPivotY(float) - function in android.view.View @@ -7220,7 +7220,7 @@

    S

    - setPointerIcon(android.view.PointerIcon) + setPointerIcon(android.view.PointerIcon) - function in android.view.View @@ -7246,7 +7246,7 @@

    S

    - setPressed(boolean) + setPressed(boolean) - function in android.view.View @@ -7298,7 +7298,7 @@

    S

    - setPreventCornerOverlap(boolean) + setPreventCornerOverlap(boolean) - function in com.google.android.material.card.MaterialCardView @@ -7324,7 +7324,7 @@

    S

    - setProgress(float) + setProgress(float) - function in com.google.android.material.card.MaterialCardView @@ -7363,7 +7363,7 @@

    S

    - setRadius(float) + setRadius(float) - function in com.google.android.material.card.MaterialCardView @@ -7402,7 +7402,7 @@

    S

    - setReenterTransition(Object) + setReenterTransition(Object) - function in androidx.fragment.app.Fragment @@ -7415,7 +7415,7 @@

    S

    - setReenterTransition(java.lang.Object) + setReenterTransition(java.lang.Object) - function in androidx.fragment.app.Fragment @@ -7467,7 +7467,7 @@

    S

    - setRetainInstance(boolean) + setRetainInstance(boolean) - function in androidx.fragment.app.Fragment @@ -7480,7 +7480,7 @@

    S

    - setRetainInstance(java.lang.Boolean) + setRetainInstance(java.lang.Boolean) - function in androidx.fragment.app.Fragment @@ -7519,7 +7519,7 @@

    S

    - setReturnTransition(Object) + setReturnTransition(Object) - function in androidx.fragment.app.Fragment @@ -7532,7 +7532,7 @@

    S

    - setReturnTransition(java.lang.Object) + setReturnTransition(java.lang.Object) - function in androidx.fragment.app.Fragment @@ -7571,7 +7571,7 @@

    S

    - setRevealOnFocusHint(boolean) + setRevealOnFocusHint(boolean) - function in android.view.View @@ -7597,7 +7597,7 @@

    S

    - setRight(int) + setRight(int) - function in android.view.View @@ -7636,7 +7636,7 @@

    S

    - setRippleColor(android.content.res.ColorStateList) + setRippleColor(android.content.res.ColorStateList) - function in com.google.android.material.card.MaterialCardView @@ -7662,7 +7662,7 @@

    S

    - setRippleColorResource(int) + setRippleColorResource(int) - function in com.google.android.material.card.MaterialCardView @@ -7675,7 +7675,7 @@

    S

    - setRotation(float) + setRotation(float) - function in android.view.View @@ -7701,7 +7701,7 @@

    S

    - setRotationX(float) + setRotationX(float) - function in android.view.View @@ -7727,7 +7727,7 @@

    S

    - setRotationY(float) + setRotationY(float) - function in android.view.View @@ -7753,7 +7753,7 @@

    S

    - setSaveEnabled(boolean) + setSaveEnabled(boolean) - function in android.view.View @@ -7779,7 +7779,7 @@

    S

    - setSaveFromParentEnabled(boolean) + setSaveFromParentEnabled(boolean) - function in android.view.View @@ -7818,7 +7818,7 @@

    S

    - setScaleX(float) + setScaleX(float) - function in android.view.View @@ -7844,7 +7844,7 @@

    S

    - setScaleY(float) + setScaleY(float) - function in android.view.View @@ -7870,7 +7870,7 @@

    S

    - setScreenReaderFocusable(boolean) + setScreenReaderFocusable(boolean) - function in android.view.View @@ -7896,7 +7896,7 @@

    S

    - setScrollBarDefaultDelayBeforeFade(int) + setScrollBarDefaultDelayBeforeFade(int) - function in android.view.View @@ -7922,7 +7922,7 @@

    S

    - setScrollBarFadeDuration(int) + setScrollBarFadeDuration(int) - function in android.view.View @@ -7948,7 +7948,7 @@

    S

    - setScrollbarFadingEnabled(boolean) + setScrollbarFadingEnabled(boolean) - function in android.view.View @@ -7974,7 +7974,7 @@

    S

    - setScrollBarSize(int) + setScrollBarSize(int) - function in android.view.View @@ -8000,7 +8000,7 @@

    S

    - setScrollBarStyle(int) + setScrollBarStyle(int) - function in android.view.View @@ -8026,7 +8026,7 @@

    S

    - setScrollContainer(boolean) + setScrollContainer(boolean) - function in android.view.View @@ -8065,7 +8065,7 @@

    S

    - setScrollIndicators(int) + setScrollIndicators(int) - function in android.view.View @@ -8104,7 +8104,7 @@

    S

    - setScrollX(int) + setScrollX(int) - function in android.view.View @@ -8130,7 +8130,7 @@

    S

    - setScrollY(int) + setScrollY(int) - function in android.view.View @@ -8169,7 +8169,7 @@

    S

    - setSelected(boolean) + setSelected(boolean) - function in android.view.View @@ -8247,7 +8247,7 @@

    S

    - setShapeAppearanceModel(com.google.android.material.shape.ShapeAppearanceModel) + setShapeAppearanceModel(com.google.android.material.shape.ShapeAppearanceModel) - function in com.google.android.material.card.MaterialCardView @@ -8260,7 +8260,7 @@

    S

    - setSharedElementEnterTransition(Object) + setSharedElementEnterTransition(Object) - function in androidx.fragment.app.Fragment @@ -8273,7 +8273,7 @@

    S

    - setSharedElementEnterTransition(java.lang.Object) + setSharedElementEnterTransition(java.lang.Object) - function in androidx.fragment.app.Fragment @@ -8312,7 +8312,7 @@

    S

    - setSharedElementReturnTransition(Object) + setSharedElementReturnTransition(Object) - function in androidx.fragment.app.Fragment @@ -8325,7 +8325,7 @@

    S

    - setSharedElementReturnTransition(java.lang.Object) + setSharedElementReturnTransition(java.lang.Object) - function in androidx.fragment.app.Fragment @@ -8364,7 +8364,7 @@

    S

    - setShowDividers(int) + setShowDividers(int) - function in android.widget.LinearLayout @@ -8390,7 +8390,7 @@

    S

    - setShowsDialog(boolean) + setShowsDialog(boolean) - function in androidx.fragment.app.DialogFragment @@ -8442,7 +8442,7 @@

    S

    - setSoundEffectsEnabled(boolean) + setSoundEffectsEnabled(boolean) - function in android.view.View @@ -8494,7 +8494,7 @@

    S

    - setStateDescription(java.lang.CharSequence) + setStateDescription(java.lang.CharSequence) - function in android.view.View @@ -8520,7 +8520,7 @@

    S

    - setStateListAnimator(android.animation.StateListAnimator) + setStateListAnimator(android.animation.StateListAnimator) - function in android.view.View @@ -8598,7 +8598,7 @@

    S

    - setStrokeColor(int) + setStrokeColor(int) - function in com.google.android.material.card.MaterialCardView @@ -8637,7 +8637,7 @@

    S

    - setStrokeWidth(int) + setStrokeWidth(int) - function in com.google.android.material.card.MaterialCardView @@ -8663,7 +8663,7 @@

    S

    - setStyle(int,int) + setStyle(int,int) - function in androidx.fragment.app.DialogFragment @@ -8819,7 +8819,7 @@

    S

    - setSystemGestureExclusionRects(java.util.List) + setSystemGestureExclusionRects(java.util.List) - function in android.view.View @@ -8845,7 +8845,7 @@

    S

    - setSystemUiVisibility(int) + setSystemUiVisibility(int) - function in android.view.View @@ -8871,7 +8871,7 @@

    S

    - setTag(Object) + setTag(Object) - function in android.view.View @@ -8910,7 +8910,7 @@

    S

    - setTargetFragment(androidx.fragment.app.Fragment,int) + setTargetFragment(androidx.fragment.app.Fragment,int) - function in androidx.fragment.app.Fragment @@ -8923,7 +8923,7 @@

    S

    - setTargetFragment(androidx.fragment.app.Fragment,java.lang.Integer) + setTargetFragment(androidx.fragment.app.Fragment,java.lang.Integer) - function in androidx.fragment.app.Fragment @@ -8975,7 +8975,7 @@

    S

    - setTextAlignment(int) + setTextAlignment(int) - function in android.view.View @@ -9053,7 +9053,7 @@

    S

    - setTextDirection(int) + setTextDirection(int) - function in android.view.View @@ -9430,7 +9430,7 @@

    S

    - setTooltipText(java.lang.CharSequence) + setTooltipText(java.lang.CharSequence) - function in android.view.View @@ -9456,7 +9456,7 @@

    S

    - setTop(int) + setTop(int) - function in android.view.View @@ -9482,7 +9482,7 @@

    S

    - setTouchDelegate(android.view.TouchDelegate) + setTouchDelegate(android.view.TouchDelegate) - function in android.view.View @@ -9508,7 +9508,7 @@

    S

    - setTouchscreenBlocksFocus(boolean) + setTouchscreenBlocksFocus(boolean) - function in android.view.ViewGroup @@ -9547,7 +9547,7 @@

    S

    - setTransitionAlpha(float) + setTransitionAlpha(float) - function in android.view.View @@ -9573,7 +9573,7 @@

    S

    - setTransitionGroup(boolean) + setTransitionGroup(boolean) - function in android.view.ViewGroup @@ -9599,7 +9599,7 @@

    S

    - setTransitionName(java.lang.String) + setTransitionName(java.lang.String) - function in android.view.View @@ -9625,7 +9625,7 @@

    S

    - setTransitionVisibility(int) + setTransitionVisibility(int) - function in android.view.View @@ -9651,7 +9651,7 @@

    S

    - setTranslationX(float) + setTranslationX(float) - function in android.view.View @@ -9677,7 +9677,7 @@

    S

    - setTranslationY(float) + setTranslationY(float) - function in android.view.View @@ -9703,7 +9703,7 @@

    S

    - setTranslationZ(float) + setTranslationZ(float) - function in android.view.View @@ -9781,7 +9781,7 @@

    S

    - setupDialog(android.app.Dialog,int) + setupDialog(android.app.Dialog,int) - function in androidx.fragment.app.DialogFragment @@ -9833,7 +9833,7 @@

    S

    - setUseCompatPadding(boolean) + setUseCompatPadding(boolean) - function in com.google.android.material.card.MaterialCardView @@ -9846,7 +9846,7 @@

    S

    - setUserVisibleHint(boolean) + setUserVisibleHint(boolean) - function in androidx.fragment.app.Fragment @@ -9859,7 +9859,7 @@

    S

    - setUserVisibleHint(java.lang.Boolean) + setUserVisibleHint(java.lang.Boolean) - function in androidx.fragment.app.Fragment @@ -9924,7 +9924,7 @@

    S

    - setVerticalFadingEdgeEnabled(boolean) + setVerticalFadingEdgeEnabled(boolean) - function in android.view.View @@ -9950,7 +9950,7 @@

    S

    - setVerticalGravity(int) + setVerticalGravity(int) - function in android.widget.LinearLayout @@ -9976,7 +9976,7 @@

    S

    - setVerticalScrollBarEnabled(boolean) + setVerticalScrollBarEnabled(boolean) - function in android.view.View @@ -10002,7 +10002,7 @@

    S

    - setVerticalScrollbarPosition(int) + setVerticalScrollbarPosition(int) - function in android.view.View @@ -10028,7 +10028,7 @@

    S

    - setVerticalScrollbarThumbDrawable(android.graphics.drawable.Drawable) + setVerticalScrollbarThumbDrawable(android.graphics.drawable.Drawable) - function in android.view.View @@ -10054,7 +10054,7 @@

    S

    - setVerticalScrollbarTrackDrawable(android.graphics.drawable.Drawable) + setVerticalScrollbarTrackDrawable(android.graphics.drawable.Drawable) - function in android.view.View @@ -10132,7 +10132,7 @@

    S

    - setVisibility(int) + setVisibility(int) - function in android.view.View @@ -10171,7 +10171,7 @@

    S

    - setWeightSum(float) + setWeightSum(float) - function in android.widget.LinearLayout @@ -10210,7 +10210,7 @@

    S

    - setWillNotCacheDrawing(boolean) + setWillNotCacheDrawing(boolean) - function in android.view.View @@ -10236,7 +10236,7 @@

    S

    - setWillNotDraw(boolean) + setWillNotDraw(boolean) - function in android.view.View @@ -10262,7 +10262,7 @@

    S

    - setWindowInsetsAnimationCallback(android.view.WindowInsetsAnimation.Callback) + setWindowInsetsAnimationCallback(android.view.WindowInsetsAnimation.Callback) - function in android.view.View @@ -10275,7 +10275,7 @@

    S

    - setWindowInsetsAnimationCallback(android.view.WindowInsetsAnimation.Callback) + setWindowInsetsAnimationCallback(android.view.WindowInsetsAnimation.Callback) - function in android.view.ViewGroup @@ -10301,7 +10301,7 @@

    S

    - setX(float) + setX(float) - function in android.view.View @@ -10327,7 +10327,7 @@

    S

    - setY(float) + setY(float) - function in android.view.View @@ -10353,7 +10353,7 @@

    S

    - setZ(float) + setZ(float) - function in android.view.View @@ -10379,7 +10379,7 @@

    S

    - shouldDelayChildPressedState() + shouldDelayChildPressedState() - function in android.widget.FrameLayout @@ -10392,7 +10392,7 @@

    S

    - shouldDelayChildPressedState() + shouldDelayChildPressedState() - function in android.widget.LinearLayout @@ -10405,7 +10405,7 @@

    S

    - shouldDelayChildPressedState() + shouldDelayChildPressedState() - function in android.widget.LinearLayout @@ -10418,7 +10418,7 @@

    S

    - shouldShowRequestPermissionRationale(java.lang.String) + shouldShowRequestPermissionRationale(java.lang.String) - function in androidx.fragment.app.Fragment @@ -10431,7 +10431,7 @@

    S

    - shouldShowRequestPermissionRationale(java.lang.String) + shouldShowRequestPermissionRationale(java.lang.String) - function in androidx.fragment.app.Fragment @@ -10509,7 +10509,7 @@

    S

    - show(androidx.fragment.app.FragmentManager,java.lang.String) + show(androidx.fragment.app.FragmentManager,java.lang.String) - function in com.discord.app.AppDialog @@ -10535,7 +10535,7 @@

    S

    - show(androidx.fragment.app.FragmentTransaction,java.lang.String) + show(androidx.fragment.app.FragmentTransaction,java.lang.String) - function in com.discord.app.AppDialog @@ -10561,7 +10561,7 @@

    S

    - showContextMenu() + showContextMenu() - function in android.view.View @@ -10574,7 +10574,7 @@

    S

    - showContextMenu() + showContextMenu() - function in android.view.View @@ -10613,7 +10613,7 @@

    S

    - showContextMenuForChild(android.view.View) + showContextMenuForChild(android.view.View) - function in android.view.ViewGroup @@ -10665,7 +10665,7 @@

    S

    - showKeyboard(android.view.View) + showKeyboard(android.view.View) - function in com.discord.app.AppDialog @@ -10691,7 +10691,7 @@

    S

    - showKeyboard(android.view.View) + showKeyboard(android.view.View) - function in com.discord.app.AppFragment @@ -10717,7 +10717,7 @@

    S

    - showNow(androidx.fragment.app.FragmentManager,java.lang.String) + showNow(androidx.fragment.app.FragmentManager,java.lang.String) - function in androidx.fragment.app.DialogFragment @@ -10977,7 +10977,7 @@

    S

    - startActionMode(android.view.ActionMode.Callback) + startActionMode(android.view.ActionMode.Callback) - function in android.view.View @@ -11016,7 +11016,7 @@

    S

    - startActionModeForChild(android.view.View,android.view.ActionMode.Callback) + startActionModeForChild(android.view.View,android.view.ActionMode.Callback) - function in android.view.ViewGroup @@ -11055,7 +11055,7 @@

    S

    - startActivity(android.content.Intent) + startActivity(android.content.Intent) - function in androidx.fragment.app.Fragment @@ -11068,7 +11068,7 @@

    S

    - startActivity(android.content.Intent) + startActivity(android.content.Intent) - function in androidx.fragment.app.Fragment @@ -11081,7 +11081,7 @@

    S

    - startActivity(android.content.Intent,android.os.Bundle) + startActivity(android.content.Intent,android.os.Bundle) - function in androidx.fragment.app.Fragment @@ -11146,7 +11146,7 @@

    S

    - startActivityForResult(android.content.Intent,int) + startActivityForResult(android.content.Intent,int) - function in androidx.fragment.app.Fragment @@ -11159,7 +11159,7 @@

    S

    - startActivityForResult(android.content.Intent,java.lang.Integer) + startActivityForResult(android.content.Intent,java.lang.Integer) - function in androidx.fragment.app.Fragment @@ -11172,7 +11172,7 @@

    S

    - startActivityForResult(android.content.Intent,java.lang.Integer,android.os.Bundle) + startActivityForResult(android.content.Intent,java.lang.Integer,android.os.Bundle) - function in androidx.fragment.app.Fragment @@ -11250,7 +11250,7 @@

    S

    - startAnimation(android.view.animation.Animation) + startAnimation(android.view.animation.Animation) - function in android.view.View @@ -11276,7 +11276,7 @@

    S

    - startDrag(android.content.ClipData,android.view.View.DragShadowBuilder,Object,int) + startDrag(android.content.ClipData,android.view.View.DragShadowBuilder,Object,int) - function in android.view.View @@ -11302,7 +11302,7 @@

    S

    - startDragAndDrop(android.content.ClipData,android.view.View.DragShadowBuilder,Object,int) + startDragAndDrop(android.content.ClipData,android.view.View.DragShadowBuilder,Object,int) - function in android.view.View @@ -11328,7 +11328,7 @@

    S

    - startIntentSenderForResult(android.content.IntentSender,int,android.content.Intent,int,int,int,android.os.Bundle) + startIntentSenderForResult(android.content.IntentSender,int,android.content.Intent,int,int,int,android.os.Bundle) - function in androidx.fragment.app.Fragment @@ -11341,7 +11341,7 @@

    S

    - startIntentSenderForResult(android.content.IntentSender,java.lang.Integer,android.content.Intent,java.lang.Integer,java.lang.Integer,java.lang.Integer,android.os.Bundle) + startIntentSenderForResult(android.content.IntentSender,java.lang.Integer,android.content.Intent,java.lang.Integer,java.lang.Integer,java.lang.Integer,android.os.Bundle) - function in androidx.fragment.app.Fragment @@ -11380,7 +11380,7 @@

    S

    - startLayoutAnimation() + startLayoutAnimation() - function in android.view.ViewGroup @@ -11393,7 +11393,7 @@

    S

    - startLayoutAnimation() + startLayoutAnimation() - function in android.view.ViewGroup @@ -11406,7 +11406,7 @@

    S

    - startNestedScroll(int) + startNestedScroll(int) - function in android.view.View @@ -11445,7 +11445,7 @@

    S

    - startPostponedEnterTransition() + startPostponedEnterTransition() - function in androidx.fragment.app.Fragment @@ -11458,7 +11458,7 @@

    S

    - startPostponedEnterTransition() + startPostponedEnterTransition() - function in androidx.fragment.app.Fragment @@ -11497,7 +11497,7 @@

    S

    - startViewTransition(android.view.View) + startViewTransition(android.view.View) - function in android.view.ViewGroup @@ -11549,7 +11549,7 @@

    S

    - stopNestedScroll() + stopNestedScroll() - function in android.view.View @@ -11562,7 +11562,7 @@

    S

    - stopNestedScroll() + stopNestedScroll() - function in android.view.View @@ -11627,7 +11627,7 @@

    S

    - suppressLayout(boolean) + suppressLayout(boolean) - function in android.view.ViewGroup diff --git a/javadoc/index-files/index-2.html b/javadoc/index-files/index-2.html index 8da69a85..f52e7bfa 100644 --- a/javadoc/index-files/index-2.html +++ b/javadoc/index-files/index-2.html @@ -252,7 +252,7 @@

    B

    - bindToolbar(android.view.View) + bindToolbar(android.view.View) - function in com.discord.app.AppFragment @@ -278,7 +278,7 @@

    B

    - bindToolbar$default(com.discord.app.AppFragment,android.view.View,int,Object) + bindToolbar$default(com.discord.app.AppFragment,android.view.View,int,Object) - function in com.discord.app.AppFragment @@ -330,7 +330,7 @@

    B

    - bringChildToFront(android.view.View) + bringChildToFront(android.view.View) - function in android.view.ViewGroup @@ -369,7 +369,7 @@

    B

    - bringToFront() + bringToFront() - function in android.view.View @@ -382,7 +382,7 @@

    B

    - bringToFront() + bringToFront() - function in android.view.View @@ -421,7 +421,7 @@

    B

    - buildDrawingCache() + buildDrawingCache() - function in android.view.View @@ -434,7 +434,7 @@

    B

    - buildDrawingCache() + buildDrawingCache() - function in android.view.View @@ -460,7 +460,7 @@

    B

    - buildLayer() + buildLayer() - function in android.view.View @@ -473,7 +473,7 @@

    B

    - buildLayer() + buildLayer() - function in android.view.View diff --git a/javadoc/index-files/index-20.html b/javadoc/index-files/index-20.html index 29f2e8bd..de006c0d 100644 --- a/javadoc/index-files/index-20.html +++ b/javadoc/index-files/index-20.html @@ -239,7 +239,7 @@

    T

    - toggle() + toggle() - function in com.google.android.material.card.MaterialCardView @@ -343,7 +343,7 @@

    T

    - toString() + toString() - function in android.view.View @@ -356,7 +356,7 @@

    T

    - toString() + toString() - function in android.view.View @@ -369,7 +369,7 @@

    T

    - toString() + toString() - function in androidx.fragment.app.Fragment @@ -382,7 +382,7 @@

    T

    - toString() + toString() - function in androidx.fragment.app.Fragment @@ -473,7 +473,7 @@

    T

    - transformMatrixToGlobal(android.graphics.Matrix) + transformMatrixToGlobal(android.graphics.Matrix) - function in android.view.View @@ -499,7 +499,7 @@

    T

    - transformMatrixToLocal(android.graphics.Matrix) + transformMatrixToLocal(android.graphics.Matrix) - function in android.view.View diff --git a/javadoc/index-files/index-21.html b/javadoc/index-files/index-21.html index 10093511..7b997cb7 100644 --- a/javadoc/index-files/index-21.html +++ b/javadoc/index-files/index-21.html @@ -239,7 +239,7 @@

    U

    - unregisterForContextMenu(android.view.View) + unregisterForContextMenu(android.view.View) - function in androidx.fragment.app.Fragment @@ -252,7 +252,7 @@

    U

    - unregisterForContextMenu(android.view.View) + unregisterForContextMenu(android.view.View) - function in androidx.fragment.app.Fragment @@ -304,7 +304,7 @@

    U

    - unscheduleDrawable(android.graphics.drawable.Drawable,java.lang.Runnable) + unscheduleDrawable(android.graphics.drawable.Drawable,java.lang.Runnable) - function in android.view.View @@ -369,7 +369,7 @@

    U

    - updateDragShadow(android.view.View.DragShadowBuilder) + updateDragShadow(android.view.View.DragShadowBuilder) - function in android.view.View @@ -447,7 +447,7 @@

    U

    - updateViewLayout(android.view.View,android.view.ViewGroup.LayoutParams) + updateViewLayout(android.view.View,android.view.ViewGroup.LayoutParams) - function in android.view.ViewGroup diff --git a/javadoc/index-files/index-22.html b/javadoc/index-files/index-22.html index f4fcdb92..070b996c 100644 --- a/javadoc/index-files/index-22.html +++ b/javadoc/index-files/index-22.html @@ -180,7 +180,7 @@

    V

    -
    Logs a Log.VERBOSE message
    +
    Logs a Log.VERBOSE message
    diff --git a/javadoc/index-files/index-23.html b/javadoc/index-files/index-23.html index 328dc702..b4a2f9b9 100644 --- a/javadoc/index-files/index-23.html +++ b/javadoc/index-files/index-23.html @@ -154,7 +154,7 @@

    W

    -
    Logs a Log.WARN message and prints the stacktrace of the exception
    +
    Logs a Log.WARN message and prints the stacktrace of the exception
    @@ -167,7 +167,7 @@

    W

    -
    Logs a Log.WARN message and prints the stacktrace of the exception
    +
    Logs a Log.WARN message and prints the stacktrace of the exception
    @@ -213,7 +213,7 @@

    W

    - willNotCacheDrawing() + willNotCacheDrawing() - function in android.view.View @@ -226,7 +226,7 @@

    W

    - willNotCacheDrawing() + willNotCacheDrawing() - function in android.view.View @@ -239,7 +239,7 @@

    W

    - willNotDraw() + willNotDraw() - function in android.view.View @@ -252,7 +252,7 @@

    W

    - willNotDraw() + willNotDraw() - function in android.view.View diff --git a/javadoc/index-files/index-3.html b/javadoc/index-files/index-3.html index ab416cb1..f24c9058 100644 --- a/javadoc/index-files/index-3.html +++ b/javadoc/index-files/index-3.html @@ -174,7 +174,7 @@

    C

    - callOnClick() + callOnClick() - function in android.view.View @@ -187,7 +187,7 @@

    C

    - callOnClick() + callOnClick() - function in android.view.View @@ -200,7 +200,7 @@

    C

    - cancelDragAndDrop() + cancelDragAndDrop() - function in android.view.View @@ -213,7 +213,7 @@

    C

    - cancelDragAndDrop() + cancelDragAndDrop() - function in android.view.View @@ -226,7 +226,7 @@

    C

    - cancelLongPress() + cancelLongPress() - function in android.view.View @@ -239,7 +239,7 @@

    C

    - cancelLongPress() + cancelLongPress() - function in android.view.View @@ -265,7 +265,7 @@

    C

    - cancelPendingInputEvents() + cancelPendingInputEvents() - function in android.view.View @@ -278,7 +278,7 @@

    C

    - cancelPendingInputEvents() + cancelPendingInputEvents() - function in android.view.View @@ -291,7 +291,7 @@

    C

    - canResolveLayoutDirection() + canResolveLayoutDirection() - function in android.view.View @@ -304,7 +304,7 @@

    C

    - canResolveLayoutDirection() + canResolveLayoutDirection() - function in android.view.View @@ -317,7 +317,7 @@

    C

    - canResolveTextAlignment() + canResolveTextAlignment() - function in android.view.View @@ -330,7 +330,7 @@

    C

    - canResolveTextAlignment() + canResolveTextAlignment() - function in android.view.View @@ -343,7 +343,7 @@

    C

    - canResolveTextDirection() + canResolveTextDirection() - function in android.view.View @@ -356,7 +356,7 @@

    C

    - canResolveTextDirection() + canResolveTextDirection() - function in android.view.View @@ -369,7 +369,7 @@

    C

    - canScrollHorizontally(int) + canScrollHorizontally(int) - function in android.view.View @@ -395,7 +395,7 @@

    C

    - canScrollVertically(int) + canScrollVertically(int) - function in android.view.View @@ -486,7 +486,7 @@

    C

    - checkInputConnectionProxy(android.view.View) + checkInputConnectionProxy(android.view.View) - function in android.view.View @@ -538,7 +538,7 @@

    C

    - childDrawableStateChanged(android.view.View) + childDrawableStateChanged(android.view.View) - function in android.view.ViewGroup @@ -564,7 +564,7 @@

    C

    - childHasTransientStateChanged(android.view.View,boolean) + childHasTransientStateChanged(android.view.View,boolean) - function in android.view.ViewGroup @@ -590,7 +590,7 @@

    C

    - clear() + clear() - function in com.aliucord.fragments.SettingsPage @@ -603,7 +603,7 @@

    C

    - clear() + clear() - function in com.aliucord.fragments.SettingsPage @@ -616,7 +616,7 @@

    C

    - clear() + clear() - function in com.aliucord.fragments.SettingsPage @@ -642,7 +642,7 @@

    C

    - clearAnimation() + clearAnimation() - function in android.view.View @@ -655,7 +655,7 @@

    C

    - clearAnimation() + clearAnimation() - function in android.view.View @@ -668,7 +668,7 @@

    C

    - clearChildFocus(android.view.View) + clearChildFocus(android.view.View) - function in android.view.ViewGroup @@ -720,7 +720,7 @@

    C

    - clearDisappearingChildren() + clearDisappearingChildren() - function in android.view.ViewGroup @@ -733,7 +733,7 @@

    C

    - clearDisappearingChildren() + clearDisappearingChildren() - function in android.view.ViewGroup @@ -746,7 +746,7 @@

    C

    - clearFocus() + clearFocus() - function in android.view.View @@ -759,7 +759,7 @@

    C

    - clearFocus() + clearFocus() - function in android.view.ViewGroup @@ -772,7 +772,7 @@

    C

    - clearFocus() + clearFocus() - function in android.view.ViewGroup @@ -837,7 +837,7 @@

    C

    - close() + close() - function in com.aliucord.fragments.SettingsPage @@ -850,7 +850,7 @@

    C

    - close() + close() - function in com.aliucord.fragments.SettingsPage @@ -863,7 +863,7 @@

    C

    - close() + close() - function in com.aliucord.fragments.SettingsPage @@ -1133,7 +1133,7 @@

    C

    - combineMeasuredStates(int,int) + combineMeasuredStates(int,int) - function in android.view.View @@ -1367,7 +1367,7 @@

    C

    - computeScroll() + computeScroll() - function in android.view.View @@ -1380,7 +1380,7 @@

    C

    - computeScroll() + computeScroll() - function in android.view.View @@ -1406,7 +1406,7 @@

    C

    - computeSystemWindowInsets(android.view.WindowInsets,android.graphics.Rect) + computeSystemWindowInsets(android.view.WindowInsets,android.graphics.Rect) - function in android.view.View @@ -1523,7 +1523,7 @@

    C

    - createAccessibilityNodeInfo() + createAccessibilityNodeInfo() - function in android.view.View @@ -1744,7 +1744,7 @@

    C

    - createContextMenu(android.view.ContextMenu) + createContextMenu(android.view.ContextMenu) - function in android.view.View diff --git a/javadoc/index-files/index-4.html b/javadoc/index-files/index-4.html index cf8d9344..cdad6ade 100644 --- a/javadoc/index-files/index-4.html +++ b/javadoc/index-files/index-4.html @@ -206,7 +206,7 @@

    D

    -
    Logs a Log.DEBUG message
    +
    Logs a Log.DEBUG message
    @@ -239,7 +239,7 @@

    D

    - destroyDrawingCache() + destroyDrawingCache() - function in android.view.View @@ -252,7 +252,7 @@

    D

    - destroyDrawingCache() + destroyDrawingCache() - function in android.view.View @@ -382,7 +382,7 @@

    D

    - dispatchApplyWindowInsets(android.view.WindowInsets) + dispatchApplyWindowInsets(android.view.WindowInsets) - function in android.view.View @@ -395,7 +395,7 @@

    D

    - dispatchApplyWindowInsets(android.view.WindowInsets) + dispatchApplyWindowInsets(android.view.WindowInsets) - function in android.view.ViewGroup @@ -421,7 +421,7 @@

    D

    - dispatchCapturedPointerEvent(android.view.MotionEvent) + dispatchCapturedPointerEvent(android.view.MotionEvent) - function in android.view.View @@ -434,7 +434,7 @@

    D

    - dispatchCapturedPointerEvent(android.view.MotionEvent) + dispatchCapturedPointerEvent(android.view.MotionEvent) - function in android.view.ViewGroup @@ -460,7 +460,7 @@

    D

    - dispatchConfigurationChanged(android.content.res.Configuration) + dispatchConfigurationChanged(android.content.res.Configuration) - function in android.view.View @@ -473,7 +473,7 @@

    D

    - dispatchConfigurationChanged(android.content.res.Configuration) + dispatchConfigurationChanged(android.content.res.Configuration) - function in android.view.ViewGroup @@ -499,7 +499,7 @@

    D

    - dispatchDisplayHint(int) + dispatchDisplayHint(int) - function in android.view.View @@ -512,7 +512,7 @@

    D

    - dispatchDisplayHint(int) + dispatchDisplayHint(int) - function in android.view.ViewGroup @@ -538,7 +538,7 @@

    D

    - dispatchDragEvent(android.view.DragEvent) + dispatchDragEvent(android.view.DragEvent) - function in android.view.View @@ -551,7 +551,7 @@

    D

    - dispatchDragEvent(android.view.DragEvent) + dispatchDragEvent(android.view.DragEvent) - function in android.view.ViewGroup @@ -577,7 +577,7 @@

    D

    - dispatchDrawableHotspotChanged(float,float) + dispatchDrawableHotspotChanged(float,float) - function in android.view.View @@ -590,7 +590,7 @@

    D

    - dispatchDrawableHotspotChanged(float,float) + dispatchDrawableHotspotChanged(float,float) - function in android.view.ViewGroup @@ -616,7 +616,7 @@

    D

    - dispatchFinishTemporaryDetach() + dispatchFinishTemporaryDetach() - function in android.view.View @@ -629,7 +629,7 @@

    D

    - dispatchFinishTemporaryDetach() + dispatchFinishTemporaryDetach() - function in android.view.ViewGroup @@ -642,7 +642,7 @@

    D

    - dispatchFinishTemporaryDetach() + dispatchFinishTemporaryDetach() - function in android.view.ViewGroup @@ -655,7 +655,7 @@

    D

    - dispatchGenericMotionEvent(android.view.MotionEvent) + dispatchGenericMotionEvent(android.view.MotionEvent) - function in android.view.View @@ -681,7 +681,7 @@

    D

    - dispatchKeyEvent(android.view.KeyEvent) + dispatchKeyEvent(android.view.KeyEvent) - function in android.view.View @@ -694,7 +694,7 @@

    D

    - dispatchKeyEvent(android.view.KeyEvent) + dispatchKeyEvent(android.view.KeyEvent) - function in android.view.ViewGroup @@ -720,7 +720,7 @@

    D

    - dispatchKeyEventPreIme(android.view.KeyEvent) + dispatchKeyEventPreIme(android.view.KeyEvent) - function in android.view.View @@ -733,7 +733,7 @@

    D

    - dispatchKeyEventPreIme(android.view.KeyEvent) + dispatchKeyEventPreIme(android.view.KeyEvent) - function in android.view.ViewGroup @@ -759,7 +759,7 @@

    D

    - dispatchKeyShortcutEvent(android.view.KeyEvent) + dispatchKeyShortcutEvent(android.view.KeyEvent) - function in android.view.View @@ -772,7 +772,7 @@

    D

    - dispatchKeyShortcutEvent(android.view.KeyEvent) + dispatchKeyShortcutEvent(android.view.KeyEvent) - function in android.view.ViewGroup @@ -798,7 +798,7 @@

    D

    - dispatchNestedFling(float,float,boolean) + dispatchNestedFling(float,float,boolean) - function in android.view.View @@ -824,7 +824,7 @@

    D

    - dispatchNestedPreFling(float,float) + dispatchNestedPreFling(float,float) - function in android.view.View @@ -850,7 +850,7 @@

    D

    - dispatchNestedPrePerformAccessibilityAction(int,android.os.Bundle) + dispatchNestedPrePerformAccessibilityAction(int,android.os.Bundle) - function in android.view.View @@ -876,7 +876,7 @@

    D

    - dispatchNestedPreScroll(int,int,kotlin.Array,kotlin.Array) + dispatchNestedPreScroll(int,int,kotlin.Array,kotlin.Array) - function in android.view.View @@ -902,7 +902,7 @@

    D

    - dispatchNestedScroll(int,int,int,int,kotlin.Array) + dispatchNestedScroll(int,int,int,int,kotlin.Array) - function in android.view.View @@ -928,7 +928,7 @@

    D

    - dispatchPointerCaptureChanged(boolean) + dispatchPointerCaptureChanged(boolean) - function in android.view.View @@ -941,7 +941,7 @@

    D

    - dispatchPointerCaptureChanged(boolean) + dispatchPointerCaptureChanged(boolean) - function in android.view.ViewGroup @@ -967,7 +967,7 @@

    D

    - dispatchPopulateAccessibilityEvent(android.view.accessibility.AccessibilityEvent) + dispatchPopulateAccessibilityEvent(android.view.accessibility.AccessibilityEvent) - function in android.view.View @@ -993,7 +993,7 @@

    D

    - dispatchProvideAutofillStructure(android.view.ViewStructure,int) + dispatchProvideAutofillStructure(android.view.ViewStructure,int) - function in android.view.View @@ -1006,7 +1006,7 @@

    D

    - dispatchProvideAutofillStructure(android.view.ViewStructure,int) + dispatchProvideAutofillStructure(android.view.ViewStructure,int) - function in android.view.ViewGroup @@ -1032,7 +1032,7 @@

    D

    - dispatchProvideStructure(android.view.ViewStructure) + dispatchProvideStructure(android.view.ViewStructure) - function in android.view.View @@ -1045,7 +1045,7 @@

    D

    - dispatchProvideStructure(android.view.ViewStructure) + dispatchProvideStructure(android.view.ViewStructure) - function in android.view.ViewGroup @@ -1071,7 +1071,7 @@

    D

    - dispatchSetActivated(boolean) + dispatchSetActivated(boolean) - function in android.view.ViewGroup @@ -1097,7 +1097,7 @@

    D

    - dispatchSetSelected(boolean) + dispatchSetSelected(boolean) - function in android.view.ViewGroup @@ -1123,7 +1123,7 @@

    D

    - dispatchStartTemporaryDetach() + dispatchStartTemporaryDetach() - function in android.view.View @@ -1136,7 +1136,7 @@

    D

    - dispatchStartTemporaryDetach() + dispatchStartTemporaryDetach() - function in android.view.ViewGroup @@ -1149,7 +1149,7 @@

    D

    - dispatchStartTemporaryDetach() + dispatchStartTemporaryDetach() - function in android.view.ViewGroup @@ -1162,7 +1162,7 @@

    D

    - dispatchSystemUiVisibilityChanged(int) + dispatchSystemUiVisibilityChanged(int) - function in android.view.View @@ -1175,7 +1175,7 @@

    D

    - dispatchSystemUiVisibilityChanged(int) + dispatchSystemUiVisibilityChanged(int) - function in android.view.ViewGroup @@ -1201,7 +1201,7 @@

    D

    - dispatchTouchEvent(android.view.MotionEvent) + dispatchTouchEvent(android.view.MotionEvent) - function in android.view.View @@ -1214,7 +1214,7 @@

    D

    - dispatchTouchEvent(android.view.MotionEvent) + dispatchTouchEvent(android.view.MotionEvent) - function in android.view.ViewGroup @@ -1240,7 +1240,7 @@

    D

    - dispatchTrackballEvent(android.view.MotionEvent) + dispatchTrackballEvent(android.view.MotionEvent) - function in android.view.View @@ -1253,7 +1253,7 @@

    D

    - dispatchTrackballEvent(android.view.MotionEvent) + dispatchTrackballEvent(android.view.MotionEvent) - function in android.view.ViewGroup @@ -1279,7 +1279,7 @@

    D

    - dispatchUnhandledMove(android.view.View,int) + dispatchUnhandledMove(android.view.View,int) - function in android.view.View @@ -1292,7 +1292,7 @@

    D

    - dispatchUnhandledMove(android.view.View,int) + dispatchUnhandledMove(android.view.View,int) - function in android.view.ViewGroup @@ -1318,7 +1318,7 @@

    D

    - dispatchWindowFocusChanged(boolean) + dispatchWindowFocusChanged(boolean) - function in android.view.View @@ -1331,7 +1331,7 @@

    D

    - dispatchWindowFocusChanged(boolean) + dispatchWindowFocusChanged(boolean) - function in android.view.ViewGroup @@ -1357,7 +1357,7 @@

    D

    - dispatchWindowInsetsAnimationEnd(android.view.WindowInsetsAnimation) + dispatchWindowInsetsAnimationEnd(android.view.WindowInsetsAnimation) - function in android.view.View @@ -1370,7 +1370,7 @@

    D

    - dispatchWindowInsetsAnimationEnd(android.view.WindowInsetsAnimation) + dispatchWindowInsetsAnimationEnd(android.view.WindowInsetsAnimation) - function in android.view.ViewGroup @@ -1396,7 +1396,7 @@

    D

    - dispatchWindowInsetsAnimationPrepare(android.view.WindowInsetsAnimation) + dispatchWindowInsetsAnimationPrepare(android.view.WindowInsetsAnimation) - function in android.view.View @@ -1409,7 +1409,7 @@

    D

    - dispatchWindowInsetsAnimationPrepare(android.view.WindowInsetsAnimation) + dispatchWindowInsetsAnimationPrepare(android.view.WindowInsetsAnimation) - function in android.view.ViewGroup @@ -1435,7 +1435,7 @@

    D

    - dispatchWindowInsetsAnimationProgress(android.view.WindowInsets,java.util.List) + dispatchWindowInsetsAnimationProgress(android.view.WindowInsets,java.util.List) - function in android.view.View @@ -1448,7 +1448,7 @@

    D

    - dispatchWindowInsetsAnimationProgress(android.view.WindowInsets,java.util.List) + dispatchWindowInsetsAnimationProgress(android.view.WindowInsets,java.util.List) - function in android.view.ViewGroup @@ -1474,7 +1474,7 @@

    D

    - dispatchWindowInsetsAnimationStart(android.view.WindowInsetsAnimation,android.view.WindowInsetsAnimation.Bounds) + dispatchWindowInsetsAnimationStart(android.view.WindowInsetsAnimation,android.view.WindowInsetsAnimation.Bounds) - function in android.view.View @@ -1487,7 +1487,7 @@

    D

    - dispatchWindowInsetsAnimationStart(android.view.WindowInsetsAnimation,android.view.WindowInsetsAnimation.Bounds) + dispatchWindowInsetsAnimationStart(android.view.WindowInsetsAnimation,android.view.WindowInsetsAnimation.Bounds) - function in android.view.ViewGroup @@ -1513,7 +1513,7 @@

    D

    - dispatchWindowSystemUiVisiblityChanged(int) + dispatchWindowSystemUiVisiblityChanged(int) - function in android.view.View @@ -1526,7 +1526,7 @@

    D

    - dispatchWindowSystemUiVisiblityChanged(int) + dispatchWindowSystemUiVisiblityChanged(int) - function in android.view.ViewGroup @@ -1552,7 +1552,7 @@

    D

    - dispatchWindowVisibilityChanged(int) + dispatchWindowVisibilityChanged(int) - function in android.view.View @@ -1565,7 +1565,7 @@

    D

    - dispatchWindowVisibilityChanged(int) + dispatchWindowVisibilityChanged(int) - function in android.view.ViewGroup @@ -1656,7 +1656,7 @@

    D

    - draw(android.graphics.Canvas) + draw(android.graphics.Canvas) - function in android.view.View @@ -1682,7 +1682,7 @@

    D

    - drawableHotspotChanged(float,float) + drawableHotspotChanged(float,float) - function in android.view.View @@ -1734,7 +1734,7 @@

    D

    - dump(java.lang.String,java.io.FileDescriptor,java.io.PrintWriter,kotlin.Array) + dump(java.lang.String,java.io.FileDescriptor,java.io.PrintWriter,kotlin.Array) - function in androidx.fragment.app.Fragment @@ -1747,7 +1747,7 @@

    D

    - dump(java.lang.String,java.io.FileDescriptor,java.io.PrintWriter,kotlin.Array) + dump(java.lang.String,java.io.FileDescriptor,java.io.PrintWriter,kotlin.Array) - function in androidx.fragment.app.Fragment diff --git a/javadoc/index-files/index-5.html b/javadoc/index-files/index-5.html index b4471493..74e60136 100644 --- a/javadoc/index-files/index-5.html +++ b/javadoc/index-files/index-5.html @@ -200,7 +200,7 @@

    E

    - endViewTransition(android.view.View) + endViewTransition(android.view.View) - function in android.view.ViewGroup @@ -226,7 +226,7 @@

    E

    - equals(Object) + equals(Object) - function in androidx.fragment.app.Fragment @@ -239,7 +239,7 @@

    E

    - equals(java.lang.Object) + equals(java.lang.Object) - function in androidx.fragment.app.Fragment @@ -297,7 +297,7 @@

    E

    -
    Logs a Log.ERROR message and prints the stacktrace of the exception
    +
    Logs a Log.ERROR message and prints the stacktrace of the exception
    @@ -323,7 +323,7 @@

    E

    -
    Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception
    +
    Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception
    @@ -336,7 +336,7 @@

    E

    -
    Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception
    +
    Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception
    @@ -349,7 +349,7 @@

    E

    -
    Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception
    +
    Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception
    @@ -362,7 +362,7 @@

    E

    -
    Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception
    +
    Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception
    diff --git a/javadoc/index-files/index-6.html b/javadoc/index-files/index-6.html index c47df373..ea3d810d 100644 --- a/javadoc/index-files/index-6.html +++ b/javadoc/index-files/index-6.html @@ -265,7 +265,7 @@

    F

    - findFocus() + findFocus() - function in android.view.View @@ -278,7 +278,7 @@

    F

    - findFocus() + findFocus() - function in android.view.ViewGroup @@ -291,7 +291,7 @@

    F

    - findFocus() + findFocus() - function in android.view.ViewGroup @@ -343,7 +343,7 @@

    F

    - findViewById(int) + findViewById(int) - function in android.view.View @@ -369,7 +369,7 @@

    F

    - findViewsWithText(java.util.ArrayList,java.lang.CharSequence,int) + findViewsWithText(java.util.ArrayList,java.lang.CharSequence,int) - function in android.view.View @@ -382,7 +382,7 @@

    F

    - findViewsWithText(java.util.ArrayList,java.lang.CharSequence,int) + findViewsWithText(java.util.ArrayList,java.lang.CharSequence,int) - function in android.view.ViewGroup @@ -421,7 +421,7 @@

    F

    - findViewWithTag(Object) + findViewWithTag(Object) - function in android.view.View @@ -460,7 +460,7 @@

    F

    - focusableViewAvailable(android.view.View) + focusableViewAvailable(android.view.View) - function in android.view.ViewGroup @@ -486,7 +486,7 @@

    F

    - focusSearch(int) + focusSearch(int) - function in android.view.View @@ -512,7 +512,7 @@

    F

    - focusSearch(android.view.View,int) + focusSearch(android.view.View,int) - function in android.view.ViewGroup @@ -564,7 +564,7 @@

    F

    - forceHasOverlappingRendering(boolean) + forceHasOverlappingRendering(boolean) - function in android.view.View @@ -590,7 +590,7 @@

    F

    - forceLayout() + forceLayout() - function in android.view.View @@ -603,7 +603,7 @@

    F

    - forceLayout() + forceLayout() - function in android.view.View diff --git a/javadoc/index-files/index-7.html b/javadoc/index-files/index-7.html index be6245b8..9132939e 100644 --- a/javadoc/index-files/index-7.html +++ b/javadoc/index-files/index-7.html @@ -200,7 +200,7 @@

    G

    - gatherTransparentRegion(android.graphics.Region) + gatherTransparentRegion(android.graphics.Region) - function in android.view.ViewGroup @@ -252,7 +252,7 @@

    G

    - generateLayoutParams(android.util.AttributeSet) + generateLayoutParams(android.util.AttributeSet) - function in android.widget.FrameLayout @@ -265,7 +265,7 @@

    G

    - generateLayoutParams(android.util.AttributeSet) + generateLayoutParams(android.util.AttributeSet) - function in android.widget.LinearLayout @@ -291,7 +291,7 @@

    G

    - generateViewId() + generateViewId() - function in android.view.View @@ -356,7 +356,7 @@

    G

    - getAccessibilityClassName() + getAccessibilityClassName() - function in android.widget.FrameLayout @@ -382,7 +382,7 @@

    G

    - getAccessibilityClassName() + getAccessibilityClassName() - function in android.widget.LinearLayout @@ -395,7 +395,7 @@

    G

    - getAccessibilityClassName() + getAccessibilityClassName() - function in android.widget.LinearLayout @@ -408,7 +408,7 @@

    G

    - getAccessibilityDelegate() + getAccessibilityDelegate() - function in android.view.View @@ -421,7 +421,7 @@

    G

    - getAccessibilityLiveRegion() + getAccessibilityLiveRegion() - function in android.view.View @@ -434,7 +434,7 @@

    G

    - getAccessibilityLiveRegion() + getAccessibilityLiveRegion() - function in android.view.View @@ -447,7 +447,7 @@

    G

    - getAccessibilityNodeProvider() + getAccessibilityNodeProvider() - function in android.view.View @@ -460,7 +460,7 @@

    G

    - getAccessibilityPaneTitle() + getAccessibilityPaneTitle() - function in android.view.View @@ -473,7 +473,7 @@

    G

    - getAccessibilityPaneTitle() + getAccessibilityPaneTitle() - function in android.view.View @@ -486,7 +486,7 @@

    G

    - getAccessibilityTraversalAfter() + getAccessibilityTraversalAfter() - function in android.view.View @@ -499,7 +499,7 @@

    G

    - getAccessibilityTraversalAfter() + getAccessibilityTraversalAfter() - function in android.view.View @@ -512,7 +512,7 @@

    G

    - getAccessibilityTraversalBefore() + getAccessibilityTraversalBefore() - function in android.view.View @@ -525,7 +525,7 @@

    G

    - getAccessibilityTraversalBefore() + getAccessibilityTraversalBefore() - function in android.view.View @@ -538,7 +538,7 @@

    G

    - getActionBarTitleLayout() + getActionBarTitleLayout() - function in com.discord.app.AppFragment @@ -551,7 +551,7 @@

    G

    - getActivity() + getActivity() - function in androidx.fragment.app.Fragment @@ -564,7 +564,7 @@

    G

    - getActivity() + getActivity() - function in androidx.fragment.app.Fragment @@ -720,7 +720,7 @@

    G

    - getAllowEnterTransitionOverlap() + getAllowEnterTransitionOverlap() - function in androidx.fragment.app.Fragment @@ -733,7 +733,7 @@

    G

    - getAllowEnterTransitionOverlap() + getAllowEnterTransitionOverlap() - function in androidx.fragment.app.Fragment @@ -772,7 +772,7 @@

    G

    - getAllowReturnTransitionOverlap() + getAllowReturnTransitionOverlap() - function in androidx.fragment.app.Fragment @@ -785,7 +785,7 @@

    G

    - getAllowReturnTransitionOverlap() + getAllowReturnTransitionOverlap() - function in androidx.fragment.app.Fragment @@ -824,7 +824,7 @@

    G

    - getAlpha() + getAlpha() - function in android.view.View @@ -837,7 +837,7 @@

    G

    - getAlpha() + getAlpha() - function in android.view.View @@ -850,7 +850,7 @@

    G

    - getAnimation() + getAnimation() - function in android.view.View @@ -863,7 +863,7 @@

    G

    - getAnimationMatrix() + getAnimationMatrix() - function in android.view.View @@ -876,7 +876,7 @@

    G

    - getAnimationMatrix() + getAnimationMatrix() - function in android.view.View @@ -941,7 +941,7 @@

    G

    - getAppActivity() + getAppActivity() - function in com.discord.app.AppFragment @@ -993,7 +993,7 @@

    G

    - getApplicationWindowToken() + getApplicationWindowToken() - function in android.view.View @@ -1032,7 +1032,7 @@

    G

    - getAppLogger() + getAppLogger() - function in com.discord.app.AppFragment @@ -1097,7 +1097,7 @@

    G

    - getArguments() + getArguments() - function in androidx.fragment.app.Fragment @@ -1110,7 +1110,7 @@

    G

    - getArguments() + getArguments() - function in androidx.fragment.app.Fragment @@ -1201,7 +1201,7 @@

    G

    - getAttributeResolutionStack(int) + getAttributeResolutionStack(int) - function in android.view.View @@ -1227,7 +1227,7 @@

    G

    - getAttributeSourceResourceMap() + getAttributeSourceResourceMap() - function in android.view.View @@ -1240,7 +1240,7 @@

    G

    - getAttributeSourceResourceMap() + getAttributeSourceResourceMap() - function in android.view.View @@ -1292,7 +1292,7 @@

    G

    - getAutofillHints() + getAutofillHints() - function in android.view.View @@ -1305,7 +1305,7 @@

    G

    - getAutofillHints() + getAutofillHints() - function in android.view.View @@ -1318,7 +1318,7 @@

    G

    - getAutofillId() + getAutofillId() - function in android.view.View @@ -1331,7 +1331,7 @@

    G

    - getAutofillType() + getAutofillType() - function in android.view.View @@ -1344,7 +1344,7 @@

    G

    - getAutofillType() + getAutofillType() - function in android.view.View @@ -1370,7 +1370,7 @@

    G

    - getAutofillValue() + getAutofillValue() - function in android.view.View @@ -1383,7 +1383,7 @@

    G

    - getAutofillValue() + getAutofillValue() - function in android.view.View @@ -1539,7 +1539,7 @@

    G

    - getBackground() + getBackground() - function in android.view.View @@ -1552,7 +1552,7 @@

    G

    - getBackgroundTintBlendMode() + getBackgroundTintBlendMode() - function in android.view.View @@ -1565,7 +1565,7 @@

    G

    - getBackgroundTintBlendMode() + getBackgroundTintBlendMode() - function in android.view.View @@ -1578,7 +1578,7 @@

    G

    - getBackgroundTintList() + getBackgroundTintList() - function in android.view.View @@ -1591,7 +1591,7 @@

    G

    - getBackgroundTintList() + getBackgroundTintList() - function in android.view.View @@ -1617,7 +1617,7 @@

    G

    - getBackgroundTintMode() + getBackgroundTintMode() - function in android.view.View @@ -1630,7 +1630,7 @@

    G

    - getBackgroundTintMode() + getBackgroundTintMode() - function in android.view.View @@ -1721,7 +1721,7 @@

    G

    - getBaseline() + getBaseline() - function in android.view.View @@ -1747,7 +1747,7 @@

    G

    - getBaseline() + getBaseline() - function in android.widget.LinearLayout @@ -1760,7 +1760,7 @@

    G

    - getBaseline() + getBaseline() - function in android.widget.LinearLayout @@ -1799,7 +1799,7 @@

    G

    - getBaselineAlignedChildIndex() + getBaselineAlignedChildIndex() - function in android.widget.LinearLayout @@ -1812,7 +1812,7 @@

    G

    - getBaselineAlignedChildIndex() + getBaselineAlignedChildIndex() - function in android.widget.LinearLayout @@ -1981,7 +1981,7 @@

    G

    - getBottom() + getBottom() - function in android.view.View @@ -1994,7 +1994,7 @@

    G

    - getBottom() + getBottom() - function in android.view.View @@ -2111,7 +2111,7 @@

    G

    - getCameraDistance() + getCameraDistance() - function in android.view.View @@ -2124,7 +2124,7 @@

    G

    - getCameraDistance() + getCameraDistance() - function in android.view.View @@ -2176,7 +2176,7 @@

    G

    - getCardBackgroundColor() + getCardBackgroundColor() - function in com.google.android.material.card.MaterialCardView @@ -2189,7 +2189,7 @@

    G

    - getCardElevation() + getCardElevation() - function in androidx.cardview.widget.CardView @@ -2202,7 +2202,7 @@

    G

    - getCardForegroundColor() + getCardForegroundColor() - function in com.google.android.material.card.MaterialCardView @@ -2332,7 +2332,7 @@

    G

    - getCheckedIcon() + getCheckedIcon() - function in com.google.android.material.card.MaterialCardView @@ -2345,7 +2345,7 @@

    G

    - getCheckedIconMargin() + getCheckedIconMargin() - function in com.google.android.material.card.MaterialCardView @@ -2358,7 +2358,7 @@

    G

    - getCheckedIconSize() + getCheckedIconSize() - function in com.google.android.material.card.MaterialCardView @@ -2371,7 +2371,7 @@

    G

    - getCheckedIconTint() + getCheckedIconTint() - function in com.google.android.material.card.MaterialCardView @@ -2384,7 +2384,7 @@

    G

    - getChildAt(int) + getChildAt(int) - function in android.view.ViewGroup @@ -2410,7 +2410,7 @@

    G

    - getChildCount() + getChildCount() - function in android.view.ViewGroup @@ -2423,7 +2423,7 @@

    G

    - getChildCount() + getChildCount() - function in android.view.ViewGroup @@ -2449,7 +2449,7 @@

    G

    - getChildFragmentManager() + getChildFragmentManager() - function in androidx.fragment.app.Fragment @@ -2462,7 +2462,7 @@

    G

    - getChildFragmentManager() + getChildFragmentManager() - function in androidx.fragment.app.Fragment @@ -2475,7 +2475,7 @@

    G

    - getChildMeasureSpec(int,int,int) + getChildMeasureSpec(int,int,int) - function in android.view.ViewGroup @@ -2488,7 +2488,7 @@

    G

    - getChildVisibleRect(android.view.View,android.graphics.Rect,android.graphics.Point) + getChildVisibleRect(android.view.View,android.graphics.Rect,android.graphics.Point) - function in android.view.ViewGroup @@ -2514,7 +2514,7 @@

    G

    - getClipBounds() + getClipBounds() - function in android.view.View @@ -2527,7 +2527,7 @@

    G

    - getClipBounds(android.graphics.Rect) + getClipBounds(android.graphics.Rect) - function in android.view.View @@ -2553,7 +2553,7 @@

    G

    - getClipChildren() + getClipChildren() - function in android.view.ViewGroup @@ -2566,7 +2566,7 @@

    G

    - getClipChildren() + getClipChildren() - function in android.view.ViewGroup @@ -2579,7 +2579,7 @@

    G

    - getClipToOutline() + getClipToOutline() - function in android.view.View @@ -2592,7 +2592,7 @@

    G

    - getClipToOutline() + getClipToOutline() - function in android.view.View @@ -2605,7 +2605,7 @@

    G

    - getClipToPadding() + getClipToPadding() - function in android.view.ViewGroup @@ -2618,7 +2618,7 @@

    G

    - getClipToPadding() + getClipToPadding() - function in android.view.ViewGroup @@ -2852,7 +2852,7 @@

    G

    - getConsiderGoneChildrenWhenMeasuring() + getConsiderGoneChildrenWhenMeasuring() - function in android.widget.FrameLayout @@ -2878,7 +2878,7 @@

    G

    - getContentCaptureSession() + getContentCaptureSession() - function in android.view.View @@ -2891,7 +2891,7 @@

    G

    - getContentCaptureSession() + getContentCaptureSession() - function in android.view.View @@ -2904,7 +2904,7 @@

    G

    - getContentDescription() + getContentDescription() - function in android.view.View @@ -2917,7 +2917,7 @@

    G

    - getContentDescription() + getContentDescription() - function in android.view.View @@ -2943,7 +2943,7 @@

    G

    - getContentPaddingBottom() + getContentPaddingBottom() - function in com.google.android.material.card.MaterialCardView @@ -2969,7 +2969,7 @@

    G

    - getContentPaddingLeft() + getContentPaddingLeft() - function in com.google.android.material.card.MaterialCardView @@ -2995,7 +2995,7 @@

    G

    - getContentPaddingRight() + getContentPaddingRight() - function in com.google.android.material.card.MaterialCardView @@ -3021,7 +3021,7 @@

    G

    - getContentPaddingTop() + getContentPaddingTop() - function in com.google.android.material.card.MaterialCardView @@ -3047,7 +3047,7 @@

    G

    - getContext() + getContext() - function in android.view.View @@ -3060,7 +3060,7 @@

    G

    - getContext() + getContext() - function in android.view.View @@ -3073,7 +3073,7 @@

    G

    - getContext() + getContext() - function in androidx.fragment.app.Fragment @@ -3086,7 +3086,7 @@

    G

    - getContext() + getContext() - function in androidx.fragment.app.Fragment @@ -3138,7 +3138,7 @@

    G

    - getContext() + getContext() - function in com.aliucord.fragments.SettingsPage @@ -3151,7 +3151,7 @@

    G

    - getContext() + getContext() - function in com.aliucord.fragments.SettingsPage @@ -3164,7 +3164,7 @@

    G

    - getContext() + getContext() - function in com.aliucord.fragments.SettingsPage @@ -3333,7 +3333,7 @@

    G

    - getDefaultFocusHighlightEnabled() + getDefaultFocusHighlightEnabled() - function in android.view.View @@ -3346,7 +3346,7 @@

    G

    - getDefaultFocusHighlightEnabled() + getDefaultFocusHighlightEnabled() - function in android.view.View @@ -3398,7 +3398,7 @@

    G

    - getDefaultSize(int,int) + getDefaultSize(int,int) - function in android.view.View @@ -3411,7 +3411,7 @@

    G

    - getDefaultViewModelProviderFactory() + getDefaultViewModelProviderFactory() - function in androidx.fragment.app.Fragment @@ -3424,7 +3424,7 @@

    G

    - getDefaultViewModelProviderFactory() + getDefaultViewModelProviderFactory() - function in androidx.fragment.app.Fragment @@ -3463,7 +3463,7 @@

    G

    - getDescendantFocusability() + getDescendantFocusability() - function in android.view.ViewGroup @@ -3476,7 +3476,7 @@

    G

    - getDescendantFocusability() + getDescendantFocusability() - function in android.view.ViewGroup @@ -3541,7 +3541,7 @@

    G

    - getDialog() + getDialog() - function in androidx.fragment.app.DialogFragment @@ -3554,7 +3554,7 @@

    G

    - getDialog() + getDialog() - function in androidx.fragment.app.DialogFragment @@ -3567,7 +3567,7 @@

    G

    - getDisplay() + getDisplay() - function in android.view.View @@ -3606,7 +3606,7 @@

    G

    - getDividerDrawable() + getDividerDrawable() - function in android.widget.LinearLayout @@ -3619,7 +3619,7 @@

    G

    - getDividerPadding() + getDividerPadding() - function in android.widget.LinearLayout @@ -3632,7 +3632,7 @@

    G

    - getDividerPadding() + getDividerPadding() - function in android.widget.LinearLayout @@ -3710,7 +3710,7 @@

    G

    - getDrawableState() + getDrawableState() - function in android.view.View @@ -3723,7 +3723,7 @@

    G

    - getDrawableState() + getDrawableState() - function in android.view.View @@ -3736,7 +3736,7 @@

    G

    - getDrawingCache() + getDrawingCache() - function in android.view.View @@ -3749,7 +3749,7 @@

    G

    - getDrawingCache() + getDrawingCache() - function in android.view.View @@ -3775,7 +3775,7 @@

    G

    - getDrawingCacheBackgroundColor() + getDrawingCacheBackgroundColor() - function in android.view.View @@ -3788,7 +3788,7 @@

    G

    - getDrawingCacheBackgroundColor() + getDrawingCacheBackgroundColor() - function in android.view.View @@ -3801,7 +3801,7 @@

    G

    - getDrawingCacheQuality() + getDrawingCacheQuality() - function in android.view.View @@ -3814,7 +3814,7 @@

    G

    - getDrawingCacheQuality() + getDrawingCacheQuality() - function in android.view.View @@ -3827,7 +3827,7 @@

    G

    - getDrawingRect(android.graphics.Rect) + getDrawingRect(android.graphics.Rect) - function in android.view.View @@ -3853,7 +3853,7 @@

    G

    - getDrawingTime() + getDrawingTime() - function in android.view.View @@ -3866,7 +3866,7 @@

    G

    - getDrawingTime() + getDrawingTime() - function in android.view.View @@ -3905,7 +3905,7 @@

    G

    - getElevation() + getElevation() - function in android.view.View @@ -3918,7 +3918,7 @@

    G

    - getElevation() + getElevation() - function in android.view.View @@ -3983,7 +3983,7 @@

    G

    - getEnterTransition() + getEnterTransition() - function in androidx.fragment.app.Fragment @@ -3996,7 +3996,7 @@

    G

    - getEnterTransition() + getEnterTransition() - function in androidx.fragment.app.Fragment @@ -4061,7 +4061,7 @@

    G

    - getExitTransition() + getExitTransition() - function in androidx.fragment.app.Fragment @@ -4074,7 +4074,7 @@

    G

    - getExitTransition() + getExitTransition() - function in androidx.fragment.app.Fragment @@ -4139,7 +4139,7 @@

    G

    - getExplicitStyle() + getExplicitStyle() - function in android.view.View @@ -4152,7 +4152,7 @@

    G

    - getExplicitStyle() + getExplicitStyle() - function in android.view.View @@ -4269,7 +4269,7 @@

    G

    - getFileManager() + getFileManager() - function in com.discord.app.AppFragment @@ -4347,7 +4347,7 @@

    G

    - getFilterTouchesWhenObscured() + getFilterTouchesWhenObscured() - function in android.view.View @@ -4360,7 +4360,7 @@

    G

    - getFilterTouchesWhenObscured() + getFilterTouchesWhenObscured() - function in android.view.View @@ -4386,7 +4386,7 @@

    G

    - getFitsSystemWindows() + getFitsSystemWindows() - function in android.view.View @@ -4399,7 +4399,7 @@

    G

    - getFitsSystemWindows() + getFitsSystemWindows() - function in android.view.View @@ -4464,7 +4464,7 @@

    G

    - getFocusable() + getFocusable() - function in android.view.View @@ -4477,7 +4477,7 @@

    G

    - getFocusable() + getFocusable() - function in android.view.View @@ -4490,7 +4490,7 @@

    G

    - getFocusables(int) + getFocusables(int) - function in android.view.View @@ -4516,7 +4516,7 @@

    G

    - getFocusedChild() + getFocusedChild() - function in android.view.ViewGroup @@ -4529,7 +4529,7 @@

    G

    - getFocusedRect(android.graphics.Rect) + getFocusedRect(android.graphics.Rect) - function in android.view.View @@ -4620,7 +4620,7 @@

    G

    - getForeground() + getForeground() - function in android.view.View @@ -4633,7 +4633,7 @@

    G

    - getForegroundGravity() + getForegroundGravity() - function in android.view.View @@ -4646,7 +4646,7 @@

    G

    - getForegroundGravity() + getForegroundGravity() - function in android.view.View @@ -4659,7 +4659,7 @@

    G

    - getForegroundTintBlendMode() + getForegroundTintBlendMode() - function in android.view.View @@ -4672,7 +4672,7 @@

    G

    - getForegroundTintBlendMode() + getForegroundTintBlendMode() - function in android.view.View @@ -4685,7 +4685,7 @@

    G

    - getForegroundTintList() + getForegroundTintList() - function in android.view.View @@ -4698,7 +4698,7 @@

    G

    - getForegroundTintList() + getForegroundTintList() - function in android.view.View @@ -4711,7 +4711,7 @@

    G

    - getForegroundTintMode() + getForegroundTintMode() - function in android.view.View @@ -4724,7 +4724,7 @@

    G

    - getForegroundTintMode() + getForegroundTintMode() - function in android.view.View @@ -4789,7 +4789,7 @@

    G

    - getFragmentManager() + getFragmentManager() - function in androidx.fragment.app.Fragment @@ -4802,7 +4802,7 @@

    G

    - getFragmentManager() + getFragmentManager() - function in androidx.fragment.app.Fragment @@ -4867,7 +4867,7 @@

    G

    - getGlobalVisibleRect(android.graphics.Rect,android.graphics.Point) + getGlobalVisibleRect(android.graphics.Rect,android.graphics.Point) - function in android.view.View @@ -4893,7 +4893,7 @@

    G

    - getGravity() + getGravity() - function in android.widget.LinearLayout @@ -4906,7 +4906,7 @@

    G

    - getGravity() + getGravity() - function in android.widget.LinearLayout @@ -5088,7 +5088,7 @@

    G

    - getHandler() + getHandler() - function in android.view.View @@ -5114,7 +5114,7 @@

    G

    - getHasOverlappingRendering() + getHasOverlappingRendering() - function in android.view.View @@ -5127,7 +5127,7 @@

    G

    - getHasOverlappingRendering() + getHasOverlappingRendering() - function in android.view.View @@ -5166,7 +5166,7 @@

    G

    - getHeaderBar() + getHeaderBar() - function in com.aliucord.fragments.SettingsPage @@ -5179,7 +5179,7 @@

    G

    - getHeaderBar() + getHeaderBar() - function in com.aliucord.fragments.SettingsPage @@ -5192,7 +5192,7 @@

    G

    - getHeight() + getHeight() - function in android.view.View @@ -5205,7 +5205,7 @@

    G

    - getHeight() + getHeight() - function in android.view.View @@ -5361,7 +5361,7 @@

    G

    - getHitRect(android.graphics.Rect) + getHitRect(android.graphics.Rect) - function in android.view.View @@ -5413,7 +5413,7 @@

    G

    - getHorizontalFadingEdgeLength() + getHorizontalFadingEdgeLength() - function in android.view.View @@ -5426,7 +5426,7 @@

    G

    - getHorizontalFadingEdgeLength() + getHorizontalFadingEdgeLength() - function in android.view.View @@ -5439,7 +5439,7 @@

    G

    - getHorizontalScrollbarThumbDrawable() + getHorizontalScrollbarThumbDrawable() - function in android.view.View @@ -5452,7 +5452,7 @@

    G

    - getHorizontalScrollbarThumbDrawable() + getHorizontalScrollbarThumbDrawable() - function in android.view.View @@ -5465,7 +5465,7 @@

    G

    - getHorizontalScrollbarTrackDrawable() + getHorizontalScrollbarTrackDrawable() - function in android.view.View @@ -5478,7 +5478,7 @@

    G

    - getHorizontalScrollbarTrackDrawable() + getHorizontalScrollbarTrackDrawable() - function in android.view.View @@ -5491,7 +5491,7 @@

    G

    - getHost() + getHost() - function in androidx.fragment.app.Fragment @@ -5504,7 +5504,7 @@

    G

    - getHost() + getHost() - function in androidx.fragment.app.Fragment @@ -5751,7 +5751,7 @@

    G

    - getId() + getId() - function in android.view.View @@ -5764,7 +5764,7 @@

    G

    - getId() + getId() - function in android.view.View @@ -5777,7 +5777,7 @@

    G

    - getId() + getId() - function in androidx.fragment.app.Fragment @@ -5790,7 +5790,7 @@

    G

    - getId() + getId() - function in androidx.fragment.app.Fragment @@ -5998,7 +5998,7 @@

    G

    - getImageFile() + getImageFile() - function in com.discord.app.AppFragment @@ -6115,7 +6115,7 @@

    G

    - getImportantForAccessibility() + getImportantForAccessibility() - function in android.view.View @@ -6128,7 +6128,7 @@

    G

    - getImportantForAccessibility() + getImportantForAccessibility() - function in android.view.View @@ -6141,7 +6141,7 @@

    G

    - getImportantForAutofill() + getImportantForAutofill() - function in android.view.View @@ -6154,7 +6154,7 @@

    G

    - getImportantForAutofill() + getImportantForAutofill() - function in android.view.View @@ -6167,7 +6167,7 @@

    G

    - getImportantForContentCapture() + getImportantForContentCapture() - function in android.view.View @@ -6180,7 +6180,7 @@

    G

    - getImportantForContentCapture() + getImportantForContentCapture() - function in android.view.View @@ -6492,7 +6492,7 @@

    G

    - getKeepScreenOn() + getKeepScreenOn() - function in android.view.View @@ -6505,7 +6505,7 @@

    G

    - getKeepScreenOn() + getKeepScreenOn() - function in android.view.View @@ -6518,7 +6518,7 @@

    G

    - getKeyDispatcherState() + getKeyDispatcherState() - function in android.view.View @@ -6557,7 +6557,7 @@

    G

    - getLabelFor() + getLabelFor() - function in android.view.View @@ -6570,7 +6570,7 @@

    G

    - getLabelFor() + getLabelFor() - function in android.view.View @@ -6622,7 +6622,7 @@

    G

    - getLayerType() + getLayerType() - function in android.view.View @@ -6635,7 +6635,7 @@

    G

    - getLayerType() + getLayerType() - function in android.view.View @@ -6661,7 +6661,7 @@

    G

    - getLayoutAnimation() + getLayoutAnimation() - function in android.view.ViewGroup @@ -6674,7 +6674,7 @@

    G

    - getLayoutAnimationListener() + getLayoutAnimationListener() - function in android.view.ViewGroup @@ -6687,7 +6687,7 @@

    G

    - getLayoutDirection() + getLayoutDirection() - function in android.view.View @@ -6700,7 +6700,7 @@

    G

    - getLayoutDirection() + getLayoutDirection() - function in android.view.View @@ -6713,7 +6713,7 @@

    G

    - getLayoutInflater() + getLayoutInflater() - function in androidx.fragment.app.Fragment @@ -6726,7 +6726,7 @@

    G

    - getLayoutInflater() + getLayoutInflater() - function in androidx.fragment.app.Fragment @@ -6739,7 +6739,7 @@

    G

    - getLayoutInflater(android.os.Bundle) + getLayoutInflater(android.os.Bundle) - function in androidx.fragment.app.Fragment @@ -6752,7 +6752,7 @@

    G

    - getLayoutMode() + getLayoutMode() - function in android.view.ViewGroup @@ -6765,7 +6765,7 @@

    G

    - getLayoutMode() + getLayoutMode() - function in android.view.ViewGroup @@ -6778,7 +6778,7 @@

    G

    - getLayoutParams() + getLayoutParams() - function in android.view.View @@ -6791,7 +6791,7 @@

    G

    - getLayoutParams() + getLayoutParams() - function in android.view.View @@ -6817,7 +6817,7 @@

    G

    - getLayoutTransition() + getLayoutTransition() - function in android.view.ViewGroup @@ -6830,7 +6830,7 @@

    G

    - getLeft() + getLeft() - function in android.view.View @@ -6843,7 +6843,7 @@

    G

    - getLeft() + getLeft() - function in android.view.View @@ -6869,7 +6869,7 @@

    G

    - getLifecycle() + getLifecycle() - function in androidx.fragment.app.Fragment @@ -6882,7 +6882,7 @@

    G

    - getLifecycle() + getLifecycle() - function in androidx.fragment.app.Fragment @@ -6921,7 +6921,7 @@

    G

    - getLinearLayout() + getLinearLayout() - function in com.aliucord.fragments.SettingsPage @@ -6934,7 +6934,7 @@

    G

    - getLinearLayout() + getLinearLayout() - function in com.aliucord.fragments.SettingsPage @@ -7051,7 +7051,7 @@

    G

    - getLoaderManager() + getLoaderManager() - function in androidx.fragment.app.Fragment @@ -7064,7 +7064,7 @@

    G

    - getLoaderManager() + getLoaderManager() - function in androidx.fragment.app.Fragment @@ -7116,7 +7116,7 @@

    G

    - getLocalVisibleRect(android.graphics.Rect) + getLocalVisibleRect(android.graphics.Rect) - function in android.view.View @@ -7142,7 +7142,7 @@

    G

    - getLocationInSurface(kotlin.Array) + getLocationInSurface(kotlin.Array) - function in android.view.View @@ -7168,7 +7168,7 @@

    G

    - getLocationInWindow(kotlin.Array) + getLocationInWindow(kotlin.Array) - function in android.view.View @@ -7194,7 +7194,7 @@

    G

    - getLocationOnScreen(kotlin.Array) + getLocationOnScreen(kotlin.Array) - function in android.view.View @@ -7233,7 +7233,7 @@

    G

    - getLoggingConfig() + getLoggingConfig() - function in com.discord.app.AppFragment @@ -7376,7 +7376,7 @@

    G

    - getMatrix() + getMatrix() - function in android.view.View @@ -7389,7 +7389,7 @@

    G

    - getMaxCardElevation() + getMaxCardElevation() - function in androidx.cardview.widget.CardView @@ -7532,7 +7532,7 @@

    G

    - getMeasureAllChildren() + getMeasureAllChildren() - function in android.widget.FrameLayout @@ -7545,7 +7545,7 @@

    G

    - getMeasuredHeight() + getMeasuredHeight() - function in android.view.View @@ -7558,7 +7558,7 @@

    G

    - getMeasuredHeight() + getMeasuredHeight() - function in android.view.View @@ -7571,7 +7571,7 @@

    G

    - getMeasuredHeightAndState() + getMeasuredHeightAndState() - function in android.view.View @@ -7584,7 +7584,7 @@

    G

    - getMeasuredHeightAndState() + getMeasuredHeightAndState() - function in android.view.View @@ -7597,7 +7597,7 @@

    G

    - getMeasuredState() + getMeasuredState() - function in android.view.View @@ -7610,7 +7610,7 @@

    G

    - getMeasuredState() + getMeasuredState() - function in android.view.View @@ -7623,7 +7623,7 @@

    G

    - getMeasuredWidth() + getMeasuredWidth() - function in android.view.View @@ -7636,7 +7636,7 @@

    G

    - getMeasuredWidth() + getMeasuredWidth() - function in android.view.View @@ -7649,7 +7649,7 @@

    G

    - getMeasuredWidthAndState() + getMeasuredWidthAndState() - function in android.view.View @@ -7662,7 +7662,7 @@

    G

    - getMeasuredWidthAndState() + getMeasuredWidthAndState() - function in android.view.View @@ -7922,7 +7922,7 @@

    G

    - getMinimumHeight() + getMinimumHeight() - function in android.view.View @@ -7935,7 +7935,7 @@

    G

    - getMinimumHeight() + getMinimumHeight() - function in android.view.View @@ -7948,7 +7948,7 @@

    G

    - getMinimumWidth() + getMinimumWidth() - function in android.view.View @@ -7961,7 +7961,7 @@

    G

    - getMinimumWidth() + getMinimumWidth() - function in android.view.View @@ -8013,7 +8013,7 @@

    G

    - getMostRecentIntent() + getMostRecentIntent() - function in com.discord.app.AppFragment @@ -8247,7 +8247,7 @@

    G

    - getNestedScrollAxes() + getNestedScrollAxes() - function in android.view.ViewGroup @@ -8260,7 +8260,7 @@

    G

    - getNestedScrollAxes() + getNestedScrollAxes() - function in android.view.ViewGroup @@ -8273,7 +8273,7 @@

    G

    - getNextClusterForwardId() + getNextClusterForwardId() - function in android.view.View @@ -8286,7 +8286,7 @@

    G

    - getNextClusterForwardId() + getNextClusterForwardId() - function in android.view.View @@ -8299,7 +8299,7 @@

    G

    - getNextFocusDownId() + getNextFocusDownId() - function in android.view.View @@ -8312,7 +8312,7 @@

    G

    - getNextFocusDownId() + getNextFocusDownId() - function in android.view.View @@ -8325,7 +8325,7 @@

    G

    - getNextFocusForwardId() + getNextFocusForwardId() - function in android.view.View @@ -8338,7 +8338,7 @@

    G

    - getNextFocusForwardId() + getNextFocusForwardId() - function in android.view.View @@ -8351,7 +8351,7 @@

    G

    - getNextFocusLeftId() + getNextFocusLeftId() - function in android.view.View @@ -8364,7 +8364,7 @@

    G

    - getNextFocusLeftId() + getNextFocusLeftId() - function in android.view.View @@ -8377,7 +8377,7 @@

    G

    - getNextFocusRightId() + getNextFocusRightId() - function in android.view.View @@ -8390,7 +8390,7 @@

    G

    - getNextFocusRightId() + getNextFocusRightId() - function in android.view.View @@ -8403,7 +8403,7 @@

    G

    - getNextFocusUpId() + getNextFocusUpId() - function in android.view.View @@ -8416,7 +8416,7 @@

    G

    - getNextFocusUpId() + getNextFocusUpId() - function in android.view.View @@ -8611,7 +8611,7 @@

    G

    - getOnFocusChangeListener() + getOnFocusChangeListener() - function in android.view.View @@ -8663,7 +8663,7 @@

    G

    - getOrientation() + getOrientation() - function in android.widget.LinearLayout @@ -8676,7 +8676,7 @@

    G

    - getOrientation() + getOrientation() - function in android.widget.LinearLayout @@ -8715,7 +8715,7 @@

    G

    - getOutlineAmbientShadowColor() + getOutlineAmbientShadowColor() - function in android.view.View @@ -8728,7 +8728,7 @@

    G

    - getOutlineAmbientShadowColor() + getOutlineAmbientShadowColor() - function in android.view.View @@ -8741,7 +8741,7 @@

    G

    - getOutlineProvider() + getOutlineProvider() - function in android.view.View @@ -8754,7 +8754,7 @@

    G

    - getOutlineSpotShadowColor() + getOutlineSpotShadowColor() - function in android.view.View @@ -8767,7 +8767,7 @@

    G

    - getOutlineSpotShadowColor() + getOutlineSpotShadowColor() - function in android.view.View @@ -8780,7 +8780,7 @@

    G

    - getOverlay() + getOverlay() - function in android.view.View @@ -8793,7 +8793,7 @@

    G

    - getOverlay() + getOverlay() - function in android.view.ViewGroup @@ -8806,7 +8806,7 @@

    G

    - getOverlay() + getOverlay() - function in android.view.ViewGroup @@ -8819,7 +8819,7 @@

    G

    - getOverScrollMode() + getOverScrollMode() - function in android.view.View @@ -8832,7 +8832,7 @@

    G

    - getOverScrollMode() + getOverScrollMode() - function in android.view.View @@ -8897,7 +8897,7 @@

    G

    - getPaddingBottom() + getPaddingBottom() - function in android.view.View @@ -8910,7 +8910,7 @@

    G

    - getPaddingBottom() + getPaddingBottom() - function in android.view.View @@ -8923,7 +8923,7 @@

    G

    - getPaddingEnd() + getPaddingEnd() - function in android.view.View @@ -8936,7 +8936,7 @@

    G

    - getPaddingEnd() + getPaddingEnd() - function in android.view.View @@ -8949,7 +8949,7 @@

    G

    - getPaddingLeft() + getPaddingLeft() - function in android.view.View @@ -8962,7 +8962,7 @@

    G

    - getPaddingLeft() + getPaddingLeft() - function in android.view.View @@ -8975,7 +8975,7 @@

    G

    - getPaddingRight() + getPaddingRight() - function in android.view.View @@ -8988,7 +8988,7 @@

    G

    - getPaddingRight() + getPaddingRight() - function in android.view.View @@ -9001,7 +9001,7 @@

    G

    - getPaddingStart() + getPaddingStart() - function in android.view.View @@ -9014,7 +9014,7 @@

    G

    - getPaddingStart() + getPaddingStart() - function in android.view.View @@ -9027,7 +9027,7 @@

    G

    - getPaddingTop() + getPaddingTop() - function in android.view.View @@ -9040,7 +9040,7 @@

    G

    - getPaddingTop() + getPaddingTop() - function in android.view.View @@ -9079,7 +9079,7 @@

    G

    - getParent() + getParent() - function in android.view.View @@ -9092,7 +9092,7 @@

    G

    - getParentForAccessibility() + getParentForAccessibility() - function in android.view.View @@ -9105,7 +9105,7 @@

    G

    - getParentFragment() + getParentFragment() - function in androidx.fragment.app.Fragment @@ -9118,7 +9118,7 @@

    G

    - getParentFragment() + getParentFragment() - function in androidx.fragment.app.Fragment @@ -9131,7 +9131,7 @@

    G

    - getParentFragmentManager() + getParentFragmentManager() - function in androidx.fragment.app.Fragment @@ -9144,7 +9144,7 @@

    G

    - getParentFragmentManager() + getParentFragmentManager() - function in androidx.fragment.app.Fragment @@ -9235,7 +9235,7 @@

    G

    - getPersistentDrawingCache() + getPersistentDrawingCache() - function in android.view.ViewGroup @@ -9248,7 +9248,7 @@

    G

    - getPersistentDrawingCache() + getPersistentDrawingCache() - function in android.view.ViewGroup @@ -9261,7 +9261,7 @@

    G

    - getPivotX() + getPivotX() - function in android.view.View @@ -9274,7 +9274,7 @@

    G

    - getPivotX() + getPivotX() - function in android.view.View @@ -9287,7 +9287,7 @@

    G

    - getPivotY() + getPivotY() - function in android.view.View @@ -9300,7 +9300,7 @@

    G

    - getPivotY() + getPivotY() - function in android.view.View @@ -9326,7 +9326,7 @@

    G

    - getPointerIcon() + getPointerIcon() - function in android.view.View @@ -9560,7 +9560,7 @@

    G

    - getPreventCornerOverlap() + getPreventCornerOverlap() - function in androidx.cardview.widget.CardView @@ -9586,7 +9586,7 @@

    G

    - getProgress() + getProgress() - function in com.google.android.material.card.MaterialCardView @@ -9846,7 +9846,7 @@

    G

    - getRadius() + getRadius() - function in com.google.android.material.card.MaterialCardView @@ -10158,7 +10158,7 @@

    G

    - getReenterTransition() + getReenterTransition() - function in androidx.fragment.app.Fragment @@ -10171,7 +10171,7 @@

    G

    - getReenterTransition() + getReenterTransition() - function in androidx.fragment.app.Fragment @@ -10444,7 +10444,7 @@

    G

    - getResources() + getResources() - function in android.view.View @@ -10457,7 +10457,7 @@

    G

    - getResources() + getResources() - function in androidx.fragment.app.Fragment @@ -10470,7 +10470,7 @@

    G

    - getResources() + getResources() - function in androidx.fragment.app.Fragment @@ -10483,7 +10483,7 @@

    G

    - getRetainInstance() + getRetainInstance() - function in androidx.fragment.app.Fragment @@ -10496,7 +10496,7 @@

    G

    - getRetainInstance() + getRetainInstance() - function in androidx.fragment.app.Fragment @@ -10509,7 +10509,7 @@

    G

    - getReturnTransition() + getReturnTransition() - function in androidx.fragment.app.Fragment @@ -10522,7 +10522,7 @@

    G

    - getReturnTransition() + getReturnTransition() - function in androidx.fragment.app.Fragment @@ -10561,7 +10561,7 @@

    G

    - getRevealOnFocusHint() + getRevealOnFocusHint() - function in android.view.View @@ -10574,7 +10574,7 @@

    G

    - getRevealOnFocusHint() + getRevealOnFocusHint() - function in android.view.View @@ -10587,7 +10587,7 @@

    G

    - getRight() + getRight() - function in android.view.View @@ -10600,7 +10600,7 @@

    G

    - getRight() + getRight() - function in android.view.View @@ -10626,7 +10626,7 @@

    G

    - getRippleColor() + getRippleColor() - function in com.google.android.material.card.MaterialCardView @@ -10782,7 +10782,7 @@

    G

    - getRootView() + getRootView() - function in android.view.View @@ -10795,7 +10795,7 @@

    G

    - getRootWindowInsets() + getRootWindowInsets() - function in android.view.View @@ -10808,7 +10808,7 @@

    G

    - getRotation() + getRotation() - function in android.view.View @@ -10821,7 +10821,7 @@

    G

    - getRotation() + getRotation() - function in android.view.View @@ -10834,7 +10834,7 @@

    G

    - getRotationX() + getRotationX() - function in android.view.View @@ -10847,7 +10847,7 @@

    G

    - getRotationX() + getRotationX() - function in android.view.View @@ -10860,7 +10860,7 @@

    G

    - getRotationY() + getRotationY() - function in android.view.View @@ -10873,7 +10873,7 @@

    G

    - getRotationY() + getRotationY() - function in android.view.View @@ -10938,7 +10938,7 @@

    G

    - getSavedStateRegistry() + getSavedStateRegistry() - function in androidx.fragment.app.Fragment @@ -10951,7 +10951,7 @@

    G

    - getSavedStateRegistry() + getSavedStateRegistry() - function in androidx.fragment.app.Fragment @@ -10977,7 +10977,7 @@

    G

    - getScaleX() + getScaleX() - function in android.view.View @@ -10990,7 +10990,7 @@

    G

    - getScaleX() + getScaleX() - function in android.view.View @@ -11003,7 +11003,7 @@

    G

    - getScaleY() + getScaleY() - function in android.view.View @@ -11016,7 +11016,7 @@

    G

    - getScaleY() + getScaleY() - function in android.view.View @@ -11055,7 +11055,7 @@

    G

    - getScrollBarDefaultDelayBeforeFade() + getScrollBarDefaultDelayBeforeFade() - function in android.view.View @@ -11068,7 +11068,7 @@

    G

    - getScrollBarDefaultDelayBeforeFade() + getScrollBarDefaultDelayBeforeFade() - function in android.view.View @@ -11081,7 +11081,7 @@

    G

    - getScrollBarFadeDuration() + getScrollBarFadeDuration() - function in android.view.View @@ -11094,7 +11094,7 @@

    G

    - getScrollBarFadeDuration() + getScrollBarFadeDuration() - function in android.view.View @@ -11107,7 +11107,7 @@

    G

    - getScrollBarSize() + getScrollBarSize() - function in android.view.View @@ -11120,7 +11120,7 @@

    G

    - getScrollBarSize() + getScrollBarSize() - function in android.view.View @@ -11133,7 +11133,7 @@

    G

    - getScrollBarStyle() + getScrollBarStyle() - function in android.view.View @@ -11146,7 +11146,7 @@

    G

    - getScrollBarStyle() + getScrollBarStyle() - function in android.view.View @@ -11159,7 +11159,7 @@

    G

    - getScrollIndicators() + getScrollIndicators() - function in android.view.View @@ -11172,7 +11172,7 @@

    G

    - getScrollIndicators() + getScrollIndicators() - function in android.view.View @@ -11185,7 +11185,7 @@

    G

    - getScrollX() + getScrollX() - function in android.view.View @@ -11198,7 +11198,7 @@

    G

    - getScrollX() + getScrollX() - function in android.view.View @@ -11211,7 +11211,7 @@

    G

    - getScrollY() + getScrollY() - function in android.view.View @@ -11224,7 +11224,7 @@

    G

    - getScrollY() + getScrollY() - function in android.view.View @@ -11328,7 +11328,7 @@

    G

    - getShapeAppearanceModel() + getShapeAppearanceModel() - function in com.google.android.material.card.MaterialCardView @@ -11341,7 +11341,7 @@

    G

    - getSharedElementEnterTransition() + getSharedElementEnterTransition() - function in androidx.fragment.app.Fragment @@ -11354,7 +11354,7 @@

    G

    - getSharedElementEnterTransition() + getSharedElementEnterTransition() - function in androidx.fragment.app.Fragment @@ -11393,7 +11393,7 @@

    G

    - getSharedElementReturnTransition() + getSharedElementReturnTransition() - function in androidx.fragment.app.Fragment @@ -11406,7 +11406,7 @@

    G

    - getSharedElementReturnTransition() + getSharedElementReturnTransition() - function in androidx.fragment.app.Fragment @@ -11458,7 +11458,7 @@

    G

    - getShowDividers() + getShowDividers() - function in android.widget.LinearLayout @@ -11471,7 +11471,7 @@

    G

    - getShowDividers() + getShowDividers() - function in android.widget.LinearLayout @@ -11484,7 +11484,7 @@

    G

    - getShowsDialog() + getShowsDialog() - function in androidx.fragment.app.DialogFragment @@ -11497,7 +11497,7 @@

    G

    - getShowsDialog() + getShowsDialog() - function in androidx.fragment.app.DialogFragment @@ -11549,7 +11549,7 @@

    G

    - getSolidColor() + getSolidColor() - function in android.view.View @@ -11562,7 +11562,7 @@

    G

    - getSolidColor() + getSolidColor() - function in android.view.View @@ -11575,7 +11575,7 @@

    G

    - getSourceLayoutResId() + getSourceLayoutResId() - function in android.view.View @@ -11588,7 +11588,7 @@

    G

    - getSourceLayoutResId() + getSourceLayoutResId() - function in android.view.View @@ -11640,7 +11640,7 @@

    G

    - getStateDescription() + getStateDescription() - function in android.view.View @@ -11653,7 +11653,7 @@

    G

    - getStateDescription() + getStateDescription() - function in android.view.View @@ -11666,7 +11666,7 @@

    G

    - getStateListAnimator() + getStateListAnimator() - function in android.view.View @@ -11744,7 +11744,7 @@

    G

    - getString(int) + getString(int) - function in androidx.fragment.app.Fragment @@ -11757,7 +11757,7 @@

    G

    - getString(java.lang.Integer) + getString(java.lang.Integer) - function in androidx.fragment.app.Fragment @@ -11770,7 +11770,7 @@

    G

    - getString(java.lang.Integer,java.lang.Object) + getString(java.lang.Integer,java.lang.Object) - function in androidx.fragment.app.Fragment @@ -11848,7 +11848,7 @@

    G

    - getStrokeColor() + getStrokeColor() - function in com.google.android.material.card.MaterialCardView @@ -11861,7 +11861,7 @@

    G

    - getStrokeColorStateList() + getStrokeColorStateList() - function in com.google.android.material.card.MaterialCardView @@ -11887,7 +11887,7 @@

    G

    - getStrokeWidth() + getStrokeWidth() - function in com.google.android.material.card.MaterialCardView @@ -12134,7 +12134,7 @@

    G

    - getSystemGestureExclusionRects() + getSystemGestureExclusionRects() - function in android.view.View @@ -12147,7 +12147,7 @@

    G

    - getSystemGestureExclusionRects() + getSystemGestureExclusionRects() - function in android.view.View @@ -12160,7 +12160,7 @@

    G

    - getSystemUiVisibility() + getSystemUiVisibility() - function in android.view.View @@ -12173,7 +12173,7 @@

    G

    - getSystemUiVisibility() + getSystemUiVisibility() - function in android.view.View @@ -12186,7 +12186,7 @@

    G

    - getTag() + getTag() - function in android.view.View @@ -12199,7 +12199,7 @@

    G

    - getTag() + getTag() - function in android.view.View @@ -12225,7 +12225,7 @@

    G

    - getTag() + getTag() - function in androidx.fragment.app.Fragment @@ -12238,7 +12238,7 @@

    G

    - getTag() + getTag() - function in androidx.fragment.app.Fragment @@ -12277,7 +12277,7 @@

    G

    - getTargetFragment() + getTargetFragment() - function in androidx.fragment.app.Fragment @@ -12290,7 +12290,7 @@

    G

    - getTargetFragment() + getTargetFragment() - function in androidx.fragment.app.Fragment @@ -12303,7 +12303,7 @@

    G

    - getTargetRequestCode() + getTargetRequestCode() - function in androidx.fragment.app.Fragment @@ -12316,7 +12316,7 @@

    G

    - getTargetRequestCode() + getTargetRequestCode() - function in androidx.fragment.app.Fragment @@ -12342,7 +12342,7 @@

    G

    - getText(int) + getText(int) - function in androidx.fragment.app.Fragment @@ -12355,7 +12355,7 @@

    G

    - getText(java.lang.Integer) + getText(java.lang.Integer) - function in androidx.fragment.app.Fragment @@ -12394,7 +12394,7 @@

    G

    - getTextAlignment() + getTextAlignment() - function in android.view.View @@ -12407,7 +12407,7 @@

    G

    - getTextAlignment() + getTextAlignment() - function in android.view.View @@ -12459,7 +12459,7 @@

    G

    - getTextDirection() + getTextDirection() - function in android.view.View @@ -12472,7 +12472,7 @@

    G

    - getTextDirection() + getTextDirection() - function in android.view.View @@ -12615,7 +12615,7 @@

    G

    - getTheme() + getTheme() - function in androidx.fragment.app.DialogFragment @@ -12628,7 +12628,7 @@

    G

    - getTheme() + getTheme() - function in androidx.fragment.app.DialogFragment @@ -12810,7 +12810,7 @@

    G

    - getTooltipText() + getTooltipText() - function in android.view.View @@ -12823,7 +12823,7 @@

    G

    - getTooltipText() + getTooltipText() - function in android.view.View @@ -12836,7 +12836,7 @@

    G

    - getTop() + getTop() - function in android.view.View @@ -12849,7 +12849,7 @@

    G

    - getTop() + getTop() - function in android.view.View @@ -12966,7 +12966,7 @@

    G

    - getTouchables() + getTouchables() - function in android.view.View @@ -12979,7 +12979,7 @@

    G

    - getTouchables() + getTouchables() - function in android.view.View @@ -12992,7 +12992,7 @@

    G

    - getTouchDelegate() + getTouchDelegate() - function in android.view.View @@ -13005,7 +13005,7 @@

    G

    - getTouchscreenBlocksFocus() + getTouchscreenBlocksFocus() - function in android.view.ViewGroup @@ -13018,7 +13018,7 @@

    G

    - getTouchscreenBlocksFocus() + getTouchscreenBlocksFocus() - function in android.view.ViewGroup @@ -13044,7 +13044,7 @@

    G

    - getTransitionAlpha() + getTransitionAlpha() - function in android.view.View @@ -13057,7 +13057,7 @@

    G

    - getTransitionAlpha() + getTransitionAlpha() - function in android.view.View @@ -13070,7 +13070,7 @@

    G

    - getTransitionName() + getTransitionName() - function in android.view.View @@ -13083,7 +13083,7 @@

    G

    - getTransitionName() + getTransitionName() - function in android.view.View @@ -13096,7 +13096,7 @@

    G

    - getTranslationX() + getTranslationX() - function in android.view.View @@ -13109,7 +13109,7 @@

    G

    - getTranslationX() + getTranslationX() - function in android.view.View @@ -13122,7 +13122,7 @@

    G

    - getTranslationY() + getTranslationY() - function in android.view.View @@ -13135,7 +13135,7 @@

    G

    - getTranslationY() + getTranslationY() - function in android.view.View @@ -13148,7 +13148,7 @@

    G

    - getTranslationZ() + getTranslationZ() - function in android.view.View @@ -13161,7 +13161,7 @@

    G

    - getTranslationZ() + getTranslationZ() - function in android.view.View @@ -13317,7 +13317,7 @@

    G

    - getUniqueDrawingId() + getUniqueDrawingId() - function in android.view.View @@ -13330,7 +13330,7 @@

    G

    - getUniqueDrawingId() + getUniqueDrawingId() - function in android.view.View @@ -13434,7 +13434,7 @@

    G

    - getUnsubscribeSignal() + getUnsubscribeSignal() - function in com.discord.app.AppFragment @@ -13447,7 +13447,7 @@

    G

    - getUnsubscribeSignal() + getUnsubscribeSignal() - function in com.discord.app.AppFragment @@ -13681,7 +13681,7 @@

    G

    - getUseCompatPadding() + getUseCompatPadding() - function in androidx.cardview.widget.CardView @@ -13837,7 +13837,7 @@

    G

    - getUserVisibleHint() + getUserVisibleHint() - function in androidx.fragment.app.Fragment @@ -13850,7 +13850,7 @@

    G

    - getUserVisibleHint() + getUserVisibleHint() - function in androidx.fragment.app.Fragment @@ -14019,7 +14019,7 @@

    G

    - getVerticalFadingEdgeLength() + getVerticalFadingEdgeLength() - function in android.view.View @@ -14032,7 +14032,7 @@

    G

    - getVerticalFadingEdgeLength() + getVerticalFadingEdgeLength() - function in android.view.View @@ -14045,7 +14045,7 @@

    G

    - getVerticalScrollbarPosition() + getVerticalScrollbarPosition() - function in android.view.View @@ -14058,7 +14058,7 @@

    G

    - getVerticalScrollbarPosition() + getVerticalScrollbarPosition() - function in android.view.View @@ -14071,7 +14071,7 @@

    G

    - getVerticalScrollbarThumbDrawable() + getVerticalScrollbarThumbDrawable() - function in android.view.View @@ -14084,7 +14084,7 @@

    G

    - getVerticalScrollbarThumbDrawable() + getVerticalScrollbarThumbDrawable() - function in android.view.View @@ -14097,7 +14097,7 @@

    G

    - getVerticalScrollbarTrackDrawable() + getVerticalScrollbarTrackDrawable() - function in android.view.View @@ -14110,7 +14110,7 @@

    G

    - getVerticalScrollbarTrackDrawable() + getVerticalScrollbarTrackDrawable() - function in android.view.View @@ -14123,7 +14123,7 @@

    G

    - getVerticalScrollbarWidth() + getVerticalScrollbarWidth() - function in android.view.View @@ -14136,7 +14136,7 @@

    G

    - getVerticalScrollbarWidth() + getVerticalScrollbarWidth() - function in android.view.View @@ -14175,7 +14175,7 @@

    G

    - getView() + getView() - function in androidx.fragment.app.Fragment @@ -14188,7 +14188,7 @@

    G

    - getView() + getView() - function in androidx.fragment.app.Fragment @@ -14227,7 +14227,7 @@

    G

    - getViewLifecycleOwner() + getViewLifecycleOwner() - function in androidx.fragment.app.Fragment @@ -14240,7 +14240,7 @@

    G

    - getViewLifecycleOwner() + getViewLifecycleOwner() - function in androidx.fragment.app.Fragment @@ -14279,7 +14279,7 @@

    G

    - getViewLifecycleOwnerLiveData() + getViewLifecycleOwnerLiveData() - function in androidx.fragment.app.Fragment @@ -14292,7 +14292,7 @@

    G

    - getViewLifecycleOwnerLiveData() + getViewLifecycleOwnerLiveData() - function in androidx.fragment.app.Fragment @@ -14331,7 +14331,7 @@

    G

    - getViewModelStore() + getViewModelStore() - function in androidx.fragment.app.Fragment @@ -14344,7 +14344,7 @@

    G

    - getViewModelStore() + getViewModelStore() - function in androidx.fragment.app.Fragment @@ -14396,7 +14396,7 @@

    G

    - getViewTreeObserver() + getViewTreeObserver() - function in android.view.View @@ -14409,7 +14409,7 @@

    G

    - getVisibility() + getVisibility() - function in android.view.View @@ -14422,7 +14422,7 @@

    G

    - getVisibility() + getVisibility() - function in android.view.View @@ -14435,7 +14435,7 @@

    G

    - getWeightSum() + getWeightSum() - function in android.widget.LinearLayout @@ -14448,7 +14448,7 @@

    G

    - getWeightSum() + getWeightSum() - function in android.widget.LinearLayout @@ -14461,7 +14461,7 @@

    G

    - getWidth() + getWidth() - function in android.view.View @@ -14474,7 +14474,7 @@

    G

    - getWidth() + getWidth() - function in android.view.View @@ -14591,7 +14591,7 @@

    G

    - getWindowId() + getWindowId() - function in android.view.View @@ -14604,7 +14604,7 @@

    G

    - getWindowInsetsController() + getWindowInsetsController() - function in android.view.View @@ -14617,7 +14617,7 @@

    G

    - getWindowInsetsController() + getWindowInsetsController() - function in android.view.View @@ -14630,7 +14630,7 @@

    G

    - getWindowSystemUiVisibility() + getWindowSystemUiVisibility() - function in android.view.View @@ -14643,7 +14643,7 @@

    G

    - getWindowSystemUiVisibility() + getWindowSystemUiVisibility() - function in android.view.View @@ -14656,7 +14656,7 @@

    G

    - getWindowToken() + getWindowToken() - function in android.view.View @@ -14669,7 +14669,7 @@

    G

    - getWindowVisibility() + getWindowVisibility() - function in android.view.View @@ -14682,7 +14682,7 @@

    G

    - getWindowVisibility() + getWindowVisibility() - function in android.view.View @@ -14695,7 +14695,7 @@

    G

    - getWindowVisibleDisplayFrame(android.graphics.Rect) + getWindowVisibleDisplayFrame(android.graphics.Rect) - function in android.view.View @@ -14721,7 +14721,7 @@

    G

    - getX() + getX() - function in android.view.View @@ -14734,7 +14734,7 @@

    G

    - getX() + getX() - function in android.view.View @@ -14747,7 +14747,7 @@

    G

    - getY() + getY() - function in android.view.View @@ -14760,7 +14760,7 @@

    G

    - getY() + getY() - function in android.view.View @@ -14773,7 +14773,7 @@

    G

    - getZ() + getZ() - function in android.view.View @@ -14786,7 +14786,7 @@

    G

    - getZ() + getZ() - function in android.view.View diff --git a/javadoc/index-files/index-8.html b/javadoc/index-files/index-8.html index 3a41dc63..854cdc3d 100644 --- a/javadoc/index-files/index-8.html +++ b/javadoc/index-files/index-8.html @@ -161,7 +161,7 @@

    H

    - hasExplicitFocusable() + hasExplicitFocusable() - function in android.view.View @@ -174,7 +174,7 @@

    H

    - hasExplicitFocusable() + hasExplicitFocusable() - function in android.view.View @@ -187,7 +187,7 @@

    H

    - hasFocus() + hasFocus() - function in android.view.View @@ -200,7 +200,7 @@

    H

    - hasFocus() + hasFocus() - function in android.view.ViewGroup @@ -213,7 +213,7 @@

    H

    - hasFocus() + hasFocus() - function in android.view.ViewGroup @@ -226,7 +226,7 @@

    H

    - hasFocusable() + hasFocusable() - function in android.view.View @@ -239,7 +239,7 @@

    H

    - hasFocusable() + hasFocusable() - function in android.view.View @@ -252,7 +252,7 @@

    H

    - hashCode() + hashCode() - function in androidx.fragment.app.Fragment @@ -265,7 +265,7 @@

    H

    - hashCode() + hashCode() - function in androidx.fragment.app.Fragment @@ -317,7 +317,7 @@

    H

    - hasMedia() + hasMedia() - function in com.discord.app.AppFragment @@ -330,7 +330,7 @@

    H

    - hasMedia() + hasMedia() - function in com.discord.app.AppFragment @@ -343,7 +343,7 @@

    H

    - hasNestedScrollingParent() + hasNestedScrollingParent() - function in android.view.View @@ -356,7 +356,7 @@

    H

    - hasNestedScrollingParent() + hasNestedScrollingParent() - function in android.view.View @@ -382,7 +382,7 @@

    H

    - hasOnClickListeners() + hasOnClickListeners() - function in android.view.View @@ -395,7 +395,7 @@

    H

    - hasOnClickListeners() + hasOnClickListeners() - function in android.view.View @@ -408,7 +408,7 @@

    H

    - hasOnLongClickListeners() + hasOnLongClickListeners() - function in android.view.View @@ -421,7 +421,7 @@

    H

    - hasOnLongClickListeners() + hasOnLongClickListeners() - function in android.view.View @@ -434,7 +434,7 @@

    H

    - hasOptionsMenu() + hasOptionsMenu() - function in androidx.fragment.app.Fragment @@ -447,7 +447,7 @@

    H

    - hasOptionsMenu() + hasOptionsMenu() - function in androidx.fragment.app.Fragment @@ -460,7 +460,7 @@

    H

    - hasOverlappingRendering() + hasOverlappingRendering() - function in android.view.View @@ -473,7 +473,7 @@

    H

    - hasOverlappingRendering() + hasOverlappingRendering() - function in android.view.View @@ -512,7 +512,7 @@

    H

    - hasPointerCapture() + hasPointerCapture() - function in android.view.View @@ -525,7 +525,7 @@

    H

    - hasPointerCapture() + hasPointerCapture() - function in android.view.View @@ -564,7 +564,7 @@

    H

    - hasTransientState() + hasTransientState() - function in android.view.View @@ -577,7 +577,7 @@

    H

    - hasTransientState() + hasTransientState() - function in android.view.ViewGroup @@ -590,7 +590,7 @@

    H

    - hasTransientState() + hasTransientState() - function in android.view.ViewGroup @@ -603,7 +603,7 @@

    H

    - hasWindowFocus() + hasWindowFocus() - function in android.view.View @@ -616,7 +616,7 @@

    H

    - hasWindowFocus() + hasWindowFocus() - function in android.view.View @@ -681,7 +681,7 @@

    H

    - hideKeyboard() + hideKeyboard() - function in com.discord.app.AppFragment @@ -694,7 +694,7 @@

    H

    - hideKeyboard() + hideKeyboard() - function in com.discord.app.AppFragment @@ -733,7 +733,7 @@

    H

    - hideKeyboard$default(com.discord.app.AppDialog,android.view.View,int,Object) + hideKeyboard$default(com.discord.app.AppDialog,android.view.View,int,Object) - function in com.discord.app.AppDialog @@ -746,7 +746,7 @@

    H

    - hideKeyboard$default(com.discord.app.AppFragment,android.view.View,int,Object) + hideKeyboard$default(com.discord.app.AppFragment,android.view.View,int,Object) - function in com.discord.app.AppFragment diff --git a/javadoc/index-files/index-9.html b/javadoc/index-files/index-9.html index 26c0da85..be9bfe23 100644 --- a/javadoc/index-files/index-9.html +++ b/javadoc/index-files/index-9.html @@ -187,7 +187,7 @@

    I

    - indexOfChild(android.view.View) + indexOfChild(android.view.View) - function in android.view.ViewGroup @@ -213,7 +213,7 @@

    I

    - inflate(android.content.Context,int,android.view.ViewGroup) + inflate(android.content.Context,int,android.view.ViewGroup) - function in android.view.View @@ -232,7 +232,7 @@

    I

    -
    Logs a Log.INFO message, and shows it to the user as a toast
    +
    Logs a Log.INFO message, and shows it to the user as a toast
    @@ -245,7 +245,7 @@

    I

    -
    Logs a Log.INFO message and prints the stacktrace of the exception
    +
    Logs a Log.INFO message and prints the stacktrace of the exception
    @@ -258,7 +258,7 @@

    I

    -
    Logs a Log.INFO message and prints the stacktrace of the exception
    +
    Logs a Log.INFO message and prints the stacktrace of the exception
    @@ -271,7 +271,7 @@

    I

    -
    Logs a Log.INFO message, and shows it to the user as a toast
    +
    Logs a Log.INFO message, and shows it to the user as a toast
    @@ -330,7 +330,7 @@

    I

    - instantiate(android.content.Context,java.lang.String) + instantiate(android.content.Context,java.lang.String) - function in androidx.fragment.app.Fragment @@ -408,7 +408,7 @@

    I

    - invalidate(android.graphics.Rect) + invalidate(android.graphics.Rect) - function in android.view.View @@ -447,7 +447,7 @@

    I

    - invalidateChild(android.view.View,android.graphics.Rect) + invalidateChild(android.view.View,android.graphics.Rect) - function in android.view.ViewGroup @@ -473,7 +473,7 @@

    I

    - invalidateChildInParent(kotlin.Array,android.graphics.Rect) + invalidateChildInParent(kotlin.Array,android.graphics.Rect) - function in android.view.ViewGroup @@ -499,7 +499,7 @@

    I

    - invalidateDrawable(android.graphics.drawable.Drawable) + invalidateDrawable(android.graphics.drawable.Drawable) - function in android.view.View @@ -551,7 +551,7 @@

    I

    - invalidateOutline() + invalidateOutline() - function in android.view.View @@ -564,7 +564,7 @@

    I

    - invalidateOutline() + invalidateOutline() - function in android.view.View @@ -668,7 +668,7 @@

    I

    - isAccessibilityFocused() + isAccessibilityFocused() - function in android.view.View @@ -681,7 +681,7 @@

    I

    - isAccessibilityFocused() + isAccessibilityFocused() - function in android.view.View @@ -694,7 +694,7 @@

    I

    - isAccessibilityHeading() + isAccessibilityHeading() - function in android.view.View @@ -707,7 +707,7 @@

    I

    - isAccessibilityHeading() + isAccessibilityHeading() - function in android.view.View @@ -720,7 +720,7 @@

    I

    - isActivated() + isActivated() - function in android.view.View @@ -733,7 +733,7 @@

    I

    - isActivated() + isActivated() - function in android.view.View @@ -746,7 +746,7 @@

    I

    - isAdded() + isAdded() - function in androidx.fragment.app.Fragment @@ -759,7 +759,7 @@

    I

    - isAdded() + isAdded() - function in androidx.fragment.app.Fragment @@ -798,7 +798,7 @@

    I

    - isAlwaysDrawnWithCacheEnabled() + isAlwaysDrawnWithCacheEnabled() - function in android.view.ViewGroup @@ -811,7 +811,7 @@

    I

    - isAlwaysDrawnWithCacheEnabled() + isAlwaysDrawnWithCacheEnabled() - function in android.view.ViewGroup @@ -850,7 +850,7 @@

    I

    - isAnimationCacheEnabled() + isAnimationCacheEnabled() - function in android.view.ViewGroup @@ -863,7 +863,7 @@

    I

    - isAnimationCacheEnabled() + isAnimationCacheEnabled() - function in android.view.ViewGroup @@ -876,7 +876,7 @@

    I

    - isAttachedToWindow() + isAttachedToWindow() - function in android.view.View @@ -889,7 +889,7 @@

    I

    - isAttachedToWindow() + isAttachedToWindow() - function in android.view.View @@ -928,7 +928,7 @@

    I

    - isBaselineAligned() + isBaselineAligned() - function in android.widget.LinearLayout @@ -941,7 +941,7 @@

    I

    - isBaselineAligned() + isBaselineAligned() - function in android.widget.LinearLayout @@ -954,7 +954,7 @@

    I

    - isCancelable() + isCancelable() - function in androidx.fragment.app.DialogFragment @@ -967,7 +967,7 @@

    I

    - isCancelable() + isCancelable() - function in androidx.fragment.app.DialogFragment @@ -993,7 +993,7 @@

    I

    - isCheckable() + isCheckable() - function in com.google.android.material.card.MaterialCardView @@ -1019,7 +1019,7 @@

    I

    - isChecked() + isChecked() - function in com.google.android.material.card.MaterialCardView @@ -1032,7 +1032,7 @@

    I

    - isClickable() + isClickable() - function in android.view.View @@ -1045,7 +1045,7 @@

    I

    - isClickable() + isClickable() - function in android.view.View @@ -1058,7 +1058,7 @@

    I

    - isContextClickable() + isContextClickable() - function in android.view.View @@ -1071,7 +1071,7 @@

    I

    - isContextClickable() + isContextClickable() - function in android.view.View @@ -1110,7 +1110,7 @@

    I

    - isDetached() + isDetached() - function in androidx.fragment.app.Fragment @@ -1123,7 +1123,7 @@

    I

    - isDetached() + isDetached() - function in androidx.fragment.app.Fragment @@ -1136,7 +1136,7 @@

    I

    - isDirty() + isDirty() - function in android.view.View @@ -1149,7 +1149,7 @@

    I

    - isDirty() + isDirty() - function in android.view.View @@ -1201,7 +1201,7 @@

    I

    - isDragged() + isDragged() - function in com.google.android.material.card.MaterialCardView @@ -1214,7 +1214,7 @@

    I

    - isDrawingCacheEnabled() + isDrawingCacheEnabled() - function in android.view.View @@ -1227,7 +1227,7 @@

    I

    - isDrawingCacheEnabled() + isDrawingCacheEnabled() - function in android.view.View @@ -1240,7 +1240,7 @@

    I

    - isDuplicateParentStateEnabled() + isDuplicateParentStateEnabled() - function in android.view.View @@ -1253,7 +1253,7 @@

    I

    - isDuplicateParentStateEnabled() + isDuplicateParentStateEnabled() - function in android.view.View @@ -1292,7 +1292,7 @@

    I

    - isEnabled() + isEnabled() - function in android.view.View @@ -1305,7 +1305,7 @@

    I

    - isEnabled() + isEnabled() - function in android.view.View @@ -1331,7 +1331,7 @@

    I

    - isFocusable() + isFocusable() - function in android.view.View @@ -1344,7 +1344,7 @@

    I

    - isFocusable() + isFocusable() - function in android.view.View @@ -1357,7 +1357,7 @@

    I

    - isFocusableInTouchMode() + isFocusableInTouchMode() - function in android.view.View @@ -1370,7 +1370,7 @@

    I

    - isFocusableInTouchMode() + isFocusableInTouchMode() - function in android.view.View @@ -1383,7 +1383,7 @@

    I

    - isFocused() + isFocused() - function in android.view.View @@ -1396,7 +1396,7 @@

    I

    - isFocused() + isFocused() - function in android.view.View @@ -1409,7 +1409,7 @@

    I

    - isFocusedByDefault() + isFocusedByDefault() - function in android.view.View @@ -1422,7 +1422,7 @@

    I

    - isFocusedByDefault() + isFocusedByDefault() - function in android.view.View @@ -1435,7 +1435,7 @@

    I

    - isForceDarkAllowed() + isForceDarkAllowed() - function in android.view.View @@ -1448,7 +1448,7 @@

    I

    - isForceDarkAllowed() + isForceDarkAllowed() - function in android.view.View @@ -1500,7 +1500,7 @@

    I

    - isHapticFeedbackEnabled() + isHapticFeedbackEnabled() - function in android.view.View @@ -1513,7 +1513,7 @@

    I

    - isHapticFeedbackEnabled() + isHapticFeedbackEnabled() - function in android.view.View @@ -1526,7 +1526,7 @@

    I

    - isHardwareAccelerated() + isHardwareAccelerated() - function in android.view.View @@ -1539,7 +1539,7 @@

    I

    - isHardwareAccelerated() + isHardwareAccelerated() - function in android.view.View @@ -1552,7 +1552,7 @@

    I

    - isHidden() + isHidden() - function in androidx.fragment.app.Fragment @@ -1565,7 +1565,7 @@

    I

    - isHidden() + isHidden() - function in androidx.fragment.app.Fragment @@ -1578,7 +1578,7 @@

    I

    - isHorizontalFadingEdgeEnabled() + isHorizontalFadingEdgeEnabled() - function in android.view.View @@ -1591,7 +1591,7 @@

    I

    - isHorizontalFadingEdgeEnabled() + isHorizontalFadingEdgeEnabled() - function in android.view.View @@ -1617,7 +1617,7 @@

    I

    - isHorizontalScrollBarEnabled() + isHorizontalScrollBarEnabled() - function in android.view.View @@ -1630,7 +1630,7 @@

    I

    - isHorizontalScrollBarEnabled() + isHorizontalScrollBarEnabled() - function in android.view.View @@ -1643,7 +1643,7 @@

    I

    - isHovered() + isHovered() - function in android.view.View @@ -1656,7 +1656,7 @@

    I

    - isHovered() + isHovered() - function in android.view.View @@ -1669,7 +1669,7 @@

    I

    - isImportantForAccessibility() + isImportantForAccessibility() - function in android.view.View @@ -1682,7 +1682,7 @@

    I

    - isImportantForAccessibility() + isImportantForAccessibility() - function in android.view.View @@ -1695,7 +1695,7 @@

    I

    - isImportantForAutofill() + isImportantForAutofill() - function in android.view.View @@ -1708,7 +1708,7 @@

    I

    - isImportantForAutofill() + isImportantForAutofill() - function in android.view.View @@ -1721,7 +1721,7 @@

    I

    - isImportantForContentCapture() + isImportantForContentCapture() - function in android.view.View @@ -1734,7 +1734,7 @@

    I

    - isImportantForContentCapture() + isImportantForContentCapture() - function in android.view.View @@ -1747,7 +1747,7 @@

    I

    - isInEditMode() + isInEditMode() - function in android.view.View @@ -1760,7 +1760,7 @@

    I

    - isInEditMode() + isInEditMode() - function in android.view.View @@ -1773,7 +1773,7 @@

    I

    - isInLayout() + isInLayout() - function in android.view.View @@ -1786,7 +1786,7 @@

    I

    - isInLayout() + isInLayout() - function in android.view.View @@ -1799,7 +1799,7 @@

    I

    - isInLayout() + isInLayout() - function in androidx.fragment.app.Fragment @@ -1812,7 +1812,7 @@

    I

    - isInLayout() + isInLayout() - function in androidx.fragment.app.Fragment @@ -1864,7 +1864,7 @@

    I

    - isInTouchMode() + isInTouchMode() - function in android.view.View @@ -1877,7 +1877,7 @@

    I

    - isInTouchMode() + isInTouchMode() - function in android.view.View @@ -1890,7 +1890,7 @@

    I

    - isKeyboardNavigationCluster() + isKeyboardNavigationCluster() - function in android.view.View @@ -1903,7 +1903,7 @@

    I

    - isKeyboardNavigationCluster() + isKeyboardNavigationCluster() - function in android.view.View @@ -1916,7 +1916,7 @@

    I

    - isLaidOut() + isLaidOut() - function in android.view.View @@ -1929,7 +1929,7 @@

    I

    - isLaidOut() + isLaidOut() - function in android.view.View @@ -1942,7 +1942,7 @@

    I

    - isLayoutDirectionResolved() + isLayoutDirectionResolved() - function in android.view.View @@ -1955,7 +1955,7 @@

    I

    - isLayoutDirectionResolved() + isLayoutDirectionResolved() - function in android.view.View @@ -1968,7 +1968,7 @@

    I

    - isLayoutRequested() + isLayoutRequested() - function in android.view.View @@ -1981,7 +1981,7 @@

    I

    - isLayoutRequested() + isLayoutRequested() - function in android.view.View @@ -1994,7 +1994,7 @@

    I

    - isLayoutSuppressed() + isLayoutSuppressed() - function in android.view.ViewGroup @@ -2007,7 +2007,7 @@

    I

    - isLayoutSuppressed() + isLayoutSuppressed() - function in android.view.ViewGroup @@ -2020,7 +2020,7 @@

    I

    - isLongClickable() + isLongClickable() - function in android.view.View @@ -2033,7 +2033,7 @@

    I

    - isLongClickable() + isLongClickable() - function in android.view.View @@ -2072,7 +2072,7 @@

    I

    - isMeasureWithLargestChildEnabled() + isMeasureWithLargestChildEnabled() - function in android.widget.LinearLayout @@ -2085,7 +2085,7 @@

    I

    - isMeasureWithLargestChildEnabled() + isMeasureWithLargestChildEnabled() - function in android.widget.LinearLayout @@ -2098,7 +2098,7 @@

    I

    - isMenuVisible() + isMenuVisible() - function in androidx.fragment.app.Fragment @@ -2111,7 +2111,7 @@

    I

    - isMenuVisible() + isMenuVisible() - function in androidx.fragment.app.Fragment @@ -2124,7 +2124,7 @@

    I

    - isMotionEventSplittingEnabled() + isMotionEventSplittingEnabled() - function in android.view.ViewGroup @@ -2137,7 +2137,7 @@

    I

    - isMotionEventSplittingEnabled() + isMotionEventSplittingEnabled() - function in android.view.ViewGroup @@ -2150,7 +2150,7 @@

    I

    - isNestedScrollingEnabled() + isNestedScrollingEnabled() - function in android.view.View @@ -2163,7 +2163,7 @@

    I

    - isNestedScrollingEnabled() + isNestedScrollingEnabled() - function in android.view.View @@ -2228,7 +2228,7 @@

    I

    - isOpaque() + isOpaque() - function in android.view.View @@ -2241,7 +2241,7 @@

    I

    - isOpaque() + isOpaque() - function in android.view.View @@ -2280,7 +2280,7 @@

    I

    - isPaddingRelative() + isPaddingRelative() - function in android.view.View @@ -2293,7 +2293,7 @@

    I

    - isPaddingRelative() + isPaddingRelative() - function in android.view.View @@ -2332,7 +2332,7 @@

    I

    - isPivotSet() + isPivotSet() - function in android.view.View @@ -2345,7 +2345,7 @@

    I

    - isPivotSet() + isPivotSet() - function in android.view.View @@ -2384,7 +2384,7 @@

    I

    - isPressed() + isPressed() - function in android.view.View @@ -2397,7 +2397,7 @@

    I

    - isPressed() + isPressed() - function in android.view.View @@ -2436,7 +2436,7 @@

    I

    - isRecreated() + isRecreated() - function in com.discord.app.AppFragment @@ -2449,7 +2449,7 @@

    I

    - isRecreated() + isRecreated() - function in com.discord.app.AppFragment @@ -2475,7 +2475,7 @@

    I

    - isRemoving() + isRemoving() - function in androidx.fragment.app.Fragment @@ -2488,7 +2488,7 @@

    I

    - isRemoving() + isRemoving() - function in androidx.fragment.app.Fragment @@ -2501,7 +2501,7 @@

    I

    - isResumed() + isResumed() - function in androidx.fragment.app.Fragment @@ -2514,7 +2514,7 @@

    I

    - isResumed() + isResumed() - function in androidx.fragment.app.Fragment @@ -2527,7 +2527,7 @@

    I

    - isSaveEnabled() + isSaveEnabled() - function in android.view.View @@ -2540,7 +2540,7 @@

    I

    - isSaveEnabled() + isSaveEnabled() - function in android.view.View @@ -2553,7 +2553,7 @@

    I

    - isSaveFromParentEnabled() + isSaveFromParentEnabled() - function in android.view.View @@ -2566,7 +2566,7 @@

    I

    - isSaveFromParentEnabled() + isSaveFromParentEnabled() - function in android.view.View @@ -2579,7 +2579,7 @@

    I

    - isScreenReaderFocusable() + isScreenReaderFocusable() - function in android.view.View @@ -2592,7 +2592,7 @@

    I

    - isScreenReaderFocusable() + isScreenReaderFocusable() - function in android.view.View @@ -2605,7 +2605,7 @@

    I

    - isScrollbarFadingEnabled() + isScrollbarFadingEnabled() - function in android.view.View @@ -2618,7 +2618,7 @@

    I

    - isScrollbarFadingEnabled() + isScrollbarFadingEnabled() - function in android.view.View @@ -2631,7 +2631,7 @@

    I

    - isScrollContainer() + isScrollContainer() - function in android.view.View @@ -2644,7 +2644,7 @@

    I

    - isScrollContainer() + isScrollContainer() - function in android.view.View @@ -2657,7 +2657,7 @@

    I

    - isSelected() + isSelected() - function in android.view.View @@ -2670,7 +2670,7 @@

    I

    - isSelected() + isSelected() - function in android.view.View @@ -2683,7 +2683,7 @@

    I

    - isShowingLayoutBounds() + isShowingLayoutBounds() - function in android.view.View @@ -2696,7 +2696,7 @@

    I

    - isShowingLayoutBounds() + isShowingLayoutBounds() - function in android.view.View @@ -2709,7 +2709,7 @@

    I

    - isShown() + isShown() - function in android.view.View @@ -2722,7 +2722,7 @@

    I

    - isShown() + isShown() - function in android.view.View @@ -2748,7 +2748,7 @@

    I

    - isSoundEffectsEnabled() + isSoundEffectsEnabled() - function in android.view.View @@ -2761,7 +2761,7 @@

    I

    - isSoundEffectsEnabled() + isSoundEffectsEnabled() - function in android.view.View @@ -2774,7 +2774,7 @@

    I

    - isStateSaved() + isStateSaved() - function in androidx.fragment.app.Fragment @@ -2787,7 +2787,7 @@

    I

    - isStateSaved() + isStateSaved() - function in androidx.fragment.app.Fragment @@ -2813,7 +2813,7 @@

    I

    - isTemporarilyDetached() + isTemporarilyDetached() - function in android.view.View @@ -2826,7 +2826,7 @@

    I

    - isTemporarilyDetached() + isTemporarilyDetached() - function in android.view.View @@ -2839,7 +2839,7 @@

    I

    - isTextAlignmentResolved() + isTextAlignmentResolved() - function in android.view.View @@ -2852,7 +2852,7 @@

    I

    - isTextAlignmentResolved() + isTextAlignmentResolved() - function in android.view.View @@ -2878,7 +2878,7 @@

    I

    - isTextDirectionResolved() + isTextDirectionResolved() - function in android.view.View @@ -2891,7 +2891,7 @@

    I

    - isTextDirectionResolved() + isTextDirectionResolved() - function in android.view.View @@ -2917,7 +2917,7 @@

    I

    - isTransitionGroup() + isTransitionGroup() - function in android.view.ViewGroup @@ -2930,7 +2930,7 @@

    I

    - isTransitionGroup() + isTransitionGroup() - function in android.view.ViewGroup @@ -2982,7 +2982,7 @@

    I

    - isVerticalFadingEdgeEnabled() + isVerticalFadingEdgeEnabled() - function in android.view.View @@ -2995,7 +2995,7 @@

    I

    - isVerticalFadingEdgeEnabled() + isVerticalFadingEdgeEnabled() - function in android.view.View @@ -3008,7 +3008,7 @@

    I

    - isVerticalScrollBarEnabled() + isVerticalScrollBarEnabled() - function in android.view.View @@ -3021,7 +3021,7 @@

    I

    - isVerticalScrollBarEnabled() + isVerticalScrollBarEnabled() - function in android.view.View @@ -3034,7 +3034,7 @@

    I

    - isVisible() + isVisible() - function in androidx.fragment.app.Fragment @@ -3047,7 +3047,7 @@

    I

    - isVisible() + isVisible() - function in androidx.fragment.app.Fragment @@ -3060,7 +3060,7 @@

    I

    - isVisibleToUserForAutofill(int) + isVisibleToUserForAutofill(int) - function in android.view.View diff --git a/javadoc/member-search-index.js b/javadoc/member-search-index.js index a32b3d3f..e6fdb2a8 100644 --- a/javadoc/member-search-index.js +++ b/javadoc/member-search-index.js @@ -1 +1 @@ -var memberSearchIndex = [{"p":"com.discord.widgets.user","c":"WidgetKickUser$binding$2","l":"WidgetKickUser$binding$2()","url":"com/discord/widgets/user/WidgetKickUser$binding$2.html#WidgetKickUser$binding$2()"}, {"p":"com.discord.widgets.user","c":"WidgetKickUser$binding$2","l":"invoke(View)","url":"com/discord/widgets/user/WidgetKickUser$binding$2.html#invoke(android.view.View)"}, {"p":"com.discord.widgets.guilds.leave","c":"WidgetLeaveGuildDialog$binding$2","l":"WidgetLeaveGuildDialog$binding$2()","url":"com/discord/widgets/guilds/leave/WidgetLeaveGuildDialog$binding$2.html#WidgetLeaveGuildDialog$binding$2()"}, {"p":"com.discord.widgets.guilds.leave","c":"WidgetLeaveGuildDialog$binding$2","l":"invoke(View)","url":"com/discord/widgets/guilds/leave/WidgetLeaveGuildDialog$binding$2.html#invoke(android.view.View)"}, {"p":"com.discord.widgets.chat.input","c":"WidgetChatInput$configureSendListeners$7$1","l":"WidgetChatInput$configureSendListeners$7$1()","url":"com/discord/widgets/chat/input/WidgetChatInput$configureSendListeners$7$1.html#WidgetChatInput$configureSendListeners$7$1()"}, {"p":"com.aliucord","c":"Main","l":"Main()","url":"com/aliucord/Main.html#Main()"}, {"p":"com.aliucord","c":"Main","l":"preInit(AppActivity)","url":"com/aliucord/Main.html#preInit(com.discord.app.AppActivity)"}, {"p":"com.aliucord","c":"Main","l":"init(AppActivity)","url":"com/aliucord/Main.html#init(com.discord.app.AppActivity)"}, {"p":"com.aliucord","c":"Http.HttpException","l":"Http.HttpException(Http.Request, Http.Response)","url":"com/aliucord/Http.HttpException.html#Http.HttpException(com.aliucord.Http.Request,com.aliucord.Http.Response)"}, {"p":"com.aliucord","c":"Http.HttpException","l":"getMessage()","url":"com/aliucord/Http.HttpException.html#getMessage()"}, {"p":"com.aliucord","c":"Http.QueryBuilder","l":"Http.QueryBuilder(String)","url":"com/aliucord/Http.QueryBuilder.html#Http.QueryBuilder(java.lang.String)"}, {"p":"com.aliucord","c":"Http.QueryBuilder","l":"append(String, String)","url":"com/aliucord/Http.QueryBuilder.html#append(java.lang.String,java.lang.String)"}, {"p":"com.aliucord","c":"Http.QueryBuilder","l":"toString()","url":"com/aliucord/Http.QueryBuilder.html#toString()"}, {"p":"com.aliucord","c":"Http.MultiPartBuilder","l":"Http.MultiPartBuilder(String)","url":"com/aliucord/Http.MultiPartBuilder.html#Http.MultiPartBuilder(java.lang.String)"}, {"p":"com.aliucord","c":"Http.MultiPartBuilder","l":"Http.MultiPartBuilder(String, OutputStream)","url":"com/aliucord/Http.MultiPartBuilder.html#Http.MultiPartBuilder(java.lang.String,java.io.OutputStream)"}, {"p":"com.aliucord","c":"Http.MultiPartBuilder","l":"appendFile(String, File)","url":"com/aliucord/Http.MultiPartBuilder.html#appendFile(java.lang.String,java.io.File)"}, {"p":"com.aliucord","c":"Http.MultiPartBuilder","l":"appendStream(String, InputStream)","url":"com/aliucord/Http.MultiPartBuilder.html#appendStream(java.lang.String,java.io.InputStream)"}, {"p":"com.aliucord","c":"Http.MultiPartBuilder","l":"appendField(String, String)","url":"com/aliucord/Http.MultiPartBuilder.html#appendField(java.lang.String,java.lang.String)"}, {"p":"com.aliucord","c":"Http.MultiPartBuilder","l":"getBytes()","url":"com/aliucord/Http.MultiPartBuilder.html#getBytes()"}, {"p":"com.aliucord","c":"Http.MultiPartBuilder","l":"finish()","url":"com/aliucord/Http.MultiPartBuilder.html#finish()"}, {"p":"com.aliucord","c":"Http.MultiPartBuilder","l":"close()","url":"com/aliucord/Http.MultiPartBuilder.html#close()"}, {"p":"com.aliucord","c":"Http.Request","l":"Http.Request(Http.QueryBuilder)","url":"com/aliucord/Http.Request.html#Http.Request(com.aliucord.Http.QueryBuilder)"}, {"p":"com.aliucord","c":"Http.Request","l":"Http.Request(String)","url":"com/aliucord/Http.Request.html#Http.Request(java.lang.String)"}, {"p":"com.aliucord","c":"Http.Request","l":"Http.Request(String, String)","url":"com/aliucord/Http.Request.html#Http.Request(java.lang.String,java.lang.String)"}, {"p":"com.aliucord","c":"Http.Request","l":"setHeader(String, String)","url":"com/aliucord/Http.Request.html#setHeader(java.lang.String,java.lang.String)"}, {"p":"com.aliucord","c":"Http.Request","l":"setRequestTimeout(int)","url":"com/aliucord/Http.Request.html#setRequestTimeout(int)"}, {"p":"com.aliucord","c":"Http.Request","l":"setFollowRedirects(boolean)","url":"com/aliucord/Http.Request.html#setFollowRedirects(boolean)"}, {"p":"com.aliucord","c":"Http.Request","l":"execute()","url":"com/aliucord/Http.Request.html#execute()"}, {"p":"com.aliucord","c":"Http.Request","l":"executeWithBody(String)","url":"com/aliucord/Http.Request.html#executeWithBody(java.lang.String)"}, {"p":"com.aliucord","c":"Http.Request","l":"executeWithBody(Array)","url":"com/aliucord/Http.Request.html#executeWithBody(kotlin.Array)"}, {"p":"com.aliucord","c":"Http.Request","l":"executeWithJson(Object)","url":"com/aliucord/Http.Request.html#executeWithJson(Object)"}, {"p":"com.aliucord","c":"Http.Request","l":"executeWithJson(Gson, Object)","url":"com/aliucord/Http.Request.html#executeWithJson(com.google.gson.Gson,Object)"}, {"p":"com.aliucord","c":"Http.Request","l":"executeWithUrlEncodedForm(Map)","url":"com/aliucord/Http.Request.html#executeWithUrlEncodedForm(java.util.Map)"}, {"p":"com.aliucord","c":"Http.Request","l":"executeWithMultipartForm(Map)","url":"com/aliucord/Http.Request.html#executeWithMultipartForm(java.util.Map)"}, {"p":"com.aliucord","c":"Http.Request","l":"executeWithMultipartForm(Map, boolean)","url":"com/aliucord/Http.Request.html#executeWithMultipartForm(java.util.Map,boolean)"}, {"p":"com.aliucord","c":"Http.Request","l":"close()","url":"com/aliucord/Http.Request.html#close()"}, {"p":"com.aliucord","c":"Http.Request","l":"newDiscordRequest(Http.QueryBuilder)","url":"com/aliucord/Http.Request.html#newDiscordRequest(com.aliucord.Http.QueryBuilder)"}, {"p":"com.aliucord","c":"Http.Request","l":"newDiscordRequest(String)","url":"com/aliucord/Http.Request.html#newDiscordRequest(java.lang.String)"}, {"p":"com.aliucord","c":"Http.Request","l":"newDiscordRequest(String, String)","url":"com/aliucord/Http.Request.html#newDiscordRequest(java.lang.String,java.lang.String)"}, {"p":"com.aliucord","c":"Http.Request","l":"newDiscordRNRequest(Http.QueryBuilder)","url":"com/aliucord/Http.Request.html#newDiscordRNRequest(com.aliucord.Http.QueryBuilder)"}, {"p":"com.aliucord","c":"Http.Request","l":"newDiscordRNRequest(String)","url":"com/aliucord/Http.Request.html#newDiscordRNRequest(java.lang.String)"}, {"p":"com.aliucord","c":"Http.Request","l":"newDiscordRNRequest(String, String)","url":"com/aliucord/Http.Request.html#newDiscordRNRequest(java.lang.String,java.lang.String)"}, {"p":"com.aliucord","c":"Http.Response","l":"Http.Response(Http.Request)","url":"com/aliucord/Http.Response.html#Http.Response(com.aliucord.Http.Request)"}, {"p":"com.aliucord","c":"Http.Response","l":"ok()","url":"com/aliucord/Http.Response.html#ok()"}, {"p":"com.aliucord","c":"Http.Response","l":"assertOk()","url":"com/aliucord/Http.Response.html#assertOk()"}, {"p":"com.aliucord","c":"Http.Response","l":"text()","url":"com/aliucord/Http.Response.html#text()"}, {"p":"com.aliucord","c":"Http.Response","l":"getBytes()","url":"com/aliucord/Http.Response.html#getBytes()"}, {"p":"com.aliucord","c":"Http.Response","l":"json(Type)","url":"com/aliucord/Http.Response.html#json(java.lang.reflect.Type)"}, {"p":"com.aliucord","c":"Http.Response","l":"json(Gson, Type)","url":"com/aliucord/Http.Response.html#json(com.google.gson.Gson,java.lang.reflect.Type)"}, {"p":"com.aliucord","c":"Http.Response","l":"json(Class)","url":"com/aliucord/Http.Response.html#json(java.lang.Class)"}, {"p":"com.aliucord","c":"Http.Response","l":"json(Gson, Class)","url":"com/aliucord/Http.Response.html#json(com.google.gson.Gson,java.lang.Class)"}, {"p":"com.aliucord","c":"Http.Response","l":"stream()","url":"com/aliucord/Http.Response.html#stream()"}, {"p":"com.aliucord","c":"Http.Response","l":"pipe(OutputStream)","url":"com/aliucord/Http.Response.html#pipe(java.io.OutputStream)"}, {"p":"com.aliucord","c":"Http.Response","l":"saveToFile(File)","url":"com/aliucord/Http.Response.html#saveToFile(java.io.File)"}, {"p":"com.aliucord","c":"Http.Response","l":"saveToFile(File, String)","url":"com/aliucord/Http.Response.html#saveToFile(java.io.File,java.lang.String)"}, {"p":"com.aliucord","c":"Http.Response","l":"close()","url":"com/aliucord/Http.Response.html#close()"}, {"p":"com.aliucord","c":"Http","l":"Http()","url":"com/aliucord/Http.html#Http()"}, {"p":"com.aliucord","c":"Http","l":"simpleGet(String)","url":"com/aliucord/Http.html#simpleGet(java.lang.String)"}, {"p":"com.aliucord","c":"Http","l":"simpleDownload(String, File)","url":"com/aliucord/Http.html#simpleDownload(java.lang.String,java.io.File)"}, {"p":"com.aliucord","c":"Http","l":"simpleJsonGet(String, Type)","url":"com/aliucord/Http.html#simpleJsonGet(java.lang.String,java.lang.reflect.Type)"}, {"p":"com.aliucord","c":"Http","l":"simpleJsonGet(String, Class)","url":"com/aliucord/Http.html#simpleJsonGet(java.lang.String,java.lang.Class)"}, {"p":"com.aliucord","c":"Http","l":"simplePost(String, String)","url":"com/aliucord/Http.html#simplePost(java.lang.String,java.lang.String)"}, {"p":"com.aliucord","c":"Http","l":"simpleJsonPost(String, String, Type)","url":"com/aliucord/Http.html#simpleJsonPost(java.lang.String,java.lang.String,java.lang.reflect.Type)"}, {"p":"com.aliucord","c":"Http","l":"simpleJsonPost(String, String, Class)","url":"com/aliucord/Http.html#simpleJsonPost(java.lang.String,java.lang.String,java.lang.Class)"}, {"p":"com.aliucord","c":"Http","l":"simpleJsonPost(String, Object, Type)","url":"com/aliucord/Http.html#simpleJsonPost(java.lang.String,Object,java.lang.reflect.Type)"}, {"p":"com.aliucord","c":"Http","l":"simpleJsonPost(String, Object, Class)","url":"com/aliucord/Http.html#simpleJsonPost(java.lang.String,Object,java.lang.Class)"}, {"p":"com.aliucord","c":"Constants.Icons","l":"Constants.Icons()","url":"com/aliucord/Constants.Icons.html#Constants.Icons()"}, {"p":"com.aliucord","c":"Constants.Fonts","l":"Constants.Fonts()","url":"com/aliucord/Constants.Fonts.html#Constants.Fonts()"}, {"p":"com.aliucord","c":"Constants","l":"Constants()","url":"com/aliucord/Constants.html#Constants()"}, {"p":"com.aliucord","c":"PluginManager","l":"PluginManager()","url":"com/aliucord/PluginManager.html#PluginManager()"}, {"p":"com.aliucord","c":"PluginManager","l":"loadPlugin(Context, File)","url":"com/aliucord/PluginManager.html#loadPlugin(android.content.Context,java.io.File)"}, {"p":"com.aliucord","c":"PluginManager","l":"unloadPlugin(String)","url":"com/aliucord/PluginManager.html#unloadPlugin(java.lang.String)"}, {"p":"com.aliucord","c":"PluginManager","l":"enablePlugin(String)","url":"com/aliucord/PluginManager.html#enablePlugin(java.lang.String)"}, {"p":"com.aliucord","c":"PluginManager","l":"disablePlugin(String)","url":"com/aliucord/PluginManager.html#disablePlugin(java.lang.String)"}, {"p":"com.aliucord","c":"PluginManager","l":"togglePlugin(String)","url":"com/aliucord/PluginManager.html#togglePlugin(java.lang.String)"}, {"p":"com.aliucord","c":"PluginManager","l":"startPlugin(String)","url":"com/aliucord/PluginManager.html#startPlugin(java.lang.String)"}, {"p":"com.aliucord","c":"PluginManager","l":"stopPlugin(String)","url":"com/aliucord/PluginManager.html#stopPlugin(java.lang.String)"}, {"p":"com.aliucord","c":"PluginManager","l":"remountPlugin(String)","url":"com/aliucord/PluginManager.html#remountPlugin(java.lang.String)"}, {"p":"com.aliucord","c":"PluginManager","l":"getPluginPrefKey(String)","url":"com/aliucord/PluginManager.html#getPluginPrefKey(java.lang.String)"}, {"p":"com.aliucord","c":"PluginManager","l":"isPluginEnabled(String)","url":"com/aliucord/PluginManager.html#isPluginEnabled(java.lang.String)"}, {"p":"com.aliucord","c":"PluginManager","l":"isPluginEnabled(Plugin)","url":"com/aliucord/PluginManager.html#isPluginEnabled(com.aliucord.entities.Plugin)"}, {"p":"com.aliucord","c":"CollectionUtils","l":"CollectionUtils()","url":"com/aliucord/CollectionUtils.html#CollectionUtils()"}, {"p":"com.aliucord","c":"CollectionUtils","l":"some(Collection, Function1)","url":"com/aliucord/CollectionUtils.html#some(java.util.Collection,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord","c":"CollectionUtils","l":"every(Collection, Function1)","url":"com/aliucord/CollectionUtils.html#every(java.util.Collection,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord","c":"CollectionUtils","l":"find(Collection, Function1)","url":"com/aliucord/CollectionUtils.html#find(java.util.Collection,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord","c":"CollectionUtils","l":"findLast(Collection, Function1)","url":"com/aliucord/CollectionUtils.html#findLast(java.util.Collection,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord","c":"CollectionUtils","l":"findIndex(List, Function1)","url":"com/aliucord/CollectionUtils.html#findIndex(java.util.List,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord","c":"CollectionUtils","l":"findLastIndex(List, Function1)","url":"com/aliucord/CollectionUtils.html#findLastIndex(java.util.List,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord","c":"CollectionUtils","l":"filter(Collection, Function1)","url":"com/aliucord/CollectionUtils.html#filter(java.util.Collection,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord","c":"CollectionUtils","l":"map(Collection, Function1)","url":"com/aliucord/CollectionUtils.html#map(java.util.Collection,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord","c":"CollectionUtils","l":"removeIf(Collection, Function1)","url":"com/aliucord/CollectionUtils.html#removeIf(java.util.Collection,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord","c":"CollectionUtils","l":"partition(Collection, Function1)","url":"com/aliucord/CollectionUtils.html#partition(java.util.Collection,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord","c":"CollectionUtils","l":"splice(List, int)","url":"com/aliucord/CollectionUtils.html#splice(java.util.List,int)"}, {"p":"com.aliucord","c":"CollectionUtils","l":"splice(List, int, int, Array)","url":"com/aliucord/CollectionUtils.html#splice(java.util.List,int,int,kotlin.Array)"}, {"p":"com.aliucord","c":"Logger","l":"Logger(String)","url":"com/aliucord/Logger.html#Logger(java.lang.String)"}, {"p":"com.aliucord","c":"Logger","l":"getModule()","url":"com/aliucord/Logger.html#getModule()"}, {"p":"com.aliucord","c":"Logger","l":"setModule(String)","url":"com/aliucord/Logger.html#setModule(java.lang.String)"}, {"p":"com.aliucord","c":"Logger","l":"verbose(String)","url":"com/aliucord/Logger.html#verbose(java.lang.String)"}, {"p":"com.aliucord","c":"Logger","l":"debug(String)","url":"com/aliucord/Logger.html#debug(java.lang.String)"}, {"p":"com.aliucord","c":"Logger","l":"info(String, Throwable)","url":"com/aliucord/Logger.html#info(java.lang.String,java.lang.Throwable)"}, {"p":"com.aliucord","c":"Logger","l":"info(String)","url":"com/aliucord/Logger.html#info(java.lang.String,java.lang.Throwable)"}, {"p":"com.aliucord","c":"Logger","l":"info(Context, String)","url":"com/aliucord/Logger.html#info(android.content.Context,java.lang.String)"}, {"p":"com.aliucord","c":"Logger","l":"infoToast(String)","url":"com/aliucord/Logger.html#infoToast(java.lang.String)"}, {"p":"com.aliucord","c":"Logger","l":"warn(String, Throwable)","url":"com/aliucord/Logger.html#warn(java.lang.String,java.lang.Throwable)"}, {"p":"com.aliucord","c":"Logger","l":"warn(String)","url":"com/aliucord/Logger.html#warn(java.lang.String,java.lang.Throwable)"}, {"p":"com.aliucord","c":"Logger","l":"error(Throwable)","url":"com/aliucord/Logger.html#error(java.lang.Throwable)"}, {"p":"com.aliucord","c":"Logger","l":"error(String, Throwable)","url":"com/aliucord/Logger.html#error(java.lang.String,java.lang.Throwable)"}, {"p":"com.aliucord","c":"Logger","l":"error(Context, Throwable)","url":"com/aliucord/Logger.html#error(android.content.Context,java.lang.Throwable)"}, {"p":"com.aliucord","c":"Logger","l":"errorToast(Throwable)","url":"com/aliucord/Logger.html#errorToast(java.lang.Throwable)"}, {"p":"com.aliucord","c":"Logger","l":"errorToast(String, Throwable)","url":"com/aliucord/Logger.html#errorToast(java.lang.String,java.lang.Throwable)"}, {"p":"com.aliucord","c":"Logger","l":"errorToast(String)","url":"com/aliucord/Logger.html#errorToast(java.lang.String,java.lang.Throwable)"}, {"p":"com.aliucord","c":"Logger","l":"errorToast(Context, String, Throwable)","url":"com/aliucord/Logger.html#errorToast(android.content.Context,java.lang.String,java.lang.Throwable)"}, {"p":"com.aliucord","c":"Logger","l":"errorToast(Context, String)","url":"com/aliucord/Logger.html#errorToast(android.content.Context,java.lang.String,java.lang.Throwable)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"SettingsUtilsJSON(String)","url":"com/aliucord/SettingsUtilsJSON.html#SettingsUtilsJSON(java.lang.String)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"resetFile()","url":"com/aliucord/SettingsUtilsJSON.html#resetFile()"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"toggleBool(String, Boolean)","url":"com/aliucord/SettingsUtilsJSON.html#toggleBool(java.lang.String,java.lang.Boolean)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"remove(String)","url":"com/aliucord/SettingsUtilsJSON.html#remove(java.lang.String)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"getAllKeys()","url":"com/aliucord/SettingsUtilsJSON.html#getAllKeys()"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"exists(String)","url":"com/aliucord/SettingsUtilsJSON.html#exists(java.lang.String)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"getBool(String, Boolean)","url":"com/aliucord/SettingsUtilsJSON.html#getBool(java.lang.String,java.lang.Boolean)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"setBool(String, Boolean)","url":"com/aliucord/SettingsUtilsJSON.html#setBool(java.lang.String,java.lang.Boolean)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"getInt(String, Integer)","url":"com/aliucord/SettingsUtilsJSON.html#getInt(java.lang.String,java.lang.Integer)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"setInt(String, Integer)","url":"com/aliucord/SettingsUtilsJSON.html#setInt(java.lang.String,java.lang.Integer)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"getFloat(String, Float)","url":"com/aliucord/SettingsUtilsJSON.html#getFloat(java.lang.String,java.lang.Float)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"setFloat(String, Float)","url":"com/aliucord/SettingsUtilsJSON.html#setFloat(java.lang.String,java.lang.Float)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"getLong(String, Long)","url":"com/aliucord/SettingsUtilsJSON.html#getLong(java.lang.String,java.lang.Long)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"setLong(String, Long)","url":"com/aliucord/SettingsUtilsJSON.html#setLong(java.lang.String,java.lang.Long)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"getString(String, String)","url":"com/aliucord/SettingsUtilsJSON.html#getString(java.lang.String,java.lang.String)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"setString(String, String)","url":"com/aliucord/SettingsUtilsJSON.html#setString(java.lang.String,java.lang.String)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"getJSONObject(String, JSONObject)","url":"com/aliucord/SettingsUtilsJSON.html#getJSONObject(java.lang.String,org.json.JSONObject)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"setJSONObject(String, JSONObject)","url":"com/aliucord/SettingsUtilsJSON.html#setJSONObject(java.lang.String,org.json.JSONObject)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"getObject(String, T)","url":"com/aliucord/SettingsUtilsJSON.html#getObject(java.lang.String,T)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"getObject(String, T, Type)","url":"com/aliucord/SettingsUtilsJSON.html#getObject(java.lang.String,T,java.lang.reflect.Type)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"setObject(String, Object)","url":"com/aliucord/SettingsUtilsJSON.html#setObject(java.lang.String,java.lang.Object)"}, {"p":"com.aliucord","c":"Utils","l":"launchUrl(String)","url":"com/aliucord/Utils.html#launchUrl(java.lang.String)"}, {"p":"com.aliucord","c":"Utils","l":"launchUrl(Uri)","url":"com/aliucord/Utils.html#launchUrl(android.net.Uri)"}, {"p":"com.aliucord","c":"Utils","l":"joinSupportServer(Context)","url":"com/aliucord/Utils.html#joinSupportServer(android.content.Context)"}, {"p":"com.aliucord","c":"Utils","l":"getDrawableByAttr(Context, Integer)","url":"com/aliucord/Utils.html#getDrawableByAttr(android.content.Context,java.lang.Integer)"}, {"p":"com.aliucord","c":"Utils","l":"nestedChildAt(ViewGroup, Integer)","url":"com/aliucord/Utils.html#nestedChildAt(android.view.ViewGroup,java.lang.Integer)"}, {"p":"com.aliucord","c":"Utils","l":"launchFileExplorer(File)","url":"com/aliucord/Utils.html#launchFileExplorer(java.io.File)"}, {"p":"com.aliucord","c":"Utils","l":"setClipboard(CharSequence, CharSequence)","url":"com/aliucord/Utils.html#setClipboard(java.lang.CharSequence,java.lang.CharSequence)"}, {"p":"com.aliucord","c":"Utils","l":"pluralise(Integer, String)","url":"com/aliucord/Utils.html#pluralise(java.lang.Integer,java.lang.String)"}, {"p":"com.aliucord","c":"Utils","l":"showToast(String, Boolean)","url":"com/aliucord/Utils.html#showToast(java.lang.String,java.lang.Boolean)"}, {"p":"com.aliucord","c":"Utils","l":"showToast(String)","url":"com/aliucord/Utils.html#showToast(java.lang.String,java.lang.Boolean)"}, {"p":"com.aliucord","c":"Utils","l":"showToast(Context, String, Boolean)","url":"com/aliucord/Utils.html#showToast(android.content.Context,java.lang.String,java.lang.Boolean)"}, {"p":"com.aliucord","c":"Utils","l":"showToast(Context, String)","url":"com/aliucord/Utils.html#showToast(android.content.Context,java.lang.String,java.lang.Boolean)"}, {"p":"com.aliucord","c":"Utils","l":"getResId(String, String)","url":"com/aliucord/Utils.html#getResId(java.lang.String,java.lang.String)"}, {"p":"com.aliucord","c":"Utils","l":"openPage(Context, Class, Intent)","url":"com/aliucord/Utils.html#openPage(android.content.Context,java.lang.Class,android.content.Intent)"}, {"p":"com.aliucord","c":"Utils","l":"openPage(Context, Class)","url":"com/aliucord/Utils.html#openPage(android.content.Context,java.lang.Class)"}, {"p":"com.aliucord","c":"Utils","l":"openPageWithProxy(Context, Fragment)","url":"com/aliucord/Utils.html#openPageWithProxy(android.content.Context,androidx.fragment.app.Fragment)"}, {"p":"com.aliucord","c":"Utils","l":"createCommandChoice(String, String)","url":"com/aliucord/Utils.html#createCommandChoice(java.lang.String,java.lang.String)"}, {"p":"com.aliucord","c":"Utils","l":"createCommandOption(ApplicationCommandType, String, String, Integer, Boolean, Boolean, List, List, List, Boolean)","url":"com/aliucord/Utils.html#createCommandOption(com.discord.api.commands.ApplicationCommandType,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.util.List,java.util.List,java.util.List,java.lang.Boolean)"}, {"p":"com.aliucord","c":"Utils","l":"createCommandOption(ApplicationCommandType, String, String, Integer, Boolean, Boolean, List, List, List)","url":"com/aliucord/Utils.html#createCommandOption(com.discord.api.commands.ApplicationCommandType,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.util.List,java.util.List,java.util.List,java.lang.Boolean)"}, {"p":"com.aliucord","c":"Utils","l":"createCommandOption(ApplicationCommandType, String, String, Integer, Boolean, Boolean, List, List)","url":"com/aliucord/Utils.html#createCommandOption(com.discord.api.commands.ApplicationCommandType,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.util.List,java.util.List,java.util.List,java.lang.Boolean)"}, {"p":"com.aliucord","c":"Utils","l":"createCommandOption(ApplicationCommandType, String, String, Integer, Boolean, Boolean, List)","url":"com/aliucord/Utils.html#createCommandOption(com.discord.api.commands.ApplicationCommandType,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.util.List,java.util.List,java.util.List,java.lang.Boolean)"}, {"p":"com.aliucord","c":"Utils","l":"createCommandOption(ApplicationCommandType, String, String, Integer, Boolean, Boolean)","url":"com/aliucord/Utils.html#createCommandOption(com.discord.api.commands.ApplicationCommandType,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.util.List,java.util.List,java.util.List,java.lang.Boolean)"}, {"p":"com.aliucord","c":"Utils","l":"createCommandOption(ApplicationCommandType, String, String, Integer, Boolean)","url":"com/aliucord/Utils.html#createCommandOption(com.discord.api.commands.ApplicationCommandType,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.util.List,java.util.List,java.util.List,java.lang.Boolean)"}, {"p":"com.aliucord","c":"Utils","l":"createCommandOption(ApplicationCommandType, String, String, Integer)","url":"com/aliucord/Utils.html#createCommandOption(com.discord.api.commands.ApplicationCommandType,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.util.List,java.util.List,java.util.List,java.lang.Boolean)"}, {"p":"com.aliucord","c":"Utils","l":"createCommandOption(ApplicationCommandType, String, String)","url":"com/aliucord/Utils.html#createCommandOption(com.discord.api.commands.ApplicationCommandType,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.util.List,java.util.List,java.util.List,java.lang.Boolean)"}, {"p":"com.aliucord","c":"Utils","l":"createCommandOption(ApplicationCommandType, String)","url":"com/aliucord/Utils.html#createCommandOption(com.discord.api.commands.ApplicationCommandType,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.util.List,java.util.List,java.util.List,java.lang.Boolean)"}, {"p":"com.aliucord","c":"Utils","l":"createCommandOption(String)","url":"com/aliucord/Utils.html#createCommandOption(com.discord.api.commands.ApplicationCommandType,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.util.List,java.util.List,java.util.List,java.lang.Boolean)"}, {"p":"com.aliucord","c":"Utils","l":"createCommandOption(ApplicationCommandType, String, String, Integer, Boolean, Boolean, List, List, List, Boolean, Number, Number)","url":"com/aliucord/Utils.html#createCommandOption(com.discord.api.commands.ApplicationCommandType,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.util.List,java.util.List,java.util.List,java.lang.Boolean,java.lang.Number,java.lang.Number)"}, {"p":"com.aliucord","c":"Utils","l":"buildClyde(String, String)","url":"com/aliucord/Utils.html#buildClyde(java.lang.String,java.lang.String)"}, {"p":"com.aliucord","c":"Utils","l":"createCheckedSetting(Context, CheckedSetting.ViewType, CharSequence, CharSequence)","url":"com/aliucord/Utils.html#createCheckedSetting(android.content.Context,com.discord.views.CheckedSetting.ViewType,java.lang.CharSequence,java.lang.CharSequence)"}, {"p":"com.aliucord","c":"Utils","l":"tintToTheme(Drawable)","url":"com/aliucord/Utils.html#tintToTheme(android.graphics.drawable.Drawable)"}, {"p":"com.aliucord","c":"Utils","l":"log(String)","url":"com/aliucord/Utils.html#log(java.lang.String)"}, {"p":"com.aliucord","c":"Utils","l":"openMediaViewer(String, String)","url":"com/aliucord/Utils.html#openMediaViewer(java.lang.String,java.lang.String)"}, {"p":"com.aliucord","c":"Utils","l":"promptRestart(String, Integer)","url":"com/aliucord/Utils.html#promptRestart(java.lang.String,java.lang.Integer)"}, {"p":"com.aliucord","c":"Utils","l":"promptRestart(String)","url":"com/aliucord/Utils.html#promptRestart(java.lang.String,java.lang.Integer)"}, {"p":"com.aliucord","c":"Utils","l":"promptRestart()","url":"com/aliucord/Utils.html#promptRestart(java.lang.String,java.lang.Integer)"}, {"p":"com.aliucord","c":"Utils","l":"getAppContext()","url":"com/aliucord/Utils.html#getAppContext()"}, {"p":"com.aliucord","c":"Utils","l":"isDebuggable()","url":"com/aliucord/Utils.html#isDebuggable()"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"MessageEmbedBuilder()","url":"com/aliucord/entities/MessageEmbedBuilder.html#MessageEmbedBuilder()"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"MessageEmbedBuilder(EmbedType)","url":"com/aliucord/entities/MessageEmbedBuilder.html#MessageEmbedBuilder(com.discord.api.message.embed.EmbedType)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"build()","url":"com/aliucord/entities/MessageEmbedBuilder.html#build()"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setAuthor(String)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setAuthor(java.lang.String)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setAuthor(String, String)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setAuthor(java.lang.String,java.lang.String)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setAuthor(String, String, String)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setAuthor(java.lang.String,java.lang.String,java.lang.String)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setAuthor(EmbedAuthor)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setAuthor(com.discord.api.message.embed.EmbedAuthor)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setRandomColor()","url":"com/aliucord/entities/MessageEmbedBuilder.html#setRandomColor()"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setColor(Integer)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setColor(java.lang.Integer)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setDescription(String)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setDescription(java.lang.String)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"addField(String, String, boolean)","url":"com/aliucord/entities/MessageEmbedBuilder.html#addField(java.lang.String,java.lang.String,boolean)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"addField(EmbedField)","url":"com/aliucord/entities/MessageEmbedBuilder.html#addField(com.discord.api.message.embed.EmbedField)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setFields(List)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setFields(java.util.List)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setFooter(String)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setFooter(java.lang.String)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setFooter(String, String)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setFooter(java.lang.String,java.lang.String)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setFooter(String, String, String)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setFooter(java.lang.String,java.lang.String,java.lang.String)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setFooter(EmbedFooter)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setFooter(com.discord.api.message.embed.EmbedFooter)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setImage(String)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setImage(java.lang.String)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setImage(String, String)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setImage(java.lang.String,java.lang.String)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setImage(String, String, Integer, Integer)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setImage(java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setImage(EmbedImage)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setImage(com.discord.api.message.embed.EmbedImage)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setProvider(EmbedProvider)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setProvider(com.discord.api.message.embed.EmbedProvider)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setThumbnail(String)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setThumbnail(java.lang.String)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setThumbnail(String, String)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setThumbnail(java.lang.String,java.lang.String)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setThumbnail(String, String, Integer, Integer)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setThumbnail(java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setThumbnail(EmbedThumbnail)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setThumbnail(com.discord.api.message.embed.EmbedThumbnail)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setTimestamp(UtcDateTime)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setTimestamp(com.discord.api.utcdatetime.UtcDateTime)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setTitle(String)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setTitle(java.lang.String)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setType(EmbedType)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setType(com.discord.api.message.embed.EmbedType)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setUrl(String)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setUrl(java.lang.String)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setVideo(String, String, Integer, Integer)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setVideo(java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setVideo(String)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setVideo(java.lang.String)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setVideo(String, String)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setVideo(java.lang.String,java.lang.String)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setVideo(EmbedVideo)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setVideo(com.discord.api.message.embed.EmbedVideo)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"createField(String, String, Boolean)","url":"com/aliucord/entities/MessageEmbedBuilder.html#createField(java.lang.String,java.lang.String,java.lang.Boolean)"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"NotificationData()","url":"com/aliucord/entities/NotificationData.html#NotificationData()"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"getTitle()","url":"com/aliucord/entities/NotificationData.html#getTitle()"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"setTitle(CharSequence)","url":"com/aliucord/entities/NotificationData.html#setTitle(java.lang.CharSequence)"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"getSubtitle()","url":"com/aliucord/entities/NotificationData.html#getSubtitle()"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"setSubtitle(CharSequence)","url":"com/aliucord/entities/NotificationData.html#setSubtitle(java.lang.CharSequence)"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"getBody()","url":"com/aliucord/entities/NotificationData.html#getBody()"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"setBody(CharSequence)","url":"com/aliucord/entities/NotificationData.html#setBody(java.lang.CharSequence)"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"getAttachmentBackground()","url":"com/aliucord/entities/NotificationData.html#getAttachmentBackground()"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"setAttachmentBackground(Drawable)","url":"com/aliucord/entities/NotificationData.html#setAttachmentBackground(android.graphics.drawable.Drawable)"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"getAttachmentUrl()","url":"com/aliucord/entities/NotificationData.html#getAttachmentUrl()"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"setAttachmentUrl(String)","url":"com/aliucord/entities/NotificationData.html#setAttachmentUrl(java.lang.String)"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"getAttachment()","url":"com/aliucord/entities/NotificationData.html#getAttachment()"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"setAttachment(Drawable)","url":"com/aliucord/entities/NotificationData.html#setAttachment(android.graphics.drawable.Drawable)"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"getStickers()","url":"com/aliucord/entities/NotificationData.html#getStickers()"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"setStickers(List)","url":"com/aliucord/entities/NotificationData.html#setStickers(java.util.List)"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"getIconUrl()","url":"com/aliucord/entities/NotificationData.html#getIconUrl()"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"setIconUrl(String)","url":"com/aliucord/entities/NotificationData.html#setIconUrl(java.lang.String)"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"getIconResId()","url":"com/aliucord/entities/NotificationData.html#getIconResId()"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"setIconResId(Integer)","url":"com/aliucord/entities/NotificationData.html#setIconResId(java.lang.Integer)"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"getIconTopRight()","url":"com/aliucord/entities/NotificationData.html#getIconTopRight()"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"setIconTopRight(Drawable)","url":"com/aliucord/entities/NotificationData.html#setIconTopRight(android.graphics.drawable.Drawable)"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"getAutoDismissPeriodSecs()","url":"com/aliucord/entities/NotificationData.html#getAutoDismissPeriodSecs()"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"setAutoDismissPeriodSecs(Integer)","url":"com/aliucord/entities/NotificationData.html#setAutoDismissPeriodSecs(java.lang.Integer)"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"getValidScreens()","url":"com/aliucord/entities/NotificationData.html#getValidScreens()"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"setValidScreens(List>)","url":"com/aliucord/entities/NotificationData.html#setValidScreens(java.util.List)"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"getOnClickTopRightIcon()","url":"com/aliucord/entities/NotificationData.html#getOnClickTopRightIcon()"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"setOnClickTopRightIcon(Function1)","url":"com/aliucord/entities/NotificationData.html#setOnClickTopRightIcon(kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"getOnClick()","url":"com/aliucord/entities/NotificationData.html#getOnClick()"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"setOnClick(Function1)","url":"com/aliucord/entities/NotificationData.html#setOnClick(kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord.entities","c":"CommandContext.RequiredArgumentWasNullException","l":"CommandContext.RequiredArgumentWasNullException(String)","url":"com/aliucord/entities/CommandContext.RequiredArgumentWasNullException.html#CommandContext.RequiredArgumentWasNullException(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"CommandContext(Map, WidgetChatInput$configureSendListeners$2, Array, MessageContent)","url":"com/aliucord/entities/CommandContext.html#CommandContext(java.util.Map,com.discord.widgets.chat.input.WidgetChatInput$configureSendListeners$2,kotlin.Array,com.discord.widgets.chat.MessageContent)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getViewState()","url":"com/aliucord/entities/CommandContext.html#getViewState()"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getAttachments()","url":"com/aliucord/entities/CommandContext.html#getAttachments()"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getContext()","url":"com/aliucord/entities/CommandContext.html#getContext()"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getMaxFileSizeMB()","url":"com/aliucord/entities/CommandContext.html#getMaxFileSizeMB()"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getReplyingState()","url":"com/aliucord/entities/CommandContext.html#getReplyingState()"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getMessageReference()","url":"com/aliucord/entities/CommandContext.html#getMessageReference()"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getReferencedMessageAuthor()","url":"com/aliucord/entities/CommandContext.html#getReferencedMessageAuthor()"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getReferencedMessageAuthorGuildMember()","url":"com/aliucord/entities/CommandContext.html#getReferencedMessageAuthorGuildMember()"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getReferencedMessage()","url":"com/aliucord/entities/CommandContext.html#getReferencedMessage()"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getReferencedMessageLink()","url":"com/aliucord/entities/CommandContext.html#getReferencedMessageLink()"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getChannelId()","url":"com/aliucord/entities/CommandContext.html#getChannelId()"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"setChannelId(long)","url":"com/aliucord/entities/CommandContext.html#setChannelId(long)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getChannel()","url":"com/aliucord/entities/CommandContext.html#getChannel()"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getCurrentChannel()","url":"com/aliucord/entities/CommandContext.html#getCurrentChannel()"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getRawContent()","url":"com/aliucord/entities/CommandContext.html#getRawContent()"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"addAttachment(String, String)","url":"com/aliucord/entities/CommandContext.html#addAttachment(java.lang.String,java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"addAttachment(LocalAttachment)","url":"com/aliucord/entities/CommandContext.html#addAttachment(com.discord.api.message.LocalAttachment)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"addAttachment(Attachment)","url":"com/aliucord/entities/CommandContext.html#addAttachment(com.lytefast.flexinput.model.Attachment)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getMentionedUsers()","url":"com/aliucord/entities/CommandContext.html#getMentionedUsers()"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getMe()","url":"com/aliucord/entities/CommandContext.html#getMe()"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getRawArgs()","url":"com/aliucord/entities/CommandContext.html#getRawArgs()"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"containsArg(String)","url":"com/aliucord/entities/CommandContext.html#containsArg(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getRequiredSubCommandArgs(String)","url":"com/aliucord/entities/CommandContext.html#getRequiredSubCommandArgs(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getSubCommandArgs(String)","url":"com/aliucord/entities/CommandContext.html#getSubCommandArgs(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"get(String)","url":"com/aliucord/entities/CommandContext.html#get(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getRequired(String)","url":"com/aliucord/entities/CommandContext.html#getRequired(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getOrDefault(String, Object)","url":"com/aliucord/entities/CommandContext.html#getOrDefault(java.lang.String,Object)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getString(String)","url":"com/aliucord/entities/CommandContext.html#getString(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getRequiredString(String)","url":"com/aliucord/entities/CommandContext.html#getRequiredString(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getStringOrDefault(String, String)","url":"com/aliucord/entities/CommandContext.html#getStringOrDefault(java.lang.String,java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getInt(String)","url":"com/aliucord/entities/CommandContext.html#getInt(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getRequiredInt(String)","url":"com/aliucord/entities/CommandContext.html#getRequiredInt(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getIntOrDefault(String, int)","url":"com/aliucord/entities/CommandContext.html#getIntOrDefault(java.lang.String,int)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getLong(String)","url":"com/aliucord/entities/CommandContext.html#getLong(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getRequiredLong(String)","url":"com/aliucord/entities/CommandContext.html#getRequiredLong(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getLongOrDefault(String, long)","url":"com/aliucord/entities/CommandContext.html#getLongOrDefault(java.lang.String,long)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getBool(String)","url":"com/aliucord/entities/CommandContext.html#getBool(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getRequiredBool(String)","url":"com/aliucord/entities/CommandContext.html#getRequiredBool(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getBoolOrDefault(String, boolean)","url":"com/aliucord/entities/CommandContext.html#getBoolOrDefault(java.lang.String,boolean)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getUser(String)","url":"com/aliucord/entities/CommandContext.html#getUser(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getRequiredUser(String)","url":"com/aliucord/entities/CommandContext.html#getRequiredUser(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getUserOrDefault(String, User)","url":"com/aliucord/entities/CommandContext.html#getUserOrDefault(java.lang.String,com.discord.models.user.User)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getChannel(String)","url":"com/aliucord/entities/CommandContext.html#getChannel(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getRequiredChannel(String)","url":"com/aliucord/entities/CommandContext.html#getRequiredChannel(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getChannelOrDefault(String, ChannelWrapper)","url":"com/aliucord/entities/CommandContext.html#getChannelOrDefault(java.lang.String,com.aliucord.wrappers.ChannelWrapper)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getRole(String)","url":"com/aliucord/entities/CommandContext.html#getRole(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getRequiredRole(String)","url":"com/aliucord/entities/CommandContext.html#getRequiredRole(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getRoleOrDefault(String, GuildRoleWrapper)","url":"com/aliucord/entities/CommandContext.html#getRoleOrDefault(java.lang.String,com.aliucord.wrappers.GuildRoleWrapper)"}, {"p":"com.aliucord.entities","c":"Plugin.Manifest.Author","l":"Plugin.Manifest.Author(String)","url":"com/aliucord/entities/Plugin.Manifest.Author.html#Plugin.Manifest.Author(java.lang.String)"}, {"p":"com.aliucord.entities","c":"Plugin.Manifest.Author","l":"Plugin.Manifest.Author(String, long)","url":"com/aliucord/entities/Plugin.Manifest.Author.html#Plugin.Manifest.Author(java.lang.String,long)"}, {"p":"com.aliucord.entities","c":"Plugin.Manifest.Author","l":"toString()","url":"com/aliucord/entities/Plugin.Manifest.Author.html#toString()"}, {"p":"com.aliucord.entities","c":"Plugin.Manifest","l":"Plugin.Manifest(String)","url":"com/aliucord/entities/Plugin.Manifest.html#Plugin.Manifest(java.lang.String)"}, {"p":"com.aliucord.entities","c":"Plugin.Manifest","l":"Plugin.Manifest()","url":"com/aliucord/entities/Plugin.Manifest.html#Plugin.Manifest()"}, {"p":"com.aliucord.entities","c":"Plugin.SettingsTab.Type","l":"values()","url":"com/aliucord/entities/Plugin.SettingsTab.Type.html#values()"}, {"p":"com.aliucord.entities","c":"Plugin.SettingsTab.Type","l":"valueOf(String)","url":"com/aliucord/entities/Plugin.SettingsTab.Type.html#valueOf(java.lang.String)"}, {"p":"com.aliucord.entities","c":"Plugin.SettingsTab.SettingsPage","l":"onViewBound(View)","url":"com/aliucord/entities/Plugin.SettingsTab.SettingsPage.html#onViewBound(android.view.View)"}, {"p":"com.aliucord.entities","c":"Plugin.SettingsTab","l":"Plugin.SettingsTab(Class)","url":"com/aliucord/entities/Plugin.SettingsTab.html#Plugin.SettingsTab(java.lang.Class)"}, {"p":"com.aliucord.entities","c":"Plugin.SettingsTab","l":"Plugin.SettingsTab(Class, Plugin.SettingsTab.Type)","url":"com/aliucord/entities/Plugin.SettingsTab.html#Plugin.SettingsTab(java.lang.Class,com.aliucord.entities.Plugin.SettingsTab.Type)"}, {"p":"com.aliucord.entities","c":"Plugin.SettingsTab","l":"withArgs(Array)","url":"com/aliucord/entities/Plugin.SettingsTab.html#withArgs(kotlin.Array)"}, {"p":"com.aliucord.entities","c":"Plugin","l":"Plugin(Plugin.Manifest)","url":"com/aliucord/entities/Plugin.html#Plugin(com.aliucord.entities.Plugin.Manifest)"}, {"p":"com.aliucord.entities","c":"Plugin","l":"Plugin()","url":"com/aliucord/entities/Plugin.html#Plugin()"}, {"p":"com.aliucord.entities","c":"Plugin","l":"getManifest()","url":"com/aliucord/coreplugins/rn/RNAPI.html#getManifest()"}, {"p":"com.aliucord.entities","c":"Plugin","l":"requiresRestart()","url":"com/aliucord/coreplugins/rn/RNAPI.html#requiresRestart()"}, {"p":"com.aliucord.entities","c":"Plugin","l":"getAnnotation()","url":"com/aliucord/coreplugins/rn/RNAPI.html#getAnnotation()"}, {"p":"com.aliucord.entities","c":"Plugin","l":"load(Context)","url":"com/aliucord/entities/Plugin.html#load(android.content.Context)"}, {"p":"com.aliucord.entities","c":"Plugin","l":"unload(Context)","url":"com/aliucord/entities/Plugin.html#unload(android.content.Context)"}, {"p":"com.aliucord.entities","c":"Plugin","l":"start(Context)","url":"com/aliucord/entities/Plugin.html#start(android.content.Context)"}, {"p":"com.aliucord.entities","c":"Plugin","l":"stop(Context)","url":"com/aliucord/entities/Plugin.html#stop(android.content.Context)"}, {"p":"com.aliucord.entities","c":"Plugin","l":"getName()","url":"com/aliucord/coreplugins/rn/RNAPI.html#getName()"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"PluginCard(Context)","url":"com/aliucord/widgets/PluginCard.html#PluginCard(android.content.Context)"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"UpdaterPluginCard(Context, String, Runnable)","url":"com/aliucord/widgets/UpdaterPluginCard.html#UpdaterPluginCard(android.content.Context,java.lang.String,java.lang.Runnable)"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"LinearLayout(Context)","url":"com/aliucord/widgets/LinearLayout.html#LinearLayout(android.content.Context)"}, {"p":"com.aliucord.widgets","c":"BottomSheet","l":"BottomSheet()","url":"com/aliucord/widgets/BottomSheet.html#BottomSheet()"}, {"p":"com.aliucord.widgets","c":"BottomSheet","l":"getContentViewResId()","url":"com/aliucord/widgets/BottomSheet.html#getContentViewResId()"}, {"p":"com.aliucord.widgets","c":"BottomSheet","l":"onViewCreated(View, Bundle)","url":"com/aliucord/widgets/BottomSheet.html#onViewCreated(android.view.View,android.os.Bundle)"}, {"p":"com.aliucord.widgets","c":"BottomSheet","l":"getLinearLayout()","url":"com/aliucord/widgets/BottomSheet.html#getLinearLayout()"}, {"p":"com.aliucord.widgets","c":"BottomSheet","l":"setPadding(int)","url":"com/aliucord/widgets/BottomSheet.html#setPadding(int)"}, {"p":"com.aliucord.widgets","c":"BottomSheet","l":"clear()","url":"com/aliucord/widgets/BottomSheet.html#clear()"}, {"p":"com.aliucord.widgets","c":"BottomSheet","l":"addView(View)","url":"com/aliucord/widgets/BottomSheet.html#addView(android.view.View)"}, {"p":"com.aliucord.widgets","c":"BottomSheet","l":"removeView(View)","url":"com/aliucord/widgets/BottomSheet.html#removeView(android.view.View)"}, {"p":"com.aliucord.widgets","c":"FailedPluginWidget","l":"FailedPluginWidget(Context, File, Object, Function0)","url":"com/aliucord/widgets/FailedPluginWidget.html#FailedPluginWidget(android.content.Context,java.io.File,java.lang.Object,kotlin.jvm.functions.Function0)"}, {"p":"com.aliucord.widgets","c":"FailedPluginWidget","l":"onClick(View)","url":"com/aliucord/widgets/FailedPluginWidget.html#onClick(android.view.View)"}, {"p":"com.aliucord.updater","c":"PluginUpdater.UpdateInfo","l":"PluginUpdater.UpdateInfo()","url":"com/aliucord/updater/PluginUpdater.UpdateInfo.html#PluginUpdater.UpdateInfo()"}, {"p":"com.aliucord.updater","c":"PluginUpdater.CachedData","l":"PluginUpdater.CachedData(Map)","url":"com/aliucord/updater/PluginUpdater.CachedData.html#PluginUpdater.CachedData(java.util.Map)"}, {"p":"com.aliucord.updater","c":"PluginUpdater","l":"PluginUpdater()","url":"com/aliucord/updater/PluginUpdater.html#PluginUpdater()"}, {"p":"com.aliucord.updater","c":"PluginUpdater","l":"checkUpdates(boolean)","url":"com/aliucord/updater/PluginUpdater.html#checkUpdates(boolean)"}, {"p":"com.aliucord.updater","c":"PluginUpdater","l":"checkPluginUpdate(Plugin)","url":"com/aliucord/updater/PluginUpdater.html#checkPluginUpdate(com.aliucord.entities.Plugin)"}, {"p":"com.aliucord.updater","c":"PluginUpdater","l":"getUpdateInfo(Plugin)","url":"com/aliucord/updater/PluginUpdater.html#getUpdateInfo(com.aliucord.entities.Plugin)"}, {"p":"com.aliucord.updater","c":"PluginUpdater","l":"updateAll()","url":"com/aliucord/updater/PluginUpdater.html#updateAll()"}, {"p":"com.aliucord.updater","c":"PluginUpdater","l":"update(String)","url":"com/aliucord/updater/PluginUpdater.html#update(java.lang.String)"}, {"p":"com.aliucord.updater","c":"Updater","l":"Updater()","url":"com/aliucord/updater/Updater.html#Updater()"}, {"p":"com.aliucord.updater","c":"Updater","l":"isOutdated(String, String, String)","url":"com/aliucord/updater/Updater.html#isOutdated(java.lang.String,java.lang.String,java.lang.String)"}, {"p":"com.aliucord.updater","c":"Updater","l":"isAliucordOutdated()","url":"com/aliucord/updater/Updater.html#isAliucordOutdated()"}, {"p":"com.aliucord.updater","c":"Updater","l":"isDiscordOutdated()","url":"com/aliucord/updater/Updater.html#isDiscordOutdated()"}, {"p":"com.aliucord.updater","c":"Updater","l":"updateAliucord(Context)","url":"com/aliucord/updater/Updater.html#updateAliucord(android.content.Context)"}, {"p":"com.aliucord.updater","c":"Updater","l":"isUpdaterDisabled()","url":"com/aliucord/updater/Updater.html#isUpdaterDisabled()"}, {"p":"com.aliucord.updater","c":"Updater","l":"usingDexFromStorage()","url":"com/aliucord/updater/Updater.html#usingDexFromStorage()"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter.ViewHolder","l":"Plugins.Adapter.ViewHolder(Plugins.Adapter, PluginCard)","url":"com/aliucord/settings/Plugins.Adapter.ViewHolder.html#Plugins.Adapter.ViewHolder(com.aliucord.settings.Plugins.Adapter,com.aliucord.widgets.PluginCard)"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter.ViewHolder","l":"onGithubClick(View)","url":"com/aliucord/settings/Plugins.Adapter.ViewHolder.html#onGithubClick(android.view.View)"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter.ViewHolder","l":"onChangeLogClick(View)","url":"com/aliucord/settings/Plugins.Adapter.ViewHolder.html#onChangeLogClick(android.view.View)"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter.ViewHolder","l":"onSettingsClick(View)","url":"com/aliucord/settings/Plugins.Adapter.ViewHolder.html#onSettingsClick(android.view.View)"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter.ViewHolder","l":"onToggleClick(boolean)","url":"com/aliucord/settings/Plugins.Adapter.ViewHolder.html#onToggleClick(boolean)"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter.ViewHolder","l":"onUninstallClick(View)","url":"com/aliucord/settings/Plugins.Adapter.ViewHolder.html#onUninstallClick(android.view.View)"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter","l":"Plugins.Adapter(AppFragment, Collection)","url":"com/aliucord/settings/Plugins.Adapter.html#Plugins.Adapter(com.discord.app.AppFragment,java.util.Collection)"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter","l":"getFilter()","url":"com/aliucord/settings/Plugins.Adapter.html#getFilter()"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter","l":"getItemCount()","url":"com/aliucord/settings/Plugins.Adapter.html#getItemCount()"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter","l":"onCreateViewHolder(ViewGroup, int)","url":"com/aliucord/settings/Plugins.Adapter.html#onCreateViewHolder(android.view.ViewGroup,int)"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter","l":"onBindViewHolder(Plugins.Adapter.ViewHolder, int)","url":"com/aliucord/settings/Plugins.Adapter.html#onBindViewHolder(com.aliucord.settings.Plugins.Adapter.ViewHolder,int)"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter","l":"onGithubClick(int)","url":"com/aliucord/settings/Plugins.Adapter.html#onGithubClick(int)"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter","l":"onChangeLogClick(int)","url":"com/aliucord/settings/Plugins.Adapter.html#onChangeLogClick(int)"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter","l":"onSettingsClick(int)","url":"com/aliucord/settings/Plugins.Adapter.html#onSettingsClick(int)"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter","l":"onToggleClick(Plugins.Adapter.ViewHolder, boolean, int)","url":"com/aliucord/settings/Plugins.Adapter.html#onToggleClick(com.aliucord.settings.Plugins.Adapter.ViewHolder,boolean,int)"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter","l":"onUninstallClick(int)","url":"com/aliucord/settings/Plugins.Adapter.html#onUninstallClick(int)"}, {"p":"com.aliucord.settings","c":"Plugins","l":"Plugins()","url":"com/aliucord/settings/Plugins.html#Plugins()"}, {"p":"com.aliucord.settings","c":"Plugins","l":"onViewBound(View)","url":"com/aliucord/settings/Plugins.html#onViewBound(android.view.View)"}, {"p":"com.aliucord.settings","c":"Updater","l":"Updater()","url":"com/aliucord/settings/Updater.html#Updater()"}, {"p":"com.aliucord.settings","c":"Updater","l":"onViewBound(View)","url":"com/aliucord/settings/Updater.html#onViewBound(android.view.View)"}, {"p":"com.aliucord.settings","c":"AliucordPage","l":"AliucordPage()","url":"com/aliucord/settings/AliucordPage.html#AliucordPage()"}, {"p":"com.aliucord.settings","c":"AliucordPage","l":"onViewBound(View)","url":"com/aliucord/settings/AliucordPage.html#onViewBound(android.view.View)"}, {"p":"com.aliucord.settings","c":"Crashes","l":"Crashes()","url":"com/aliucord/settings/Crashes.html#Crashes()"}, {"p":"com.aliucord.settings","c":"Crashes","l":"onViewBound(View)","url":"com/aliucord/settings/Crashes.html#onViewBound(android.view.View)"}, {"p":"com.aliucord.settings","c":"FailedPluginsPage","l":"FailedPluginsPage()","url":"com/aliucord/settings/FailedPluginsPage.html#FailedPluginsPage()"}, {"p":"com.aliucord.settings","c":"FailedPluginsPage","l":"onViewBound(View)","url":"com/aliucord/settings/FailedPluginsPage.html#onViewBound(android.view.View)"}, {"p":"com.aliucord.settings","c":"SettingsDelegate","l":"SettingsDelegate(T, SettingsAPI)","url":"com/aliucord/settings/SettingsDelegate.html#SettingsDelegate(T,com.aliucord.api.SettingsAPI)"}, {"p":"com.aliucord.settings","c":"SettingsDelegate","l":"getValue(Object, KProperty)","url":"com/aliucord/settings/SettingsDelegate.html#getValue(java.lang.Object,kotlin.reflect.KProperty)"}, {"p":"com.aliucord.settings","c":"SettingsDelegate","l":"setValue(Object, KProperty, T)","url":"com/aliucord/settings/SettingsDelegate.html#setValue(java.lang.Object,kotlin.reflect.KProperty,T)"}, {"p":"com.aliucord.settings","c":"SettingsDelegatesKt","l":"delegate(SettingsAPI, T)","url":"com/aliucord/settings/SettingsDelegatesKt.html#delegate(com.aliucord.api.SettingsAPI,T)"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"SettingsPage()","url":"com/aliucord/fragments/SettingsPage.html#SettingsPage()"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"onViewBound(View)","url":"com/aliucord/fragments/SettingsPage.html#onViewBound(android.view.View)"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"getLinearLayout()","url":"com/aliucord/fragments/SettingsPage.html#getLinearLayout()"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"removeScrollView()","url":"com/aliucord/fragments/SettingsPage.html#removeScrollView()"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"getHeaderBar()","url":"com/aliucord/fragments/SettingsPage.html#getHeaderBar()"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"setPadding(int)","url":"com/aliucord/fragments/SettingsPage.html#setPadding(int)"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"addHeaderButton(int, int, String, Drawable, MenuItem.OnMenuItemClickListener)","url":"com/aliucord/fragments/SettingsPage.html#addHeaderButton(int,int,java.lang.String,android.graphics.drawable.Drawable,android.view.MenuItem.OnMenuItemClickListener)"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"addHeaderButton(int, String, Drawable, MenuItem.OnMenuItemClickListener)","url":"com/aliucord/fragments/SettingsPage.html#addHeaderButton(int,java.lang.String,android.graphics.drawable.Drawable,android.view.MenuItem.OnMenuItemClickListener)"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"addHeaderButton(String, Drawable, MenuItem.OnMenuItemClickListener)","url":"com/aliucord/fragments/SettingsPage.html#addHeaderButton(java.lang.String,android.graphics.drawable.Drawable,android.view.MenuItem.OnMenuItemClickListener)"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"addHeaderButton(String, int, MenuItem.OnMenuItemClickListener)","url":"com/aliucord/fragments/SettingsPage.html#addHeaderButton(java.lang.String,int,android.view.MenuItem.OnMenuItemClickListener)"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"addHeaderButton(ToolbarButton)","url":"com/aliucord/fragments/SettingsPage.html#addHeaderButton(com.aliucord.views.ToolbarButton)"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"removeHeaderButton(ToolbarButton)","url":"com/aliucord/fragments/SettingsPage.html#removeHeaderButton(com.aliucord.views.ToolbarButton)"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"removeHeaderButton(int)","url":"com/aliucord/fragments/SettingsPage.html#removeHeaderButton(int)"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"addDivider(Context)","url":"com/aliucord/fragments/SettingsPage.html#addDivider(android.content.Context)"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"addHeader(Context, String)","url":"com/aliucord/fragments/SettingsPage.html#addHeader(android.content.Context,java.lang.String)"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"addView(View)","url":"com/aliucord/fragments/SettingsPage.html#addView(android.view.View)"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"removeView(View)","url":"com/aliucord/fragments/SettingsPage.html#removeView(android.view.View)"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"clear()","url":"com/aliucord/fragments/SettingsPage.html#clear()"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"reRender()","url":"com/aliucord/fragments/SettingsPage.html#reRender()"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"close()","url":"com/aliucord/fragments/SettingsPage.html#close()"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"getContext()","url":"com/aliucord/fragments/SettingsPage.html#getContext()"}, {"p":"com.aliucord.fragments","c":"AppFragmentProxy","l":"AppFragmentProxy()","url":"com/aliucord/fragments/AppFragmentProxy.html#AppFragmentProxy()"}, {"p":"com.aliucord.fragments","c":"AppFragmentProxy","l":"getmFragment()","url":"com/aliucord/fragments/AppFragmentProxy.html#getmFragment()"}, {"p":"com.aliucord.fragments","c":"InputDialog.onDialogShownListener","l":"onDialogShown(View)","url":"com/aliucord/fragments/InputDialog.onDialogShownListener.html#onDialogShown(android.view.View)"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"InputDialog()","url":"com/aliucord/fragments/InputDialog.html#InputDialog()"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"onViewBound(View)","url":"com/aliucord/fragments/InputDialog.html#onViewBound(android.view.View)"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"getRoot()","url":"com/aliucord/fragments/InputDialog.html#getRoot()"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"getCancelButton()","url":"com/aliucord/fragments/InputDialog.html#getCancelButton()"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"getOKButton()","url":"com/aliucord/fragments/InputDialog.html#getOKButton()"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"getBody()","url":"com/aliucord/fragments/InputDialog.html#getBody()"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"getHeader()","url":"com/aliucord/fragments/InputDialog.html#getHeader()"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"getInputLayout()","url":"com/aliucord/fragments/InputDialog.html#getInputLayout()"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"getInput()","url":"com/aliucord/fragments/InputDialog.html#getInput()"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"setPlaceholderText(CharSequence)","url":"com/aliucord/fragments/InputDialog.html#setPlaceholderText(java.lang.CharSequence)"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"setInputType(int)","url":"com/aliucord/fragments/InputDialog.html#setInputType(int)"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"setTitle(CharSequence)","url":"com/aliucord/fragments/InputDialog.html#setTitle(java.lang.CharSequence)"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"setDescription(CharSequence)","url":"com/aliucord/fragments/InputDialog.html#setDescription(java.lang.CharSequence)"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"setOnOkListener(View.OnClickListener)","url":"com/aliucord/fragments/InputDialog.html#setOnOkListener(android.view.View.OnClickListener)"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"setOnCancelListener(View.OnClickListener)","url":"com/aliucord/fragments/InputDialog.html#setOnCancelListener(android.view.View.OnClickListener)"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"setOnDialogShownListener(InputDialog.onDialogShownListener)","url":"com/aliucord/fragments/InputDialog.html#setOnDialogShownListener(com.aliucord.fragments.InputDialog.onDialogShownListener)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"FragmentProxy()","url":"com/aliucord/fragments/FragmentProxy.html#FragmentProxy()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getUnsubscribeSignal()","url":"com/aliucord/fragments/FragmentProxy.html#getUnsubscribeSignal()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getLifecycle()","url":"com/aliucord/fragments/FragmentProxy.html#getLifecycle()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getViewLifecycleOwner()","url":"com/aliucord/fragments/FragmentProxy.html#getViewLifecycleOwner()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getViewLifecycleOwnerLiveData()","url":"com/aliucord/fragments/FragmentProxy.html#getViewLifecycleOwnerLiveData()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getViewModelStore()","url":"com/aliucord/fragments/FragmentProxy.html#getViewModelStore()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"setArguments(Bundle)","url":"com/aliucord/fragments/FragmentProxy.html#setArguments(android.os.Bundle)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"setInitialSavedState(Fragment.SavedState)","url":"com/aliucord/fragments/FragmentProxy.html#setInitialSavedState(androidx.fragment.app.Fragment.SavedState)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"setTargetFragment(Fragment, int)","url":"com/aliucord/fragments/FragmentProxy.html#setTargetFragment(androidx.fragment.app.Fragment,int)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getContext()","url":"com/aliucord/fragments/FragmentProxy.html#getContext()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onHiddenChanged(boolean)","url":"com/aliucord/fragments/FragmentProxy.html#onHiddenChanged(boolean)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"setRetainInstance(boolean)","url":"com/aliucord/fragments/FragmentProxy.html#setRetainInstance(boolean)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"setHasOptionsMenu(boolean)","url":"com/aliucord/fragments/FragmentProxy.html#setHasOptionsMenu(boolean)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"setMenuVisibility(boolean)","url":"com/aliucord/fragments/FragmentProxy.html#setMenuVisibility(boolean)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"setUserVisibleHint(boolean)","url":"com/aliucord/fragments/FragmentProxy.html#setUserVisibleHint(boolean)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getUserVisibleHint()","url":"com/aliucord/fragments/FragmentProxy.html#getUserVisibleHint()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getLoaderManager()","url":"com/aliucord/fragments/FragmentProxy.html#getLoaderManager()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"startActivity(Intent)","url":"com/aliucord/fragments/FragmentProxy.html#startActivity(android.content.Intent)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"startActivity(Intent, Bundle)","url":"com/aliucord/fragments/FragmentProxy.html#startActivity(android.content.Intent,android.os.Bundle)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"startActivityForResult(Intent, int)","url":"com/aliucord/fragments/FragmentProxy.html#startActivityForResult(android.content.Intent,int)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"startActivityForResult(Intent, int, Bundle)","url":"com/aliucord/fragments/FragmentProxy.html#startActivityForResult(android.content.Intent,int,android.os.Bundle)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"startIntentSenderForResult(IntentSender, int, Intent, int, int, int, Bundle)","url":"com/aliucord/fragments/FragmentProxy.html#startIntentSenderForResult(android.content.IntentSender,int,android.content.Intent,int,int,int,android.os.Bundle)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onActivityResult(int, int, Intent)","url":"com/aliucord/fragments/FragmentProxy.html#onActivityResult(int,int,android.content.Intent)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onRequestPermissionsResult(int, Array, Array)","url":"com/aliucord/fragments/FragmentProxy.html#onRequestPermissionsResult(int,kotlin.Array,kotlin.Array)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"shouldShowRequestPermissionRationale(String)","url":"com/aliucord/fragments/FragmentProxy.html#shouldShowRequestPermissionRationale(java.lang.String)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onInflate(Context, AttributeSet, Bundle)","url":"com/aliucord/fragments/FragmentProxy.html#onInflate(android.content.Context,android.util.AttributeSet,android.os.Bundle)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onInflate(Activity, AttributeSet, Bundle)","url":"com/aliucord/fragments/FragmentProxy.html#onInflate(android.app.Activity,android.util.AttributeSet,android.os.Bundle)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onAttachFragment(Fragment)","url":"com/aliucord/fragments/FragmentProxy.html#onAttachFragment(androidx.fragment.app.Fragment)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onAttach(Context)","url":"com/aliucord/fragments/FragmentProxy.html#onAttach(android.content.Context)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onAttach(Activity)","url":"com/aliucord/fragments/FragmentProxy.html#onAttach(android.app.Activity)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onCreateAnimation(int, boolean, int)","url":"com/aliucord/fragments/FragmentProxy.html#onCreateAnimation(int,boolean,int)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onCreateAnimator(int, boolean, int)","url":"com/aliucord/fragments/FragmentProxy.html#onCreateAnimator(int,boolean,int)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onCreate(Bundle)","url":"com/aliucord/fragments/FragmentProxy.html#onCreate(android.os.Bundle)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onCreateView(LayoutInflater, ViewGroup, Bundle)","url":"com/aliucord/fragments/FragmentProxy.html#onCreateView(android.view.LayoutInflater,android.view.ViewGroup,android.os.Bundle)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onViewCreated(View, Bundle)","url":"com/aliucord/fragments/FragmentProxy.html#onViewCreated(android.view.View,android.os.Bundle)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getView()","url":"com/aliucord/fragments/FragmentProxy.html#getView()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onActivityCreated(Bundle)","url":"com/aliucord/fragments/FragmentProxy.html#onActivityCreated(android.os.Bundle)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onViewStateRestored(Bundle)","url":"com/aliucord/fragments/FragmentProxy.html#onViewStateRestored(android.os.Bundle)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onStart()","url":"com/aliucord/fragments/FragmentProxy.html#onStart()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onResume()","url":"com/aliucord/fragments/FragmentProxy.html#onResume()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onSaveInstanceState(Bundle)","url":"com/aliucord/fragments/FragmentProxy.html#onSaveInstanceState(android.os.Bundle)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onMultiWindowModeChanged(boolean)","url":"com/aliucord/fragments/FragmentProxy.html#onMultiWindowModeChanged(boolean)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onPictureInPictureModeChanged(boolean)","url":"com/aliucord/fragments/FragmentProxy.html#onPictureInPictureModeChanged(boolean)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onConfigurationChanged(Configuration)","url":"com/aliucord/fragments/FragmentProxy.html#onConfigurationChanged(android.content.res.Configuration)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onPrimaryNavigationFragmentChanged(boolean)","url":"com/aliucord/fragments/FragmentProxy.html#onPrimaryNavigationFragmentChanged(boolean)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onPause()","url":"com/aliucord/fragments/FragmentProxy.html#onPause()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onStop()","url":"com/aliucord/fragments/FragmentProxy.html#onStop()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onLowMemory()","url":"com/aliucord/fragments/FragmentProxy.html#onLowMemory()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onDestroyView()","url":"com/aliucord/fragments/FragmentProxy.html#onDestroyView()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onDestroy()","url":"com/aliucord/fragments/FragmentProxy.html#onDestroy()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onDetach()","url":"com/aliucord/fragments/FragmentProxy.html#onDetach()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onCreateOptionsMenu(Menu, MenuInflater)","url":"com/aliucord/fragments/FragmentProxy.html#onCreateOptionsMenu(android.view.Menu,android.view.MenuInflater)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onPrepareOptionsMenu(Menu)","url":"com/aliucord/fragments/FragmentProxy.html#onPrepareOptionsMenu(android.view.Menu)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onDestroyOptionsMenu()","url":"com/aliucord/fragments/FragmentProxy.html#onDestroyOptionsMenu()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onOptionsItemSelected(MenuItem)","url":"com/aliucord/fragments/FragmentProxy.html#onOptionsItemSelected(android.view.MenuItem)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onOptionsMenuClosed(Menu)","url":"com/aliucord/fragments/FragmentProxy.html#onOptionsMenuClosed(android.view.Menu)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onCreateContextMenu(ContextMenu, View, ContextMenu.ContextMenuInfo)","url":"com/aliucord/fragments/FragmentProxy.html#onCreateContextMenu(android.view.ContextMenu,android.view.View,android.view.ContextMenu.ContextMenuInfo)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"registerForContextMenu(View)","url":"com/aliucord/fragments/FragmentProxy.html#registerForContextMenu(android.view.View)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"unregisterForContextMenu(View)","url":"com/aliucord/fragments/FragmentProxy.html#unregisterForContextMenu(android.view.View)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onContextItemSelected(MenuItem)","url":"com/aliucord/fragments/FragmentProxy.html#onContextItemSelected(android.view.MenuItem)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"setEnterSharedElementCallback(SharedElementCallback)","url":"com/aliucord/fragments/FragmentProxy.html#setEnterSharedElementCallback(androidx.core.app.SharedElementCallback)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"setExitSharedElementCallback(SharedElementCallback)","url":"com/aliucord/fragments/FragmentProxy.html#setExitSharedElementCallback(androidx.core.app.SharedElementCallback)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"setEnterTransition(Object)","url":"com/aliucord/fragments/FragmentProxy.html#setEnterTransition(Object)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getEnterTransition()","url":"com/aliucord/fragments/FragmentProxy.html#getEnterTransition()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"setReturnTransition(Object)","url":"com/aliucord/fragments/FragmentProxy.html#setReturnTransition(Object)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getReturnTransition()","url":"com/aliucord/fragments/FragmentProxy.html#getReturnTransition()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"setExitTransition(Object)","url":"com/aliucord/fragments/FragmentProxy.html#setExitTransition(Object)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getExitTransition()","url":"com/aliucord/fragments/FragmentProxy.html#getExitTransition()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"setReenterTransition(Object)","url":"com/aliucord/fragments/FragmentProxy.html#setReenterTransition(Object)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getReenterTransition()","url":"com/aliucord/fragments/FragmentProxy.html#getReenterTransition()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"setSharedElementEnterTransition(Object)","url":"com/aliucord/fragments/FragmentProxy.html#setSharedElementEnterTransition(Object)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getSharedElementEnterTransition()","url":"com/aliucord/fragments/FragmentProxy.html#getSharedElementEnterTransition()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"setSharedElementReturnTransition(Object)","url":"com/aliucord/fragments/FragmentProxy.html#setSharedElementReturnTransition(Object)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getSharedElementReturnTransition()","url":"com/aliucord/fragments/FragmentProxy.html#getSharedElementReturnTransition()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"setAllowEnterTransitionOverlap(boolean)","url":"com/aliucord/fragments/FragmentProxy.html#setAllowEnterTransitionOverlap(boolean)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getAllowEnterTransitionOverlap()","url":"com/aliucord/fragments/FragmentProxy.html#getAllowEnterTransitionOverlap()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"setAllowReturnTransitionOverlap(boolean)","url":"com/aliucord/fragments/FragmentProxy.html#setAllowReturnTransitionOverlap(boolean)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getAllowReturnTransitionOverlap()","url":"com/aliucord/fragments/FragmentProxy.html#getAllowReturnTransitionOverlap()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"postponeEnterTransition()","url":"com/aliucord/fragments/FragmentProxy.html#postponeEnterTransition()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"startPostponedEnterTransition()","url":"com/aliucord/fragments/FragmentProxy.html#startPostponedEnterTransition()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"dump(String, FileDescriptor, PrintWriter, Array)","url":"com/aliucord/fragments/FragmentProxy.html#dump(java.lang.String,java.io.FileDescriptor,java.io.PrintWriter,kotlin.Array)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getmFragment()","url":"com/aliucord/fragments/FragmentProxy.html#getmFragment()"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"ConfirmDialog()","url":"com/aliucord/fragments/ConfirmDialog.html#ConfirmDialog()"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"onViewBound(View)","url":"com/aliucord/fragments/ConfirmDialog.html#onViewBound(android.view.View)"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"getRoot()","url":"com/aliucord/fragments/ConfirmDialog.html#getRoot()"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"getCancelButton()","url":"com/aliucord/fragments/ConfirmDialog.html#getCancelButton()"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"getOKButton()","url":"com/aliucord/fragments/ConfirmDialog.html#getOKButton()"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"getBody()","url":"com/aliucord/fragments/ConfirmDialog.html#getBody()"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"getHeader()","url":"com/aliucord/fragments/ConfirmDialog.html#getHeader()"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"setTitle(CharSequence)","url":"com/aliucord/fragments/ConfirmDialog.html#setTitle(java.lang.CharSequence)"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"setDescription(CharSequence)","url":"com/aliucord/fragments/ConfirmDialog.html#setDescription(java.lang.CharSequence)"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"setOnOkListener(View.OnClickListener)","url":"com/aliucord/fragments/ConfirmDialog.html#setOnOkListener(android.view.View.OnClickListener)"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"setOnCancelListener(View.OnClickListener)","url":"com/aliucord/fragments/ConfirmDialog.html#setOnCancelListener(android.view.View.OnClickListener)"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"setIsDangerous(boolean)","url":"com/aliucord/fragments/ConfirmDialog.html#setIsDangerous(boolean)"}, {"p":"com.aliucord.fragments","c":"SelectDialog","l":"SelectDialog()","url":"com/aliucord/fragments/SelectDialog.html#SelectDialog()"}, {"p":"com.aliucord.fragments","c":"SelectDialog","l":"getOnResultListener()","url":"com/aliucord/fragments/SelectDialog.html#getOnResultListener()"}, {"p":"com.aliucord.fragments","c":"SelectDialog","l":"setOnResultListener(Function1)","url":"com/aliucord/fragments/SelectDialog.html#setOnResultListener(kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord.fragments","c":"SelectDialog","l":"getItems()","url":"com/aliucord/fragments/SelectDialog.html#getItems()"}, {"p":"com.aliucord.fragments","c":"SelectDialog","l":"setItems(Array)","url":"com/aliucord/fragments/SelectDialog.html#setItems(kotlin.Array)"}, {"p":"com.aliucord.fragments","c":"SelectDialog","l":"getTitle()","url":"com/aliucord/fragments/SelectDialog.html#getTitle()"}, {"p":"com.aliucord.fragments","c":"SelectDialog","l":"setTitle(String)","url":"com/aliucord/fragments/SelectDialog.html#setTitle(java.lang.String)"}, {"p":"com.aliucord.fragments","c":"SelectDialog","l":"onViewBound(View)","url":"com/aliucord/fragments/SelectDialog.html#onViewBound(android.view.View)"}, {"p":"com.aliucord.api","c":"PatcherAPI","l":"PatcherAPI(Logger)","url":"com/aliucord/api/PatcherAPI.html#PatcherAPI(com.aliucord.Logger)"}, {"p":"com.aliucord.api","c":"PatcherAPI","l":"patch(String, String, Array>, XC_MethodHook)","url":"com/aliucord/api/PatcherAPI.html#patch(java.lang.String,java.lang.String,kotlin.Array,de.robv.android.xposed.XC_MethodHook)"}, {"p":"com.aliucord.api","c":"PatcherAPI","l":"patch(Class, String, Array>, XC_MethodHook)","url":"com/aliucord/api/PatcherAPI.html#patch(java.lang.Class,java.lang.String,kotlin.Array,de.robv.android.xposed.XC_MethodHook)"}, {"p":"com.aliucord.api","c":"PatcherAPI","l":"patch(Member, XC_MethodHook)","url":"com/aliucord/api/PatcherAPI.html#patch(java.lang.reflect.Member,de.robv.android.xposed.XC_MethodHook)"}, {"p":"com.aliucord.api","c":"PatcherAPI","l":"patch(Member, Action1)","url":"com/aliucord/api/PatcherAPI.html#patch(java.lang.reflect.Member,rx.functions.Action1)"}, {"p":"com.aliucord.api","c":"PatcherAPI","l":"unpatchAll()","url":"com/aliucord/api/PatcherAPI.html#unpatchAll()"}, {"p":"com.aliucord.api","c":"CommandsAPI.CommandResult","l":"CommandsAPI.CommandResult()","url":"com/aliucord/api/CommandsAPI.CommandResult.html#CommandsAPI.CommandResult()"}, {"p":"com.aliucord.api","c":"CommandsAPI.CommandResult","l":"CommandsAPI.CommandResult(String)","url":"com/aliucord/api/CommandsAPI.CommandResult.html#CommandsAPI.CommandResult(java.lang.String)"}, {"p":"com.aliucord.api","c":"CommandsAPI.CommandResult","l":"CommandsAPI.CommandResult(String, List, boolean)","url":"com/aliucord/api/CommandsAPI.CommandResult.html#CommandsAPI.CommandResult(java.lang.String,java.util.List,boolean)"}, {"p":"com.aliucord.api","c":"CommandsAPI.CommandResult","l":"CommandsAPI.CommandResult(String, List, boolean, String)","url":"com/aliucord/api/CommandsAPI.CommandResult.html#CommandsAPI.CommandResult(java.lang.String,java.util.List,boolean,java.lang.String)"}, {"p":"com.aliucord.api","c":"CommandsAPI.CommandResult","l":"CommandsAPI.CommandResult(String, List, boolean, String, String)","url":"com/aliucord/api/CommandsAPI.CommandResult.html#CommandsAPI.CommandResult(java.lang.String,java.util.List,boolean,java.lang.String,java.lang.String)"}, {"p":"com.aliucord.api","c":"CommandsAPI.CommandResult","l":"CommandsAPI.CommandResult(String, List, boolean, String, String, List)","url":"com/aliucord/api/CommandsAPI.CommandResult.html#CommandsAPI.CommandResult(java.lang.String,java.util.List,boolean,java.lang.String,java.lang.String,java.util.List)"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"CommandsAPI(String)","url":"com/aliucord/api/CommandsAPI.html#CommandsAPI(java.lang.String)"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"getAliucordApplication()","url":"com/aliucord/api/CommandsAPI.html#getAliucordApplication()"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"generateId()","url":"com/aliucord/api/CommandsAPI.html#generateId()"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"generateIdString()","url":"com/aliucord/api/CommandsAPI.html#generateIdString()"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"registerCommand(String, String, List, Function1)","url":"com/aliucord/api/CommandsAPI.html#registerCommand(java.lang.String,java.lang.String,java.util.List,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"registerCommand(String, String, ApplicationCommandOption, Function1)","url":"com/aliucord/api/CommandsAPI.html#registerCommand(java.lang.String,java.lang.String,com.discord.models.commands.ApplicationCommandOption,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"registerCommand(String, String, Function1)","url":"com/aliucord/api/CommandsAPI.html#registerCommand(java.lang.String,java.lang.String,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"unregisterCommand(String)","url":"com/aliucord/api/CommandsAPI.html#unregisterCommand(java.lang.String)"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"unregisterAll()","url":"com/aliucord/api/CommandsAPI.html#unregisterAll()"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"SettingsAPI(String)","url":"com/aliucord/api/SettingsAPI.html#SettingsAPI(java.lang.String)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"resetSettings()","url":"com/aliucord/api/SettingsAPI.html#resetSettings()"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"remove(String)","url":"com/aliucord/api/SettingsAPI.html#remove(java.lang.String)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"getAllKeys()","url":"com/aliucord/api/SettingsAPI.html#getAllKeys()"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"toggleBool(String, boolean)","url":"com/aliucord/api/SettingsAPI.html#toggleBool(java.lang.String,boolean)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"exists(String)","url":"com/aliucord/api/SettingsAPI.html#exists(java.lang.String)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"getBool(String, boolean)","url":"com/aliucord/api/SettingsAPI.html#getBool(java.lang.String,boolean)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"setBool(String, boolean)","url":"com/aliucord/api/SettingsAPI.html#setBool(java.lang.String,boolean)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"getInt(String, int)","url":"com/aliucord/api/SettingsAPI.html#getInt(java.lang.String,int)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"setInt(String, int)","url":"com/aliucord/api/SettingsAPI.html#setInt(java.lang.String,int)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"getFloat(String, float)","url":"com/aliucord/api/SettingsAPI.html#getFloat(java.lang.String,float)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"setFloat(String, float)","url":"com/aliucord/api/SettingsAPI.html#setFloat(java.lang.String,float)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"getLong(String, long)","url":"com/aliucord/api/SettingsAPI.html#getLong(java.lang.String,long)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"setLong(String, long)","url":"com/aliucord/api/SettingsAPI.html#setLong(java.lang.String,long)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"getString(String, String)","url":"com/aliucord/api/SettingsAPI.html#getString(java.lang.String,java.lang.String)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"setString(String, String)","url":"com/aliucord/api/SettingsAPI.html#setString(java.lang.String,java.lang.String)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"getObject(String, T)","url":"com/aliucord/api/SettingsAPI.html#getObject(java.lang.String,T)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"getObject(String, T, Type)","url":"com/aliucord/api/SettingsAPI.html#getObject(java.lang.String,T,java.lang.reflect.Type)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"setObject(String, Object)","url":"com/aliucord/api/SettingsAPI.html#setObject(java.lang.String,Object)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"getUnknown(String, Object)","url":"com/aliucord/api/SettingsAPI.html#getUnknown(java.lang.String,Object)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"setUnknown(String, Object)","url":"com/aliucord/api/SettingsAPI.html#setUnknown(java.lang.String,Object)"}, {"p":"com.aliucord.api","c":"NotificationsAPI","l":"NotificationsAPI()","url":"com/aliucord/api/NotificationsAPI.html#NotificationsAPI()"}, {"p":"com.aliucord.api","c":"NotificationsAPI","l":"display(NotificationData)","url":"com/aliucord/api/NotificationsAPI.html#display(com.aliucord.entities.NotificationData)"}, {"p":"com.aliucord.api","c":"NotificationsAPI","l":"display(NotificationData, Long)","url":"com/aliucord/api/NotificationsAPI.html#display(com.aliucord.entities.NotificationData,java.lang.Long)"}, {"p":"com.aliucord.api","c":"ButtonsAPI.ButtonData","l":"ButtonsAPI.ButtonData(String, ButtonStyle, Function2)","url":"com/aliucord/api/ButtonsAPI.ButtonData.html#ButtonsAPI.ButtonData(java.lang.String,com.discord.api.botuikit.ButtonStyle,kotlin.jvm.functions.Function2)"}, {"p":"com.aliucord.api","c":"ButtonsAPI.ButtonData","l":"getLabel()","url":"com/aliucord/api/ButtonsAPI.ButtonData.html#getLabel()"}, {"p":"com.aliucord.api","c":"ButtonsAPI.ButtonData","l":"getStyle()","url":"com/aliucord/api/ButtonsAPI.ButtonData.html#getStyle()"}, {"p":"com.aliucord.api","c":"ButtonsAPI.ButtonData","l":"getOnPress()","url":"com/aliucord/api/ButtonsAPI.ButtonData.html#getOnPress()"}, {"p":"com.aliucord.api","c":"ButtonsAPI","l":"addButton(Message, ButtonsAPI.ButtonData)","url":"com/aliucord/api/ButtonsAPI.html#addButton(com.discord.models.message.Message,com.aliucord.api.ButtonsAPI.ButtonData)"}, {"p":"com.aliucord.api","c":"ButtonsAPI","l":"addButton(Message, String, ButtonStyle, Function2)","url":"com/aliucord/api/ButtonsAPI.html#addButton(com.discord.models.message.Message,java.lang.String,com.discord.api.botuikit.ButtonStyle,kotlin.jvm.functions.Function2)"}, {"p":"com.aliucord.api","c":"GatewayAPI.EventListener","l":"invoke(T)","url":"com/aliucord/api/GatewayAPI.EventListener.html#invoke(T)"}, {"p":"com.aliucord.api","c":"GatewayAPI","l":"onRawEvent(GatewayAPI.EventListener)","url":"com/aliucord/api/GatewayAPI.html#onRawEvent(com.aliucord.api.GatewayAPI.EventListener)"}, {"p":"com.aliucord.api","c":"GatewayAPI","l":"onRawEvent(List, Function1)","url":"com/aliucord/api/GatewayAPI.html#onRawEvent(java.util.List,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord.api","c":"GatewayAPI","l":"onRawEvent(String, Function1)","url":"com/aliucord/api/GatewayAPI.html#onRawEvent(java.lang.String,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord.api","c":"GatewayAPI","l":"onEvent(String, Function1)","url":"com/aliucord/api/GatewayAPI.html#onEvent(java.lang.String,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord.api","c":"GatewayAPI","l":"onEvent(String, Class, Function1)","url":"com/aliucord/api/GatewayAPI.html#onEvent(java.lang.String,java.lang.Class,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord.api","c":"GatewayAPI","l":"getEventListeners()","url":"com/aliucord/api/GatewayAPI.html#getEventListeners()"}, {"p":"com.aliucord.patcher","c":"Patcher","l":"Patcher()","url":"com/aliucord/patcher/Patcher.html#Patcher()"}, {"p":"com.aliucord.patcher","c":"Patcher","l":"addPatch(Member, XC_MethodHook)","url":"com/aliucord/patcher/Patcher.html#addPatch(java.lang.reflect.Member,de.robv.android.xposed.XC_MethodHook)"}, {"p":"com.aliucord.patcher","c":"Patcher","l":"addPatch(Class, String, Array>, XC_MethodHook)","url":"com/aliucord/patcher/Patcher.html#addPatch(java.lang.Class,java.lang.String,kotlin.Array,de.robv.android.xposed.XC_MethodHook)"}, {"p":"com.aliucord.patcher","c":"Patcher","l":"addPatch(String, String, Array>, XC_MethodHook)","url":"com/aliucord/patcher/Patcher.html#addPatch(java.lang.String,java.lang.String,kotlin.Array,de.robv.android.xposed.XC_MethodHook)"}, {"p":"com.aliucord.patcher","c":"Hook","l":"Hook(Action1)","url":"com/aliucord/patcher/Hook.html#Hook(rx.functions.Action1)"}, {"p":"com.aliucord.patcher","c":"Hook","l":"getCallback()","url":"com/aliucord/patcher/Hook.html#getCallback()"}, {"p":"com.aliucord.patcher","c":"InsteadHook","l":"InsteadHook(Function1)","url":"com/aliucord/patcher/InsteadHook.html#InsteadHook(kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord.patcher","c":"InsteadHook","l":"getCallback()","url":"com/aliucord/patcher/InsteadHook.html#getCallback()"}, {"p":"com.aliucord.patcher","c":"InsteadHook","l":"returnConstant(Object)","url":"com/aliucord/patcher/InsteadHook.html#returnConstant(java.lang.Object)"}, {"p":"com.aliucord.patcher","c":"PreHook","l":"PreHook(Action1)","url":"com/aliucord/patcher/PreHook.html#PreHook(rx.functions.Action1)"}, {"p":"com.aliucord.patcher","c":"PreHook","l":"getCallback()","url":"com/aliucord/patcher/PreHook.html#getCallback()"}, {"p":"com.aliucord.patcher","c":"HookComponentsKt","l":"component1(XC_MethodHook.MethodHookParam)","url":"com/aliucord/patcher/HookComponentsKt.html#component1(de.robv.android.xposed.XC_MethodHook.MethodHookParam)"}, {"p":"com.aliucord.patcher","c":"HookComponentsKt","l":"component2(XC_MethodHook.MethodHookParam)","url":"com/aliucord/patcher/HookComponentsKt.html#component2(de.robv.android.xposed.XC_MethodHook.MethodHookParam)"}, {"p":"com.aliucord.patcher","c":"HookComponentsKt","l":"component3(XC_MethodHook.MethodHookParam)","url":"com/aliucord/patcher/HookComponentsKt.html#component3(de.robv.android.xposed.XC_MethodHook.MethodHookParam)"}, {"p":"com.aliucord.patcher","c":"HookComponentsKt","l":"component4(XC_MethodHook.MethodHookParam)","url":"com/aliucord/patcher/HookComponentsKt.html#component4(de.robv.android.xposed.XC_MethodHook.MethodHookParam)"}, {"p":"com.aliucord.patcher","c":"HookComponentsKt","l":"component5(XC_MethodHook.MethodHookParam)","url":"com/aliucord/patcher/HookComponentsKt.html#component5(de.robv.android.xposed.XC_MethodHook.MethodHookParam)"}, {"p":"com.aliucord.patcher","c":"HookComponentsKt","l":"component6(XC_MethodHook.MethodHookParam)","url":"com/aliucord/patcher/HookComponentsKt.html#component6(de.robv.android.xposed.XC_MethodHook.MethodHookParam)"}, {"p":"com.aliucord.patcher","c":"HookComponentsKt","l":"component7(XC_MethodHook.MethodHookParam)","url":"com/aliucord/patcher/HookComponentsKt.html#component7(de.robv.android.xposed.XC_MethodHook.MethodHookParam)"}, {"p":"com.aliucord.patcher","c":"HookComponentsKt","l":"component8(XC_MethodHook.MethodHookParam)","url":"com/aliucord/patcher/HookComponentsKt.html#component8(de.robv.android.xposed.XC_MethodHook.MethodHookParam)"}, {"p":"com.aliucord.patcher","c":"HookComponentsKt","l":"component9(XC_MethodHook.MethodHookParam)","url":"com/aliucord/patcher/HookComponentsKt.html#component9(de.robv.android.xposed.XC_MethodHook.MethodHookParam)"}, {"p":"com.aliucord.patcher","c":"HookComponentsKt","l":"component10(XC_MethodHook.MethodHookParam)","url":"com/aliucord/patcher/HookComponentsKt.html#component10(de.robv.android.xposed.XC_MethodHook.MethodHookParam)"}, {"p":"com.aliucord.patcher","c":"HookComponentsKt","l":"component11(XC_MethodHook.MethodHookParam)","url":"com/aliucord/patcher/HookComponentsKt.html#component11(de.robv.android.xposed.XC_MethodHook.MethodHookParam)"}, {"p":"com.aliucord.patcher","c":"HookComponentsKt","l":"component12(XC_MethodHook.MethodHookParam)","url":"com/aliucord/patcher/HookComponentsKt.html#component12(de.robv.android.xposed.XC_MethodHook.MethodHookParam)"}, {"p":"com.aliucord.patcher","c":"PatcherExtensionsKt","l":"instead(PatcherAPI, Class, Function2)","url":"com/aliucord/patcher/PatcherExtensionsKt.html#instead(com.aliucord.api.PatcherAPI,java.lang.Class,com.aliucord.patcher.InsteadHookCallback)"}, {"p":"com.aliucord.patcher","c":"PatcherExtensionsKt","l":"instead(PatcherAPI, String, Class, Function2)","url":"com/aliucord/patcher/PatcherExtensionsKt.html#instead(com.aliucord.api.PatcherAPI,java.lang.String,java.lang.Class,com.aliucord.patcher.InsteadHookCallback)"}, {"p":"com.aliucord.patcher","c":"PatcherExtensionsKt","l":"before(PatcherAPI, Class, Function2)","url":"com/aliucord/patcher/PatcherExtensionsKt.html#before(com.aliucord.api.PatcherAPI,java.lang.Class,com.aliucord.patcher.HookCallback)"}, {"p":"com.aliucord.patcher","c":"PatcherExtensionsKt","l":"before(PatcherAPI, String, Class, Function2)","url":"com/aliucord/patcher/PatcherExtensionsKt.html#before(com.aliucord.api.PatcherAPI,java.lang.String,java.lang.Class,com.aliucord.patcher.HookCallback)"}, {"p":"com.aliucord.patcher","c":"PatcherExtensionsKt","l":"after(PatcherAPI, Class, Function2)","url":"com/aliucord/patcher/PatcherExtensionsKt.html#after(com.aliucord.api.PatcherAPI,java.lang.Class,com.aliucord.patcher.HookCallback)"}, {"p":"com.aliucord.patcher","c":"PatcherExtensionsKt","l":"after(PatcherAPI, String, Class, Function2)","url":"com/aliucord/patcher/PatcherExtensionsKt.html#after(com.aliucord.api.PatcherAPI,java.lang.String,java.lang.Class,com.aliucord.patcher.HookCallback)"}, {"p":"com.aliucord.utils","c":"ReflectUtils","l":"ReflectUtils()","url":"com/aliucord/utils/ReflectUtils.html#ReflectUtils()"}, {"p":"com.aliucord.utils","c":"ReflectUtils","l":"allocateInstance(Class)","url":"com/aliucord/utils/ReflectUtils.html#allocateInstance(java.lang.Class)"}, {"p":"com.aliucord.utils","c":"ReflectUtils","l":"getConstructorByArgs(Class, Array)","url":"com/aliucord/utils/ReflectUtils.html#getConstructorByArgs(java.lang.Class,kotlin.Array)"}, {"p":"com.aliucord.utils","c":"ReflectUtils","l":"invokeConstructorWithArgs(Class, Array)","url":"com/aliucord/utils/ReflectUtils.html#invokeConstructorWithArgs(java.lang.Class,kotlin.Array)"}, {"p":"com.aliucord.utils","c":"ReflectUtils","l":"getMethodByArgs(Class, String, Array)","url":"com/aliucord/utils/ReflectUtils.html#getMethodByArgs(java.lang.Class,java.lang.String,kotlin.Array)"}, {"p":"com.aliucord.utils","c":"ReflectUtils","l":"invokeMethod(Class, Object, String, Array)","url":"com/aliucord/utils/ReflectUtils.html#invokeMethod(java.lang.Class,Object,java.lang.String,kotlin.Array)"}, {"p":"com.aliucord.utils","c":"ReflectUtils","l":"invokeMethod(Object, String, Array)","url":"com/aliucord/utils/ReflectUtils.html#invokeMethod(Object,java.lang.String,kotlin.Array)"}, {"p":"com.aliucord.utils","c":"ReflectUtils","l":"getField(Object, String)","url":"com/aliucord/utils/ReflectUtils.html#getField(Object,java.lang.String)"}, {"p":"com.aliucord.utils","c":"ReflectUtils","l":"getField(Class, Object, String)","url":"com/aliucord/utils/ReflectUtils.html#getField(java.lang.Class,Object,java.lang.String)"}, {"p":"com.aliucord.utils","c":"ReflectUtils","l":"setField(Object, String, Object)","url":"com/aliucord/utils/ReflectUtils.html#setField(Object,java.lang.String,Object)"}, {"p":"com.aliucord.utils","c":"ReflectUtils","l":"setField(Class, Object, String, Object)","url":"com/aliucord/utils/ReflectUtils.html#setField(java.lang.Class,Object,java.lang.String,Object)"}, {"p":"com.aliucord.utils","c":"ReflectUtils","l":"setFinalField(Object, String, Object)","url":"com/aliucord/utils/ReflectUtils.html#setFinalField(Object,java.lang.String,Object)"}, {"p":"com.aliucord.utils","c":"ReflectUtils","l":"setFinalField(Class, Object, String, Object)","url":"com/aliucord/utils/ReflectUtils.html#setFinalField(java.lang.Class,Object,java.lang.String,Object)"}, {"p":"com.aliucord.utils","c":"IOUtils","l":"IOUtils()","url":"com/aliucord/utils/IOUtils.html#IOUtils()"}, {"p":"com.aliucord.utils","c":"IOUtils","l":"readAsText(InputStream)","url":"com/aliucord/utils/IOUtils.html#readAsText(java.io.InputStream)"}, {"p":"com.aliucord.utils","c":"IOUtils","l":"readBytes(InputStream)","url":"com/aliucord/utils/IOUtils.html#readBytes(java.io.InputStream)"}, {"p":"com.aliucord.utils","c":"IOUtils","l":"pipe(InputStream, OutputStream)","url":"com/aliucord/utils/IOUtils.html#pipe(java.io.InputStream,java.io.OutputStream)"}, {"p":"com.aliucord.utils","c":"ChannelUtils","l":"ChannelUtils()","url":"com/aliucord/utils/ChannelUtils.html#ChannelUtils()"}, {"p":"com.aliucord.utils","c":"ChannelUtils","l":"getRecipients(Channel)","url":"com/aliucord/utils/ChannelUtils.html#getRecipients(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.utils","c":"ChannelUtils","l":"isGuildTextyChannel(Channel)","url":"com/aliucord/utils/ChannelUtils.html#isGuildTextyChannel(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.utils","c":"ChannelUtils","l":"getDMRecipient(Channel)","url":"com/aliucord/utils/ChannelUtils.html#getDMRecipient(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.utils","c":"ChannelUtils","l":"isTextChannel(Channel)","url":"com/aliucord/utils/ChannelUtils.html#isTextChannel(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.utils","c":"ChannelUtils","l":"getDisplayName(Channel)","url":"com/aliucord/utils/ChannelUtils.html#getDisplayName(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.utils","c":"ChannelUtils","l":"getDisplayNameOrDefault(Channel, Context, boolean)","url":"com/aliucord/utils/ChannelUtils.html#getDisplayNameOrDefault(com.discord.api.channel.Channel,android.content.Context,boolean)"}, {"p":"com.aliucord.utils","c":"MDUtils.RenderContext","l":"MDUtils.RenderContext(Context)","url":"com/aliucord/utils/MDUtils.RenderContext.html#MDUtils.RenderContext(android.content.Context)"}, {"p":"com.aliucord.utils","c":"MDUtils.RenderContext","l":"getContext()","url":"com/aliucord/utils/MDUtils.RenderContext.html#getContext()"}, {"p":"com.aliucord.utils","c":"MDUtils","l":"MDUtils()","url":"com/aliucord/utils/MDUtils.html#MDUtils()"}, {"p":"com.aliucord.utils","c":"MDUtils","l":"renderCodeBlock(Context, SpannableStringBuilder, String, String)","url":"com/aliucord/utils/MDUtils.html#renderCodeBlock(android.content.Context,android.text.SpannableStringBuilder,java.lang.String,java.lang.String)"}, {"p":"com.aliucord.utils","c":"MDUtils","l":"render(CharSequence)","url":"com/aliucord/utils/MDUtils.html#render(java.lang.CharSequence)"}, {"p":"com.aliucord.utils","c":"MapUtils","l":"MapUtils()","url":"com/aliucord/utils/MapUtils.html#MapUtils()"}, {"p":"com.aliucord.utils","c":"MapUtils","l":"getMapKey(Map, V)","url":"com/aliucord/utils/MapUtils.html#getMapKey(java.util.Map,V)"}, {"p":"com.aliucord.utils","c":"ChangelogUtils.FooterAction","l":"ChangelogUtils.FooterAction(Integer, String)","url":"com/aliucord/utils/ChangelogUtils.FooterAction.html#ChangelogUtils.FooterAction(java.lang.Integer,java.lang.String)"}, {"p":"com.aliucord.utils","c":"ChangelogUtils.FooterAction","l":"getDrawableResourceId()","url":"com/aliucord/utils/ChangelogUtils.FooterAction.html#getDrawableResourceId()"}, {"p":"com.aliucord.utils","c":"ChangelogUtils.FooterAction","l":"getUrl()","url":"com/aliucord/utils/ChangelogUtils.FooterAction.html#getUrl()"}, {"p":"com.aliucord.utils","c":"ChangelogUtils.FooterAction","l":"describeContents()","url":"com/aliucord/utils/ChangelogUtils.FooterAction.html#describeContents()"}, {"p":"com.aliucord.utils","c":"ChangelogUtils.FooterAction","l":"writeToParcel(Parcel, Integer)","url":"com/aliucord/utils/ChangelogUtils.FooterAction.html#writeToParcel(android.os.Parcel,java.lang.Integer)"}, {"p":"com.aliucord.utils","c":"ChangelogUtils","l":"show(Context, String, String, String, ChangelogUtils.FooterAction)","url":"com/aliucord/utils/ChangelogUtils.html#show(android.content.Context,java.lang.String,java.lang.String,java.lang.String,com.aliucord.utils.ChangelogUtils.FooterAction)"}, {"p":"com.aliucord.utils","c":"DimenUtils","l":"dpToPx(Integer)","url":"com/aliucord/utils/DimenUtils.html#dpToPx(java.lang.Integer)"}, {"p":"com.aliucord.utils","c":"DimenUtils","l":"dpToPx(Float)","url":"com/aliucord/utils/DimenUtils.html#dpToPx(java.lang.Float)"}, {"p":"com.aliucord.utils","c":"DimenUtils","l":"pxToDp(Integer)","url":"com/aliucord/utils/DimenUtils.html#pxToDp(java.lang.Integer)"}, {"p":"com.aliucord.utils","c":"DimenUtils","l":"getDefaultPadding()","url":"com/aliucord/utils/DimenUtils.html#getDefaultPadding()"}, {"p":"com.aliucord.utils","c":"DimenUtils","l":"getDefaultCardRadius()","url":"com/aliucord/utils/DimenUtils.html#getDefaultCardRadius()"}, {"p":"com.aliucord.utils","c":"DimenUtils","l":"getDp(Integer)","url":"com/aliucord/utils/DimenUtils.html#getDp(java.lang.Integer)"}, {"p":"com.aliucord.utils","c":"GsonUtils","l":"fromJson(Gson, String, Class)","url":"com/aliucord/utils/GsonUtils.html#fromJson(com.google.gson.Gson,java.lang.String,java.lang.Class)"}, {"p":"com.aliucord.utils","c":"GsonUtils","l":"fromJson(String, Class)","url":"com/aliucord/utils/GsonUtils.html#fromJson(java.lang.String,java.lang.Class)"}, {"p":"com.aliucord.utils","c":"GsonUtils","l":"fromJson(Gson, Reader, Class)","url":"com/aliucord/utils/GsonUtils.html#fromJson(com.google.gson.Gson,java.io.Reader,java.lang.Class)"}, {"p":"com.aliucord.utils","c":"GsonUtils","l":"fromJson(Reader, Class)","url":"com/aliucord/utils/GsonUtils.html#fromJson(java.io.Reader,java.lang.Class)"}, {"p":"com.aliucord.utils","c":"GsonUtils","l":"fromJson(Gson, String, Type)","url":"com/aliucord/utils/GsonUtils.html#fromJson(com.google.gson.Gson,java.lang.String,java.lang.reflect.Type)"}, {"p":"com.aliucord.utils","c":"GsonUtils","l":"fromJson(String, Type)","url":"com/aliucord/utils/GsonUtils.html#fromJson(java.lang.String,java.lang.reflect.Type)"}, {"p":"com.aliucord.utils","c":"GsonUtils","l":"toJson(Gson, Object)","url":"com/aliucord/utils/GsonUtils.html#toJson(com.google.gson.Gson,java.lang.Object)"}, {"p":"com.aliucord.utils","c":"GsonUtils","l":"toJson(Object)","url":"com/aliucord/utils/GsonUtils.html#toJson(java.lang.Object)"}, {"p":"com.aliucord.utils","c":"GsonUtils","l":"toJsonPretty(Object)","url":"com/aliucord/utils/GsonUtils.html#toJsonPretty(java.lang.Object)"}, {"p":"com.aliucord.utils","c":"GsonUtils","l":"getGson()","url":"com/aliucord/utils/GsonUtils.html#getGson()"}, {"p":"com.aliucord.utils","c":"GsonUtils","l":"getGsonPretty()","url":"com/aliucord/utils/GsonUtils.html#getGsonPretty()"}, {"p":"com.aliucord.utils","c":"GsonUtils","l":"getGsonRestApi()","url":"com/aliucord/utils/GsonUtils.html#getGsonRestApi()"}, {"p":"com.aliucord.utils","c":"RNSuperProperties","l":"getVendorId()","url":"com/aliucord/utils/RNSuperProperties.html#getVendorId()"}, {"p":"com.aliucord.utils","c":"RNSuperProperties","l":"getSuperProperties()","url":"com/aliucord/utils/RNSuperProperties.html#getSuperProperties()"}, {"p":"com.aliucord.utils","c":"RNSuperProperties","l":"getSuperPropertiesBase64()","url":"com/aliucord/utils/RNSuperProperties.html#getSuperPropertiesBase64()"}, {"p":"com.aliucord.utils","c":"LazyField","l":"LazyField(Class, String)","url":"com/aliucord/utils/LazyField.html#LazyField(java.lang.Class,java.lang.String)"}, {"p":"com.aliucord.utils","c":"LazyField","l":"getValue(T, KProperty)","url":"com/aliucord/utils/LazyField.html#getValue(T,kotlin.reflect.KProperty)"}, {"p":"com.aliucord.utils","c":"RxUtils","l":"onBackpressureBuffer(Observable)","url":"com/aliucord/utils/RxUtils.html#onBackpressureBuffer(rx.Observable)"}, {"p":"com.aliucord.utils","c":"RxUtils","l":"subscribe(Observable, Subscriber)","url":"com/aliucord/utils/RxUtils.html#subscribe(rx.Observable,rx.Subscriber)"}, {"p":"com.aliucord.utils","c":"RxUtils","l":"subscribe(Observable, Function1)","url":"com/aliucord/utils/RxUtils.html#subscribe(rx.Observable,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord.utils","c":"RxUtils","l":"await(Observable)","url":"com/aliucord/utils/RxUtils.html#await(rx.Observable)"}, {"p":"com.aliucord.utils","c":"RxUtils","l":"createActionSubscriber(Action1, Action1, Action0)","url":"com/aliucord/utils/RxUtils.html#createActionSubscriber(rx.functions.Action1,rx.functions.Action1,rx.functions.Action0)"}, {"p":"com.aliucord.utils","c":"RxUtils","l":"createActionSubscriber(Action1, Action1)","url":"com/aliucord/utils/RxUtils.html#createActionSubscriber(rx.functions.Action1,rx.functions.Action1,rx.functions.Action0)"}, {"p":"com.aliucord.utils","c":"RxUtils","l":"createActionSubscriber(Action1)","url":"com/aliucord/utils/RxUtils.html#createActionSubscriber(rx.functions.Action1,rx.functions.Action1,rx.functions.Action0)"}, {"p":"com.aliucord.utils","c":"RxUtils","l":"timer(Long, TimeUnit)","url":"com/aliucord/utils/RxUtils.html#timer(java.lang.Long,java.util.concurrent.TimeUnit)"}, {"p":"com.aliucord.utils","c":"RxUtils","l":"schedule(Long, TimeUnit, Function1)","url":"com/aliucord/utils/RxUtils.html#schedule(java.lang.Long,java.util.concurrent.TimeUnit,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord.utils","c":"RxUtils","l":"combineLatest(List>, FuncN)","url":"com/aliucord/utils/RxUtils.html#combineLatest(java.util.List,rx.functions.FuncN)"}, {"p":"com.aliucord.utils","c":"RxUtils","l":"map(Observable, Function1)","url":"com/aliucord/utils/RxUtils.html#map(rx.Observable,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord.utils","c":"RxUtils","l":"switchMap(Observable, Function1>)","url":"com/aliucord/utils/RxUtils.html#switchMap(rx.Observable,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord.utils","c":"RxUtils","l":"getEmpty()","url":"com/aliucord/utils/RxUtils.html#getEmpty()"}, {"p":"com.aliucord.utils","c":"ReflectDelegatesKt","l":"lazyField(String)","url":"com/aliucord/utils/ReflectDelegatesKt.html#lazyField(java.lang.String)"}, {"p":"com.aliucord.views","c":"DangerButton","l":"DangerButton(Context)","url":"com/aliucord/views/DangerButton.html#DangerButton(android.content.Context)"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SaveButton(Context)","url":"com/aliucord/views/SaveButton.html#SaveButton(android.content.Context)"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"ToolbarButton(Context)","url":"com/aliucord/views/ToolbarButton.html#ToolbarButton(android.content.Context)"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"setImageDrawable(Drawable)","url":"com/aliucord/views/ToolbarButton.html#setImageDrawable(android.graphics.drawable.Drawable)"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"setImageDrawable(Drawable, boolean)","url":"com/aliucord/views/ToolbarButton.html#setImageDrawable(android.graphics.drawable.Drawable,boolean)"}, {"p":"com.aliucord.views","c":"Divider","l":"Divider(Context)","url":"com/aliucord/views/Divider.html#Divider(android.content.Context)"}, {"p":"com.aliucord.views","c":"Button","l":"Button(Context)","url":"com/aliucord/views/Button.html#Button(android.content.Context)"}, {"p":"com.aliucord.views","c":"TextInput","l":"TextInput(Context)","url":"com/aliucord/views/TextInput.html#TextInput(android.content.Context)"}, {"p":"com.aliucord.views","c":"TextInput","l":"TextInput(Context, CharSequence)","url":"com/aliucord/views/TextInput.html#TextInput(android.content.Context,java.lang.CharSequence)"}, {"p":"com.aliucord.views","c":"TextInput","l":"TextInput(Context, CharSequence, String)","url":"com/aliucord/views/TextInput.html#TextInput(android.content.Context,java.lang.CharSequence,java.lang.String)"}, {"p":"com.aliucord.views","c":"TextInput","l":"TextInput(Context, CharSequence, String, TextWatcher)","url":"com/aliucord/views/TextInput.html#TextInput(android.content.Context,java.lang.CharSequence,java.lang.String,android.text.TextWatcher)"}, {"p":"com.aliucord.views","c":"TextInput","l":"TextInput(Context, CharSequence, String, View.OnClickListener)","url":"com/aliucord/views/TextInput.html#TextInput(android.content.Context,java.lang.CharSequence,java.lang.String,android.view.View.OnClickListener)"}, {"p":"com.aliucord.views","c":"TextInput","l":"TextInput(Context, CharSequence, String, TextWatcher, View.OnClickListener)","url":"com/aliucord/views/TextInput.html#TextInput(android.content.Context,java.lang.CharSequence,java.lang.String,android.text.TextWatcher,android.view.View.OnClickListener)"}, {"p":"com.aliucord.views","c":"TextInput","l":"getRoot()","url":"com/aliucord/views/TextInput.html#getRoot()"}, {"p":"com.aliucord.views","c":"TextInput","l":"getEditText()","url":"com/aliucord/views/TextInput.html#getEditText()"}, {"p":"com.aliucord.views","c":"TextInput","l":"setHint(CharSequence)","url":"com/aliucord/views/TextInput.html#setHint(java.lang.CharSequence)"}, {"p":"com.aliucord.views","c":"TextInput","l":"setHint(int)","url":"com/aliucord/views/TextInput.html#setHint(int)"}, {"p":"com.aliucord.views","c":"TextInput","l":"setThemedEndIcon(Drawable)","url":"com/aliucord/views/TextInput.html#setThemedEndIcon(android.graphics.drawable.Drawable)"}, {"p":"com.aliucord.views","c":"TextInput","l":"setThemedEndIcon(int)","url":"com/aliucord/views/TextInput.html#setThemedEndIcon(int)"}, {"p":"com.aliucord.api.rn.user","c":"RNUser","l":"RNUser(Long, String, NullSerializable, NullSerializable, String, Integer, Integer, Boolean, Boolean, String, String, Boolean, String, NsfwAllowance, Boolean, Phone, String, PremiumTier, Integer, GuildMember, NullSerializable, NullSerializable, Integer, String)","url":"com/aliucord/api/rn/user/RNUser.html#RNUser(java.lang.Long,java.lang.String,com.discord.nullserializable.NullSerializable,com.discord.nullserializable.NullSerializable,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.lang.String,java.lang.String,java.lang.Boolean,java.lang.String,com.discord.api.user.NsfwAllowance,java.lang.Boolean,com.discord.api.user.Phone,java.lang.String,com.discord.api.premium.PremiumTier,java.lang.Integer,com.discord.api.guildmember.GuildMember,com.discord.nullserializable.NullSerializable,com.discord.nullserializable.NullSerializable,java.lang.Integer,java.lang.String)"}, {"p":"com.aliucord.api.rn.user","c":"RNUser","l":"getGlobalName()","url":"com/aliucord/api/rn/user/RNUser.html#getGlobalName()"}, {"p":"com.aliucord.api.rn.user","c":"RNUserProfile","l":"RNUserProfile(UserProfileData, UserProfileData)","url":"com/aliucord/api/rn/user/RNUserProfile.html#RNUserProfile(com.aliucord.api.rn.user.UserProfileData,com.aliucord.api.rn.user.UserProfileData)"}, {"p":"com.aliucord.api.rn.user","c":"RNUserProfile","l":"getGuildMemberProfile()","url":"com/aliucord/api/rn/user/RNUserProfile.html#getGuildMemberProfile()"}, {"p":"com.aliucord.api.rn.user","c":"RNUserProfile","l":"getUserProfile()","url":"com/aliucord/api/rn/user/RNUserProfile.html#getUserProfile()"}, {"p":"com.aliucord.api.rn.user","c":"UserProfileData","l":"UserProfileData(Integer, String, String, Long, String, IntArray)","url":"com/aliucord/api/rn/user/UserProfileData.html#UserProfileData(java.lang.Integer,java.lang.String,java.lang.String,java.lang.Long,java.lang.String,kotlin.IntArray)"}, {"p":"com.aliucord.api.rn.user","c":"UserProfileData","l":"getAccentColor()","url":"com/aliucord/api/rn/user/UserProfileData.html#getAccentColor()"}, {"p":"com.aliucord.api.rn.user","c":"UserProfileData","l":"getBanner()","url":"com/aliucord/api/rn/user/UserProfileData.html#getBanner()"}, {"p":"com.aliucord.api.rn.user","c":"UserProfileData","l":"getBio()","url":"com/aliucord/api/rn/user/UserProfileData.html#getBio()"}, {"p":"com.aliucord.api.rn.user","c":"UserProfileData","l":"getGuildId()","url":"com/aliucord/api/rn/user/UserProfileData.html#getGuildId()"}, {"p":"com.aliucord.api.rn.user","c":"UserProfileData","l":"getPronouns()","url":"com/aliucord/api/rn/user/UserProfileData.html#getPronouns()"}, {"p":"com.aliucord.api.rn.user","c":"UserProfileData","l":"getThemeColors()","url":"com/aliucord/api/rn/user/UserProfileData.html#getThemeColors()"}, {"p":"com.aliucord.coreplugins","c":"CorePlugins","l":"loadAll(Context)","url":"com/aliucord/coreplugins/CorePlugins.html#loadAll(android.content.Context)"}, {"p":"com.aliucord.coreplugins","c":"CorePlugins","l":"startAll(Context)","url":"com/aliucord/coreplugins/CorePlugins.html#startAll(android.content.Context)"}, {"p":"com.aliucord.coreplugins","c":"PronounsKt","l":"getSheetProfileHeaderViewId()","url":"com/aliucord/coreplugins/PronounsKt.html#getSheetProfileHeaderViewId()"}, {"p":"com.aliucord.coreplugins","c":"PronounsKt","l":"getUserProfileHeaderSecondaryNameViewId()","url":"com/aliucord/coreplugins/PronounsKt.html#getUserProfileHeaderSecondaryNameViewId()"}, {"p":"com.aliucord.coreplugins","c":"PronounsKt","l":"getPronounsViewId()","url":"com/aliucord/coreplugins/PronounsKt.html#getPronounsViewId()"}, {"p":"com.aliucord.coreplugins.rn","c":"RNHeadersInterceptor","l":"RNHeadersInterceptor()","url":"com/aliucord/coreplugins/rn/RNHeadersInterceptor.html#RNHeadersInterceptor()"}, {"p":"com.aliucord.coreplugins.rn","c":"RNHeadersInterceptor","l":"intercept(Interceptor.Chain)","url":"com/aliucord/coreplugins/rn/RNHeadersInterceptor.html#intercept(okhttp3.Interceptor.Chain)"}, {"p":"com.aliucord.coreplugins.rn","c":"RNAPI","l":"RNAPI()","url":"com/aliucord/coreplugins/rn/RNAPI.html#RNAPI()"}, {"p":"com.aliucord.coreplugins.rn","c":"RNAPI","l":"load(Context)","url":"com/aliucord/coreplugins/rn/RNAPI.html#load(android.content.Context)"}, {"p":"com.aliucord.coreplugins.rn","c":"RNAPI","l":"start(Context)","url":"com/aliucord/coreplugins/rn/RNAPI.html#start(android.content.Context)"}, {"p":"com.aliucord.coreplugins.rn","c":"RNAPI","l":"stop(Context)","url":"com/aliucord/coreplugins/rn/RNAPI.html#stop(android.content.Context)"}, {"p":"com.aliucord.coreplugins.rn","c":"PatchesKt","l":"getGlobalNames()","url":"com/aliucord/coreplugins/rn/PatchesKt.html#getGlobalNames()"}, {"p":"com.aliucord.coreplugins.rn","c":"PatchesKt","l":"patchNextCallAdapter()","url":"com/aliucord/coreplugins/rn/PatchesKt.html#patchNextCallAdapter()"}, {"p":"com.aliucord.coreplugins.rn","c":"PatchesKt","l":"patchUser()","url":"com/aliucord/coreplugins/rn/PatchesKt.html#patchUser()"}, {"p":"com.aliucord.coreplugins.rn","c":"PatchesKt","l":"patchUserProfile()","url":"com/aliucord/coreplugins/rn/PatchesKt.html#patchUserProfile()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getApplicationId(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getApplicationId(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getAppliedTags(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getAppliedTags(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getAvailableTags(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getAvailableTags(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getBitrate(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getBitrate(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getDefaultAutoArchiveDuration(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getDefaultAutoArchiveDuration(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getFlags(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getFlags(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getGuildHashes(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getGuildHashes(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getGuildId(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getGuildId(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getIcon(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getIcon(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getId(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getId(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getLastMessageId(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getLastMessageId(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getMember(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getMember(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getMemberListId(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getMemberListId(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getMessageCount(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getMessageCount(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getName(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getName(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getNicks(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getNicks(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"isNsfw(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#isNsfw(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getOriginChannelId(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getOriginChannelId(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getOwnerId(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getOwnerId(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getParentId(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getParentId(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getPermissionOverwrites(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getPermissionOverwrites(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getPosition(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getPosition(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getRateLimitPerUser(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getRateLimitPerUser(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getRecipientIds(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getRecipientIds(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getRecipients(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getRecipients(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getRtcRegion(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getRtcRegion(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getThreadMetadata(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getThreadMetadata(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getTopic(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getTopic(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getType(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getType(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getUserLimit(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getUserLimit(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"ChannelWrapper(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.html#ChannelWrapper(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getApplicationId()","url":"com/aliucord/wrappers/ChannelWrapper.html#getApplicationId()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getAppliedTags()","url":"com/aliucord/wrappers/ChannelWrapper.html#getAppliedTags()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getAvailableTags()","url":"com/aliucord/wrappers/ChannelWrapper.html#getAvailableTags()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getBitrate()","url":"com/aliucord/wrappers/ChannelWrapper.html#getBitrate()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getDefaultAutoArchiveDuration()","url":"com/aliucord/wrappers/ChannelWrapper.html#getDefaultAutoArchiveDuration()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getFlags()","url":"com/aliucord/wrappers/ChannelWrapper.html#getFlags()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getGuildHashes()","url":"com/aliucord/wrappers/ChannelWrapper.html#getGuildHashes()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getGuildId()","url":"com/aliucord/wrappers/ChannelWrapper.html#getGuildId()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getIcon()","url":"com/aliucord/wrappers/ChannelWrapper.html#getIcon()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getId()","url":"com/aliucord/wrappers/ChannelWrapper.html#getId()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getLastMessageId()","url":"com/aliucord/wrappers/ChannelWrapper.html#getLastMessageId()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getMember()","url":"com/aliucord/wrappers/ChannelWrapper.html#getMember()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getMemberListId()","url":"com/aliucord/wrappers/ChannelWrapper.html#getMemberListId()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getMessageCount()","url":"com/aliucord/wrappers/ChannelWrapper.html#getMessageCount()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getName()","url":"com/aliucord/wrappers/ChannelWrapper.html#getName()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getNicks()","url":"com/aliucord/wrappers/ChannelWrapper.html#getNicks()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"isNsfw()","url":"com/aliucord/wrappers/ChannelWrapper.html#isNsfw()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getOriginChannelId()","url":"com/aliucord/wrappers/ChannelWrapper.html#getOriginChannelId()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getOwnerId()","url":"com/aliucord/wrappers/ChannelWrapper.html#getOwnerId()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getParentId()","url":"com/aliucord/wrappers/ChannelWrapper.html#getParentId()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getPermissionOverwrites()","url":"com/aliucord/wrappers/ChannelWrapper.html#getPermissionOverwrites()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getPosition()","url":"com/aliucord/wrappers/ChannelWrapper.html#getPosition()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getRateLimitPerUser()","url":"com/aliucord/wrappers/ChannelWrapper.html#getRateLimitPerUser()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getRecipientIds()","url":"com/aliucord/wrappers/ChannelWrapper.html#getRecipientIds()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getRecipients()","url":"com/aliucord/wrappers/ChannelWrapper.html#getRecipients()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getRtcRegion()","url":"com/aliucord/wrappers/ChannelWrapper.html#getRtcRegion()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getThreadMetadata()","url":"com/aliucord/wrappers/ChannelWrapper.html#getThreadMetadata()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getTopic()","url":"com/aliucord/wrappers/ChannelWrapper.html#getTopic()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getType()","url":"com/aliucord/wrappers/ChannelWrapper.html#getType()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getUserLimit()","url":"com/aliucord/wrappers/ChannelWrapper.html#getUserLimit()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"raw()","url":"com/aliucord/wrappers/ChannelWrapper.html#raw()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"isDM()","url":"com/aliucord/wrappers/ChannelWrapper.html#isDM()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"isGuild()","url":"com/aliucord/wrappers/ChannelWrapper.html#isGuild()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"isDM(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.html#isDM(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"isGuild(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.html#isGuild(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper.Companion","l":"isAnimated(GuildEmoji)","url":"com/aliucord/wrappers/GuildEmojiWrapper.Companion.html#isAnimated(com.discord.api.emoji.GuildEmoji)"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper.Companion","l":"isAvailable(GuildEmoji)","url":"com/aliucord/wrappers/GuildEmojiWrapper.Companion.html#isAvailable(com.discord.api.emoji.GuildEmoji)"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper.Companion","l":"getId(GuildEmoji)","url":"com/aliucord/wrappers/GuildEmojiWrapper.Companion.html#getId(com.discord.api.emoji.GuildEmoji)"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper.Companion","l":"isManaged(GuildEmoji)","url":"com/aliucord/wrappers/GuildEmojiWrapper.Companion.html#isManaged(com.discord.api.emoji.GuildEmoji)"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper.Companion","l":"getName(GuildEmoji)","url":"com/aliucord/wrappers/GuildEmojiWrapper.Companion.html#getName(com.discord.api.emoji.GuildEmoji)"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper.Companion","l":"getRequireColons(GuildEmoji)","url":"com/aliucord/wrappers/GuildEmojiWrapper.Companion.html#getRequireColons(com.discord.api.emoji.GuildEmoji)"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper.Companion","l":"getRoles(GuildEmoji)","url":"com/aliucord/wrappers/GuildEmojiWrapper.Companion.html#getRoles(com.discord.api.emoji.GuildEmoji)"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper","l":"GuildEmojiWrapper(GuildEmoji)","url":"com/aliucord/wrappers/GuildEmojiWrapper.html#GuildEmojiWrapper(com.discord.api.emoji.GuildEmoji)"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper","l":"isAnimated()","url":"com/aliucord/wrappers/GuildEmojiWrapper.html#isAnimated()"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper","l":"isAvailable()","url":"com/aliucord/wrappers/GuildEmojiWrapper.html#isAvailable()"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper","l":"getId()","url":"com/aliucord/wrappers/GuildEmojiWrapper.html#getId()"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper","l":"isManaged()","url":"com/aliucord/wrappers/GuildEmojiWrapper.html#isManaged()"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper","l":"getName()","url":"com/aliucord/wrappers/GuildEmojiWrapper.html#getName()"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper","l":"getRoles()","url":"com/aliucord/wrappers/GuildEmojiWrapper.html#getRoles()"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper","l":"raw()","url":"com/aliucord/wrappers/GuildEmojiWrapper.html#raw()"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"getAvatar(GuildMember)","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#getAvatar(com.discord.api.guildmember.GuildMember)"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"getBanner(GuildMember)","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#getBanner(com.discord.api.guildmember.GuildMember)"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"getBio(GuildMember)","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#getBio(com.discord.api.guildmember.GuildMember)"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"getGuildId(GuildMember)","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#getGuildId(com.discord.api.guildmember.GuildMember)"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"getJoinedAt(GuildMember)","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#getJoinedAt(com.discord.api.guildmember.GuildMember)"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"getNick(GuildMember)","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#getNick(com.discord.api.guildmember.GuildMember)"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"isPending(GuildMember)","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#isPending(com.discord.api.guildmember.GuildMember)"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"getPremiumSince(GuildMember)","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#getPremiumSince(com.discord.api.guildmember.GuildMember)"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"getPresence(GuildMember)","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#getPresence(com.discord.api.guildmember.GuildMember)"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"getRoles(GuildMember)","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#getRoles(com.discord.api.guildmember.GuildMember)"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"getUser(GuildMember)","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#getUser(com.discord.api.guildmember.GuildMember)"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"getUserId(GuildMember)","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#getUserId(com.discord.api.guildmember.GuildMember)"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"GuildMemberWrapper(GuildMember)","url":"com/aliucord/wrappers/GuildMemberWrapper.html#GuildMemberWrapper(com.discord.api.guildmember.GuildMember)"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"getAvatar()","url":"com/aliucord/wrappers/GuildMemberWrapper.html#getAvatar()"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"getBanner()","url":"com/aliucord/wrappers/GuildMemberWrapper.html#getBanner()"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"getBio()","url":"com/aliucord/wrappers/GuildMemberWrapper.html#getBio()"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"getGuildId()","url":"com/aliucord/wrappers/GuildMemberWrapper.html#getGuildId()"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"getJoinedAt()","url":"com/aliucord/wrappers/GuildMemberWrapper.html#getJoinedAt()"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"getNick()","url":"com/aliucord/wrappers/GuildMemberWrapper.html#getNick()"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"isPending()","url":"com/aliucord/wrappers/GuildMemberWrapper.html#isPending()"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"getPremiumSince()","url":"com/aliucord/wrappers/GuildMemberWrapper.html#getPremiumSince()"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"getPresence()","url":"com/aliucord/wrappers/GuildMemberWrapper.html#getPresence()"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"getRoles()","url":"com/aliucord/wrappers/GuildMemberWrapper.html#getRoles()"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"getUser()","url":"com/aliucord/wrappers/GuildMemberWrapper.html#getUser()"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"getUserId()","url":"com/aliucord/wrappers/GuildMemberWrapper.html#getUserId()"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"raw()","url":"com/aliucord/wrappers/GuildMemberWrapper.html#raw()"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"getColor(GuildRole)","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#getColor(com.discord.api.role.GuildRole)"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"getHoist(GuildRole)","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#getHoist(com.discord.api.role.GuildRole)"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"getIcon(GuildRole)","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#getIcon(com.discord.api.role.GuildRole)"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"getManaged(GuildRole)","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#getManaged(com.discord.api.role.GuildRole)"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"getMentionable(GuildRole)","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#getMentionable(com.discord.api.role.GuildRole)"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"getName(GuildRole)","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#getName(com.discord.api.role.GuildRole)"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"getPermissions(GuildRole)","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#getPermissions(com.discord.api.role.GuildRole)"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"getPosition(GuildRole)","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#getPosition(com.discord.api.role.GuildRole)"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"getTags(GuildRole)","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#getTags(com.discord.api.role.GuildRole)"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"getUnicodeEmoji(GuildRole)","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#getUnicodeEmoji(com.discord.api.role.GuildRole)"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"GuildRoleWrapper(GuildRole)","url":"com/aliucord/wrappers/GuildRoleWrapper.html#GuildRoleWrapper(com.discord.api.role.GuildRole)"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"getColor()","url":"com/aliucord/wrappers/GuildRoleWrapper.html#getColor()"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"getHoist()","url":"com/aliucord/wrappers/GuildRoleWrapper.html#getHoist()"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"getIcon()","url":"com/aliucord/wrappers/GuildRoleWrapper.html#getIcon()"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"getId()","url":"com/aliucord/wrappers/GuildRoleWrapper.html#getId()"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"getManaged()","url":"com/aliucord/wrappers/GuildRoleWrapper.html#getManaged()"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"getMentionable()","url":"com/aliucord/wrappers/GuildRoleWrapper.html#getMentionable()"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"getName()","url":"com/aliucord/wrappers/GuildRoleWrapper.html#getName()"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"getPermissions()","url":"com/aliucord/wrappers/GuildRoleWrapper.html#getPermissions()"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"getPosition()","url":"com/aliucord/wrappers/GuildRoleWrapper.html#getPosition()"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"getTags()","url":"com/aliucord/wrappers/GuildRoleWrapper.html#getTags()"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"getUnicodeEmoji()","url":"com/aliucord/wrappers/GuildRoleWrapper.html#getUnicodeEmoji()"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"raw()","url":"com/aliucord/wrappers/GuildRoleWrapper.html#raw()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getAfkChannelId(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getAfkChannelId(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getAfkTimeout(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getAfkTimeout(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getApproximatePresenceCount(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getApproximatePresenceCount(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getBanner(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getBanner(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getChannelUpdates(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getChannelUpdates(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getChannels(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getChannels(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getDefaultMessageNotifications(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getDefaultMessageNotifications(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getDescription(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getDescription(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getEmojis(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getEmojis(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getExplicitContentFilter(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getExplicitContentFilter(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getFeatures(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getFeatures(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getHashes(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getHashes(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getScheduledEvents(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getScheduledEvents(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getIcon(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getIcon(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getId(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getId(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getJoinedAt(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getJoinedAt(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getMaxVideoChannelUsers(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getMaxVideoChannelUsers(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getApproxMemberCount(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getApproxMemberCount(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getCachedMembers(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getCachedMembers(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getMfaLevel(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getMfaLevel(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getName(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getName(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"isNsfw(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#isNsfw(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getOwnerId(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getOwnerId(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getPreferredLocale(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getPreferredLocale(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getPremiumSubscriptionCount(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getPremiumSubscriptionCount(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getPremiumTier(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getPremiumTier(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getPresences(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getPresences(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getPublicUpdatesChannelId(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getPublicUpdatesChannelId(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getRegion(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getRegion(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getRoles(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getRoles(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getRulesChannelId(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getRulesChannelId(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getSplash(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getSplash(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getStickers(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getStickers(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getSystemChannelFlags(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getSystemChannelFlags(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getSystemChannelId(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getSystemChannelId(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getThreads(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getThreads(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"isUnavailable(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#isUnavailable(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getVanityUrlCode(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getVanityUrlCode(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getVerificationLevel(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getVerificationLevel(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"GuildWrapper(Guild)","url":"com/aliucord/wrappers/GuildWrapper.html#GuildWrapper(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getAfkChannelId()","url":"com/aliucord/wrappers/GuildWrapper.html#getAfkChannelId()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getAfkTimeout()","url":"com/aliucord/wrappers/GuildWrapper.html#getAfkTimeout()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getApproximatePresenceCount()","url":"com/aliucord/wrappers/GuildWrapper.html#getApproximatePresenceCount()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getBanner()","url":"com/aliucord/wrappers/GuildWrapper.html#getBanner()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getChannelUpdates()","url":"com/aliucord/wrappers/GuildWrapper.html#getChannelUpdates()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getChannels()","url":"com/aliucord/wrappers/GuildWrapper.html#getChannels()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getDefaultMessageNotifications()","url":"com/aliucord/wrappers/GuildWrapper.html#getDefaultMessageNotifications()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getDescription()","url":"com/aliucord/wrappers/GuildWrapper.html#getDescription()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getEmojis()","url":"com/aliucord/wrappers/GuildWrapper.html#getEmojis()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getExplicitContentFilter()","url":"com/aliucord/wrappers/GuildWrapper.html#getExplicitContentFilter()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getFeatures()","url":"com/aliucord/wrappers/GuildWrapper.html#getFeatures()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getGuildHashes()","url":"com/aliucord/wrappers/GuildWrapper.html#getGuildHashes()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getScheduledEvents()","url":"com/aliucord/wrappers/GuildWrapper.html#getScheduledEvents()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getIcon()","url":"com/aliucord/wrappers/GuildWrapper.html#getIcon()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getId()","url":"com/aliucord/wrappers/GuildWrapper.html#getId()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getJoinedAt()","url":"com/aliucord/wrappers/GuildWrapper.html#getJoinedAt()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getMaxVideoChannelUsers()","url":"com/aliucord/wrappers/GuildWrapper.html#getMaxVideoChannelUsers()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getApproxMemberCount()","url":"com/aliucord/wrappers/GuildWrapper.html#getApproxMemberCount()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getCachedMembers()","url":"com/aliucord/wrappers/GuildWrapper.html#getCachedMembers()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getMfaLevel()","url":"com/aliucord/wrappers/GuildWrapper.html#getMfaLevel()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getName()","url":"com/aliucord/wrappers/GuildWrapper.html#getName()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"isNsfw()","url":"com/aliucord/wrappers/GuildWrapper.html#isNsfw()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getOwnerId()","url":"com/aliucord/wrappers/GuildWrapper.html#getOwnerId()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getPreferredLocale()","url":"com/aliucord/wrappers/GuildWrapper.html#getPreferredLocale()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getPremiumSubscriptionCount()","url":"com/aliucord/wrappers/GuildWrapper.html#getPremiumSubscriptionCount()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getPremiumTier()","url":"com/aliucord/wrappers/GuildWrapper.html#getPremiumTier()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getPresences()","url":"com/aliucord/wrappers/GuildWrapper.html#getPresences()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getPublicUpdatesChannelId()","url":"com/aliucord/wrappers/GuildWrapper.html#getPublicUpdatesChannelId()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getRegion()","url":"com/aliucord/wrappers/GuildWrapper.html#getRegion()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getRoles()","url":"com/aliucord/wrappers/GuildWrapper.html#getRoles()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getRulesChannelId()","url":"com/aliucord/wrappers/GuildWrapper.html#getRulesChannelId()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getSplash()","url":"com/aliucord/wrappers/GuildWrapper.html#getSplash()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getStickers()","url":"com/aliucord/wrappers/GuildWrapper.html#getStickers()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getSystemChannelFlags()","url":"com/aliucord/wrappers/GuildWrapper.html#getSystemChannelFlags()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getSystemChannelId()","url":"com/aliucord/wrappers/GuildWrapper.html#getSystemChannelId()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getThreads()","url":"com/aliucord/wrappers/GuildWrapper.html#getThreads()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"isUnavailable()","url":"com/aliucord/wrappers/GuildWrapper.html#isUnavailable()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getVanityUrlCode()","url":"com/aliucord/wrappers/GuildWrapper.html#getVanityUrlCode()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getVerificationLevel()","url":"com/aliucord/wrappers/GuildWrapper.html#getVerificationLevel()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"raw()","url":"com/aliucord/wrappers/GuildWrapper.html#raw()"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper.Companion","l":"getId(PermissionOverwrite)","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.Companion.html#getId(com.discord.api.permission.PermissionOverwrite)"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper.Companion","l":"getAllowed(PermissionOverwrite)","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.Companion.html#getAllowed(com.discord.api.permission.PermissionOverwrite)"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper.Companion","l":"getDenied(PermissionOverwrite)","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.Companion.html#getDenied(com.discord.api.permission.PermissionOverwrite)"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper.Companion","l":"getType(PermissionOverwrite)","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.Companion.html#getType(com.discord.api.permission.PermissionOverwrite)"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper","l":"PermissionOverwriteWrapper(PermissionOverwrite)","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.html#PermissionOverwriteWrapper(com.discord.api.permission.PermissionOverwrite)"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper","l":"getId()","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.html#getId()"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper","l":"getAllowed()","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.html#getAllowed()"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper","l":"getDenied()","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.html#getDenied()"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper","l":"getType()","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.html#getType()"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper","l":"raw()","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.html#raw()"}, {"p":"com.aliucord.wrappers.embeds","c":"AuthorWrapper.Companion","l":"getName(EmbedAuthor)","url":"com/aliucord/wrappers/embeds/AuthorWrapper.Companion.html#getName(com.discord.api.message.embed.EmbedAuthor)"}, {"p":"com.aliucord.wrappers.embeds","c":"AuthorWrapper.Companion","l":"getProxyIconUrl(EmbedAuthor)","url":"com/aliucord/wrappers/embeds/AuthorWrapper.Companion.html#getProxyIconUrl(com.discord.api.message.embed.EmbedAuthor)"}, {"p":"com.aliucord.wrappers.embeds","c":"AuthorWrapper.Companion","l":"getUrl(EmbedAuthor)","url":"com/aliucord/wrappers/embeds/AuthorWrapper.Companion.html#getUrl(com.discord.api.message.embed.EmbedAuthor)"}, {"p":"com.aliucord.wrappers.embeds","c":"AuthorWrapper","l":"AuthorWrapper(EmbedAuthor)","url":"com/aliucord/wrappers/embeds/AuthorWrapper.html#AuthorWrapper(com.discord.api.message.embed.EmbedAuthor)"}, {"p":"com.aliucord.wrappers.embeds","c":"AuthorWrapper","l":"getName()","url":"com/aliucord/wrappers/embeds/AuthorWrapper.html#getName()"}, {"p":"com.aliucord.wrappers.embeds","c":"AuthorWrapper","l":"getProxyIconUrl()","url":"com/aliucord/wrappers/embeds/AuthorWrapper.html#getProxyIconUrl()"}, {"p":"com.aliucord.wrappers.embeds","c":"AuthorWrapper","l":"getUrl()","url":"com/aliucord/wrappers/embeds/AuthorWrapper.html#getUrl()"}, {"p":"com.aliucord.wrappers.embeds","c":"AuthorWrapper","l":"raw()","url":"com/aliucord/wrappers/embeds/AuthorWrapper.html#raw()"}, {"p":"com.aliucord.wrappers.embeds","c":"FieldWrapper.Companion","l":"getName(EmbedField)","url":"com/aliucord/wrappers/embeds/FieldWrapper.Companion.html#getName(com.discord.api.message.embed.EmbedField)"}, {"p":"com.aliucord.wrappers.embeds","c":"FieldWrapper.Companion","l":"getValue(EmbedField)","url":"com/aliucord/wrappers/embeds/FieldWrapper.Companion.html#getValue(com.discord.api.message.embed.EmbedField)"}, {"p":"com.aliucord.wrappers.embeds","c":"FieldWrapper.Companion","l":"isInline(EmbedField)","url":"com/aliucord/wrappers/embeds/FieldWrapper.Companion.html#isInline(com.discord.api.message.embed.EmbedField)"}, {"p":"com.aliucord.wrappers.embeds","c":"FieldWrapper","l":"FieldWrapper(EmbedField)","url":"com/aliucord/wrappers/embeds/FieldWrapper.html#FieldWrapper(com.discord.api.message.embed.EmbedField)"}, {"p":"com.aliucord.wrappers.embeds","c":"FieldWrapper","l":"getName()","url":"com/aliucord/wrappers/embeds/FieldWrapper.html#getName()"}, {"p":"com.aliucord.wrappers.embeds","c":"FieldWrapper","l":"getValue()","url":"com/aliucord/wrappers/embeds/FieldWrapper.html#getValue()"}, {"p":"com.aliucord.wrappers.embeds","c":"FieldWrapper","l":"isInline()","url":"com/aliucord/wrappers/embeds/FieldWrapper.html#isInline()"}, {"p":"com.aliucord.wrappers.embeds","c":"FieldWrapper","l":"raw()","url":"com/aliucord/wrappers/embeds/FieldWrapper.html#raw()"}, {"p":"com.aliucord.wrappers.embeds","c":"FooterWrapper.Companion","l":"getText(EmbedFooter)","url":"com/aliucord/wrappers/embeds/FooterWrapper.Companion.html#getText(com.discord.api.message.embed.EmbedFooter)"}, {"p":"com.aliucord.wrappers.embeds","c":"FooterWrapper.Companion","l":"getProxyIconUrl(EmbedFooter)","url":"com/aliucord/wrappers/embeds/FooterWrapper.Companion.html#getProxyIconUrl(com.discord.api.message.embed.EmbedFooter)"}, {"p":"com.aliucord.wrappers.embeds","c":"FooterWrapper.Companion","l":"getIconUrl(EmbedFooter)","url":"com/aliucord/wrappers/embeds/FooterWrapper.Companion.html#getIconUrl(com.discord.api.message.embed.EmbedFooter)"}, {"p":"com.aliucord.wrappers.embeds","c":"FooterWrapper","l":"FooterWrapper(EmbedFooter)","url":"com/aliucord/wrappers/embeds/FooterWrapper.html#FooterWrapper(com.discord.api.message.embed.EmbedFooter)"}, {"p":"com.aliucord.wrappers.embeds","c":"FooterWrapper","l":"getText()","url":"com/aliucord/wrappers/embeds/FooterWrapper.html#getText()"}, {"p":"com.aliucord.wrappers.embeds","c":"FooterWrapper","l":"getIconUrl()","url":"com/aliucord/wrappers/embeds/FooterWrapper.html#getIconUrl()"}, {"p":"com.aliucord.wrappers.embeds","c":"FooterWrapper","l":"getProxyIconUrl()","url":"com/aliucord/wrappers/embeds/FooterWrapper.html#getProxyIconUrl()"}, {"p":"com.aliucord.wrappers.embeds","c":"FooterWrapper","l":"raw()","url":"com/aliucord/wrappers/embeds/FooterWrapper.html#raw()"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper.Companion","l":"getUrl(EmbedImage)","url":"com/aliucord/wrappers/embeds/ImageWrapper.Companion.html#getUrl(com.discord.api.message.embed.EmbedImage)"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper.Companion","l":"getProxyUrl(EmbedImage)","url":"com/aliucord/wrappers/embeds/ImageWrapper.Companion.html#getProxyUrl(com.discord.api.message.embed.EmbedImage)"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper.Companion","l":"getHeight(EmbedImage)","url":"com/aliucord/wrappers/embeds/ImageWrapper.Companion.html#getHeight(com.discord.api.message.embed.EmbedImage)"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper.Companion","l":"getWidth(EmbedImage)","url":"com/aliucord/wrappers/embeds/ImageWrapper.Companion.html#getWidth(com.discord.api.message.embed.EmbedImage)"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper","l":"ImageWrapper(EmbedImage)","url":"com/aliucord/wrappers/embeds/ImageWrapper.html#ImageWrapper(com.discord.api.message.embed.EmbedImage)"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper","l":"getUrl()","url":"com/aliucord/wrappers/embeds/ImageWrapper.html#getUrl()"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper","l":"getProxyUrl()","url":"com/aliucord/wrappers/embeds/ImageWrapper.html#getProxyUrl()"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper","l":"getHeight()","url":"com/aliucord/wrappers/embeds/ImageWrapper.html#getHeight()"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper","l":"getWidth()","url":"com/aliucord/wrappers/embeds/ImageWrapper.html#getWidth()"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper","l":"raw()","url":"com/aliucord/wrappers/embeds/ImageWrapper.html#raw()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"getRawAuthor(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#getRawAuthor(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"getColor(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#getColor(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"getDescription(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#getDescription(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"getRawFields(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#getRawFields(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"getRawFooter(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#getRawFooter(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"getRawThumbnail(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#getRawThumbnail(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"getRawImage(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#getRawImage(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"getRawVideo(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#getRawVideo(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"getRawProvider(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#getRawProvider(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"getTimestamp(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#getTimestamp(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"getTitle(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#getTitle(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"getType(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#getType(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"getUrl(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#getUrl(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"MessageEmbedWrapper(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#MessageEmbedWrapper(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getAuthor()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getAuthor()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getRawAuthor()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getRawAuthor()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getColor()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getColor()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getDescription()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getDescription()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getFields()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getFields()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getRawFields()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getRawFields()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getFooter()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getFooter()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getRawFooter()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getRawFooter()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getThumbnail()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getThumbnail()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getRawThumbnail()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getRawThumbnail()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getImage()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getImage()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getRawImage()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getRawImage()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getVideo()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getVideo()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getRawVideo()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getRawVideo()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getProvider()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getProvider()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getRawProvider()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getRawProvider()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getTimestamp()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getTimestamp()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getTitle()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getTitle()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getType()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getType()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getUrl()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getUrl()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"raw()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#raw()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getAuthor(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getAuthor(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getFields(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getFields(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getFooter(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getFooter(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getImage(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getImage(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getProvider(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getProvider(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getThumbnail(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getThumbnail(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getVideo(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getVideo(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"ProviderWrapper.Companion","l":"getName(EmbedProvider)","url":"com/aliucord/wrappers/embeds/ProviderWrapper.Companion.html#getName(com.discord.api.message.embed.EmbedProvider)"}, {"p":"com.aliucord.wrappers.embeds","c":"ProviderWrapper.Companion","l":"getUrl(EmbedProvider)","url":"com/aliucord/wrappers/embeds/ProviderWrapper.Companion.html#getUrl(com.discord.api.message.embed.EmbedProvider)"}, {"p":"com.aliucord.wrappers.embeds","c":"ProviderWrapper","l":"ProviderWrapper(EmbedProvider)","url":"com/aliucord/wrappers/embeds/ProviderWrapper.html#ProviderWrapper(com.discord.api.message.embed.EmbedProvider)"}, {"p":"com.aliucord.wrappers.embeds","c":"ProviderWrapper","l":"getName()","url":"com/aliucord/wrappers/embeds/ProviderWrapper.html#getName()"}, {"p":"com.aliucord.wrappers.embeds","c":"ProviderWrapper","l":"getUrl()","url":"com/aliucord/wrappers/embeds/ProviderWrapper.html#getUrl()"}, {"p":"com.aliucord.wrappers.embeds","c":"ProviderWrapper","l":"raw()","url":"com/aliucord/wrappers/embeds/ProviderWrapper.html#raw()"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper.Companion","l":"getUrl(EmbedThumbnail)","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.Companion.html#getUrl(com.discord.api.message.embed.EmbedThumbnail)"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper.Companion","l":"getProxyUrl(EmbedThumbnail)","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.Companion.html#getProxyUrl(com.discord.api.message.embed.EmbedThumbnail)"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper.Companion","l":"getHeight(EmbedThumbnail)","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.Companion.html#getHeight(com.discord.api.message.embed.EmbedThumbnail)"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper.Companion","l":"getWidth(EmbedThumbnail)","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.Companion.html#getWidth(com.discord.api.message.embed.EmbedThumbnail)"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper","l":"ThumbnailWrapper(EmbedThumbnail)","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.html#ThumbnailWrapper(com.discord.api.message.embed.EmbedThumbnail)"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper","l":"getUrl()","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.html#getUrl()"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper","l":"getProxyUrl()","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.html#getProxyUrl()"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper","l":"getHeight()","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.html#getHeight()"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper","l":"getWidth()","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.html#getWidth()"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper","l":"raw()","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.html#raw()"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper.Companion","l":"getUrl(EmbedVideo)","url":"com/aliucord/wrappers/embeds/VideoWrapper.Companion.html#getUrl(com.discord.api.message.embed.EmbedVideo)"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper.Companion","l":"getProxyUrl(EmbedVideo)","url":"com/aliucord/wrappers/embeds/VideoWrapper.Companion.html#getProxyUrl(com.discord.api.message.embed.EmbedVideo)"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper.Companion","l":"getHeight(EmbedVideo)","url":"com/aliucord/wrappers/embeds/VideoWrapper.Companion.html#getHeight(com.discord.api.message.embed.EmbedVideo)"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper.Companion","l":"getWidth(EmbedVideo)","url":"com/aliucord/wrappers/embeds/VideoWrapper.Companion.html#getWidth(com.discord.api.message.embed.EmbedVideo)"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper","l":"VideoWrapper(EmbedVideo)","url":"com/aliucord/wrappers/embeds/VideoWrapper.html#VideoWrapper(com.discord.api.message.embed.EmbedVideo)"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper","l":"getUrl()","url":"com/aliucord/wrappers/embeds/VideoWrapper.html#getUrl()"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper","l":"getProxyUrl()","url":"com/aliucord/wrappers/embeds/VideoWrapper.html#getProxyUrl()"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper","l":"getHeight()","url":"com/aliucord/wrappers/embeds/VideoWrapper.html#getHeight()"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper","l":"getWidth()","url":"com/aliucord/wrappers/embeds/VideoWrapper.html#getWidth()"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper","l":"raw()","url":"com/aliucord/wrappers/embeds/VideoWrapper.html#raw()"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper.Companion","l":"getFilename(MessageAttachment)","url":"com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html#getFilename(com.discord.api.message.attachment.MessageAttachment)"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper.Companion","l":"getHeight(MessageAttachment)","url":"com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html#getHeight(com.discord.api.message.attachment.MessageAttachment)"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper.Companion","l":"getProxyUrl(MessageAttachment)","url":"com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html#getProxyUrl(com.discord.api.message.attachment.MessageAttachment)"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper.Companion","l":"getSize(MessageAttachment)","url":"com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html#getSize(com.discord.api.message.attachment.MessageAttachment)"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper.Companion","l":"getType(MessageAttachment)","url":"com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html#getType(com.discord.api.message.attachment.MessageAttachment)"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper.Companion","l":"getUrl(MessageAttachment)","url":"com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html#getUrl(com.discord.api.message.attachment.MessageAttachment)"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper.Companion","l":"getWidth(MessageAttachment)","url":"com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html#getWidth(com.discord.api.message.attachment.MessageAttachment)"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper","l":"AttachmentWrapper(MessageAttachment)","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html#AttachmentWrapper(com.discord.api.message.attachment.MessageAttachment)"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper","l":"getFilename()","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html#getFilename()"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper","l":"getHeight()","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html#getHeight()"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper","l":"getProxyUrl()","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html#getProxyUrl()"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper","l":"getSize()","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html#getSize()"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper","l":"getType()","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html#getType()"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper","l":"getUrl()","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html#getUrl()"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper","l":"getWidth()","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html#getWidth()"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper","l":"raw()","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html#raw()"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper.Companion","l":"getFormatType(BaseSticker)","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.Companion.html#getFormatType(com.discord.api.sticker.BaseSticker)"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper.Companion","l":"getFormat(BaseSticker)","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.Companion.html#getFormat(com.discord.api.sticker.BaseSticker)"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper.Companion","l":"getStickerPartial(BaseSticker)","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.Companion.html#getStickerPartial(com.discord.api.sticker.BaseSticker)"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper.Companion","l":"getId(BaseSticker)","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.Companion.html#getId(com.discord.api.sticker.BaseSticker)"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper","l":"BaseStickerWrapper(BaseSticker)","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.html#BaseStickerWrapper(com.discord.api.sticker.BaseSticker)"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper","l":"getFormatType()","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.html#getFormatType()"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper","l":"getFormat()","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.html#getFormat()"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper","l":"getStickerPartial()","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.html#getStickerPartial()"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper","l":"getId()","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.html#getId()"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper","l":"raw()","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.html#raw()"}, {"p":"com.discord.widgets.user","c":"WidgetKickUser$binding$2","l":"INSTANCE","url":"com/discord/widgets/user/WidgetKickUser$binding$2.html#INSTANCE"}, {"p":"com.discord.widgets.guilds.leave","c":"WidgetLeaveGuildDialog$binding$2","l":"INSTANCE","url":"com/discord/widgets/guilds/leave/WidgetLeaveGuildDialog$binding$2.html#INSTANCE"}, {"p":"com.discord.widgets.chat.input","c":"WidgetChatInput$configureSendListeners$7$1","l":"this$0","url":"com/discord/widgets/chat/input/WidgetChatInput$configureSendListeners$7$1.html#this$0"}, {"p":"com.aliucord","c":"Main","l":"preInitialized","url":"com/aliucord/Main.html#preInitialized"}, {"p":"com.aliucord","c":"Main","l":"initialized","url":"com/aliucord/Main.html#initialized"}, {"p":"com.aliucord","c":"Main","l":"logger","url":"com/aliucord/Main.html#logger"}, {"p":"com.aliucord","c":"Main","l":"settings","url":"com/aliucord/Main.html#settings"}, {"p":"com.aliucord","c":"Http.HttpException","l":"url","url":"com/aliucord/Http.HttpException.html#url"}, {"p":"com.aliucord","c":"Http.HttpException","l":"method","url":"com/aliucord/Http.HttpException.html#method"}, {"p":"com.aliucord","c":"Http.HttpException","l":"statusCode","url":"com/aliucord/Http.HttpException.html#statusCode"}, {"p":"com.aliucord","c":"Http.HttpException","l":"statusMessage","url":"com/aliucord/Http.HttpException.html#statusMessage"}, {"p":"com.aliucord","c":"Http.HttpException","l":"req","url":"com/aliucord/Http.HttpException.html#req"}, {"p":"com.aliucord","c":"Http.HttpException","l":"res","url":"com/aliucord/Http.HttpException.html#res"}, {"p":"com.aliucord","c":"Http.HttpException","l":"message","url":"com/aliucord/Http.HttpException.html#message"}, {"p":"com.aliucord","c":"Http.Request","l":"conn","url":"com/aliucord/Http.Request.html#conn"}, {"p":"com.aliucord","c":"Http.Response","l":"statusCode","url":"com/aliucord/Http.Response.html#statusCode"}, {"p":"com.aliucord","c":"Http.Response","l":"statusMessage","url":"com/aliucord/Http.Response.html#statusMessage"}, {"p":"com.aliucord","c":"Constants.Icons","l":"CLYDE","url":"com/aliucord/Constants.Icons.html#CLYDE"}, {"p":"com.aliucord","c":"Constants.Fonts","l":"ginto_bold","url":"com/aliucord/Constants.Fonts.html#ginto_bold"}, {"p":"com.aliucord","c":"Constants.Fonts","l":"ginto_medium","url":"com/aliucord/Constants.Fonts.html#ginto_medium"}, {"p":"com.aliucord","c":"Constants.Fonts","l":"ginto_regular","url":"com/aliucord/Constants.Fonts.html#ginto_regular"}, {"p":"com.aliucord","c":"Constants.Fonts","l":"roboto_medium_numbers","url":"com/aliucord/Constants.Fonts.html#roboto_medium_numbers"}, {"p":"com.aliucord","c":"Constants.Fonts","l":"sourcecodepro_semibold","url":"com/aliucord/Constants.Fonts.html#sourcecodepro_semibold"}, {"p":"com.aliucord","c":"Constants.Fonts","l":"whitney_bold","url":"com/aliucord/Constants.Fonts.html#whitney_bold"}, {"p":"com.aliucord","c":"Constants.Fonts","l":"whitney_medium","url":"com/aliucord/Constants.Fonts.html#whitney_medium"}, {"p":"com.aliucord","c":"Constants.Fonts","l":"whitney_semibold","url":"com/aliucord/Constants.Fonts.html#whitney_semibold"}, {"p":"com.aliucord","c":"Constants","l":"ALIUCORD_GITHUB_REPO","url":"com/aliucord/Constants.html#ALIUCORD_GITHUB_REPO"}, {"p":"com.aliucord","c":"Constants","l":"ALIUCORD_PATREON","url":"com/aliucord/Constants.html#ALIUCORD_PATREON"}, {"p":"com.aliucord","c":"Constants","l":"ALIUCORD_SUPPORT","url":"com/aliucord/Constants.html#ALIUCORD_SUPPORT"}, {"p":"com.aliucord","c":"Constants","l":"ALIUCORD_GUILD_ID","url":"com/aliucord/Constants.html#ALIUCORD_GUILD_ID"}, {"p":"com.aliucord","c":"Constants","l":"SUPPORT_CHANNEL_ID","url":"com/aliucord/Constants.html#SUPPORT_CHANNEL_ID"}, {"p":"com.aliucord","c":"Constants","l":"PLUGIN_SUPPORT_CHANNEL_ID","url":"com/aliucord/Constants.html#PLUGIN_SUPPORT_CHANNEL_ID"}, {"p":"com.aliucord","c":"Constants","l":"PLUGIN_LINKS_CHANNEL_ID","url":"com/aliucord/Constants.html#PLUGIN_LINKS_CHANNEL_ID"}, {"p":"com.aliucord","c":"Constants","l":"PLUGIN_LINKS_UPDATES_CHANNEL_ID","url":"com/aliucord/Constants.html#PLUGIN_LINKS_UPDATES_CHANNEL_ID"}, {"p":"com.aliucord","c":"Constants","l":"PLUGIN_REQUESTS_CHANNEL_ID","url":"com/aliucord/Constants.html#PLUGIN_REQUESTS_CHANNEL_ID"}, {"p":"com.aliucord","c":"Constants","l":"THEMES_CHANNEL_ID","url":"com/aliucord/Constants.html#THEMES_CHANNEL_ID"}, {"p":"com.aliucord","c":"Constants","l":"PLUGIN_DEVELOPMENT_CHANNEL_ID","url":"com/aliucord/Constants.html#PLUGIN_DEVELOPMENT_CHANNEL_ID"}, {"p":"com.aliucord","c":"Constants","l":"BASE_PATH","url":"com/aliucord/Constants.html#BASE_PATH"}, {"p":"com.aliucord","c":"Constants","l":"PLUGINS_PATH","url":"com/aliucord/Constants.html#PLUGINS_PATH"}, {"p":"com.aliucord","c":"Constants","l":"CRASHLOGS_PATH","url":"com/aliucord/Constants.html#CRASHLOGS_PATH"}, {"p":"com.aliucord","c":"Constants","l":"SETTINGS_PATH","url":"com/aliucord/Constants.html#SETTINGS_PATH"}, {"p":"com.aliucord","c":"Constants","l":"NAMESPACE_ANDROID","url":"com/aliucord/Constants.html#NAMESPACE_ANDROID"}, {"p":"com.aliucord","c":"Constants","l":"NAMESPACE_APP","url":"com/aliucord/Constants.html#NAMESPACE_APP"}, {"p":"com.aliucord","c":"Constants","l":"RELEASE_SUFFIX","url":"com/aliucord/Constants.html#RELEASE_SUFFIX"}, {"p":"com.aliucord","c":"Constants","l":"DISCORD_VERSION","url":"com/aliucord/Constants.html#DISCORD_VERSION"}, {"p":"com.aliucord","c":"PluginManager","l":"plugins","url":"com/aliucord/PluginManager.html#plugins"}, {"p":"com.aliucord","c":"PluginManager","l":"classLoaders","url":"com/aliucord/PluginManager.html#classLoaders"}, {"p":"com.aliucord","c":"PluginManager","l":"logger","url":"com/aliucord/PluginManager.html#logger"}, {"p":"com.aliucord","c":"PluginManager","l":"failedToLoad","url":"com/aliucord/PluginManager.html#failedToLoad"}, {"p":"com.aliucord","c":"Logger","l":"module","url":"com/aliucord/Logger.html#module"}, {"p":"com.aliucord","c":"Utils","l":"mainThread","url":"com/aliucord/Utils.html#mainThread"}, {"p":"com.aliucord","c":"Utils","l":"threadPool","url":"com/aliucord/Utils.html#threadPool"}, {"p":"com.aliucord","c":"Utils","l":"appActivity","url":"com/aliucord/Utils.html#appActivity"}, {"p":"com.aliucord","c":"Utils","l":"appContext","url":"com/aliucord/Utils.html#appContext"}, {"p":"com.aliucord","c":"Utils","l":"isDebuggable","url":"com/aliucord/Utils.html#isDebuggable()"}, {"p":"com.aliucord","c":"Utils","l":"widgetChatList","url":"com/aliucord/Utils.html#widgetChatList"}, {"p":"com.aliucord","c":"Utils","l":"INSTANCE","url":"com/aliucord/Utils.html#INSTANCE"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"title","url":"com/aliucord/entities/NotificationData.html#title"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"subtitle","url":"com/aliucord/entities/NotificationData.html#subtitle"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"body","url":"com/aliucord/entities/NotificationData.html#body"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"attachmentBackground","url":"com/aliucord/entities/NotificationData.html#attachmentBackground"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"attachmentUrl","url":"com/aliucord/entities/NotificationData.html#attachmentUrl"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"attachment","url":"com/aliucord/entities/NotificationData.html#attachment"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"stickers","url":"com/aliucord/entities/NotificationData.html#stickers"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"iconUrl","url":"com/aliucord/entities/NotificationData.html#iconUrl"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"iconResId","url":"com/aliucord/entities/NotificationData.html#iconResId"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"iconTopRight","url":"com/aliucord/entities/NotificationData.html#iconTopRight"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"autoDismissPeriodSecs","url":"com/aliucord/entities/NotificationData.html#autoDismissPeriodSecs"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"validScreens","url":"com/aliucord/entities/NotificationData.html#validScreens"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"onClickTopRightIcon","url":"com/aliucord/entities/NotificationData.html#onClickTopRightIcon"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"onClick","url":"com/aliucord/entities/NotificationData.html#onClick"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"viewState","url":"com/aliucord/entities/CommandContext.html#viewState"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"attachments","url":"com/aliucord/entities/CommandContext.html#attachments"}, {"p":"com.aliucord.entities","c":"Plugin.Manifest.Author","l":"name","url":"com/aliucord/entities/Plugin.Manifest.Author.html#name"}, {"p":"com.aliucord.entities","c":"Plugin.Manifest.Author","l":"id","url":"com/aliucord/entities/Plugin.Manifest.Author.html#id"}, {"p":"com.aliucord.entities","c":"Plugin.Manifest","l":"name","url":"com/aliucord/entities/Plugin.Manifest.html#name"}, {"p":"com.aliucord.entities","c":"Plugin.Manifest","l":"pluginClassName","url":"com/aliucord/entities/Plugin.Manifest.html#pluginClassName"}, {"p":"com.aliucord.entities","c":"Plugin.Manifest","l":"authors","url":"com/aliucord/entities/Plugin.Manifest.html#authors"}, {"p":"com.aliucord.entities","c":"Plugin.Manifest","l":"description","url":"com/aliucord/entities/Plugin.Manifest.html#description"}, {"p":"com.aliucord.entities","c":"Plugin.Manifest","l":"version","url":"com/aliucord/entities/Plugin.Manifest.html#version"}, {"p":"com.aliucord.entities","c":"Plugin.Manifest","l":"updateUrl","url":"com/aliucord/entities/Plugin.Manifest.html#updateUrl"}, {"p":"com.aliucord.entities","c":"Plugin.Manifest","l":"changelog","url":"com/aliucord/entities/Plugin.Manifest.html#changelog"}, {"p":"com.aliucord.entities","c":"Plugin.Manifest","l":"changelogMedia","url":"com/aliucord/entities/Plugin.Manifest.html#changelogMedia"}, {"p":"com.aliucord.entities","c":"Plugin.SettingsTab","l":"type","url":"com/aliucord/entities/Plugin.SettingsTab.html#type"}, {"p":"com.aliucord.entities","c":"Plugin.SettingsTab","l":"page","url":"com/aliucord/entities/Plugin.SettingsTab.html#page"}, {"p":"com.aliucord.entities","c":"Plugin.SettingsTab","l":"bottomSheet","url":"com/aliucord/entities/Plugin.SettingsTab.html#bottomSheet"}, {"p":"com.aliucord.entities","c":"Plugin.SettingsTab","l":"args","url":"com/aliucord/entities/Plugin.SettingsTab.html#args"}, {"p":"com.aliucord.entities","c":"Plugin","l":"logger","url":"com/aliucord/coreplugins/rn/RNAPI.html#logger"}, {"p":"com.aliucord.entities","c":"Plugin","l":"manifest","url":"com/aliucord/entities/Plugin.html#manifest"}, {"p":"com.aliucord.entities","c":"Plugin","l":"settingsTab","url":"com/aliucord/coreplugins/rn/RNAPI.html#settingsTab"}, {"p":"com.aliucord.entities","c":"Plugin","l":"resources","url":"com/aliucord/coreplugins/rn/RNAPI.html#resources"}, {"p":"com.aliucord.entities","c":"Plugin","l":"needsResources","url":"com/aliucord/coreplugins/rn/RNAPI.html#needsResources"}, {"p":"com.aliucord.entities","c":"Plugin","l":"__filename","url":"com/aliucord/coreplugins/rn/RNAPI.html#__filename"}, {"p":"com.aliucord.entities","c":"Plugin","l":"settings","url":"com/aliucord/coreplugins/rn/RNAPI.html#settings"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"root","url":"com/aliucord/widgets/PluginCard.html#root"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"switchHeader","url":"com/aliucord/widgets/PluginCard.html#switchHeader"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"titleView","url":"com/aliucord/widgets/PluginCard.html#titleView"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"descriptionView","url":"com/aliucord/widgets/PluginCard.html#descriptionView"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"buttonLayout","url":"com/aliucord/widgets/PluginCard.html#buttonLayout"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"settingsButton","url":"com/aliucord/widgets/PluginCard.html#settingsButton"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"uninstallButton","url":"com/aliucord/widgets/PluginCard.html#uninstallButton"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"repoButton","url":"com/aliucord/widgets/PluginCard.html#repoButton"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"changeLogButton","url":"com/aliucord/widgets/PluginCard.html#changeLogButton"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"FOCUS_AFTER_DESCENDANTS","url":"com/aliucord/views/TextInput.html#FOCUS_AFTER_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"FOCUS_BEFORE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#FOCUS_BEFORE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"FOCUS_BLOCK_DESCENDANTS","url":"com/aliucord/views/TextInput.html#FOCUS_BLOCK_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"LAYOUT_MODE_CLIP_BOUNDS","url":"com/aliucord/views/TextInput.html#LAYOUT_MODE_CLIP_BOUNDS"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"LAYOUT_MODE_OPTICAL_BOUNDS","url":"com/aliucord/views/TextInput.html#LAYOUT_MODE_OPTICAL_BOUNDS"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"PERSISTENT_ALL_CACHES","url":"com/aliucord/views/TextInput.html#PERSISTENT_ALL_CACHES"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"PERSISTENT_ANIMATION_CACHE","url":"com/aliucord/views/TextInput.html#PERSISTENT_ANIMATION_CACHE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"PERSISTENT_NO_CACHE","url":"com/aliucord/views/TextInput.html#PERSISTENT_NO_CACHE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"PERSISTENT_SCROLLING_CACHE","url":"com/aliucord/views/TextInput.html#PERSISTENT_SCROLLING_CACHE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"ACCESSIBILITY_LIVE_REGION_ASSERTIVE","url":"com/aliucord/views/TextInput.html#ACCESSIBILITY_LIVE_REGION_ASSERTIVE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"ACCESSIBILITY_LIVE_REGION_NONE","url":"com/aliucord/views/TextInput.html#ACCESSIBILITY_LIVE_REGION_NONE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"ACCESSIBILITY_LIVE_REGION_POLITE","url":"com/aliucord/views/TextInput.html#ACCESSIBILITY_LIVE_REGION_POLITE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"ALPHA","url":"com/aliucord/views/TextInput.html#ALPHA"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS","url":"com/aliucord/views/TextInput.html#AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_HINT_CREDIT_CARD_NUMBER","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_NUMBER"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_HINT_EMAIL_ADDRESS","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_EMAIL_ADDRESS"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_HINT_NAME","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_NAME"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_HINT_PASSWORD","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_PASSWORD"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_HINT_PHONE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_PHONE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_HINT_POSTAL_ADDRESS","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_POSTAL_ADDRESS"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_HINT_POSTAL_CODE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_POSTAL_CODE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_HINT_USERNAME","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_USERNAME"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_TYPE_DATE","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_DATE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_TYPE_LIST","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_LIST"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_TYPE_NONE","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_NONE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_TYPE_TEXT","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_TEXT"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_TYPE_TOGGLE","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_TOGGLE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"DRAG_FLAG_GLOBAL","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"DRAG_FLAG_GLOBAL_URI_READ","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_URI_READ"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"DRAG_FLAG_GLOBAL_URI_WRITE","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_URI_WRITE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"DRAG_FLAG_OPAQUE","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_OPAQUE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"DRAWING_CACHE_QUALITY_AUTO","url":"com/aliucord/views/TextInput.html#DRAWING_CACHE_QUALITY_AUTO"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"DRAWING_CACHE_QUALITY_HIGH","url":"com/aliucord/views/TextInput.html#DRAWING_CACHE_QUALITY_HIGH"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"DRAWING_CACHE_QUALITY_LOW","url":"com/aliucord/views/TextInput.html#DRAWING_CACHE_QUALITY_LOW"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"FIND_VIEWS_WITH_CONTENT_DESCRIPTION","url":"com/aliucord/views/TextInput.html#FIND_VIEWS_WITH_CONTENT_DESCRIPTION"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"FIND_VIEWS_WITH_TEXT","url":"com/aliucord/views/TextInput.html#FIND_VIEWS_WITH_TEXT"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"FOCUSABLE","url":"com/aliucord/views/TextInput.html#FOCUSABLE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"FOCUSABLES_ALL","url":"com/aliucord/views/TextInput.html#FOCUSABLES_ALL"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"FOCUSABLES_TOUCH_MODE","url":"com/aliucord/views/TextInput.html#FOCUSABLES_TOUCH_MODE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"FOCUSABLE_AUTO","url":"com/aliucord/views/TextInput.html#FOCUSABLE_AUTO"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"FOCUS_BACKWARD","url":"com/aliucord/views/TextInput.html#FOCUS_BACKWARD"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"FOCUS_DOWN","url":"com/aliucord/views/TextInput.html#FOCUS_DOWN"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"FOCUS_FORWARD","url":"com/aliucord/views/TextInput.html#FOCUS_FORWARD"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"FOCUS_LEFT","url":"com/aliucord/views/TextInput.html#FOCUS_LEFT"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"FOCUS_RIGHT","url":"com/aliucord/views/TextInput.html#FOCUS_RIGHT"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"FOCUS_UP","url":"com/aliucord/views/TextInput.html#FOCUS_UP"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"GONE","url":"com/aliucord/views/TextInput.html#GONE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"HAPTIC_FEEDBACK_ENABLED","url":"com/aliucord/views/TextInput.html#HAPTIC_FEEDBACK_ENABLED"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"IMPORTANT_FOR_ACCESSIBILITY_AUTO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_AUTO"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"IMPORTANT_FOR_ACCESSIBILITY_NO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_NO"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"IMPORTANT_FOR_ACCESSIBILITY_YES","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_YES"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"IMPORTANT_FOR_AUTOFILL_AUTO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_AUTO"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"IMPORTANT_FOR_AUTOFILL_NO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_NO"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"IMPORTANT_FOR_AUTOFILL_YES","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_YES"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"IMPORTANT_FOR_CONTENT_CAPTURE_AUTO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_AUTO"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"INVISIBLE","url":"com/aliucord/views/TextInput.html#INVISIBLE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"KEEP_SCREEN_ON","url":"com/aliucord/views/TextInput.html#KEEP_SCREEN_ON"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"LAYER_TYPE_HARDWARE","url":"com/aliucord/views/TextInput.html#LAYER_TYPE_HARDWARE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"LAYER_TYPE_NONE","url":"com/aliucord/views/TextInput.html#LAYER_TYPE_NONE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"LAYER_TYPE_SOFTWARE","url":"com/aliucord/views/TextInput.html#LAYER_TYPE_SOFTWARE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"LAYOUT_DIRECTION_INHERIT","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_INHERIT"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"LAYOUT_DIRECTION_LOCALE","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_LOCALE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"LAYOUT_DIRECTION_LTR","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_LTR"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"LAYOUT_DIRECTION_RTL","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_RTL"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"MEASURED_HEIGHT_STATE_SHIFT","url":"com/aliucord/views/TextInput.html#MEASURED_HEIGHT_STATE_SHIFT"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"MEASURED_SIZE_MASK","url":"com/aliucord/views/TextInput.html#MEASURED_SIZE_MASK"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"MEASURED_STATE_MASK","url":"com/aliucord/views/TextInput.html#MEASURED_STATE_MASK"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"MEASURED_STATE_TOO_SMALL","url":"com/aliucord/views/TextInput.html#MEASURED_STATE_TOO_SMALL"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"NOT_FOCUSABLE","url":"com/aliucord/views/TextInput.html#NOT_FOCUSABLE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"NO_ID","url":"com/aliucord/views/TextInput.html#NO_ID"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"OVER_SCROLL_ALWAYS","url":"com/aliucord/views/TextInput.html#OVER_SCROLL_ALWAYS"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"OVER_SCROLL_IF_CONTENT_SCROLLS","url":"com/aliucord/views/TextInput.html#OVER_SCROLL_IF_CONTENT_SCROLLS"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"OVER_SCROLL_NEVER","url":"com/aliucord/views/TextInput.html#OVER_SCROLL_NEVER"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"ROTATION","url":"com/aliucord/views/TextInput.html#ROTATION"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"ROTATION_X","url":"com/aliucord/views/TextInput.html#ROTATION_X"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"ROTATION_Y","url":"com/aliucord/views/TextInput.html#ROTATION_Y"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCALE_X","url":"com/aliucord/views/TextInput.html#SCALE_X"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCALE_Y","url":"com/aliucord/views/TextInput.html#SCALE_Y"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCREEN_STATE_OFF","url":"com/aliucord/views/TextInput.html#SCREEN_STATE_OFF"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCREEN_STATE_ON","url":"com/aliucord/views/TextInput.html#SCREEN_STATE_ON"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCROLLBARS_INSIDE_INSET","url":"com/aliucord/views/TextInput.html#SCROLLBARS_INSIDE_INSET"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCROLLBARS_INSIDE_OVERLAY","url":"com/aliucord/views/TextInput.html#SCROLLBARS_INSIDE_OVERLAY"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCROLLBARS_OUTSIDE_INSET","url":"com/aliucord/views/TextInput.html#SCROLLBARS_OUTSIDE_INSET"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCROLLBARS_OUTSIDE_OVERLAY","url":"com/aliucord/views/TextInput.html#SCROLLBARS_OUTSIDE_OVERLAY"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCROLLBAR_POSITION_DEFAULT","url":"com/aliucord/views/TextInput.html#SCROLLBAR_POSITION_DEFAULT"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCROLLBAR_POSITION_LEFT","url":"com/aliucord/views/TextInput.html#SCROLLBAR_POSITION_LEFT"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCROLLBAR_POSITION_RIGHT","url":"com/aliucord/views/TextInput.html#SCROLLBAR_POSITION_RIGHT"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCROLL_AXIS_HORIZONTAL","url":"com/aliucord/views/TextInput.html#SCROLL_AXIS_HORIZONTAL"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCROLL_AXIS_NONE","url":"com/aliucord/views/TextInput.html#SCROLL_AXIS_NONE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCROLL_AXIS_VERTICAL","url":"com/aliucord/views/TextInput.html#SCROLL_AXIS_VERTICAL"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCROLL_INDICATOR_BOTTOM","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_BOTTOM"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCROLL_INDICATOR_END","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_END"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCROLL_INDICATOR_LEFT","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_LEFT"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCROLL_INDICATOR_RIGHT","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_RIGHT"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCROLL_INDICATOR_START","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_START"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCROLL_INDICATOR_TOP","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_TOP"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SOUND_EFFECTS_ENABLED","url":"com/aliucord/views/TextInput.html#SOUND_EFFECTS_ENABLED"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"STATUS_BAR_HIDDEN","url":"com/aliucord/views/TextInput.html#STATUS_BAR_HIDDEN"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"STATUS_BAR_VISIBLE","url":"com/aliucord/views/TextInput.html#STATUS_BAR_VISIBLE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SYSTEM_UI_FLAG_FULLSCREEN","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_FULLSCREEN"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SYSTEM_UI_FLAG_HIDE_NAVIGATION","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_HIDE_NAVIGATION"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SYSTEM_UI_FLAG_IMMERSIVE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_IMMERSIVE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SYSTEM_UI_FLAG_IMMERSIVE_STICKY","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_IMMERSIVE_STICKY"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SYSTEM_UI_FLAG_LAYOUT_STABLE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LAYOUT_STABLE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SYSTEM_UI_FLAG_LIGHT_STATUS_BAR","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LIGHT_STATUS_BAR"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SYSTEM_UI_FLAG_LOW_PROFILE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LOW_PROFILE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SYSTEM_UI_FLAG_VISIBLE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_VISIBLE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SYSTEM_UI_LAYOUT_FLAGS","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_LAYOUT_FLAGS"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TEXT_ALIGNMENT_CENTER","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_CENTER"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TEXT_ALIGNMENT_GRAVITY","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_GRAVITY"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TEXT_ALIGNMENT_INHERIT","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_INHERIT"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TEXT_ALIGNMENT_TEXT_END","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_TEXT_END"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TEXT_ALIGNMENT_TEXT_START","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_TEXT_START"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TEXT_ALIGNMENT_VIEW_END","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_VIEW_END"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TEXT_ALIGNMENT_VIEW_START","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_VIEW_START"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TEXT_DIRECTION_ANY_RTL","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_ANY_RTL"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TEXT_DIRECTION_FIRST_STRONG","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_FIRST_STRONG"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TEXT_DIRECTION_FIRST_STRONG_LTR","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_FIRST_STRONG_LTR"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TEXT_DIRECTION_FIRST_STRONG_RTL","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_FIRST_STRONG_RTL"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TEXT_DIRECTION_INHERIT","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_INHERIT"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TEXT_DIRECTION_LOCALE","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_LOCALE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TEXT_DIRECTION_LTR","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_LTR"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TEXT_DIRECTION_RTL","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_RTL"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TRANSLATION_X","url":"com/aliucord/views/TextInput.html#TRANSLATION_X"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TRANSLATION_Y","url":"com/aliucord/views/TextInput.html#TRANSLATION_Y"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TRANSLATION_Z","url":"com/aliucord/views/TextInput.html#TRANSLATION_Z"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"VISIBLE","url":"com/aliucord/views/TextInput.html#VISIBLE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"X","url":"com/aliucord/views/TextInput.html#X"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"Y","url":"com/aliucord/views/TextInput.html#Y"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"Z","url":"com/aliucord/views/TextInput.html#Z"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"FOCUS_AFTER_DESCENDANTS","url":"com/aliucord/views/TextInput.html#FOCUS_AFTER_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"FOCUS_BEFORE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#FOCUS_BEFORE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"FOCUS_BLOCK_DESCENDANTS","url":"com/aliucord/views/TextInput.html#FOCUS_BLOCK_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"LAYOUT_MODE_CLIP_BOUNDS","url":"com/aliucord/views/TextInput.html#LAYOUT_MODE_CLIP_BOUNDS"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"LAYOUT_MODE_OPTICAL_BOUNDS","url":"com/aliucord/views/TextInput.html#LAYOUT_MODE_OPTICAL_BOUNDS"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"PERSISTENT_ALL_CACHES","url":"com/aliucord/views/TextInput.html#PERSISTENT_ALL_CACHES"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"PERSISTENT_ANIMATION_CACHE","url":"com/aliucord/views/TextInput.html#PERSISTENT_ANIMATION_CACHE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"PERSISTENT_NO_CACHE","url":"com/aliucord/views/TextInput.html#PERSISTENT_NO_CACHE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"PERSISTENT_SCROLLING_CACHE","url":"com/aliucord/views/TextInput.html#PERSISTENT_SCROLLING_CACHE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"ACCESSIBILITY_LIVE_REGION_ASSERTIVE","url":"com/aliucord/views/TextInput.html#ACCESSIBILITY_LIVE_REGION_ASSERTIVE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"ACCESSIBILITY_LIVE_REGION_NONE","url":"com/aliucord/views/TextInput.html#ACCESSIBILITY_LIVE_REGION_NONE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"ACCESSIBILITY_LIVE_REGION_POLITE","url":"com/aliucord/views/TextInput.html#ACCESSIBILITY_LIVE_REGION_POLITE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"ALPHA","url":"com/aliucord/views/TextInput.html#ALPHA"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS","url":"com/aliucord/views/TextInput.html#AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_HINT_CREDIT_CARD_NUMBER","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_NUMBER"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_HINT_EMAIL_ADDRESS","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_EMAIL_ADDRESS"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_HINT_NAME","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_NAME"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_HINT_PASSWORD","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_PASSWORD"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_HINT_PHONE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_PHONE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_HINT_POSTAL_ADDRESS","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_POSTAL_ADDRESS"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_HINT_POSTAL_CODE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_POSTAL_CODE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_HINT_USERNAME","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_USERNAME"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_TYPE_DATE","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_DATE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_TYPE_LIST","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_LIST"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_TYPE_NONE","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_NONE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_TYPE_TEXT","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_TEXT"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_TYPE_TOGGLE","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_TOGGLE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"DRAG_FLAG_GLOBAL","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"DRAG_FLAG_GLOBAL_URI_READ","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_URI_READ"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"DRAG_FLAG_GLOBAL_URI_WRITE","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_URI_WRITE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"DRAG_FLAG_OPAQUE","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_OPAQUE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"DRAWING_CACHE_QUALITY_AUTO","url":"com/aliucord/views/TextInput.html#DRAWING_CACHE_QUALITY_AUTO"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"DRAWING_CACHE_QUALITY_HIGH","url":"com/aliucord/views/TextInput.html#DRAWING_CACHE_QUALITY_HIGH"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"DRAWING_CACHE_QUALITY_LOW","url":"com/aliucord/views/TextInput.html#DRAWING_CACHE_QUALITY_LOW"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"FIND_VIEWS_WITH_CONTENT_DESCRIPTION","url":"com/aliucord/views/TextInput.html#FIND_VIEWS_WITH_CONTENT_DESCRIPTION"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"FIND_VIEWS_WITH_TEXT","url":"com/aliucord/views/TextInput.html#FIND_VIEWS_WITH_TEXT"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"FOCUSABLE","url":"com/aliucord/views/TextInput.html#FOCUSABLE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"FOCUSABLES_ALL","url":"com/aliucord/views/TextInput.html#FOCUSABLES_ALL"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"FOCUSABLES_TOUCH_MODE","url":"com/aliucord/views/TextInput.html#FOCUSABLES_TOUCH_MODE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"FOCUSABLE_AUTO","url":"com/aliucord/views/TextInput.html#FOCUSABLE_AUTO"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"FOCUS_BACKWARD","url":"com/aliucord/views/TextInput.html#FOCUS_BACKWARD"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"FOCUS_DOWN","url":"com/aliucord/views/TextInput.html#FOCUS_DOWN"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"FOCUS_FORWARD","url":"com/aliucord/views/TextInput.html#FOCUS_FORWARD"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"FOCUS_LEFT","url":"com/aliucord/views/TextInput.html#FOCUS_LEFT"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"FOCUS_RIGHT","url":"com/aliucord/views/TextInput.html#FOCUS_RIGHT"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"FOCUS_UP","url":"com/aliucord/views/TextInput.html#FOCUS_UP"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"GONE","url":"com/aliucord/views/TextInput.html#GONE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"HAPTIC_FEEDBACK_ENABLED","url":"com/aliucord/views/TextInput.html#HAPTIC_FEEDBACK_ENABLED"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"IMPORTANT_FOR_ACCESSIBILITY_AUTO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_AUTO"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"IMPORTANT_FOR_ACCESSIBILITY_NO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_NO"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"IMPORTANT_FOR_ACCESSIBILITY_YES","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_YES"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"IMPORTANT_FOR_AUTOFILL_AUTO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_AUTO"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"IMPORTANT_FOR_AUTOFILL_NO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_NO"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"IMPORTANT_FOR_AUTOFILL_YES","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_YES"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"IMPORTANT_FOR_CONTENT_CAPTURE_AUTO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_AUTO"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"INVISIBLE","url":"com/aliucord/views/TextInput.html#INVISIBLE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"KEEP_SCREEN_ON","url":"com/aliucord/views/TextInput.html#KEEP_SCREEN_ON"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"LAYER_TYPE_HARDWARE","url":"com/aliucord/views/TextInput.html#LAYER_TYPE_HARDWARE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"LAYER_TYPE_NONE","url":"com/aliucord/views/TextInput.html#LAYER_TYPE_NONE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"LAYER_TYPE_SOFTWARE","url":"com/aliucord/views/TextInput.html#LAYER_TYPE_SOFTWARE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"LAYOUT_DIRECTION_INHERIT","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_INHERIT"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"LAYOUT_DIRECTION_LOCALE","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_LOCALE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"LAYOUT_DIRECTION_LTR","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_LTR"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"LAYOUT_DIRECTION_RTL","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_RTL"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"MEASURED_HEIGHT_STATE_SHIFT","url":"com/aliucord/views/TextInput.html#MEASURED_HEIGHT_STATE_SHIFT"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"MEASURED_SIZE_MASK","url":"com/aliucord/views/TextInput.html#MEASURED_SIZE_MASK"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"MEASURED_STATE_MASK","url":"com/aliucord/views/TextInput.html#MEASURED_STATE_MASK"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"MEASURED_STATE_TOO_SMALL","url":"com/aliucord/views/TextInput.html#MEASURED_STATE_TOO_SMALL"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"NOT_FOCUSABLE","url":"com/aliucord/views/TextInput.html#NOT_FOCUSABLE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"NO_ID","url":"com/aliucord/views/TextInput.html#NO_ID"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"OVER_SCROLL_ALWAYS","url":"com/aliucord/views/TextInput.html#OVER_SCROLL_ALWAYS"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"OVER_SCROLL_IF_CONTENT_SCROLLS","url":"com/aliucord/views/TextInput.html#OVER_SCROLL_IF_CONTENT_SCROLLS"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"OVER_SCROLL_NEVER","url":"com/aliucord/views/TextInput.html#OVER_SCROLL_NEVER"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"ROTATION","url":"com/aliucord/views/TextInput.html#ROTATION"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"ROTATION_X","url":"com/aliucord/views/TextInput.html#ROTATION_X"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"ROTATION_Y","url":"com/aliucord/views/TextInput.html#ROTATION_Y"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCALE_X","url":"com/aliucord/views/TextInput.html#SCALE_X"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCALE_Y","url":"com/aliucord/views/TextInput.html#SCALE_Y"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCREEN_STATE_OFF","url":"com/aliucord/views/TextInput.html#SCREEN_STATE_OFF"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCREEN_STATE_ON","url":"com/aliucord/views/TextInput.html#SCREEN_STATE_ON"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCROLLBARS_INSIDE_INSET","url":"com/aliucord/views/TextInput.html#SCROLLBARS_INSIDE_INSET"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCROLLBARS_INSIDE_OVERLAY","url":"com/aliucord/views/TextInput.html#SCROLLBARS_INSIDE_OVERLAY"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCROLLBARS_OUTSIDE_INSET","url":"com/aliucord/views/TextInput.html#SCROLLBARS_OUTSIDE_INSET"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCROLLBARS_OUTSIDE_OVERLAY","url":"com/aliucord/views/TextInput.html#SCROLLBARS_OUTSIDE_OVERLAY"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCROLLBAR_POSITION_DEFAULT","url":"com/aliucord/views/TextInput.html#SCROLLBAR_POSITION_DEFAULT"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCROLLBAR_POSITION_LEFT","url":"com/aliucord/views/TextInput.html#SCROLLBAR_POSITION_LEFT"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCROLLBAR_POSITION_RIGHT","url":"com/aliucord/views/TextInput.html#SCROLLBAR_POSITION_RIGHT"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCROLL_AXIS_HORIZONTAL","url":"com/aliucord/views/TextInput.html#SCROLL_AXIS_HORIZONTAL"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCROLL_AXIS_NONE","url":"com/aliucord/views/TextInput.html#SCROLL_AXIS_NONE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCROLL_AXIS_VERTICAL","url":"com/aliucord/views/TextInput.html#SCROLL_AXIS_VERTICAL"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCROLL_INDICATOR_BOTTOM","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_BOTTOM"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCROLL_INDICATOR_END","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_END"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCROLL_INDICATOR_LEFT","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_LEFT"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCROLL_INDICATOR_RIGHT","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_RIGHT"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCROLL_INDICATOR_START","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_START"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCROLL_INDICATOR_TOP","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_TOP"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SOUND_EFFECTS_ENABLED","url":"com/aliucord/views/TextInput.html#SOUND_EFFECTS_ENABLED"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"STATUS_BAR_HIDDEN","url":"com/aliucord/views/TextInput.html#STATUS_BAR_HIDDEN"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"STATUS_BAR_VISIBLE","url":"com/aliucord/views/TextInput.html#STATUS_BAR_VISIBLE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SYSTEM_UI_FLAG_FULLSCREEN","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_FULLSCREEN"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SYSTEM_UI_FLAG_HIDE_NAVIGATION","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_HIDE_NAVIGATION"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SYSTEM_UI_FLAG_IMMERSIVE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_IMMERSIVE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SYSTEM_UI_FLAG_IMMERSIVE_STICKY","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_IMMERSIVE_STICKY"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SYSTEM_UI_FLAG_LAYOUT_STABLE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LAYOUT_STABLE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SYSTEM_UI_FLAG_LIGHT_STATUS_BAR","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LIGHT_STATUS_BAR"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SYSTEM_UI_FLAG_LOW_PROFILE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LOW_PROFILE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SYSTEM_UI_FLAG_VISIBLE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_VISIBLE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SYSTEM_UI_LAYOUT_FLAGS","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_LAYOUT_FLAGS"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TEXT_ALIGNMENT_CENTER","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_CENTER"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TEXT_ALIGNMENT_GRAVITY","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_GRAVITY"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TEXT_ALIGNMENT_INHERIT","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_INHERIT"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TEXT_ALIGNMENT_TEXT_END","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_TEXT_END"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TEXT_ALIGNMENT_TEXT_START","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_TEXT_START"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TEXT_ALIGNMENT_VIEW_END","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_VIEW_END"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TEXT_ALIGNMENT_VIEW_START","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_VIEW_START"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TEXT_DIRECTION_ANY_RTL","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_ANY_RTL"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TEXT_DIRECTION_FIRST_STRONG","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_FIRST_STRONG"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TEXT_DIRECTION_FIRST_STRONG_LTR","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_FIRST_STRONG_LTR"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TEXT_DIRECTION_FIRST_STRONG_RTL","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_FIRST_STRONG_RTL"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TEXT_DIRECTION_INHERIT","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_INHERIT"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TEXT_DIRECTION_LOCALE","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_LOCALE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TEXT_DIRECTION_LTR","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_LTR"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TEXT_DIRECTION_RTL","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_RTL"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TRANSLATION_X","url":"com/aliucord/views/TextInput.html#TRANSLATION_X"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TRANSLATION_Y","url":"com/aliucord/views/TextInput.html#TRANSLATION_Y"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TRANSLATION_Z","url":"com/aliucord/views/TextInput.html#TRANSLATION_Z"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"VISIBLE","url":"com/aliucord/views/TextInput.html#VISIBLE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"X","url":"com/aliucord/views/TextInput.html#X"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"Y","url":"com/aliucord/views/TextInput.html#Y"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"Z","url":"com/aliucord/views/TextInput.html#Z"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"HORIZONTAL","url":"com/aliucord/views/SaveButton.html#HORIZONTAL"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SHOW_DIVIDER_BEGINNING","url":"com/aliucord/views/SaveButton.html#SHOW_DIVIDER_BEGINNING"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SHOW_DIVIDER_END","url":"com/aliucord/views/SaveButton.html#SHOW_DIVIDER_END"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SHOW_DIVIDER_MIDDLE","url":"com/aliucord/views/SaveButton.html#SHOW_DIVIDER_MIDDLE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SHOW_DIVIDER_NONE","url":"com/aliucord/views/SaveButton.html#SHOW_DIVIDER_NONE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"VERTICAL","url":"com/aliucord/views/SaveButton.html#VERTICAL"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"FOCUS_AFTER_DESCENDANTS","url":"com/aliucord/views/TextInput.html#FOCUS_AFTER_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"FOCUS_BEFORE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#FOCUS_BEFORE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"FOCUS_BLOCK_DESCENDANTS","url":"com/aliucord/views/TextInput.html#FOCUS_BLOCK_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"LAYOUT_MODE_CLIP_BOUNDS","url":"com/aliucord/views/TextInput.html#LAYOUT_MODE_CLIP_BOUNDS"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"LAYOUT_MODE_OPTICAL_BOUNDS","url":"com/aliucord/views/TextInput.html#LAYOUT_MODE_OPTICAL_BOUNDS"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"PERSISTENT_ALL_CACHES","url":"com/aliucord/views/TextInput.html#PERSISTENT_ALL_CACHES"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"PERSISTENT_ANIMATION_CACHE","url":"com/aliucord/views/TextInput.html#PERSISTENT_ANIMATION_CACHE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"PERSISTENT_NO_CACHE","url":"com/aliucord/views/TextInput.html#PERSISTENT_NO_CACHE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"PERSISTENT_SCROLLING_CACHE","url":"com/aliucord/views/TextInput.html#PERSISTENT_SCROLLING_CACHE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"ACCESSIBILITY_LIVE_REGION_ASSERTIVE","url":"com/aliucord/views/TextInput.html#ACCESSIBILITY_LIVE_REGION_ASSERTIVE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"ACCESSIBILITY_LIVE_REGION_NONE","url":"com/aliucord/views/TextInput.html#ACCESSIBILITY_LIVE_REGION_NONE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"ACCESSIBILITY_LIVE_REGION_POLITE","url":"com/aliucord/views/TextInput.html#ACCESSIBILITY_LIVE_REGION_POLITE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"ALPHA","url":"com/aliucord/views/TextInput.html#ALPHA"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS","url":"com/aliucord/views/TextInput.html#AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_HINT_CREDIT_CARD_NUMBER","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_NUMBER"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_HINT_EMAIL_ADDRESS","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_EMAIL_ADDRESS"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_HINT_NAME","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_NAME"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_HINT_PASSWORD","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_PASSWORD"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_HINT_PHONE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_PHONE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_HINT_POSTAL_ADDRESS","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_POSTAL_ADDRESS"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_HINT_POSTAL_CODE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_POSTAL_CODE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_HINT_USERNAME","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_USERNAME"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_TYPE_DATE","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_DATE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_TYPE_LIST","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_LIST"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_TYPE_NONE","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_NONE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_TYPE_TEXT","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_TEXT"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_TYPE_TOGGLE","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_TOGGLE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"DRAG_FLAG_GLOBAL","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"DRAG_FLAG_GLOBAL_URI_READ","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_URI_READ"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"DRAG_FLAG_GLOBAL_URI_WRITE","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_URI_WRITE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"DRAG_FLAG_OPAQUE","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_OPAQUE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"DRAWING_CACHE_QUALITY_AUTO","url":"com/aliucord/views/TextInput.html#DRAWING_CACHE_QUALITY_AUTO"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"DRAWING_CACHE_QUALITY_HIGH","url":"com/aliucord/views/TextInput.html#DRAWING_CACHE_QUALITY_HIGH"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"DRAWING_CACHE_QUALITY_LOW","url":"com/aliucord/views/TextInput.html#DRAWING_CACHE_QUALITY_LOW"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"FIND_VIEWS_WITH_CONTENT_DESCRIPTION","url":"com/aliucord/views/TextInput.html#FIND_VIEWS_WITH_CONTENT_DESCRIPTION"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"FIND_VIEWS_WITH_TEXT","url":"com/aliucord/views/TextInput.html#FIND_VIEWS_WITH_TEXT"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"FOCUSABLE","url":"com/aliucord/views/TextInput.html#FOCUSABLE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"FOCUSABLES_ALL","url":"com/aliucord/views/TextInput.html#FOCUSABLES_ALL"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"FOCUSABLES_TOUCH_MODE","url":"com/aliucord/views/TextInput.html#FOCUSABLES_TOUCH_MODE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"FOCUSABLE_AUTO","url":"com/aliucord/views/TextInput.html#FOCUSABLE_AUTO"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"FOCUS_BACKWARD","url":"com/aliucord/views/TextInput.html#FOCUS_BACKWARD"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"FOCUS_DOWN","url":"com/aliucord/views/TextInput.html#FOCUS_DOWN"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"FOCUS_FORWARD","url":"com/aliucord/views/TextInput.html#FOCUS_FORWARD"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"FOCUS_LEFT","url":"com/aliucord/views/TextInput.html#FOCUS_LEFT"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"FOCUS_RIGHT","url":"com/aliucord/views/TextInput.html#FOCUS_RIGHT"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"FOCUS_UP","url":"com/aliucord/views/TextInput.html#FOCUS_UP"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"GONE","url":"com/aliucord/views/TextInput.html#GONE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"HAPTIC_FEEDBACK_ENABLED","url":"com/aliucord/views/TextInput.html#HAPTIC_FEEDBACK_ENABLED"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"IMPORTANT_FOR_ACCESSIBILITY_AUTO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_AUTO"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"IMPORTANT_FOR_ACCESSIBILITY_NO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_NO"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"IMPORTANT_FOR_ACCESSIBILITY_YES","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_YES"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"IMPORTANT_FOR_AUTOFILL_AUTO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_AUTO"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"IMPORTANT_FOR_AUTOFILL_NO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_NO"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"IMPORTANT_FOR_AUTOFILL_YES","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_YES"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"IMPORTANT_FOR_CONTENT_CAPTURE_AUTO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_AUTO"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"INVISIBLE","url":"com/aliucord/views/TextInput.html#INVISIBLE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"KEEP_SCREEN_ON","url":"com/aliucord/views/TextInput.html#KEEP_SCREEN_ON"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"LAYER_TYPE_HARDWARE","url":"com/aliucord/views/TextInput.html#LAYER_TYPE_HARDWARE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"LAYER_TYPE_NONE","url":"com/aliucord/views/TextInput.html#LAYER_TYPE_NONE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"LAYER_TYPE_SOFTWARE","url":"com/aliucord/views/TextInput.html#LAYER_TYPE_SOFTWARE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"LAYOUT_DIRECTION_INHERIT","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_INHERIT"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"LAYOUT_DIRECTION_LOCALE","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_LOCALE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"LAYOUT_DIRECTION_LTR","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_LTR"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"LAYOUT_DIRECTION_RTL","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_RTL"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"MEASURED_HEIGHT_STATE_SHIFT","url":"com/aliucord/views/TextInput.html#MEASURED_HEIGHT_STATE_SHIFT"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"MEASURED_SIZE_MASK","url":"com/aliucord/views/TextInput.html#MEASURED_SIZE_MASK"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"MEASURED_STATE_MASK","url":"com/aliucord/views/TextInput.html#MEASURED_STATE_MASK"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"MEASURED_STATE_TOO_SMALL","url":"com/aliucord/views/TextInput.html#MEASURED_STATE_TOO_SMALL"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"NOT_FOCUSABLE","url":"com/aliucord/views/TextInput.html#NOT_FOCUSABLE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"NO_ID","url":"com/aliucord/views/TextInput.html#NO_ID"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"OVER_SCROLL_ALWAYS","url":"com/aliucord/views/TextInput.html#OVER_SCROLL_ALWAYS"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"OVER_SCROLL_IF_CONTENT_SCROLLS","url":"com/aliucord/views/TextInput.html#OVER_SCROLL_IF_CONTENT_SCROLLS"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"OVER_SCROLL_NEVER","url":"com/aliucord/views/TextInput.html#OVER_SCROLL_NEVER"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"ROTATION","url":"com/aliucord/views/TextInput.html#ROTATION"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"ROTATION_X","url":"com/aliucord/views/TextInput.html#ROTATION_X"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"ROTATION_Y","url":"com/aliucord/views/TextInput.html#ROTATION_Y"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCALE_X","url":"com/aliucord/views/TextInput.html#SCALE_X"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCALE_Y","url":"com/aliucord/views/TextInput.html#SCALE_Y"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCREEN_STATE_OFF","url":"com/aliucord/views/TextInput.html#SCREEN_STATE_OFF"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCREEN_STATE_ON","url":"com/aliucord/views/TextInput.html#SCREEN_STATE_ON"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCROLLBARS_INSIDE_INSET","url":"com/aliucord/views/TextInput.html#SCROLLBARS_INSIDE_INSET"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCROLLBARS_INSIDE_OVERLAY","url":"com/aliucord/views/TextInput.html#SCROLLBARS_INSIDE_OVERLAY"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCROLLBARS_OUTSIDE_INSET","url":"com/aliucord/views/TextInput.html#SCROLLBARS_OUTSIDE_INSET"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCROLLBARS_OUTSIDE_OVERLAY","url":"com/aliucord/views/TextInput.html#SCROLLBARS_OUTSIDE_OVERLAY"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCROLLBAR_POSITION_DEFAULT","url":"com/aliucord/views/TextInput.html#SCROLLBAR_POSITION_DEFAULT"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCROLLBAR_POSITION_LEFT","url":"com/aliucord/views/TextInput.html#SCROLLBAR_POSITION_LEFT"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCROLLBAR_POSITION_RIGHT","url":"com/aliucord/views/TextInput.html#SCROLLBAR_POSITION_RIGHT"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCROLL_AXIS_HORIZONTAL","url":"com/aliucord/views/TextInput.html#SCROLL_AXIS_HORIZONTAL"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCROLL_AXIS_NONE","url":"com/aliucord/views/TextInput.html#SCROLL_AXIS_NONE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCROLL_AXIS_VERTICAL","url":"com/aliucord/views/TextInput.html#SCROLL_AXIS_VERTICAL"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCROLL_INDICATOR_BOTTOM","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_BOTTOM"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCROLL_INDICATOR_END","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_END"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCROLL_INDICATOR_LEFT","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_LEFT"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCROLL_INDICATOR_RIGHT","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_RIGHT"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCROLL_INDICATOR_START","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_START"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCROLL_INDICATOR_TOP","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_TOP"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SOUND_EFFECTS_ENABLED","url":"com/aliucord/views/TextInput.html#SOUND_EFFECTS_ENABLED"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"STATUS_BAR_HIDDEN","url":"com/aliucord/views/TextInput.html#STATUS_BAR_HIDDEN"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"STATUS_BAR_VISIBLE","url":"com/aliucord/views/TextInput.html#STATUS_BAR_VISIBLE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SYSTEM_UI_FLAG_FULLSCREEN","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_FULLSCREEN"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SYSTEM_UI_FLAG_HIDE_NAVIGATION","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_HIDE_NAVIGATION"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SYSTEM_UI_FLAG_IMMERSIVE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_IMMERSIVE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SYSTEM_UI_FLAG_IMMERSIVE_STICKY","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_IMMERSIVE_STICKY"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SYSTEM_UI_FLAG_LAYOUT_STABLE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LAYOUT_STABLE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SYSTEM_UI_FLAG_LIGHT_STATUS_BAR","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LIGHT_STATUS_BAR"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SYSTEM_UI_FLAG_LOW_PROFILE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LOW_PROFILE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SYSTEM_UI_FLAG_VISIBLE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_VISIBLE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SYSTEM_UI_LAYOUT_FLAGS","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_LAYOUT_FLAGS"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TEXT_ALIGNMENT_CENTER","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_CENTER"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TEXT_ALIGNMENT_GRAVITY","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_GRAVITY"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TEXT_ALIGNMENT_INHERIT","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_INHERIT"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TEXT_ALIGNMENT_TEXT_END","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_TEXT_END"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TEXT_ALIGNMENT_TEXT_START","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_TEXT_START"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TEXT_ALIGNMENT_VIEW_END","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_VIEW_END"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TEXT_ALIGNMENT_VIEW_START","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_VIEW_START"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TEXT_DIRECTION_ANY_RTL","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_ANY_RTL"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TEXT_DIRECTION_FIRST_STRONG","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_FIRST_STRONG"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TEXT_DIRECTION_FIRST_STRONG_LTR","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_FIRST_STRONG_LTR"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TEXT_DIRECTION_FIRST_STRONG_RTL","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_FIRST_STRONG_RTL"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TEXT_DIRECTION_INHERIT","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_INHERIT"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TEXT_DIRECTION_LOCALE","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_LOCALE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TEXT_DIRECTION_LTR","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_LTR"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TEXT_DIRECTION_RTL","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_RTL"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TRANSLATION_X","url":"com/aliucord/views/TextInput.html#TRANSLATION_X"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TRANSLATION_Y","url":"com/aliucord/views/TextInput.html#TRANSLATION_Y"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TRANSLATION_Z","url":"com/aliucord/views/TextInput.html#TRANSLATION_Z"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"VISIBLE","url":"com/aliucord/views/TextInput.html#VISIBLE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"X","url":"com/aliucord/views/TextInput.html#X"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"Y","url":"com/aliucord/views/TextInput.html#Y"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"Z","url":"com/aliucord/views/TextInput.html#Z"}, {"p":"com.aliucord.widgets","c":"BottomSheet","l":"loggingConfig","url":"com/aliucord/widgets/BottomSheet.html#loggingConfig"}, {"p":"com.aliucord.widgets","c":"BottomSheet","l":"unsubscribeSignal","url":"com/aliucord/widgets/BottomSheet.html#unsubscribeSignal"}, {"p":"com.aliucord.widgets","c":"BottomSheet","l":"a","url":"com/aliucord/fragments/SettingsPage.html#a"}, {"p":"com.aliucord.widgets","c":"BottomSheet","l":"STYLE_NORMAL","url":"com/aliucord/fragments/ConfirmDialog.html#STYLE_NORMAL"}, {"p":"com.aliucord.widgets","c":"BottomSheet","l":"STYLE_NO_TITLE","url":"com/aliucord/fragments/ConfirmDialog.html#STYLE_NO_TITLE"}, {"p":"com.aliucord.widgets","c":"BottomSheet","l":"STYLE_NO_FRAME","url":"com/aliucord/fragments/ConfirmDialog.html#STYLE_NO_FRAME"}, {"p":"com.aliucord.widgets","c":"BottomSheet","l":"STYLE_NO_INPUT","url":"com/aliucord/fragments/ConfirmDialog.html#STYLE_NO_INPUT"}, {"p":"com.aliucord.updater","c":"PluginUpdater.UpdateInfo","l":"minimumDiscordVersion","url":"com/aliucord/updater/PluginUpdater.UpdateInfo.html#minimumDiscordVersion"}, {"p":"com.aliucord.updater","c":"PluginUpdater.UpdateInfo","l":"version","url":"com/aliucord/updater/PluginUpdater.UpdateInfo.html#version"}, {"p":"com.aliucord.updater","c":"PluginUpdater.UpdateInfo","l":"build","url":"com/aliucord/updater/PluginUpdater.UpdateInfo.html#build"}, {"p":"com.aliucord.updater","c":"PluginUpdater.UpdateInfo","l":"changelog","url":"com/aliucord/updater/PluginUpdater.UpdateInfo.html#changelog"}, {"p":"com.aliucord.updater","c":"PluginUpdater.UpdateInfo","l":"changelogMedia","url":"com/aliucord/updater/PluginUpdater.UpdateInfo.html#changelogMedia"}, {"p":"com.aliucord.updater","c":"PluginUpdater.UpdateInfo","l":"sha1sum","url":"com/aliucord/updater/PluginUpdater.UpdateInfo.html#sha1sum"}, {"p":"com.aliucord.updater","c":"PluginUpdater.CachedData","l":"data","url":"com/aliucord/updater/PluginUpdater.CachedData.html#data"}, {"p":"com.aliucord.updater","c":"PluginUpdater.CachedData","l":"time","url":"com/aliucord/updater/PluginUpdater.CachedData.html#time"}, {"p":"com.aliucord.updater","c":"PluginUpdater","l":"logger","url":"com/aliucord/updater/PluginUpdater.html#logger"}, {"p":"com.aliucord.updater","c":"PluginUpdater","l":"cache","url":"com/aliucord/updater/PluginUpdater.html#cache"}, {"p":"com.aliucord.updater","c":"PluginUpdater","l":"updated","url":"com/aliucord/updater/PluginUpdater.html#updated"}, {"p":"com.aliucord.updater","c":"PluginUpdater","l":"updates","url":"com/aliucord/updater/PluginUpdater.html#updates"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter.ViewHolder","l":"card","url":"com/aliucord/settings/Plugins.Adapter.ViewHolder.html#card"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter.ViewHolder","l":"itemView","url":"com/aliucord/settings/Plugins.Adapter.ViewHolder.html#itemView"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter","l":"filter","url":"com/aliucord/settings/Plugins.Adapter.html#filter"}, {"p":"com.aliucord.settings","c":"Plugins","l":"isRecreated","url":"com/aliucord/fragments/SettingsPage.html#isRecreated()"}, {"p":"com.aliucord.settings","c":"Plugins","l":"loggingConfig","url":"com/aliucord/fragments/SettingsPage.html#loggingConfig"}, {"p":"com.aliucord.settings","c":"Plugins","l":"unsubscribeSignal","url":"com/aliucord/fragments/SettingsPage.html#unsubscribeSignal"}, {"p":"com.aliucord.settings","c":"Plugins","l":"a","url":"com/aliucord/fragments/SettingsPage.html#a"}, {"p":"com.aliucord.settings","c":"Updater","l":"isRecreated","url":"com/aliucord/fragments/SettingsPage.html#isRecreated()"}, {"p":"com.aliucord.settings","c":"Updater","l":"loggingConfig","url":"com/aliucord/fragments/SettingsPage.html#loggingConfig"}, {"p":"com.aliucord.settings","c":"Updater","l":"unsubscribeSignal","url":"com/aliucord/fragments/SettingsPage.html#unsubscribeSignal"}, {"p":"com.aliucord.settings","c":"Updater","l":"a","url":"com/aliucord/fragments/SettingsPage.html#a"}, {"p":"com.aliucord.settings","c":"AliucordPage","l":"isRecreated","url":"com/aliucord/fragments/SettingsPage.html#isRecreated()"}, {"p":"com.aliucord.settings","c":"AliucordPage","l":"loggingConfig","url":"com/aliucord/fragments/SettingsPage.html#loggingConfig"}, {"p":"com.aliucord.settings","c":"AliucordPage","l":"unsubscribeSignal","url":"com/aliucord/fragments/SettingsPage.html#unsubscribeSignal"}, {"p":"com.aliucord.settings","c":"Crashes","l":"isRecreated","url":"com/aliucord/fragments/SettingsPage.html#isRecreated()"}, {"p":"com.aliucord.settings","c":"Crashes","l":"loggingConfig","url":"com/aliucord/fragments/SettingsPage.html#loggingConfig"}, {"p":"com.aliucord.settings","c":"Crashes","l":"unsubscribeSignal","url":"com/aliucord/fragments/SettingsPage.html#unsubscribeSignal"}, {"p":"com.aliucord.settings","c":"FailedPluginsPage","l":"isRecreated","url":"com/aliucord/fragments/SettingsPage.html#isRecreated()"}, {"p":"com.aliucord.settings","c":"FailedPluginsPage","l":"loggingConfig","url":"com/aliucord/fragments/SettingsPage.html#loggingConfig"}, {"p":"com.aliucord.settings","c":"FailedPluginsPage","l":"unsubscribeSignal","url":"com/aliucord/fragments/SettingsPage.html#unsubscribeSignal"}, {"p":"com.aliucord.settings","c":"AliucordPageKt","l":"AUTO_DISABLE_ON_CRASH_KEY","url":"com/aliucord/settings/AliucordPageKt.html#AUTO_DISABLE_ON_CRASH_KEY"}, {"p":"com.aliucord.settings","c":"AliucordPageKt","l":"AUTO_UPDATE_PLUGINS_KEY","url":"com/aliucord/settings/AliucordPageKt.html#AUTO_UPDATE_PLUGINS_KEY"}, {"p":"com.aliucord.settings","c":"AliucordPageKt","l":"AUTO_UPDATE_ALIUCORD_KEY","url":"com/aliucord/settings/AliucordPageKt.html#AUTO_UPDATE_ALIUCORD_KEY"}, {"p":"com.aliucord.settings","c":"AliucordPageKt","l":"ALIUCORD_FROM_STORAGE_KEY","url":"com/aliucord/settings/AliucordPageKt.html#ALIUCORD_FROM_STORAGE_KEY"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"isRecreated","url":"com/aliucord/fragments/SettingsPage.html#isRecreated()"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"loggingConfig","url":"com/aliucord/fragments/SettingsPage.html#loggingConfig"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"unsubscribeSignal","url":"com/aliucord/fragments/SettingsPage.html#unsubscribeSignal"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"a","url":"com/aliucord/fragments/SettingsPage.html#a"}, {"p":"com.aliucord.fragments","c":"AppFragmentProxy","l":"fragments","url":"com/aliucord/fragments/FragmentProxy.html#fragments"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"isRecreated","url":"com/aliucord/fragments/SelectDialog.html#isRecreated()"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"unsubscribeSignal","url":"com/aliucord/fragments/SelectDialog.html#unsubscribeSignal"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"STYLE_NORMAL","url":"com/aliucord/fragments/ConfirmDialog.html#STYLE_NORMAL"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"STYLE_NO_TITLE","url":"com/aliucord/fragments/ConfirmDialog.html#STYLE_NO_TITLE"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"STYLE_NO_FRAME","url":"com/aliucord/fragments/ConfirmDialog.html#STYLE_NO_FRAME"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"STYLE_NO_INPUT","url":"com/aliucord/fragments/ConfirmDialog.html#STYLE_NO_INPUT"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"fragments","url":"com/aliucord/fragments/FragmentProxy.html#fragments"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"isRecreated","url":"com/aliucord/fragments/SelectDialog.html#isRecreated()"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"unsubscribeSignal","url":"com/aliucord/fragments/SelectDialog.html#unsubscribeSignal"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"STYLE_NORMAL","url":"com/aliucord/fragments/ConfirmDialog.html#STYLE_NORMAL"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"STYLE_NO_TITLE","url":"com/aliucord/fragments/ConfirmDialog.html#STYLE_NO_TITLE"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"STYLE_NO_FRAME","url":"com/aliucord/fragments/ConfirmDialog.html#STYLE_NO_FRAME"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"STYLE_NO_INPUT","url":"com/aliucord/fragments/ConfirmDialog.html#STYLE_NO_INPUT"}, {"p":"com.aliucord.fragments","c":"SelectDialog","l":"onResultListener","url":"com/aliucord/fragments/SelectDialog.html#onResultListener"}, {"p":"com.aliucord.fragments","c":"SelectDialog","l":"items","url":"com/aliucord/fragments/SelectDialog.html#items"}, {"p":"com.aliucord.fragments","c":"SelectDialog","l":"title","url":"com/aliucord/fragments/SelectDialog.html#title"}, {"p":"com.aliucord.fragments","c":"SelectDialog","l":"isRecreated","url":"com/aliucord/fragments/SelectDialog.html#isRecreated()"}, {"p":"com.aliucord.fragments","c":"SelectDialog","l":"unsubscribeSignal","url":"com/aliucord/fragments/SelectDialog.html#unsubscribeSignal"}, {"p":"com.aliucord.api","c":"PatcherAPI","l":"logger","url":"com/aliucord/api/PatcherAPI.html#logger"}, {"p":"com.aliucord.api","c":"PatcherAPI","l":"unpatches","url":"com/aliucord/api/PatcherAPI.html#unpatches"}, {"p":"com.aliucord.api","c":"CommandsAPI.CommandResult","l":"content","url":"com/aliucord/api/CommandsAPI.CommandResult.html#content"}, {"p":"com.aliucord.api","c":"CommandsAPI.CommandResult","l":"embeds","url":"com/aliucord/api/CommandsAPI.CommandResult.html#embeds"}, {"p":"com.aliucord.api","c":"CommandsAPI.CommandResult","l":"send","url":"com/aliucord/api/CommandsAPI.CommandResult.html#send"}, {"p":"com.aliucord.api","c":"CommandsAPI.CommandResult","l":"username","url":"com/aliucord/api/CommandsAPI.CommandResult.html#username"}, {"p":"com.aliucord.api","c":"CommandsAPI.CommandResult","l":"avatarUrl","url":"com/aliucord/api/CommandsAPI.CommandResult.html#avatarUrl"}, {"p":"com.aliucord.api","c":"CommandsAPI.CommandResult","l":"buttons","url":"com/aliucord/api/CommandsAPI.CommandResult.html#buttons"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"ALIUCORD_APP_ID","url":"com/aliucord/api/CommandsAPI.html#ALIUCORD_APP_ID"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"DONT_SEND_RESULT","url":"com/aliucord/api/CommandsAPI.html#DONT_SEND_RESULT"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"aliucordApplication","url":"com/aliucord/api/CommandsAPI.html#aliucordApplication"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"commands","url":"com/aliucord/api/CommandsAPI.html#commands"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"commandsAndPlugins","url":"com/aliucord/api/CommandsAPI.html#commandsAndPlugins"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"interactionsStore","url":"com/aliucord/api/CommandsAPI.html#interactionsStore"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"messageOption","url":"com/aliucord/api/CommandsAPI.html#messageOption"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"requiredMessageOption","url":"com/aliucord/api/CommandsAPI.html#requiredMessageOption"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"pluginName","url":"com/aliucord/api/CommandsAPI.html#pluginName"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"pluginCommands","url":"com/aliucord/api/CommandsAPI.html#pluginCommands"}, {"p":"com.aliucord.api","c":"ButtonsAPI.ButtonData","l":"label","url":"com/aliucord/api/ButtonsAPI.ButtonData.html#label"}, {"p":"com.aliucord.api","c":"ButtonsAPI.ButtonData","l":"style","url":"com/aliucord/api/ButtonsAPI.ButtonData.html#style"}, {"p":"com.aliucord.api","c":"ButtonsAPI.ButtonData","l":"onPress","url":"com/aliucord/api/ButtonsAPI.ButtonData.html#onPress"}, {"p":"com.aliucord.api","c":"ButtonsAPI","l":"INSTANCE","url":"com/aliucord/api/ButtonsAPI.html#INSTANCE"}, {"p":"com.aliucord.api","c":"GatewayAPI","l":"eventListeners","url":"com/aliucord/api/GatewayAPI.html#eventListeners"}, {"p":"com.aliucord.api","c":"GatewayAPI","l":"INSTANCE","url":"com/aliucord/api/GatewayAPI.html#INSTANCE"}, {"p":"com.aliucord.patcher","c":"Patcher","l":"logger","url":"com/aliucord/patcher/Patcher.html#logger"}, {"p":"com.aliucord.patcher","c":"Hook","l":"callback","url":"com/aliucord/patcher/Hook.html#callback"}, {"p":"com.aliucord.patcher","c":"Hook","l":"priority","url":"com/aliucord/patcher/PreHook.html#priority"}, {"p":"com.aliucord.patcher","c":"InsteadHook","l":"DO_NOTHING","url":"com/aliucord/patcher/InsteadHook.html#DO_NOTHING"}, {"p":"com.aliucord.patcher","c":"InsteadHook","l":"callback","url":"com/aliucord/patcher/InsteadHook.html#callback"}, {"p":"com.aliucord.patcher","c":"InsteadHook","l":"priority","url":"com/aliucord/patcher/PreHook.html#priority"}, {"p":"com.aliucord.patcher","c":"PreHook","l":"callback","url":"com/aliucord/patcher/PreHook.html#callback"}, {"p":"com.aliucord.patcher","c":"PreHook","l":"priority","url":"com/aliucord/patcher/PreHook.html#priority"}, {"p":"com.aliucord.utils","c":"MDUtils.RenderContext","l":"context","url":"com/aliucord/utils/MDUtils.RenderContext.html#context"}, {"p":"com.aliucord.utils","c":"MDUtils","l":"parser","url":"com/aliucord/utils/MDUtils.html#parser"}, {"p":"com.aliucord.utils","c":"ChangelogUtils.FooterAction","l":"CREATOR","url":"com/aliucord/utils/ChangelogUtils.FooterAction.html#CREATOR"}, {"p":"com.aliucord.utils","c":"ChangelogUtils.FooterAction","l":"drawableResourceId","url":"com/aliucord/utils/ChangelogUtils.FooterAction.html#drawableResourceId"}, {"p":"com.aliucord.utils","c":"ChangelogUtils.FooterAction","l":"url","url":"com/aliucord/utils/ChangelogUtils.FooterAction.html#url"}, {"p":"com.aliucord.utils","c":"ChangelogUtils","l":"INSTANCE","url":"com/aliucord/utils/ChangelogUtils.html#INSTANCE"}, {"p":"com.aliucord.utils","c":"DimenUtils","l":"defaultPadding","url":"com/aliucord/utils/DimenUtils.html#defaultPadding"}, {"p":"com.aliucord.utils","c":"DimenUtils","l":"defaultCardRadius","url":"com/aliucord/utils/DimenUtils.html#defaultCardRadius"}, {"p":"com.aliucord.utils","c":"DimenUtils","l":"dp","url":"com/aliucord/utils/DimenUtils.html#dp"}, {"p":"com.aliucord.utils","c":"DimenUtils","l":"INSTANCE","url":"com/aliucord/utils/DimenUtils.html#INSTANCE"}, {"p":"com.aliucord.utils","c":"GsonUtils","l":"gson","url":"com/aliucord/utils/GsonUtils.html#gson"}, {"p":"com.aliucord.utils","c":"GsonUtils","l":"gsonPretty","url":"com/aliucord/utils/GsonUtils.html#gsonPretty"}, {"p":"com.aliucord.utils","c":"GsonUtils","l":"gsonRestApi","url":"com/aliucord/utils/GsonUtils.html#gsonRestApi"}, {"p":"com.aliucord.utils","c":"GsonUtils","l":"INSTANCE","url":"com/aliucord/utils/GsonUtils.html#INSTANCE"}, {"p":"com.aliucord.utils","c":"RNSuperProperties","l":"vendorId","url":"com/aliucord/utils/RNSuperProperties.html#vendorId"}, {"p":"com.aliucord.utils","c":"RNSuperProperties","l":"superProperties","url":"com/aliucord/utils/RNSuperProperties.html#superProperties"}, {"p":"com.aliucord.utils","c":"RNSuperProperties","l":"superPropertiesBase64","url":"com/aliucord/utils/RNSuperProperties.html#superPropertiesBase64"}, {"p":"com.aliucord.utils","c":"RNSuperProperties","l":"versionCode","url":"com/aliucord/utils/RNSuperProperties.html#versionCode"}, {"p":"com.aliucord.utils","c":"RNSuperProperties","l":"versionString","url":"com/aliucord/utils/RNSuperProperties.html#versionString"}, {"p":"com.aliucord.utils","c":"RNSuperProperties","l":"userAgent","url":"com/aliucord/utils/RNSuperProperties.html#userAgent"}, {"p":"com.aliucord.utils","c":"RNSuperProperties","l":"INSTANCE","url":"com/aliucord/utils/RNSuperProperties.html#INSTANCE"}, {"p":"com.aliucord.utils","c":"RxUtils","l":"empty","url":"com/aliucord/utils/RxUtils.html#empty"}, {"p":"com.aliucord.utils","c":"RxUtils","l":"INSTANCE","url":"com/aliucord/utils/RxUtils.html#INSTANCE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"ICON_GRAVITY_START","url":"com/aliucord/views/Button.html#ICON_GRAVITY_START"}, {"p":"com.aliucord.views","c":"DangerButton","l":"ICON_GRAVITY_TEXT_START","url":"com/aliucord/views/Button.html#ICON_GRAVITY_TEXT_START"}, {"p":"com.aliucord.views","c":"DangerButton","l":"ICON_GRAVITY_END","url":"com/aliucord/views/Button.html#ICON_GRAVITY_END"}, {"p":"com.aliucord.views","c":"DangerButton","l":"ICON_GRAVITY_TEXT_END","url":"com/aliucord/views/Button.html#ICON_GRAVITY_TEXT_END"}, {"p":"com.aliucord.views","c":"DangerButton","l":"ICON_GRAVITY_TOP","url":"com/aliucord/views/Button.html#ICON_GRAVITY_TOP"}, {"p":"com.aliucord.views","c":"DangerButton","l":"ICON_GRAVITY_TEXT_TOP","url":"com/aliucord/views/Button.html#ICON_GRAVITY_TEXT_TOP"}, {"p":"com.aliucord.views","c":"DangerButton","l":"iconTintMode","url":"com/aliucord/views/Button.html#iconTintMode"}, {"p":"com.aliucord.views","c":"DangerButton","l":"iconTint","url":"com/aliucord/views/Button.html#iconTint"}, {"p":"com.aliucord.views","c":"DangerButton","l":"icon","url":"com/aliucord/views/Button.html#icon"}, {"p":"com.aliucord.views","c":"DangerButton","l":"iconSize","url":"com/aliucord/views/Button.html#iconSize"}, {"p":"com.aliucord.views","c":"DangerButton","l":"iconPadding","url":"com/aliucord/views/Button.html#iconPadding"}, {"p":"com.aliucord.views","c":"DangerButton","l":"iconGravity","url":"com/aliucord/views/Button.html#iconGravity"}, {"p":"com.aliucord.views","c":"DangerButton","l":"PLATFORM_SUPPORTS_AUTOSIZE","url":"com/aliucord/views/Button.html#PLATFORM_SUPPORTS_AUTOSIZE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTO_SIZE_TEXT_TYPE_NONE","url":"com/aliucord/views/Button.html#AUTO_SIZE_TEXT_TYPE_NONE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTO_SIZE_TEXT_TYPE_UNIFORM","url":"com/aliucord/views/Button.html#AUTO_SIZE_TEXT_TYPE_UNIFORM"}, {"p":"com.aliucord.views","c":"DangerButton","l":"ACCESSIBILITY_LIVE_REGION_ASSERTIVE","url":"com/aliucord/views/TextInput.html#ACCESSIBILITY_LIVE_REGION_ASSERTIVE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"ACCESSIBILITY_LIVE_REGION_NONE","url":"com/aliucord/views/TextInput.html#ACCESSIBILITY_LIVE_REGION_NONE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"ACCESSIBILITY_LIVE_REGION_POLITE","url":"com/aliucord/views/TextInput.html#ACCESSIBILITY_LIVE_REGION_POLITE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"ALPHA","url":"com/aliucord/views/TextInput.html#ALPHA"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS","url":"com/aliucord/views/TextInput.html#AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_HINT_CREDIT_CARD_NUMBER","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_NUMBER"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_HINT_EMAIL_ADDRESS","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_EMAIL_ADDRESS"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_HINT_NAME","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_NAME"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_HINT_PASSWORD","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_PASSWORD"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_HINT_PHONE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_PHONE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_HINT_POSTAL_ADDRESS","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_POSTAL_ADDRESS"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_HINT_POSTAL_CODE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_POSTAL_CODE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_HINT_USERNAME","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_USERNAME"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_TYPE_DATE","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_DATE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_TYPE_LIST","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_LIST"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_TYPE_NONE","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_NONE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_TYPE_TEXT","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_TEXT"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_TYPE_TOGGLE","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_TOGGLE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"DRAG_FLAG_GLOBAL","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL"}, {"p":"com.aliucord.views","c":"DangerButton","l":"DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION"}, {"p":"com.aliucord.views","c":"DangerButton","l":"DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION"}, {"p":"com.aliucord.views","c":"DangerButton","l":"DRAG_FLAG_GLOBAL_URI_READ","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_URI_READ"}, {"p":"com.aliucord.views","c":"DangerButton","l":"DRAG_FLAG_GLOBAL_URI_WRITE","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_URI_WRITE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"DRAG_FLAG_OPAQUE","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_OPAQUE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"DRAWING_CACHE_QUALITY_AUTO","url":"com/aliucord/views/TextInput.html#DRAWING_CACHE_QUALITY_AUTO"}, {"p":"com.aliucord.views","c":"DangerButton","l":"DRAWING_CACHE_QUALITY_HIGH","url":"com/aliucord/views/TextInput.html#DRAWING_CACHE_QUALITY_HIGH"}, {"p":"com.aliucord.views","c":"DangerButton","l":"DRAWING_CACHE_QUALITY_LOW","url":"com/aliucord/views/TextInput.html#DRAWING_CACHE_QUALITY_LOW"}, {"p":"com.aliucord.views","c":"DangerButton","l":"FIND_VIEWS_WITH_CONTENT_DESCRIPTION","url":"com/aliucord/views/TextInput.html#FIND_VIEWS_WITH_CONTENT_DESCRIPTION"}, {"p":"com.aliucord.views","c":"DangerButton","l":"FIND_VIEWS_WITH_TEXT","url":"com/aliucord/views/TextInput.html#FIND_VIEWS_WITH_TEXT"}, {"p":"com.aliucord.views","c":"DangerButton","l":"FOCUSABLE","url":"com/aliucord/views/TextInput.html#FOCUSABLE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"FOCUSABLES_ALL","url":"com/aliucord/views/TextInput.html#FOCUSABLES_ALL"}, {"p":"com.aliucord.views","c":"DangerButton","l":"FOCUSABLES_TOUCH_MODE","url":"com/aliucord/views/TextInput.html#FOCUSABLES_TOUCH_MODE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"FOCUSABLE_AUTO","url":"com/aliucord/views/TextInput.html#FOCUSABLE_AUTO"}, {"p":"com.aliucord.views","c":"DangerButton","l":"FOCUS_BACKWARD","url":"com/aliucord/views/TextInput.html#FOCUS_BACKWARD"}, {"p":"com.aliucord.views","c":"DangerButton","l":"FOCUS_DOWN","url":"com/aliucord/views/TextInput.html#FOCUS_DOWN"}, {"p":"com.aliucord.views","c":"DangerButton","l":"FOCUS_FORWARD","url":"com/aliucord/views/TextInput.html#FOCUS_FORWARD"}, {"p":"com.aliucord.views","c":"DangerButton","l":"FOCUS_LEFT","url":"com/aliucord/views/TextInput.html#FOCUS_LEFT"}, {"p":"com.aliucord.views","c":"DangerButton","l":"FOCUS_RIGHT","url":"com/aliucord/views/TextInput.html#FOCUS_RIGHT"}, {"p":"com.aliucord.views","c":"DangerButton","l":"FOCUS_UP","url":"com/aliucord/views/TextInput.html#FOCUS_UP"}, {"p":"com.aliucord.views","c":"DangerButton","l":"GONE","url":"com/aliucord/views/TextInput.html#GONE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"HAPTIC_FEEDBACK_ENABLED","url":"com/aliucord/views/TextInput.html#HAPTIC_FEEDBACK_ENABLED"}, {"p":"com.aliucord.views","c":"DangerButton","l":"IMPORTANT_FOR_ACCESSIBILITY_AUTO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_AUTO"}, {"p":"com.aliucord.views","c":"DangerButton","l":"IMPORTANT_FOR_ACCESSIBILITY_NO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_NO"}, {"p":"com.aliucord.views","c":"DangerButton","l":"IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"DangerButton","l":"IMPORTANT_FOR_ACCESSIBILITY_YES","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_YES"}, {"p":"com.aliucord.views","c":"DangerButton","l":"IMPORTANT_FOR_AUTOFILL_AUTO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_AUTO"}, {"p":"com.aliucord.views","c":"DangerButton","l":"IMPORTANT_FOR_AUTOFILL_NO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_NO"}, {"p":"com.aliucord.views","c":"DangerButton","l":"IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"DangerButton","l":"IMPORTANT_FOR_AUTOFILL_YES","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_YES"}, {"p":"com.aliucord.views","c":"DangerButton","l":"IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"DangerButton","l":"IMPORTANT_FOR_CONTENT_CAPTURE_AUTO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_AUTO"}, {"p":"com.aliucord.views","c":"DangerButton","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO"}, {"p":"com.aliucord.views","c":"DangerButton","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"DangerButton","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES"}, {"p":"com.aliucord.views","c":"DangerButton","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"DangerButton","l":"INVISIBLE","url":"com/aliucord/views/TextInput.html#INVISIBLE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"KEEP_SCREEN_ON","url":"com/aliucord/views/TextInput.html#KEEP_SCREEN_ON"}, {"p":"com.aliucord.views","c":"DangerButton","l":"LAYER_TYPE_HARDWARE","url":"com/aliucord/views/TextInput.html#LAYER_TYPE_HARDWARE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"LAYER_TYPE_NONE","url":"com/aliucord/views/TextInput.html#LAYER_TYPE_NONE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"LAYER_TYPE_SOFTWARE","url":"com/aliucord/views/TextInput.html#LAYER_TYPE_SOFTWARE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"LAYOUT_DIRECTION_INHERIT","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_INHERIT"}, {"p":"com.aliucord.views","c":"DangerButton","l":"LAYOUT_DIRECTION_LOCALE","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_LOCALE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"LAYOUT_DIRECTION_LTR","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_LTR"}, {"p":"com.aliucord.views","c":"DangerButton","l":"LAYOUT_DIRECTION_RTL","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_RTL"}, {"p":"com.aliucord.views","c":"DangerButton","l":"MEASURED_HEIGHT_STATE_SHIFT","url":"com/aliucord/views/TextInput.html#MEASURED_HEIGHT_STATE_SHIFT"}, {"p":"com.aliucord.views","c":"DangerButton","l":"MEASURED_SIZE_MASK","url":"com/aliucord/views/TextInput.html#MEASURED_SIZE_MASK"}, {"p":"com.aliucord.views","c":"DangerButton","l":"MEASURED_STATE_MASK","url":"com/aliucord/views/TextInput.html#MEASURED_STATE_MASK"}, {"p":"com.aliucord.views","c":"DangerButton","l":"MEASURED_STATE_TOO_SMALL","url":"com/aliucord/views/TextInput.html#MEASURED_STATE_TOO_SMALL"}, {"p":"com.aliucord.views","c":"DangerButton","l":"NOT_FOCUSABLE","url":"com/aliucord/views/TextInput.html#NOT_FOCUSABLE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"NO_ID","url":"com/aliucord/views/TextInput.html#NO_ID"}, {"p":"com.aliucord.views","c":"DangerButton","l":"OVER_SCROLL_ALWAYS","url":"com/aliucord/views/TextInput.html#OVER_SCROLL_ALWAYS"}, {"p":"com.aliucord.views","c":"DangerButton","l":"OVER_SCROLL_IF_CONTENT_SCROLLS","url":"com/aliucord/views/TextInput.html#OVER_SCROLL_IF_CONTENT_SCROLLS"}, {"p":"com.aliucord.views","c":"DangerButton","l":"OVER_SCROLL_NEVER","url":"com/aliucord/views/TextInput.html#OVER_SCROLL_NEVER"}, {"p":"com.aliucord.views","c":"DangerButton","l":"ROTATION","url":"com/aliucord/views/TextInput.html#ROTATION"}, {"p":"com.aliucord.views","c":"DangerButton","l":"ROTATION_X","url":"com/aliucord/views/TextInput.html#ROTATION_X"}, {"p":"com.aliucord.views","c":"DangerButton","l":"ROTATION_Y","url":"com/aliucord/views/TextInput.html#ROTATION_Y"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCALE_X","url":"com/aliucord/views/TextInput.html#SCALE_X"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCALE_Y","url":"com/aliucord/views/TextInput.html#SCALE_Y"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCREEN_STATE_OFF","url":"com/aliucord/views/TextInput.html#SCREEN_STATE_OFF"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCREEN_STATE_ON","url":"com/aliucord/views/TextInput.html#SCREEN_STATE_ON"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCROLLBARS_INSIDE_INSET","url":"com/aliucord/views/TextInput.html#SCROLLBARS_INSIDE_INSET"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCROLLBARS_INSIDE_OVERLAY","url":"com/aliucord/views/TextInput.html#SCROLLBARS_INSIDE_OVERLAY"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCROLLBARS_OUTSIDE_INSET","url":"com/aliucord/views/TextInput.html#SCROLLBARS_OUTSIDE_INSET"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCROLLBARS_OUTSIDE_OVERLAY","url":"com/aliucord/views/TextInput.html#SCROLLBARS_OUTSIDE_OVERLAY"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCROLLBAR_POSITION_DEFAULT","url":"com/aliucord/views/TextInput.html#SCROLLBAR_POSITION_DEFAULT"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCROLLBAR_POSITION_LEFT","url":"com/aliucord/views/TextInput.html#SCROLLBAR_POSITION_LEFT"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCROLLBAR_POSITION_RIGHT","url":"com/aliucord/views/TextInput.html#SCROLLBAR_POSITION_RIGHT"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCROLL_AXIS_HORIZONTAL","url":"com/aliucord/views/TextInput.html#SCROLL_AXIS_HORIZONTAL"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCROLL_AXIS_NONE","url":"com/aliucord/views/TextInput.html#SCROLL_AXIS_NONE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCROLL_AXIS_VERTICAL","url":"com/aliucord/views/TextInput.html#SCROLL_AXIS_VERTICAL"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCROLL_INDICATOR_BOTTOM","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_BOTTOM"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCROLL_INDICATOR_END","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_END"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCROLL_INDICATOR_LEFT","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_LEFT"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCROLL_INDICATOR_RIGHT","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_RIGHT"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCROLL_INDICATOR_START","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_START"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCROLL_INDICATOR_TOP","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_TOP"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SOUND_EFFECTS_ENABLED","url":"com/aliucord/views/TextInput.html#SOUND_EFFECTS_ENABLED"}, {"p":"com.aliucord.views","c":"DangerButton","l":"STATUS_BAR_HIDDEN","url":"com/aliucord/views/TextInput.html#STATUS_BAR_HIDDEN"}, {"p":"com.aliucord.views","c":"DangerButton","l":"STATUS_BAR_VISIBLE","url":"com/aliucord/views/TextInput.html#STATUS_BAR_VISIBLE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SYSTEM_UI_FLAG_FULLSCREEN","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_FULLSCREEN"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SYSTEM_UI_FLAG_HIDE_NAVIGATION","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_HIDE_NAVIGATION"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SYSTEM_UI_FLAG_IMMERSIVE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_IMMERSIVE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SYSTEM_UI_FLAG_IMMERSIVE_STICKY","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_IMMERSIVE_STICKY"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SYSTEM_UI_FLAG_LAYOUT_STABLE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LAYOUT_STABLE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SYSTEM_UI_FLAG_LIGHT_STATUS_BAR","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LIGHT_STATUS_BAR"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SYSTEM_UI_FLAG_LOW_PROFILE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LOW_PROFILE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SYSTEM_UI_FLAG_VISIBLE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_VISIBLE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SYSTEM_UI_LAYOUT_FLAGS","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_LAYOUT_FLAGS"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TEXT_ALIGNMENT_CENTER","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_CENTER"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TEXT_ALIGNMENT_GRAVITY","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_GRAVITY"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TEXT_ALIGNMENT_INHERIT","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_INHERIT"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TEXT_ALIGNMENT_TEXT_END","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_TEXT_END"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TEXT_ALIGNMENT_TEXT_START","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_TEXT_START"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TEXT_ALIGNMENT_VIEW_END","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_VIEW_END"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TEXT_ALIGNMENT_VIEW_START","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_VIEW_START"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TEXT_DIRECTION_ANY_RTL","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_ANY_RTL"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TEXT_DIRECTION_FIRST_STRONG","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_FIRST_STRONG"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TEXT_DIRECTION_FIRST_STRONG_LTR","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_FIRST_STRONG_LTR"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TEXT_DIRECTION_FIRST_STRONG_RTL","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_FIRST_STRONG_RTL"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TEXT_DIRECTION_INHERIT","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_INHERIT"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TEXT_DIRECTION_LOCALE","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_LOCALE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TEXT_DIRECTION_LTR","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_LTR"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TEXT_DIRECTION_RTL","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_RTL"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TRANSLATION_X","url":"com/aliucord/views/TextInput.html#TRANSLATION_X"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TRANSLATION_Y","url":"com/aliucord/views/TextInput.html#TRANSLATION_Y"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TRANSLATION_Z","url":"com/aliucord/views/TextInput.html#TRANSLATION_Z"}, {"p":"com.aliucord.views","c":"DangerButton","l":"VISIBLE","url":"com/aliucord/views/TextInput.html#VISIBLE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"X","url":"com/aliucord/views/TextInput.html#X"}, {"p":"com.aliucord.views","c":"DangerButton","l":"Y","url":"com/aliucord/views/TextInput.html#Y"}, {"p":"com.aliucord.views","c":"DangerButton","l":"Z","url":"com/aliucord/views/TextInput.html#Z"}, {"p":"com.aliucord.views","c":"SaveButton","l":"HORIZONTAL","url":"com/aliucord/views/SaveButton.html#HORIZONTAL"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SHOW_DIVIDER_BEGINNING","url":"com/aliucord/views/SaveButton.html#SHOW_DIVIDER_BEGINNING"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SHOW_DIVIDER_END","url":"com/aliucord/views/SaveButton.html#SHOW_DIVIDER_END"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SHOW_DIVIDER_MIDDLE","url":"com/aliucord/views/SaveButton.html#SHOW_DIVIDER_MIDDLE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SHOW_DIVIDER_NONE","url":"com/aliucord/views/SaveButton.html#SHOW_DIVIDER_NONE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"VERTICAL","url":"com/aliucord/views/SaveButton.html#VERTICAL"}, {"p":"com.aliucord.views","c":"SaveButton","l":"FOCUS_AFTER_DESCENDANTS","url":"com/aliucord/views/TextInput.html#FOCUS_AFTER_DESCENDANTS"}, {"p":"com.aliucord.views","c":"SaveButton","l":"FOCUS_BEFORE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#FOCUS_BEFORE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"SaveButton","l":"FOCUS_BLOCK_DESCENDANTS","url":"com/aliucord/views/TextInput.html#FOCUS_BLOCK_DESCENDANTS"}, {"p":"com.aliucord.views","c":"SaveButton","l":"LAYOUT_MODE_CLIP_BOUNDS","url":"com/aliucord/views/TextInput.html#LAYOUT_MODE_CLIP_BOUNDS"}, {"p":"com.aliucord.views","c":"SaveButton","l":"LAYOUT_MODE_OPTICAL_BOUNDS","url":"com/aliucord/views/TextInput.html#LAYOUT_MODE_OPTICAL_BOUNDS"}, {"p":"com.aliucord.views","c":"SaveButton","l":"PERSISTENT_ALL_CACHES","url":"com/aliucord/views/TextInput.html#PERSISTENT_ALL_CACHES"}, {"p":"com.aliucord.views","c":"SaveButton","l":"PERSISTENT_ANIMATION_CACHE","url":"com/aliucord/views/TextInput.html#PERSISTENT_ANIMATION_CACHE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"PERSISTENT_NO_CACHE","url":"com/aliucord/views/TextInput.html#PERSISTENT_NO_CACHE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"PERSISTENT_SCROLLING_CACHE","url":"com/aliucord/views/TextInput.html#PERSISTENT_SCROLLING_CACHE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"ACCESSIBILITY_LIVE_REGION_ASSERTIVE","url":"com/aliucord/views/TextInput.html#ACCESSIBILITY_LIVE_REGION_ASSERTIVE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"ACCESSIBILITY_LIVE_REGION_NONE","url":"com/aliucord/views/TextInput.html#ACCESSIBILITY_LIVE_REGION_NONE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"ACCESSIBILITY_LIVE_REGION_POLITE","url":"com/aliucord/views/TextInput.html#ACCESSIBILITY_LIVE_REGION_POLITE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"ALPHA","url":"com/aliucord/views/TextInput.html#ALPHA"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS","url":"com/aliucord/views/TextInput.html#AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_HINT_CREDIT_CARD_NUMBER","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_NUMBER"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_HINT_EMAIL_ADDRESS","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_EMAIL_ADDRESS"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_HINT_NAME","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_NAME"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_HINT_PASSWORD","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_PASSWORD"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_HINT_PHONE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_PHONE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_HINT_POSTAL_ADDRESS","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_POSTAL_ADDRESS"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_HINT_POSTAL_CODE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_POSTAL_CODE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_HINT_USERNAME","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_USERNAME"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_TYPE_DATE","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_DATE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_TYPE_LIST","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_LIST"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_TYPE_NONE","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_NONE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_TYPE_TEXT","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_TEXT"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_TYPE_TOGGLE","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_TOGGLE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"DRAG_FLAG_GLOBAL","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL"}, {"p":"com.aliucord.views","c":"SaveButton","l":"DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION"}, {"p":"com.aliucord.views","c":"SaveButton","l":"DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION"}, {"p":"com.aliucord.views","c":"SaveButton","l":"DRAG_FLAG_GLOBAL_URI_READ","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_URI_READ"}, {"p":"com.aliucord.views","c":"SaveButton","l":"DRAG_FLAG_GLOBAL_URI_WRITE","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_URI_WRITE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"DRAG_FLAG_OPAQUE","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_OPAQUE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"DRAWING_CACHE_QUALITY_AUTO","url":"com/aliucord/views/TextInput.html#DRAWING_CACHE_QUALITY_AUTO"}, {"p":"com.aliucord.views","c":"SaveButton","l":"DRAWING_CACHE_QUALITY_HIGH","url":"com/aliucord/views/TextInput.html#DRAWING_CACHE_QUALITY_HIGH"}, {"p":"com.aliucord.views","c":"SaveButton","l":"DRAWING_CACHE_QUALITY_LOW","url":"com/aliucord/views/TextInput.html#DRAWING_CACHE_QUALITY_LOW"}, {"p":"com.aliucord.views","c":"SaveButton","l":"FIND_VIEWS_WITH_CONTENT_DESCRIPTION","url":"com/aliucord/views/TextInput.html#FIND_VIEWS_WITH_CONTENT_DESCRIPTION"}, {"p":"com.aliucord.views","c":"SaveButton","l":"FIND_VIEWS_WITH_TEXT","url":"com/aliucord/views/TextInput.html#FIND_VIEWS_WITH_TEXT"}, {"p":"com.aliucord.views","c":"SaveButton","l":"FOCUSABLE","url":"com/aliucord/views/TextInput.html#FOCUSABLE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"FOCUSABLES_ALL","url":"com/aliucord/views/TextInput.html#FOCUSABLES_ALL"}, {"p":"com.aliucord.views","c":"SaveButton","l":"FOCUSABLES_TOUCH_MODE","url":"com/aliucord/views/TextInput.html#FOCUSABLES_TOUCH_MODE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"FOCUSABLE_AUTO","url":"com/aliucord/views/TextInput.html#FOCUSABLE_AUTO"}, {"p":"com.aliucord.views","c":"SaveButton","l":"FOCUS_BACKWARD","url":"com/aliucord/views/TextInput.html#FOCUS_BACKWARD"}, {"p":"com.aliucord.views","c":"SaveButton","l":"FOCUS_DOWN","url":"com/aliucord/views/TextInput.html#FOCUS_DOWN"}, {"p":"com.aliucord.views","c":"SaveButton","l":"FOCUS_FORWARD","url":"com/aliucord/views/TextInput.html#FOCUS_FORWARD"}, {"p":"com.aliucord.views","c":"SaveButton","l":"FOCUS_LEFT","url":"com/aliucord/views/TextInput.html#FOCUS_LEFT"}, {"p":"com.aliucord.views","c":"SaveButton","l":"FOCUS_RIGHT","url":"com/aliucord/views/TextInput.html#FOCUS_RIGHT"}, {"p":"com.aliucord.views","c":"SaveButton","l":"FOCUS_UP","url":"com/aliucord/views/TextInput.html#FOCUS_UP"}, {"p":"com.aliucord.views","c":"SaveButton","l":"GONE","url":"com/aliucord/views/TextInput.html#GONE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"HAPTIC_FEEDBACK_ENABLED","url":"com/aliucord/views/TextInput.html#HAPTIC_FEEDBACK_ENABLED"}, {"p":"com.aliucord.views","c":"SaveButton","l":"IMPORTANT_FOR_ACCESSIBILITY_AUTO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_AUTO"}, {"p":"com.aliucord.views","c":"SaveButton","l":"IMPORTANT_FOR_ACCESSIBILITY_NO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_NO"}, {"p":"com.aliucord.views","c":"SaveButton","l":"IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"SaveButton","l":"IMPORTANT_FOR_ACCESSIBILITY_YES","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_YES"}, {"p":"com.aliucord.views","c":"SaveButton","l":"IMPORTANT_FOR_AUTOFILL_AUTO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_AUTO"}, {"p":"com.aliucord.views","c":"SaveButton","l":"IMPORTANT_FOR_AUTOFILL_NO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_NO"}, {"p":"com.aliucord.views","c":"SaveButton","l":"IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"SaveButton","l":"IMPORTANT_FOR_AUTOFILL_YES","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_YES"}, {"p":"com.aliucord.views","c":"SaveButton","l":"IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"SaveButton","l":"IMPORTANT_FOR_CONTENT_CAPTURE_AUTO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_AUTO"}, {"p":"com.aliucord.views","c":"SaveButton","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO"}, {"p":"com.aliucord.views","c":"SaveButton","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"SaveButton","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES"}, {"p":"com.aliucord.views","c":"SaveButton","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"SaveButton","l":"INVISIBLE","url":"com/aliucord/views/TextInput.html#INVISIBLE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"KEEP_SCREEN_ON","url":"com/aliucord/views/TextInput.html#KEEP_SCREEN_ON"}, {"p":"com.aliucord.views","c":"SaveButton","l":"LAYER_TYPE_HARDWARE","url":"com/aliucord/views/TextInput.html#LAYER_TYPE_HARDWARE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"LAYER_TYPE_NONE","url":"com/aliucord/views/TextInput.html#LAYER_TYPE_NONE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"LAYER_TYPE_SOFTWARE","url":"com/aliucord/views/TextInput.html#LAYER_TYPE_SOFTWARE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"LAYOUT_DIRECTION_INHERIT","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_INHERIT"}, {"p":"com.aliucord.views","c":"SaveButton","l":"LAYOUT_DIRECTION_LOCALE","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_LOCALE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"LAYOUT_DIRECTION_LTR","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_LTR"}, {"p":"com.aliucord.views","c":"SaveButton","l":"LAYOUT_DIRECTION_RTL","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_RTL"}, {"p":"com.aliucord.views","c":"SaveButton","l":"MEASURED_HEIGHT_STATE_SHIFT","url":"com/aliucord/views/TextInput.html#MEASURED_HEIGHT_STATE_SHIFT"}, {"p":"com.aliucord.views","c":"SaveButton","l":"MEASURED_SIZE_MASK","url":"com/aliucord/views/TextInput.html#MEASURED_SIZE_MASK"}, {"p":"com.aliucord.views","c":"SaveButton","l":"MEASURED_STATE_MASK","url":"com/aliucord/views/TextInput.html#MEASURED_STATE_MASK"}, {"p":"com.aliucord.views","c":"SaveButton","l":"MEASURED_STATE_TOO_SMALL","url":"com/aliucord/views/TextInput.html#MEASURED_STATE_TOO_SMALL"}, {"p":"com.aliucord.views","c":"SaveButton","l":"NOT_FOCUSABLE","url":"com/aliucord/views/TextInput.html#NOT_FOCUSABLE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"NO_ID","url":"com/aliucord/views/TextInput.html#NO_ID"}, {"p":"com.aliucord.views","c":"SaveButton","l":"OVER_SCROLL_ALWAYS","url":"com/aliucord/views/TextInput.html#OVER_SCROLL_ALWAYS"}, {"p":"com.aliucord.views","c":"SaveButton","l":"OVER_SCROLL_IF_CONTENT_SCROLLS","url":"com/aliucord/views/TextInput.html#OVER_SCROLL_IF_CONTENT_SCROLLS"}, {"p":"com.aliucord.views","c":"SaveButton","l":"OVER_SCROLL_NEVER","url":"com/aliucord/views/TextInput.html#OVER_SCROLL_NEVER"}, {"p":"com.aliucord.views","c":"SaveButton","l":"ROTATION","url":"com/aliucord/views/TextInput.html#ROTATION"}, {"p":"com.aliucord.views","c":"SaveButton","l":"ROTATION_X","url":"com/aliucord/views/TextInput.html#ROTATION_X"}, {"p":"com.aliucord.views","c":"SaveButton","l":"ROTATION_Y","url":"com/aliucord/views/TextInput.html#ROTATION_Y"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCALE_X","url":"com/aliucord/views/TextInput.html#SCALE_X"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCALE_Y","url":"com/aliucord/views/TextInput.html#SCALE_Y"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCREEN_STATE_OFF","url":"com/aliucord/views/TextInput.html#SCREEN_STATE_OFF"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCREEN_STATE_ON","url":"com/aliucord/views/TextInput.html#SCREEN_STATE_ON"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCROLLBARS_INSIDE_INSET","url":"com/aliucord/views/TextInput.html#SCROLLBARS_INSIDE_INSET"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCROLLBARS_INSIDE_OVERLAY","url":"com/aliucord/views/TextInput.html#SCROLLBARS_INSIDE_OVERLAY"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCROLLBARS_OUTSIDE_INSET","url":"com/aliucord/views/TextInput.html#SCROLLBARS_OUTSIDE_INSET"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCROLLBARS_OUTSIDE_OVERLAY","url":"com/aliucord/views/TextInput.html#SCROLLBARS_OUTSIDE_OVERLAY"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCROLLBAR_POSITION_DEFAULT","url":"com/aliucord/views/TextInput.html#SCROLLBAR_POSITION_DEFAULT"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCROLLBAR_POSITION_LEFT","url":"com/aliucord/views/TextInput.html#SCROLLBAR_POSITION_LEFT"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCROLLBAR_POSITION_RIGHT","url":"com/aliucord/views/TextInput.html#SCROLLBAR_POSITION_RIGHT"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCROLL_AXIS_HORIZONTAL","url":"com/aliucord/views/TextInput.html#SCROLL_AXIS_HORIZONTAL"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCROLL_AXIS_NONE","url":"com/aliucord/views/TextInput.html#SCROLL_AXIS_NONE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCROLL_AXIS_VERTICAL","url":"com/aliucord/views/TextInput.html#SCROLL_AXIS_VERTICAL"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCROLL_INDICATOR_BOTTOM","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_BOTTOM"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCROLL_INDICATOR_END","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_END"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCROLL_INDICATOR_LEFT","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_LEFT"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCROLL_INDICATOR_RIGHT","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_RIGHT"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCROLL_INDICATOR_START","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_START"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCROLL_INDICATOR_TOP","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_TOP"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SOUND_EFFECTS_ENABLED","url":"com/aliucord/views/TextInput.html#SOUND_EFFECTS_ENABLED"}, {"p":"com.aliucord.views","c":"SaveButton","l":"STATUS_BAR_HIDDEN","url":"com/aliucord/views/TextInput.html#STATUS_BAR_HIDDEN"}, {"p":"com.aliucord.views","c":"SaveButton","l":"STATUS_BAR_VISIBLE","url":"com/aliucord/views/TextInput.html#STATUS_BAR_VISIBLE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SYSTEM_UI_FLAG_FULLSCREEN","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_FULLSCREEN"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SYSTEM_UI_FLAG_HIDE_NAVIGATION","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_HIDE_NAVIGATION"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SYSTEM_UI_FLAG_IMMERSIVE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_IMMERSIVE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SYSTEM_UI_FLAG_IMMERSIVE_STICKY","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_IMMERSIVE_STICKY"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SYSTEM_UI_FLAG_LAYOUT_STABLE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LAYOUT_STABLE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SYSTEM_UI_FLAG_LIGHT_STATUS_BAR","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LIGHT_STATUS_BAR"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SYSTEM_UI_FLAG_LOW_PROFILE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LOW_PROFILE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SYSTEM_UI_FLAG_VISIBLE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_VISIBLE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SYSTEM_UI_LAYOUT_FLAGS","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_LAYOUT_FLAGS"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TEXT_ALIGNMENT_CENTER","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_CENTER"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TEXT_ALIGNMENT_GRAVITY","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_GRAVITY"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TEXT_ALIGNMENT_INHERIT","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_INHERIT"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TEXT_ALIGNMENT_TEXT_END","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_TEXT_END"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TEXT_ALIGNMENT_TEXT_START","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_TEXT_START"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TEXT_ALIGNMENT_VIEW_END","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_VIEW_END"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TEXT_ALIGNMENT_VIEW_START","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_VIEW_START"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TEXT_DIRECTION_ANY_RTL","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_ANY_RTL"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TEXT_DIRECTION_FIRST_STRONG","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_FIRST_STRONG"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TEXT_DIRECTION_FIRST_STRONG_LTR","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_FIRST_STRONG_LTR"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TEXT_DIRECTION_FIRST_STRONG_RTL","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_FIRST_STRONG_RTL"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TEXT_DIRECTION_INHERIT","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_INHERIT"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TEXT_DIRECTION_LOCALE","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_LOCALE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TEXT_DIRECTION_LTR","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_LTR"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TEXT_DIRECTION_RTL","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_RTL"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TRANSLATION_X","url":"com/aliucord/views/TextInput.html#TRANSLATION_X"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TRANSLATION_Y","url":"com/aliucord/views/TextInput.html#TRANSLATION_Y"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TRANSLATION_Z","url":"com/aliucord/views/TextInput.html#TRANSLATION_Z"}, {"p":"com.aliucord.views","c":"SaveButton","l":"VISIBLE","url":"com/aliucord/views/TextInput.html#VISIBLE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"X","url":"com/aliucord/views/TextInput.html#X"}, {"p":"com.aliucord.views","c":"SaveButton","l":"Y","url":"com/aliucord/views/TextInput.html#Y"}, {"p":"com.aliucord.views","c":"SaveButton","l":"Z","url":"com/aliucord/views/TextInput.html#Z"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"ACCESSIBILITY_LIVE_REGION_ASSERTIVE","url":"com/aliucord/views/TextInput.html#ACCESSIBILITY_LIVE_REGION_ASSERTIVE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"ACCESSIBILITY_LIVE_REGION_NONE","url":"com/aliucord/views/TextInput.html#ACCESSIBILITY_LIVE_REGION_NONE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"ACCESSIBILITY_LIVE_REGION_POLITE","url":"com/aliucord/views/TextInput.html#ACCESSIBILITY_LIVE_REGION_POLITE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"ALPHA","url":"com/aliucord/views/TextInput.html#ALPHA"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS","url":"com/aliucord/views/TextInput.html#AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_HINT_CREDIT_CARD_NUMBER","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_NUMBER"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_HINT_EMAIL_ADDRESS","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_EMAIL_ADDRESS"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_HINT_NAME","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_NAME"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_HINT_PASSWORD","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_PASSWORD"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_HINT_PHONE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_PHONE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_HINT_POSTAL_ADDRESS","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_POSTAL_ADDRESS"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_HINT_POSTAL_CODE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_POSTAL_CODE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_HINT_USERNAME","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_USERNAME"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_TYPE_DATE","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_DATE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_TYPE_LIST","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_LIST"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_TYPE_NONE","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_NONE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_TYPE_TEXT","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_TEXT"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_TYPE_TOGGLE","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_TOGGLE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"DRAG_FLAG_GLOBAL","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"DRAG_FLAG_GLOBAL_URI_READ","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_URI_READ"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"DRAG_FLAG_GLOBAL_URI_WRITE","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_URI_WRITE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"DRAG_FLAG_OPAQUE","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_OPAQUE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"DRAWING_CACHE_QUALITY_AUTO","url":"com/aliucord/views/TextInput.html#DRAWING_CACHE_QUALITY_AUTO"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"DRAWING_CACHE_QUALITY_HIGH","url":"com/aliucord/views/TextInput.html#DRAWING_CACHE_QUALITY_HIGH"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"DRAWING_CACHE_QUALITY_LOW","url":"com/aliucord/views/TextInput.html#DRAWING_CACHE_QUALITY_LOW"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"FIND_VIEWS_WITH_CONTENT_DESCRIPTION","url":"com/aliucord/views/TextInput.html#FIND_VIEWS_WITH_CONTENT_DESCRIPTION"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"FIND_VIEWS_WITH_TEXT","url":"com/aliucord/views/TextInput.html#FIND_VIEWS_WITH_TEXT"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"FOCUSABLE","url":"com/aliucord/views/TextInput.html#FOCUSABLE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"FOCUSABLES_ALL","url":"com/aliucord/views/TextInput.html#FOCUSABLES_ALL"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"FOCUSABLES_TOUCH_MODE","url":"com/aliucord/views/TextInput.html#FOCUSABLES_TOUCH_MODE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"FOCUSABLE_AUTO","url":"com/aliucord/views/TextInput.html#FOCUSABLE_AUTO"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"FOCUS_BACKWARD","url":"com/aliucord/views/TextInput.html#FOCUS_BACKWARD"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"FOCUS_DOWN","url":"com/aliucord/views/TextInput.html#FOCUS_DOWN"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"FOCUS_FORWARD","url":"com/aliucord/views/TextInput.html#FOCUS_FORWARD"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"FOCUS_LEFT","url":"com/aliucord/views/TextInput.html#FOCUS_LEFT"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"FOCUS_RIGHT","url":"com/aliucord/views/TextInput.html#FOCUS_RIGHT"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"FOCUS_UP","url":"com/aliucord/views/TextInput.html#FOCUS_UP"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"GONE","url":"com/aliucord/views/TextInput.html#GONE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"HAPTIC_FEEDBACK_ENABLED","url":"com/aliucord/views/TextInput.html#HAPTIC_FEEDBACK_ENABLED"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"IMPORTANT_FOR_ACCESSIBILITY_AUTO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_AUTO"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"IMPORTANT_FOR_ACCESSIBILITY_NO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_NO"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"IMPORTANT_FOR_ACCESSIBILITY_YES","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_YES"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"IMPORTANT_FOR_AUTOFILL_AUTO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_AUTO"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"IMPORTANT_FOR_AUTOFILL_NO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_NO"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"IMPORTANT_FOR_AUTOFILL_YES","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_YES"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"IMPORTANT_FOR_CONTENT_CAPTURE_AUTO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_AUTO"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"INVISIBLE","url":"com/aliucord/views/TextInput.html#INVISIBLE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"KEEP_SCREEN_ON","url":"com/aliucord/views/TextInput.html#KEEP_SCREEN_ON"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"LAYER_TYPE_HARDWARE","url":"com/aliucord/views/TextInput.html#LAYER_TYPE_HARDWARE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"LAYER_TYPE_NONE","url":"com/aliucord/views/TextInput.html#LAYER_TYPE_NONE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"LAYER_TYPE_SOFTWARE","url":"com/aliucord/views/TextInput.html#LAYER_TYPE_SOFTWARE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"LAYOUT_DIRECTION_INHERIT","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_INHERIT"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"LAYOUT_DIRECTION_LOCALE","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_LOCALE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"LAYOUT_DIRECTION_LTR","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_LTR"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"LAYOUT_DIRECTION_RTL","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_RTL"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"MEASURED_HEIGHT_STATE_SHIFT","url":"com/aliucord/views/TextInput.html#MEASURED_HEIGHT_STATE_SHIFT"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"MEASURED_SIZE_MASK","url":"com/aliucord/views/TextInput.html#MEASURED_SIZE_MASK"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"MEASURED_STATE_MASK","url":"com/aliucord/views/TextInput.html#MEASURED_STATE_MASK"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"MEASURED_STATE_TOO_SMALL","url":"com/aliucord/views/TextInput.html#MEASURED_STATE_TOO_SMALL"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"NOT_FOCUSABLE","url":"com/aliucord/views/TextInput.html#NOT_FOCUSABLE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"NO_ID","url":"com/aliucord/views/TextInput.html#NO_ID"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"OVER_SCROLL_ALWAYS","url":"com/aliucord/views/TextInput.html#OVER_SCROLL_ALWAYS"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"OVER_SCROLL_IF_CONTENT_SCROLLS","url":"com/aliucord/views/TextInput.html#OVER_SCROLL_IF_CONTENT_SCROLLS"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"OVER_SCROLL_NEVER","url":"com/aliucord/views/TextInput.html#OVER_SCROLL_NEVER"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"ROTATION","url":"com/aliucord/views/TextInput.html#ROTATION"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"ROTATION_X","url":"com/aliucord/views/TextInput.html#ROTATION_X"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"ROTATION_Y","url":"com/aliucord/views/TextInput.html#ROTATION_Y"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCALE_X","url":"com/aliucord/views/TextInput.html#SCALE_X"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCALE_Y","url":"com/aliucord/views/TextInput.html#SCALE_Y"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCREEN_STATE_OFF","url":"com/aliucord/views/TextInput.html#SCREEN_STATE_OFF"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCREEN_STATE_ON","url":"com/aliucord/views/TextInput.html#SCREEN_STATE_ON"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCROLLBARS_INSIDE_INSET","url":"com/aliucord/views/TextInput.html#SCROLLBARS_INSIDE_INSET"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCROLLBARS_INSIDE_OVERLAY","url":"com/aliucord/views/TextInput.html#SCROLLBARS_INSIDE_OVERLAY"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCROLLBARS_OUTSIDE_INSET","url":"com/aliucord/views/TextInput.html#SCROLLBARS_OUTSIDE_INSET"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCROLLBARS_OUTSIDE_OVERLAY","url":"com/aliucord/views/TextInput.html#SCROLLBARS_OUTSIDE_OVERLAY"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCROLLBAR_POSITION_DEFAULT","url":"com/aliucord/views/TextInput.html#SCROLLBAR_POSITION_DEFAULT"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCROLLBAR_POSITION_LEFT","url":"com/aliucord/views/TextInput.html#SCROLLBAR_POSITION_LEFT"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCROLLBAR_POSITION_RIGHT","url":"com/aliucord/views/TextInput.html#SCROLLBAR_POSITION_RIGHT"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCROLL_AXIS_HORIZONTAL","url":"com/aliucord/views/TextInput.html#SCROLL_AXIS_HORIZONTAL"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCROLL_AXIS_NONE","url":"com/aliucord/views/TextInput.html#SCROLL_AXIS_NONE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCROLL_AXIS_VERTICAL","url":"com/aliucord/views/TextInput.html#SCROLL_AXIS_VERTICAL"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCROLL_INDICATOR_BOTTOM","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_BOTTOM"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCROLL_INDICATOR_END","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_END"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCROLL_INDICATOR_LEFT","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_LEFT"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCROLL_INDICATOR_RIGHT","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_RIGHT"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCROLL_INDICATOR_START","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_START"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCROLL_INDICATOR_TOP","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_TOP"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SOUND_EFFECTS_ENABLED","url":"com/aliucord/views/TextInput.html#SOUND_EFFECTS_ENABLED"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"STATUS_BAR_HIDDEN","url":"com/aliucord/views/TextInput.html#STATUS_BAR_HIDDEN"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"STATUS_BAR_VISIBLE","url":"com/aliucord/views/TextInput.html#STATUS_BAR_VISIBLE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SYSTEM_UI_FLAG_FULLSCREEN","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_FULLSCREEN"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SYSTEM_UI_FLAG_HIDE_NAVIGATION","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_HIDE_NAVIGATION"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SYSTEM_UI_FLAG_IMMERSIVE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_IMMERSIVE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SYSTEM_UI_FLAG_IMMERSIVE_STICKY","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_IMMERSIVE_STICKY"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SYSTEM_UI_FLAG_LAYOUT_STABLE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LAYOUT_STABLE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SYSTEM_UI_FLAG_LIGHT_STATUS_BAR","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LIGHT_STATUS_BAR"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SYSTEM_UI_FLAG_LOW_PROFILE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LOW_PROFILE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SYSTEM_UI_FLAG_VISIBLE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_VISIBLE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SYSTEM_UI_LAYOUT_FLAGS","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_LAYOUT_FLAGS"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TEXT_ALIGNMENT_CENTER","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_CENTER"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TEXT_ALIGNMENT_GRAVITY","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_GRAVITY"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TEXT_ALIGNMENT_INHERIT","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_INHERIT"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TEXT_ALIGNMENT_TEXT_END","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_TEXT_END"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TEXT_ALIGNMENT_TEXT_START","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_TEXT_START"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TEXT_ALIGNMENT_VIEW_END","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_VIEW_END"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TEXT_ALIGNMENT_VIEW_START","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_VIEW_START"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TEXT_DIRECTION_ANY_RTL","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_ANY_RTL"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TEXT_DIRECTION_FIRST_STRONG","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_FIRST_STRONG"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TEXT_DIRECTION_FIRST_STRONG_LTR","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_FIRST_STRONG_LTR"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TEXT_DIRECTION_FIRST_STRONG_RTL","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_FIRST_STRONG_RTL"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TEXT_DIRECTION_INHERIT","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_INHERIT"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TEXT_DIRECTION_LOCALE","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_LOCALE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TEXT_DIRECTION_LTR","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_LTR"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TEXT_DIRECTION_RTL","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_RTL"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TRANSLATION_X","url":"com/aliucord/views/TextInput.html#TRANSLATION_X"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TRANSLATION_Y","url":"com/aliucord/views/TextInput.html#TRANSLATION_Y"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TRANSLATION_Z","url":"com/aliucord/views/TextInput.html#TRANSLATION_Z"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"VISIBLE","url":"com/aliucord/views/TextInput.html#VISIBLE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"X","url":"com/aliucord/views/TextInput.html#X"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"Y","url":"com/aliucord/views/TextInput.html#Y"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"Z","url":"com/aliucord/views/TextInput.html#Z"}, {"p":"com.aliucord.views","c":"Divider","l":"ACCESSIBILITY_LIVE_REGION_ASSERTIVE","url":"com/aliucord/views/TextInput.html#ACCESSIBILITY_LIVE_REGION_ASSERTIVE"}, {"p":"com.aliucord.views","c":"Divider","l":"ACCESSIBILITY_LIVE_REGION_NONE","url":"com/aliucord/views/TextInput.html#ACCESSIBILITY_LIVE_REGION_NONE"}, {"p":"com.aliucord.views","c":"Divider","l":"ACCESSIBILITY_LIVE_REGION_POLITE","url":"com/aliucord/views/TextInput.html#ACCESSIBILITY_LIVE_REGION_POLITE"}, {"p":"com.aliucord.views","c":"Divider","l":"ALPHA","url":"com/aliucord/views/TextInput.html#ALPHA"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS","url":"com/aliucord/views/TextInput.html#AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_HINT_CREDIT_CARD_NUMBER","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_NUMBER"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_HINT_EMAIL_ADDRESS","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_EMAIL_ADDRESS"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_HINT_NAME","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_NAME"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_HINT_PASSWORD","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_PASSWORD"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_HINT_PHONE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_PHONE"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_HINT_POSTAL_ADDRESS","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_POSTAL_ADDRESS"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_HINT_POSTAL_CODE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_POSTAL_CODE"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_HINT_USERNAME","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_USERNAME"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_TYPE_DATE","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_DATE"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_TYPE_LIST","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_LIST"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_TYPE_NONE","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_NONE"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_TYPE_TEXT","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_TEXT"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_TYPE_TOGGLE","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_TOGGLE"}, {"p":"com.aliucord.views","c":"Divider","l":"DRAG_FLAG_GLOBAL","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL"}, {"p":"com.aliucord.views","c":"Divider","l":"DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION"}, {"p":"com.aliucord.views","c":"Divider","l":"DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION"}, {"p":"com.aliucord.views","c":"Divider","l":"DRAG_FLAG_GLOBAL_URI_READ","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_URI_READ"}, {"p":"com.aliucord.views","c":"Divider","l":"DRAG_FLAG_GLOBAL_URI_WRITE","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_URI_WRITE"}, {"p":"com.aliucord.views","c":"Divider","l":"DRAG_FLAG_OPAQUE","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_OPAQUE"}, {"p":"com.aliucord.views","c":"Divider","l":"DRAWING_CACHE_QUALITY_AUTO","url":"com/aliucord/views/TextInput.html#DRAWING_CACHE_QUALITY_AUTO"}, {"p":"com.aliucord.views","c":"Divider","l":"DRAWING_CACHE_QUALITY_HIGH","url":"com/aliucord/views/TextInput.html#DRAWING_CACHE_QUALITY_HIGH"}, {"p":"com.aliucord.views","c":"Divider","l":"DRAWING_CACHE_QUALITY_LOW","url":"com/aliucord/views/TextInput.html#DRAWING_CACHE_QUALITY_LOW"}, {"p":"com.aliucord.views","c":"Divider","l":"FIND_VIEWS_WITH_CONTENT_DESCRIPTION","url":"com/aliucord/views/TextInput.html#FIND_VIEWS_WITH_CONTENT_DESCRIPTION"}, {"p":"com.aliucord.views","c":"Divider","l":"FIND_VIEWS_WITH_TEXT","url":"com/aliucord/views/TextInput.html#FIND_VIEWS_WITH_TEXT"}, {"p":"com.aliucord.views","c":"Divider","l":"FOCUSABLE","url":"com/aliucord/views/TextInput.html#FOCUSABLE"}, {"p":"com.aliucord.views","c":"Divider","l":"FOCUSABLES_ALL","url":"com/aliucord/views/TextInput.html#FOCUSABLES_ALL"}, {"p":"com.aliucord.views","c":"Divider","l":"FOCUSABLES_TOUCH_MODE","url":"com/aliucord/views/TextInput.html#FOCUSABLES_TOUCH_MODE"}, {"p":"com.aliucord.views","c":"Divider","l":"FOCUSABLE_AUTO","url":"com/aliucord/views/TextInput.html#FOCUSABLE_AUTO"}, {"p":"com.aliucord.views","c":"Divider","l":"FOCUS_BACKWARD","url":"com/aliucord/views/TextInput.html#FOCUS_BACKWARD"}, {"p":"com.aliucord.views","c":"Divider","l":"FOCUS_DOWN","url":"com/aliucord/views/TextInput.html#FOCUS_DOWN"}, {"p":"com.aliucord.views","c":"Divider","l":"FOCUS_FORWARD","url":"com/aliucord/views/TextInput.html#FOCUS_FORWARD"}, {"p":"com.aliucord.views","c":"Divider","l":"FOCUS_LEFT","url":"com/aliucord/views/TextInput.html#FOCUS_LEFT"}, {"p":"com.aliucord.views","c":"Divider","l":"FOCUS_RIGHT","url":"com/aliucord/views/TextInput.html#FOCUS_RIGHT"}, {"p":"com.aliucord.views","c":"Divider","l":"FOCUS_UP","url":"com/aliucord/views/TextInput.html#FOCUS_UP"}, {"p":"com.aliucord.views","c":"Divider","l":"GONE","url":"com/aliucord/views/TextInput.html#GONE"}, {"p":"com.aliucord.views","c":"Divider","l":"HAPTIC_FEEDBACK_ENABLED","url":"com/aliucord/views/TextInput.html#HAPTIC_FEEDBACK_ENABLED"}, {"p":"com.aliucord.views","c":"Divider","l":"IMPORTANT_FOR_ACCESSIBILITY_AUTO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_AUTO"}, {"p":"com.aliucord.views","c":"Divider","l":"IMPORTANT_FOR_ACCESSIBILITY_NO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_NO"}, {"p":"com.aliucord.views","c":"Divider","l":"IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"Divider","l":"IMPORTANT_FOR_ACCESSIBILITY_YES","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_YES"}, {"p":"com.aliucord.views","c":"Divider","l":"IMPORTANT_FOR_AUTOFILL_AUTO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_AUTO"}, {"p":"com.aliucord.views","c":"Divider","l":"IMPORTANT_FOR_AUTOFILL_NO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_NO"}, {"p":"com.aliucord.views","c":"Divider","l":"IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"Divider","l":"IMPORTANT_FOR_AUTOFILL_YES","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_YES"}, {"p":"com.aliucord.views","c":"Divider","l":"IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"Divider","l":"IMPORTANT_FOR_CONTENT_CAPTURE_AUTO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_AUTO"}, {"p":"com.aliucord.views","c":"Divider","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO"}, {"p":"com.aliucord.views","c":"Divider","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"Divider","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES"}, {"p":"com.aliucord.views","c":"Divider","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"Divider","l":"INVISIBLE","url":"com/aliucord/views/TextInput.html#INVISIBLE"}, {"p":"com.aliucord.views","c":"Divider","l":"KEEP_SCREEN_ON","url":"com/aliucord/views/TextInput.html#KEEP_SCREEN_ON"}, {"p":"com.aliucord.views","c":"Divider","l":"LAYER_TYPE_HARDWARE","url":"com/aliucord/views/TextInput.html#LAYER_TYPE_HARDWARE"}, {"p":"com.aliucord.views","c":"Divider","l":"LAYER_TYPE_NONE","url":"com/aliucord/views/TextInput.html#LAYER_TYPE_NONE"}, {"p":"com.aliucord.views","c":"Divider","l":"LAYER_TYPE_SOFTWARE","url":"com/aliucord/views/TextInput.html#LAYER_TYPE_SOFTWARE"}, {"p":"com.aliucord.views","c":"Divider","l":"LAYOUT_DIRECTION_INHERIT","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_INHERIT"}, {"p":"com.aliucord.views","c":"Divider","l":"LAYOUT_DIRECTION_LOCALE","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_LOCALE"}, {"p":"com.aliucord.views","c":"Divider","l":"LAYOUT_DIRECTION_LTR","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_LTR"}, {"p":"com.aliucord.views","c":"Divider","l":"LAYOUT_DIRECTION_RTL","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_RTL"}, {"p":"com.aliucord.views","c":"Divider","l":"MEASURED_HEIGHT_STATE_SHIFT","url":"com/aliucord/views/TextInput.html#MEASURED_HEIGHT_STATE_SHIFT"}, {"p":"com.aliucord.views","c":"Divider","l":"MEASURED_SIZE_MASK","url":"com/aliucord/views/TextInput.html#MEASURED_SIZE_MASK"}, {"p":"com.aliucord.views","c":"Divider","l":"MEASURED_STATE_MASK","url":"com/aliucord/views/TextInput.html#MEASURED_STATE_MASK"}, {"p":"com.aliucord.views","c":"Divider","l":"MEASURED_STATE_TOO_SMALL","url":"com/aliucord/views/TextInput.html#MEASURED_STATE_TOO_SMALL"}, {"p":"com.aliucord.views","c":"Divider","l":"NOT_FOCUSABLE","url":"com/aliucord/views/TextInput.html#NOT_FOCUSABLE"}, {"p":"com.aliucord.views","c":"Divider","l":"NO_ID","url":"com/aliucord/views/TextInput.html#NO_ID"}, {"p":"com.aliucord.views","c":"Divider","l":"OVER_SCROLL_ALWAYS","url":"com/aliucord/views/TextInput.html#OVER_SCROLL_ALWAYS"}, {"p":"com.aliucord.views","c":"Divider","l":"OVER_SCROLL_IF_CONTENT_SCROLLS","url":"com/aliucord/views/TextInput.html#OVER_SCROLL_IF_CONTENT_SCROLLS"}, {"p":"com.aliucord.views","c":"Divider","l":"OVER_SCROLL_NEVER","url":"com/aliucord/views/TextInput.html#OVER_SCROLL_NEVER"}, {"p":"com.aliucord.views","c":"Divider","l":"ROTATION","url":"com/aliucord/views/TextInput.html#ROTATION"}, {"p":"com.aliucord.views","c":"Divider","l":"ROTATION_X","url":"com/aliucord/views/TextInput.html#ROTATION_X"}, {"p":"com.aliucord.views","c":"Divider","l":"ROTATION_Y","url":"com/aliucord/views/TextInput.html#ROTATION_Y"}, {"p":"com.aliucord.views","c":"Divider","l":"SCALE_X","url":"com/aliucord/views/TextInput.html#SCALE_X"}, {"p":"com.aliucord.views","c":"Divider","l":"SCALE_Y","url":"com/aliucord/views/TextInput.html#SCALE_Y"}, {"p":"com.aliucord.views","c":"Divider","l":"SCREEN_STATE_OFF","url":"com/aliucord/views/TextInput.html#SCREEN_STATE_OFF"}, {"p":"com.aliucord.views","c":"Divider","l":"SCREEN_STATE_ON","url":"com/aliucord/views/TextInput.html#SCREEN_STATE_ON"}, {"p":"com.aliucord.views","c":"Divider","l":"SCROLLBARS_INSIDE_INSET","url":"com/aliucord/views/TextInput.html#SCROLLBARS_INSIDE_INSET"}, {"p":"com.aliucord.views","c":"Divider","l":"SCROLLBARS_INSIDE_OVERLAY","url":"com/aliucord/views/TextInput.html#SCROLLBARS_INSIDE_OVERLAY"}, {"p":"com.aliucord.views","c":"Divider","l":"SCROLLBARS_OUTSIDE_INSET","url":"com/aliucord/views/TextInput.html#SCROLLBARS_OUTSIDE_INSET"}, {"p":"com.aliucord.views","c":"Divider","l":"SCROLLBARS_OUTSIDE_OVERLAY","url":"com/aliucord/views/TextInput.html#SCROLLBARS_OUTSIDE_OVERLAY"}, {"p":"com.aliucord.views","c":"Divider","l":"SCROLLBAR_POSITION_DEFAULT","url":"com/aliucord/views/TextInput.html#SCROLLBAR_POSITION_DEFAULT"}, {"p":"com.aliucord.views","c":"Divider","l":"SCROLLBAR_POSITION_LEFT","url":"com/aliucord/views/TextInput.html#SCROLLBAR_POSITION_LEFT"}, {"p":"com.aliucord.views","c":"Divider","l":"SCROLLBAR_POSITION_RIGHT","url":"com/aliucord/views/TextInput.html#SCROLLBAR_POSITION_RIGHT"}, {"p":"com.aliucord.views","c":"Divider","l":"SCROLL_AXIS_HORIZONTAL","url":"com/aliucord/views/TextInput.html#SCROLL_AXIS_HORIZONTAL"}, {"p":"com.aliucord.views","c":"Divider","l":"SCROLL_AXIS_NONE","url":"com/aliucord/views/TextInput.html#SCROLL_AXIS_NONE"}, {"p":"com.aliucord.views","c":"Divider","l":"SCROLL_AXIS_VERTICAL","url":"com/aliucord/views/TextInput.html#SCROLL_AXIS_VERTICAL"}, {"p":"com.aliucord.views","c":"Divider","l":"SCROLL_INDICATOR_BOTTOM","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_BOTTOM"}, {"p":"com.aliucord.views","c":"Divider","l":"SCROLL_INDICATOR_END","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_END"}, {"p":"com.aliucord.views","c":"Divider","l":"SCROLL_INDICATOR_LEFT","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_LEFT"}, {"p":"com.aliucord.views","c":"Divider","l":"SCROLL_INDICATOR_RIGHT","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_RIGHT"}, {"p":"com.aliucord.views","c":"Divider","l":"SCROLL_INDICATOR_START","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_START"}, {"p":"com.aliucord.views","c":"Divider","l":"SCROLL_INDICATOR_TOP","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_TOP"}, {"p":"com.aliucord.views","c":"Divider","l":"SOUND_EFFECTS_ENABLED","url":"com/aliucord/views/TextInput.html#SOUND_EFFECTS_ENABLED"}, {"p":"com.aliucord.views","c":"Divider","l":"STATUS_BAR_HIDDEN","url":"com/aliucord/views/TextInput.html#STATUS_BAR_HIDDEN"}, {"p":"com.aliucord.views","c":"Divider","l":"STATUS_BAR_VISIBLE","url":"com/aliucord/views/TextInput.html#STATUS_BAR_VISIBLE"}, {"p":"com.aliucord.views","c":"Divider","l":"SYSTEM_UI_FLAG_FULLSCREEN","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_FULLSCREEN"}, {"p":"com.aliucord.views","c":"Divider","l":"SYSTEM_UI_FLAG_HIDE_NAVIGATION","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_HIDE_NAVIGATION"}, {"p":"com.aliucord.views","c":"Divider","l":"SYSTEM_UI_FLAG_IMMERSIVE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_IMMERSIVE"}, {"p":"com.aliucord.views","c":"Divider","l":"SYSTEM_UI_FLAG_IMMERSIVE_STICKY","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_IMMERSIVE_STICKY"}, {"p":"com.aliucord.views","c":"Divider","l":"SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN"}, {"p":"com.aliucord.views","c":"Divider","l":"SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION"}, {"p":"com.aliucord.views","c":"Divider","l":"SYSTEM_UI_FLAG_LAYOUT_STABLE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LAYOUT_STABLE"}, {"p":"com.aliucord.views","c":"Divider","l":"SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR"}, {"p":"com.aliucord.views","c":"Divider","l":"SYSTEM_UI_FLAG_LIGHT_STATUS_BAR","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LIGHT_STATUS_BAR"}, {"p":"com.aliucord.views","c":"Divider","l":"SYSTEM_UI_FLAG_LOW_PROFILE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LOW_PROFILE"}, {"p":"com.aliucord.views","c":"Divider","l":"SYSTEM_UI_FLAG_VISIBLE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_VISIBLE"}, {"p":"com.aliucord.views","c":"Divider","l":"SYSTEM_UI_LAYOUT_FLAGS","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_LAYOUT_FLAGS"}, {"p":"com.aliucord.views","c":"Divider","l":"TEXT_ALIGNMENT_CENTER","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_CENTER"}, {"p":"com.aliucord.views","c":"Divider","l":"TEXT_ALIGNMENT_GRAVITY","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_GRAVITY"}, {"p":"com.aliucord.views","c":"Divider","l":"TEXT_ALIGNMENT_INHERIT","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_INHERIT"}, {"p":"com.aliucord.views","c":"Divider","l":"TEXT_ALIGNMENT_TEXT_END","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_TEXT_END"}, {"p":"com.aliucord.views","c":"Divider","l":"TEXT_ALIGNMENT_TEXT_START","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_TEXT_START"}, {"p":"com.aliucord.views","c":"Divider","l":"TEXT_ALIGNMENT_VIEW_END","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_VIEW_END"}, {"p":"com.aliucord.views","c":"Divider","l":"TEXT_ALIGNMENT_VIEW_START","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_VIEW_START"}, {"p":"com.aliucord.views","c":"Divider","l":"TEXT_DIRECTION_ANY_RTL","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_ANY_RTL"}, {"p":"com.aliucord.views","c":"Divider","l":"TEXT_DIRECTION_FIRST_STRONG","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_FIRST_STRONG"}, {"p":"com.aliucord.views","c":"Divider","l":"TEXT_DIRECTION_FIRST_STRONG_LTR","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_FIRST_STRONG_LTR"}, {"p":"com.aliucord.views","c":"Divider","l":"TEXT_DIRECTION_FIRST_STRONG_RTL","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_FIRST_STRONG_RTL"}, {"p":"com.aliucord.views","c":"Divider","l":"TEXT_DIRECTION_INHERIT","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_INHERIT"}, {"p":"com.aliucord.views","c":"Divider","l":"TEXT_DIRECTION_LOCALE","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_LOCALE"}, {"p":"com.aliucord.views","c":"Divider","l":"TEXT_DIRECTION_LTR","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_LTR"}, {"p":"com.aliucord.views","c":"Divider","l":"TEXT_DIRECTION_RTL","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_RTL"}, {"p":"com.aliucord.views","c":"Divider","l":"TRANSLATION_X","url":"com/aliucord/views/TextInput.html#TRANSLATION_X"}, {"p":"com.aliucord.views","c":"Divider","l":"TRANSLATION_Y","url":"com/aliucord/views/TextInput.html#TRANSLATION_Y"}, {"p":"com.aliucord.views","c":"Divider","l":"TRANSLATION_Z","url":"com/aliucord/views/TextInput.html#TRANSLATION_Z"}, {"p":"com.aliucord.views","c":"Divider","l":"VISIBLE","url":"com/aliucord/views/TextInput.html#VISIBLE"}, {"p":"com.aliucord.views","c":"Divider","l":"X","url":"com/aliucord/views/TextInput.html#X"}, {"p":"com.aliucord.views","c":"Divider","l":"Y","url":"com/aliucord/views/TextInput.html#Y"}, {"p":"com.aliucord.views","c":"Divider","l":"Z","url":"com/aliucord/views/TextInput.html#Z"}, {"p":"com.aliucord.views","c":"Button","l":"ICON_GRAVITY_START","url":"com/aliucord/views/Button.html#ICON_GRAVITY_START"}, {"p":"com.aliucord.views","c":"Button","l":"ICON_GRAVITY_TEXT_START","url":"com/aliucord/views/Button.html#ICON_GRAVITY_TEXT_START"}, {"p":"com.aliucord.views","c":"Button","l":"ICON_GRAVITY_END","url":"com/aliucord/views/Button.html#ICON_GRAVITY_END"}, {"p":"com.aliucord.views","c":"Button","l":"ICON_GRAVITY_TEXT_END","url":"com/aliucord/views/Button.html#ICON_GRAVITY_TEXT_END"}, {"p":"com.aliucord.views","c":"Button","l":"ICON_GRAVITY_TOP","url":"com/aliucord/views/Button.html#ICON_GRAVITY_TOP"}, {"p":"com.aliucord.views","c":"Button","l":"ICON_GRAVITY_TEXT_TOP","url":"com/aliucord/views/Button.html#ICON_GRAVITY_TEXT_TOP"}, {"p":"com.aliucord.views","c":"Button","l":"iconTintMode","url":"com/aliucord/views/Button.html#iconTintMode"}, {"p":"com.aliucord.views","c":"Button","l":"iconTint","url":"com/aliucord/views/Button.html#iconTint"}, {"p":"com.aliucord.views","c":"Button","l":"icon","url":"com/aliucord/views/Button.html#icon"}, {"p":"com.aliucord.views","c":"Button","l":"iconSize","url":"com/aliucord/views/Button.html#iconSize"}, {"p":"com.aliucord.views","c":"Button","l":"iconPadding","url":"com/aliucord/views/Button.html#iconPadding"}, {"p":"com.aliucord.views","c":"Button","l":"iconGravity","url":"com/aliucord/views/Button.html#iconGravity"}, {"p":"com.aliucord.views","c":"Button","l":"PLATFORM_SUPPORTS_AUTOSIZE","url":"com/aliucord/views/Button.html#PLATFORM_SUPPORTS_AUTOSIZE"}, {"p":"com.aliucord.views","c":"Button","l":"AUTO_SIZE_TEXT_TYPE_NONE","url":"com/aliucord/views/Button.html#AUTO_SIZE_TEXT_TYPE_NONE"}, {"p":"com.aliucord.views","c":"Button","l":"AUTO_SIZE_TEXT_TYPE_UNIFORM","url":"com/aliucord/views/Button.html#AUTO_SIZE_TEXT_TYPE_UNIFORM"}, {"p":"com.aliucord.views","c":"Button","l":"ACCESSIBILITY_LIVE_REGION_ASSERTIVE","url":"com/aliucord/views/TextInput.html#ACCESSIBILITY_LIVE_REGION_ASSERTIVE"}, {"p":"com.aliucord.views","c":"Button","l":"ACCESSIBILITY_LIVE_REGION_NONE","url":"com/aliucord/views/TextInput.html#ACCESSIBILITY_LIVE_REGION_NONE"}, {"p":"com.aliucord.views","c":"Button","l":"ACCESSIBILITY_LIVE_REGION_POLITE","url":"com/aliucord/views/TextInput.html#ACCESSIBILITY_LIVE_REGION_POLITE"}, {"p":"com.aliucord.views","c":"Button","l":"ALPHA","url":"com/aliucord/views/TextInput.html#ALPHA"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS","url":"com/aliucord/views/TextInput.html#AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_HINT_CREDIT_CARD_NUMBER","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_NUMBER"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_HINT_EMAIL_ADDRESS","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_EMAIL_ADDRESS"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_HINT_NAME","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_NAME"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_HINT_PASSWORD","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_PASSWORD"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_HINT_PHONE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_PHONE"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_HINT_POSTAL_ADDRESS","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_POSTAL_ADDRESS"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_HINT_POSTAL_CODE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_POSTAL_CODE"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_HINT_USERNAME","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_USERNAME"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_TYPE_DATE","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_DATE"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_TYPE_LIST","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_LIST"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_TYPE_NONE","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_NONE"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_TYPE_TEXT","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_TEXT"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_TYPE_TOGGLE","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_TOGGLE"}, {"p":"com.aliucord.views","c":"Button","l":"DRAG_FLAG_GLOBAL","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL"}, {"p":"com.aliucord.views","c":"Button","l":"DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION"}, {"p":"com.aliucord.views","c":"Button","l":"DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION"}, {"p":"com.aliucord.views","c":"Button","l":"DRAG_FLAG_GLOBAL_URI_READ","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_URI_READ"}, {"p":"com.aliucord.views","c":"Button","l":"DRAG_FLAG_GLOBAL_URI_WRITE","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_URI_WRITE"}, {"p":"com.aliucord.views","c":"Button","l":"DRAG_FLAG_OPAQUE","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_OPAQUE"}, {"p":"com.aliucord.views","c":"Button","l":"DRAWING_CACHE_QUALITY_AUTO","url":"com/aliucord/views/TextInput.html#DRAWING_CACHE_QUALITY_AUTO"}, {"p":"com.aliucord.views","c":"Button","l":"DRAWING_CACHE_QUALITY_HIGH","url":"com/aliucord/views/TextInput.html#DRAWING_CACHE_QUALITY_HIGH"}, {"p":"com.aliucord.views","c":"Button","l":"DRAWING_CACHE_QUALITY_LOW","url":"com/aliucord/views/TextInput.html#DRAWING_CACHE_QUALITY_LOW"}, {"p":"com.aliucord.views","c":"Button","l":"FIND_VIEWS_WITH_CONTENT_DESCRIPTION","url":"com/aliucord/views/TextInput.html#FIND_VIEWS_WITH_CONTENT_DESCRIPTION"}, {"p":"com.aliucord.views","c":"Button","l":"FIND_VIEWS_WITH_TEXT","url":"com/aliucord/views/TextInput.html#FIND_VIEWS_WITH_TEXT"}, {"p":"com.aliucord.views","c":"Button","l":"FOCUSABLE","url":"com/aliucord/views/TextInput.html#FOCUSABLE"}, {"p":"com.aliucord.views","c":"Button","l":"FOCUSABLES_ALL","url":"com/aliucord/views/TextInput.html#FOCUSABLES_ALL"}, {"p":"com.aliucord.views","c":"Button","l":"FOCUSABLES_TOUCH_MODE","url":"com/aliucord/views/TextInput.html#FOCUSABLES_TOUCH_MODE"}, {"p":"com.aliucord.views","c":"Button","l":"FOCUSABLE_AUTO","url":"com/aliucord/views/TextInput.html#FOCUSABLE_AUTO"}, {"p":"com.aliucord.views","c":"Button","l":"FOCUS_BACKWARD","url":"com/aliucord/views/TextInput.html#FOCUS_BACKWARD"}, {"p":"com.aliucord.views","c":"Button","l":"FOCUS_DOWN","url":"com/aliucord/views/TextInput.html#FOCUS_DOWN"}, {"p":"com.aliucord.views","c":"Button","l":"FOCUS_FORWARD","url":"com/aliucord/views/TextInput.html#FOCUS_FORWARD"}, {"p":"com.aliucord.views","c":"Button","l":"FOCUS_LEFT","url":"com/aliucord/views/TextInput.html#FOCUS_LEFT"}, {"p":"com.aliucord.views","c":"Button","l":"FOCUS_RIGHT","url":"com/aliucord/views/TextInput.html#FOCUS_RIGHT"}, {"p":"com.aliucord.views","c":"Button","l":"FOCUS_UP","url":"com/aliucord/views/TextInput.html#FOCUS_UP"}, {"p":"com.aliucord.views","c":"Button","l":"GONE","url":"com/aliucord/views/TextInput.html#GONE"}, {"p":"com.aliucord.views","c":"Button","l":"HAPTIC_FEEDBACK_ENABLED","url":"com/aliucord/views/TextInput.html#HAPTIC_FEEDBACK_ENABLED"}, {"p":"com.aliucord.views","c":"Button","l":"IMPORTANT_FOR_ACCESSIBILITY_AUTO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_AUTO"}, {"p":"com.aliucord.views","c":"Button","l":"IMPORTANT_FOR_ACCESSIBILITY_NO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_NO"}, {"p":"com.aliucord.views","c":"Button","l":"IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"Button","l":"IMPORTANT_FOR_ACCESSIBILITY_YES","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_YES"}, {"p":"com.aliucord.views","c":"Button","l":"IMPORTANT_FOR_AUTOFILL_AUTO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_AUTO"}, {"p":"com.aliucord.views","c":"Button","l":"IMPORTANT_FOR_AUTOFILL_NO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_NO"}, {"p":"com.aliucord.views","c":"Button","l":"IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"Button","l":"IMPORTANT_FOR_AUTOFILL_YES","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_YES"}, {"p":"com.aliucord.views","c":"Button","l":"IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"Button","l":"IMPORTANT_FOR_CONTENT_CAPTURE_AUTO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_AUTO"}, {"p":"com.aliucord.views","c":"Button","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO"}, {"p":"com.aliucord.views","c":"Button","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"Button","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES"}, {"p":"com.aliucord.views","c":"Button","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"Button","l":"INVISIBLE","url":"com/aliucord/views/TextInput.html#INVISIBLE"}, {"p":"com.aliucord.views","c":"Button","l":"KEEP_SCREEN_ON","url":"com/aliucord/views/TextInput.html#KEEP_SCREEN_ON"}, {"p":"com.aliucord.views","c":"Button","l":"LAYER_TYPE_HARDWARE","url":"com/aliucord/views/TextInput.html#LAYER_TYPE_HARDWARE"}, {"p":"com.aliucord.views","c":"Button","l":"LAYER_TYPE_NONE","url":"com/aliucord/views/TextInput.html#LAYER_TYPE_NONE"}, {"p":"com.aliucord.views","c":"Button","l":"LAYER_TYPE_SOFTWARE","url":"com/aliucord/views/TextInput.html#LAYER_TYPE_SOFTWARE"}, {"p":"com.aliucord.views","c":"Button","l":"LAYOUT_DIRECTION_INHERIT","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_INHERIT"}, {"p":"com.aliucord.views","c":"Button","l":"LAYOUT_DIRECTION_LOCALE","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_LOCALE"}, {"p":"com.aliucord.views","c":"Button","l":"LAYOUT_DIRECTION_LTR","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_LTR"}, {"p":"com.aliucord.views","c":"Button","l":"LAYOUT_DIRECTION_RTL","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_RTL"}, {"p":"com.aliucord.views","c":"Button","l":"MEASURED_HEIGHT_STATE_SHIFT","url":"com/aliucord/views/TextInput.html#MEASURED_HEIGHT_STATE_SHIFT"}, {"p":"com.aliucord.views","c":"Button","l":"MEASURED_SIZE_MASK","url":"com/aliucord/views/TextInput.html#MEASURED_SIZE_MASK"}, {"p":"com.aliucord.views","c":"Button","l":"MEASURED_STATE_MASK","url":"com/aliucord/views/TextInput.html#MEASURED_STATE_MASK"}, {"p":"com.aliucord.views","c":"Button","l":"MEASURED_STATE_TOO_SMALL","url":"com/aliucord/views/TextInput.html#MEASURED_STATE_TOO_SMALL"}, {"p":"com.aliucord.views","c":"Button","l":"NOT_FOCUSABLE","url":"com/aliucord/views/TextInput.html#NOT_FOCUSABLE"}, {"p":"com.aliucord.views","c":"Button","l":"NO_ID","url":"com/aliucord/views/TextInput.html#NO_ID"}, {"p":"com.aliucord.views","c":"Button","l":"OVER_SCROLL_ALWAYS","url":"com/aliucord/views/TextInput.html#OVER_SCROLL_ALWAYS"}, {"p":"com.aliucord.views","c":"Button","l":"OVER_SCROLL_IF_CONTENT_SCROLLS","url":"com/aliucord/views/TextInput.html#OVER_SCROLL_IF_CONTENT_SCROLLS"}, {"p":"com.aliucord.views","c":"Button","l":"OVER_SCROLL_NEVER","url":"com/aliucord/views/TextInput.html#OVER_SCROLL_NEVER"}, {"p":"com.aliucord.views","c":"Button","l":"ROTATION","url":"com/aliucord/views/TextInput.html#ROTATION"}, {"p":"com.aliucord.views","c":"Button","l":"ROTATION_X","url":"com/aliucord/views/TextInput.html#ROTATION_X"}, {"p":"com.aliucord.views","c":"Button","l":"ROTATION_Y","url":"com/aliucord/views/TextInput.html#ROTATION_Y"}, {"p":"com.aliucord.views","c":"Button","l":"SCALE_X","url":"com/aliucord/views/TextInput.html#SCALE_X"}, {"p":"com.aliucord.views","c":"Button","l":"SCALE_Y","url":"com/aliucord/views/TextInput.html#SCALE_Y"}, {"p":"com.aliucord.views","c":"Button","l":"SCREEN_STATE_OFF","url":"com/aliucord/views/TextInput.html#SCREEN_STATE_OFF"}, {"p":"com.aliucord.views","c":"Button","l":"SCREEN_STATE_ON","url":"com/aliucord/views/TextInput.html#SCREEN_STATE_ON"}, {"p":"com.aliucord.views","c":"Button","l":"SCROLLBARS_INSIDE_INSET","url":"com/aliucord/views/TextInput.html#SCROLLBARS_INSIDE_INSET"}, {"p":"com.aliucord.views","c":"Button","l":"SCROLLBARS_INSIDE_OVERLAY","url":"com/aliucord/views/TextInput.html#SCROLLBARS_INSIDE_OVERLAY"}, {"p":"com.aliucord.views","c":"Button","l":"SCROLLBARS_OUTSIDE_INSET","url":"com/aliucord/views/TextInput.html#SCROLLBARS_OUTSIDE_INSET"}, {"p":"com.aliucord.views","c":"Button","l":"SCROLLBARS_OUTSIDE_OVERLAY","url":"com/aliucord/views/TextInput.html#SCROLLBARS_OUTSIDE_OVERLAY"}, {"p":"com.aliucord.views","c":"Button","l":"SCROLLBAR_POSITION_DEFAULT","url":"com/aliucord/views/TextInput.html#SCROLLBAR_POSITION_DEFAULT"}, {"p":"com.aliucord.views","c":"Button","l":"SCROLLBAR_POSITION_LEFT","url":"com/aliucord/views/TextInput.html#SCROLLBAR_POSITION_LEFT"}, {"p":"com.aliucord.views","c":"Button","l":"SCROLLBAR_POSITION_RIGHT","url":"com/aliucord/views/TextInput.html#SCROLLBAR_POSITION_RIGHT"}, {"p":"com.aliucord.views","c":"Button","l":"SCROLL_AXIS_HORIZONTAL","url":"com/aliucord/views/TextInput.html#SCROLL_AXIS_HORIZONTAL"}, {"p":"com.aliucord.views","c":"Button","l":"SCROLL_AXIS_NONE","url":"com/aliucord/views/TextInput.html#SCROLL_AXIS_NONE"}, {"p":"com.aliucord.views","c":"Button","l":"SCROLL_AXIS_VERTICAL","url":"com/aliucord/views/TextInput.html#SCROLL_AXIS_VERTICAL"}, {"p":"com.aliucord.views","c":"Button","l":"SCROLL_INDICATOR_BOTTOM","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_BOTTOM"}, {"p":"com.aliucord.views","c":"Button","l":"SCROLL_INDICATOR_END","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_END"}, {"p":"com.aliucord.views","c":"Button","l":"SCROLL_INDICATOR_LEFT","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_LEFT"}, {"p":"com.aliucord.views","c":"Button","l":"SCROLL_INDICATOR_RIGHT","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_RIGHT"}, {"p":"com.aliucord.views","c":"Button","l":"SCROLL_INDICATOR_START","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_START"}, {"p":"com.aliucord.views","c":"Button","l":"SCROLL_INDICATOR_TOP","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_TOP"}, {"p":"com.aliucord.views","c":"Button","l":"SOUND_EFFECTS_ENABLED","url":"com/aliucord/views/TextInput.html#SOUND_EFFECTS_ENABLED"}, {"p":"com.aliucord.views","c":"Button","l":"STATUS_BAR_HIDDEN","url":"com/aliucord/views/TextInput.html#STATUS_BAR_HIDDEN"}, {"p":"com.aliucord.views","c":"Button","l":"STATUS_BAR_VISIBLE","url":"com/aliucord/views/TextInput.html#STATUS_BAR_VISIBLE"}, {"p":"com.aliucord.views","c":"Button","l":"SYSTEM_UI_FLAG_FULLSCREEN","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_FULLSCREEN"}, {"p":"com.aliucord.views","c":"Button","l":"SYSTEM_UI_FLAG_HIDE_NAVIGATION","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_HIDE_NAVIGATION"}, {"p":"com.aliucord.views","c":"Button","l":"SYSTEM_UI_FLAG_IMMERSIVE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_IMMERSIVE"}, {"p":"com.aliucord.views","c":"Button","l":"SYSTEM_UI_FLAG_IMMERSIVE_STICKY","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_IMMERSIVE_STICKY"}, {"p":"com.aliucord.views","c":"Button","l":"SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN"}, {"p":"com.aliucord.views","c":"Button","l":"SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION"}, {"p":"com.aliucord.views","c":"Button","l":"SYSTEM_UI_FLAG_LAYOUT_STABLE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LAYOUT_STABLE"}, {"p":"com.aliucord.views","c":"Button","l":"SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR"}, {"p":"com.aliucord.views","c":"Button","l":"SYSTEM_UI_FLAG_LIGHT_STATUS_BAR","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LIGHT_STATUS_BAR"}, {"p":"com.aliucord.views","c":"Button","l":"SYSTEM_UI_FLAG_LOW_PROFILE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LOW_PROFILE"}, {"p":"com.aliucord.views","c":"Button","l":"SYSTEM_UI_FLAG_VISIBLE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_VISIBLE"}, {"p":"com.aliucord.views","c":"Button","l":"SYSTEM_UI_LAYOUT_FLAGS","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_LAYOUT_FLAGS"}, {"p":"com.aliucord.views","c":"Button","l":"TEXT_ALIGNMENT_CENTER","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_CENTER"}, {"p":"com.aliucord.views","c":"Button","l":"TEXT_ALIGNMENT_GRAVITY","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_GRAVITY"}, {"p":"com.aliucord.views","c":"Button","l":"TEXT_ALIGNMENT_INHERIT","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_INHERIT"}, {"p":"com.aliucord.views","c":"Button","l":"TEXT_ALIGNMENT_TEXT_END","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_TEXT_END"}, {"p":"com.aliucord.views","c":"Button","l":"TEXT_ALIGNMENT_TEXT_START","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_TEXT_START"}, {"p":"com.aliucord.views","c":"Button","l":"TEXT_ALIGNMENT_VIEW_END","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_VIEW_END"}, {"p":"com.aliucord.views","c":"Button","l":"TEXT_ALIGNMENT_VIEW_START","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_VIEW_START"}, {"p":"com.aliucord.views","c":"Button","l":"TEXT_DIRECTION_ANY_RTL","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_ANY_RTL"}, {"p":"com.aliucord.views","c":"Button","l":"TEXT_DIRECTION_FIRST_STRONG","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_FIRST_STRONG"}, {"p":"com.aliucord.views","c":"Button","l":"TEXT_DIRECTION_FIRST_STRONG_LTR","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_FIRST_STRONG_LTR"}, {"p":"com.aliucord.views","c":"Button","l":"TEXT_DIRECTION_FIRST_STRONG_RTL","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_FIRST_STRONG_RTL"}, {"p":"com.aliucord.views","c":"Button","l":"TEXT_DIRECTION_INHERIT","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_INHERIT"}, {"p":"com.aliucord.views","c":"Button","l":"TEXT_DIRECTION_LOCALE","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_LOCALE"}, {"p":"com.aliucord.views","c":"Button","l":"TEXT_DIRECTION_LTR","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_LTR"}, {"p":"com.aliucord.views","c":"Button","l":"TEXT_DIRECTION_RTL","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_RTL"}, {"p":"com.aliucord.views","c":"Button","l":"TRANSLATION_X","url":"com/aliucord/views/TextInput.html#TRANSLATION_X"}, {"p":"com.aliucord.views","c":"Button","l":"TRANSLATION_Y","url":"com/aliucord/views/TextInput.html#TRANSLATION_Y"}, {"p":"com.aliucord.views","c":"Button","l":"TRANSLATION_Z","url":"com/aliucord/views/TextInput.html#TRANSLATION_Z"}, {"p":"com.aliucord.views","c":"Button","l":"VISIBLE","url":"com/aliucord/views/TextInput.html#VISIBLE"}, {"p":"com.aliucord.views","c":"Button","l":"X","url":"com/aliucord/views/TextInput.html#X"}, {"p":"com.aliucord.views","c":"Button","l":"Y","url":"com/aliucord/views/TextInput.html#Y"}, {"p":"com.aliucord.views","c":"Button","l":"Z","url":"com/aliucord/views/TextInput.html#Z"}, {"p":"com.aliucord.views","c":"TextInput","l":"layout","url":"com/aliucord/views/TextInput.html#layout"}, {"p":"com.aliucord.views","c":"TextInput","l":"FOCUS_AFTER_DESCENDANTS","url":"com/aliucord/views/TextInput.html#FOCUS_AFTER_DESCENDANTS"}, {"p":"com.aliucord.views","c":"TextInput","l":"FOCUS_BEFORE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#FOCUS_BEFORE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"TextInput","l":"FOCUS_BLOCK_DESCENDANTS","url":"com/aliucord/views/TextInput.html#FOCUS_BLOCK_DESCENDANTS"}, {"p":"com.aliucord.views","c":"TextInput","l":"LAYOUT_MODE_CLIP_BOUNDS","url":"com/aliucord/views/TextInput.html#LAYOUT_MODE_CLIP_BOUNDS"}, {"p":"com.aliucord.views","c":"TextInput","l":"LAYOUT_MODE_OPTICAL_BOUNDS","url":"com/aliucord/views/TextInput.html#LAYOUT_MODE_OPTICAL_BOUNDS"}, {"p":"com.aliucord.views","c":"TextInput","l":"PERSISTENT_ALL_CACHES","url":"com/aliucord/views/TextInput.html#PERSISTENT_ALL_CACHES"}, {"p":"com.aliucord.views","c":"TextInput","l":"PERSISTENT_ANIMATION_CACHE","url":"com/aliucord/views/TextInput.html#PERSISTENT_ANIMATION_CACHE"}, {"p":"com.aliucord.views","c":"TextInput","l":"PERSISTENT_NO_CACHE","url":"com/aliucord/views/TextInput.html#PERSISTENT_NO_CACHE"}, {"p":"com.aliucord.views","c":"TextInput","l":"PERSISTENT_SCROLLING_CACHE","url":"com/aliucord/views/TextInput.html#PERSISTENT_SCROLLING_CACHE"}, {"p":"com.aliucord.views","c":"TextInput","l":"ACCESSIBILITY_LIVE_REGION_ASSERTIVE","url":"com/aliucord/views/TextInput.html#ACCESSIBILITY_LIVE_REGION_ASSERTIVE"}, {"p":"com.aliucord.views","c":"TextInput","l":"ACCESSIBILITY_LIVE_REGION_NONE","url":"com/aliucord/views/TextInput.html#ACCESSIBILITY_LIVE_REGION_NONE"}, {"p":"com.aliucord.views","c":"TextInput","l":"ACCESSIBILITY_LIVE_REGION_POLITE","url":"com/aliucord/views/TextInput.html#ACCESSIBILITY_LIVE_REGION_POLITE"}, {"p":"com.aliucord.views","c":"TextInput","l":"ALPHA","url":"com/aliucord/views/TextInput.html#ALPHA"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS","url":"com/aliucord/views/TextInput.html#AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_HINT_CREDIT_CARD_NUMBER","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_NUMBER"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_HINT_EMAIL_ADDRESS","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_EMAIL_ADDRESS"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_HINT_NAME","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_NAME"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_HINT_PASSWORD","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_PASSWORD"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_HINT_PHONE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_PHONE"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_HINT_POSTAL_ADDRESS","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_POSTAL_ADDRESS"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_HINT_POSTAL_CODE","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_POSTAL_CODE"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_HINT_USERNAME","url":"com/aliucord/views/TextInput.html#AUTOFILL_HINT_USERNAME"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_TYPE_DATE","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_DATE"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_TYPE_LIST","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_LIST"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_TYPE_NONE","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_NONE"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_TYPE_TEXT","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_TEXT"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_TYPE_TOGGLE","url":"com/aliucord/views/TextInput.html#AUTOFILL_TYPE_TOGGLE"}, {"p":"com.aliucord.views","c":"TextInput","l":"DRAG_FLAG_GLOBAL","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL"}, {"p":"com.aliucord.views","c":"TextInput","l":"DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION"}, {"p":"com.aliucord.views","c":"TextInput","l":"DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION"}, {"p":"com.aliucord.views","c":"TextInput","l":"DRAG_FLAG_GLOBAL_URI_READ","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_URI_READ"}, {"p":"com.aliucord.views","c":"TextInput","l":"DRAG_FLAG_GLOBAL_URI_WRITE","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_GLOBAL_URI_WRITE"}, {"p":"com.aliucord.views","c":"TextInput","l":"DRAG_FLAG_OPAQUE","url":"com/aliucord/views/TextInput.html#DRAG_FLAG_OPAQUE"}, {"p":"com.aliucord.views","c":"TextInput","l":"DRAWING_CACHE_QUALITY_AUTO","url":"com/aliucord/views/TextInput.html#DRAWING_CACHE_QUALITY_AUTO"}, {"p":"com.aliucord.views","c":"TextInput","l":"DRAWING_CACHE_QUALITY_HIGH","url":"com/aliucord/views/TextInput.html#DRAWING_CACHE_QUALITY_HIGH"}, {"p":"com.aliucord.views","c":"TextInput","l":"DRAWING_CACHE_QUALITY_LOW","url":"com/aliucord/views/TextInput.html#DRAWING_CACHE_QUALITY_LOW"}, {"p":"com.aliucord.views","c":"TextInput","l":"FIND_VIEWS_WITH_CONTENT_DESCRIPTION","url":"com/aliucord/views/TextInput.html#FIND_VIEWS_WITH_CONTENT_DESCRIPTION"}, {"p":"com.aliucord.views","c":"TextInput","l":"FIND_VIEWS_WITH_TEXT","url":"com/aliucord/views/TextInput.html#FIND_VIEWS_WITH_TEXT"}, {"p":"com.aliucord.views","c":"TextInput","l":"FOCUSABLE","url":"com/aliucord/views/TextInput.html#FOCUSABLE"}, {"p":"com.aliucord.views","c":"TextInput","l":"FOCUSABLES_ALL","url":"com/aliucord/views/TextInput.html#FOCUSABLES_ALL"}, {"p":"com.aliucord.views","c":"TextInput","l":"FOCUSABLES_TOUCH_MODE","url":"com/aliucord/views/TextInput.html#FOCUSABLES_TOUCH_MODE"}, {"p":"com.aliucord.views","c":"TextInput","l":"FOCUSABLE_AUTO","url":"com/aliucord/views/TextInput.html#FOCUSABLE_AUTO"}, {"p":"com.aliucord.views","c":"TextInput","l":"FOCUS_BACKWARD","url":"com/aliucord/views/TextInput.html#FOCUS_BACKWARD"}, {"p":"com.aliucord.views","c":"TextInput","l":"FOCUS_DOWN","url":"com/aliucord/views/TextInput.html#FOCUS_DOWN"}, {"p":"com.aliucord.views","c":"TextInput","l":"FOCUS_FORWARD","url":"com/aliucord/views/TextInput.html#FOCUS_FORWARD"}, {"p":"com.aliucord.views","c":"TextInput","l":"FOCUS_LEFT","url":"com/aliucord/views/TextInput.html#FOCUS_LEFT"}, {"p":"com.aliucord.views","c":"TextInput","l":"FOCUS_RIGHT","url":"com/aliucord/views/TextInput.html#FOCUS_RIGHT"}, {"p":"com.aliucord.views","c":"TextInput","l":"FOCUS_UP","url":"com/aliucord/views/TextInput.html#FOCUS_UP"}, {"p":"com.aliucord.views","c":"TextInput","l":"GONE","url":"com/aliucord/views/TextInput.html#GONE"}, {"p":"com.aliucord.views","c":"TextInput","l":"HAPTIC_FEEDBACK_ENABLED","url":"com/aliucord/views/TextInput.html#HAPTIC_FEEDBACK_ENABLED"}, {"p":"com.aliucord.views","c":"TextInput","l":"IMPORTANT_FOR_ACCESSIBILITY_AUTO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_AUTO"}, {"p":"com.aliucord.views","c":"TextInput","l":"IMPORTANT_FOR_ACCESSIBILITY_NO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_NO"}, {"p":"com.aliucord.views","c":"TextInput","l":"IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"TextInput","l":"IMPORTANT_FOR_ACCESSIBILITY_YES","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_ACCESSIBILITY_YES"}, {"p":"com.aliucord.views","c":"TextInput","l":"IMPORTANT_FOR_AUTOFILL_AUTO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_AUTO"}, {"p":"com.aliucord.views","c":"TextInput","l":"IMPORTANT_FOR_AUTOFILL_NO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_NO"}, {"p":"com.aliucord.views","c":"TextInput","l":"IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"TextInput","l":"IMPORTANT_FOR_AUTOFILL_YES","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_YES"}, {"p":"com.aliucord.views","c":"TextInput","l":"IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"TextInput","l":"IMPORTANT_FOR_CONTENT_CAPTURE_AUTO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_AUTO"}, {"p":"com.aliucord.views","c":"TextInput","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO"}, {"p":"com.aliucord.views","c":"TextInput","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"TextInput","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES"}, {"p":"com.aliucord.views","c":"TextInput","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/views/TextInput.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"TextInput","l":"INVISIBLE","url":"com/aliucord/views/TextInput.html#INVISIBLE"}, {"p":"com.aliucord.views","c":"TextInput","l":"KEEP_SCREEN_ON","url":"com/aliucord/views/TextInput.html#KEEP_SCREEN_ON"}, {"p":"com.aliucord.views","c":"TextInput","l":"LAYER_TYPE_HARDWARE","url":"com/aliucord/views/TextInput.html#LAYER_TYPE_HARDWARE"}, {"p":"com.aliucord.views","c":"TextInput","l":"LAYER_TYPE_NONE","url":"com/aliucord/views/TextInput.html#LAYER_TYPE_NONE"}, {"p":"com.aliucord.views","c":"TextInput","l":"LAYER_TYPE_SOFTWARE","url":"com/aliucord/views/TextInput.html#LAYER_TYPE_SOFTWARE"}, {"p":"com.aliucord.views","c":"TextInput","l":"LAYOUT_DIRECTION_INHERIT","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_INHERIT"}, {"p":"com.aliucord.views","c":"TextInput","l":"LAYOUT_DIRECTION_LOCALE","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_LOCALE"}, {"p":"com.aliucord.views","c":"TextInput","l":"LAYOUT_DIRECTION_LTR","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_LTR"}, {"p":"com.aliucord.views","c":"TextInput","l":"LAYOUT_DIRECTION_RTL","url":"com/aliucord/views/TextInput.html#LAYOUT_DIRECTION_RTL"}, {"p":"com.aliucord.views","c":"TextInput","l":"MEASURED_HEIGHT_STATE_SHIFT","url":"com/aliucord/views/TextInput.html#MEASURED_HEIGHT_STATE_SHIFT"}, {"p":"com.aliucord.views","c":"TextInput","l":"MEASURED_SIZE_MASK","url":"com/aliucord/views/TextInput.html#MEASURED_SIZE_MASK"}, {"p":"com.aliucord.views","c":"TextInput","l":"MEASURED_STATE_MASK","url":"com/aliucord/views/TextInput.html#MEASURED_STATE_MASK"}, {"p":"com.aliucord.views","c":"TextInput","l":"MEASURED_STATE_TOO_SMALL","url":"com/aliucord/views/TextInput.html#MEASURED_STATE_TOO_SMALL"}, {"p":"com.aliucord.views","c":"TextInput","l":"NOT_FOCUSABLE","url":"com/aliucord/views/TextInput.html#NOT_FOCUSABLE"}, {"p":"com.aliucord.views","c":"TextInput","l":"NO_ID","url":"com/aliucord/views/TextInput.html#NO_ID"}, {"p":"com.aliucord.views","c":"TextInput","l":"OVER_SCROLL_ALWAYS","url":"com/aliucord/views/TextInput.html#OVER_SCROLL_ALWAYS"}, {"p":"com.aliucord.views","c":"TextInput","l":"OVER_SCROLL_IF_CONTENT_SCROLLS","url":"com/aliucord/views/TextInput.html#OVER_SCROLL_IF_CONTENT_SCROLLS"}, {"p":"com.aliucord.views","c":"TextInput","l":"OVER_SCROLL_NEVER","url":"com/aliucord/views/TextInput.html#OVER_SCROLL_NEVER"}, {"p":"com.aliucord.views","c":"TextInput","l":"ROTATION","url":"com/aliucord/views/TextInput.html#ROTATION"}, {"p":"com.aliucord.views","c":"TextInput","l":"ROTATION_X","url":"com/aliucord/views/TextInput.html#ROTATION_X"}, {"p":"com.aliucord.views","c":"TextInput","l":"ROTATION_Y","url":"com/aliucord/views/TextInput.html#ROTATION_Y"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCALE_X","url":"com/aliucord/views/TextInput.html#SCALE_X"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCALE_Y","url":"com/aliucord/views/TextInput.html#SCALE_Y"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCREEN_STATE_OFF","url":"com/aliucord/views/TextInput.html#SCREEN_STATE_OFF"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCREEN_STATE_ON","url":"com/aliucord/views/TextInput.html#SCREEN_STATE_ON"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCROLLBARS_INSIDE_INSET","url":"com/aliucord/views/TextInput.html#SCROLLBARS_INSIDE_INSET"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCROLLBARS_INSIDE_OVERLAY","url":"com/aliucord/views/TextInput.html#SCROLLBARS_INSIDE_OVERLAY"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCROLLBARS_OUTSIDE_INSET","url":"com/aliucord/views/TextInput.html#SCROLLBARS_OUTSIDE_INSET"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCROLLBARS_OUTSIDE_OVERLAY","url":"com/aliucord/views/TextInput.html#SCROLLBARS_OUTSIDE_OVERLAY"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCROLLBAR_POSITION_DEFAULT","url":"com/aliucord/views/TextInput.html#SCROLLBAR_POSITION_DEFAULT"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCROLLBAR_POSITION_LEFT","url":"com/aliucord/views/TextInput.html#SCROLLBAR_POSITION_LEFT"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCROLLBAR_POSITION_RIGHT","url":"com/aliucord/views/TextInput.html#SCROLLBAR_POSITION_RIGHT"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCROLL_AXIS_HORIZONTAL","url":"com/aliucord/views/TextInput.html#SCROLL_AXIS_HORIZONTAL"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCROLL_AXIS_NONE","url":"com/aliucord/views/TextInput.html#SCROLL_AXIS_NONE"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCROLL_AXIS_VERTICAL","url":"com/aliucord/views/TextInput.html#SCROLL_AXIS_VERTICAL"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCROLL_INDICATOR_BOTTOM","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_BOTTOM"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCROLL_INDICATOR_END","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_END"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCROLL_INDICATOR_LEFT","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_LEFT"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCROLL_INDICATOR_RIGHT","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_RIGHT"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCROLL_INDICATOR_START","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_START"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCROLL_INDICATOR_TOP","url":"com/aliucord/views/TextInput.html#SCROLL_INDICATOR_TOP"}, {"p":"com.aliucord.views","c":"TextInput","l":"SOUND_EFFECTS_ENABLED","url":"com/aliucord/views/TextInput.html#SOUND_EFFECTS_ENABLED"}, {"p":"com.aliucord.views","c":"TextInput","l":"STATUS_BAR_HIDDEN","url":"com/aliucord/views/TextInput.html#STATUS_BAR_HIDDEN"}, {"p":"com.aliucord.views","c":"TextInput","l":"STATUS_BAR_VISIBLE","url":"com/aliucord/views/TextInput.html#STATUS_BAR_VISIBLE"}, {"p":"com.aliucord.views","c":"TextInput","l":"SYSTEM_UI_FLAG_FULLSCREEN","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_FULLSCREEN"}, {"p":"com.aliucord.views","c":"TextInput","l":"SYSTEM_UI_FLAG_HIDE_NAVIGATION","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_HIDE_NAVIGATION"}, {"p":"com.aliucord.views","c":"TextInput","l":"SYSTEM_UI_FLAG_IMMERSIVE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_IMMERSIVE"}, {"p":"com.aliucord.views","c":"TextInput","l":"SYSTEM_UI_FLAG_IMMERSIVE_STICKY","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_IMMERSIVE_STICKY"}, {"p":"com.aliucord.views","c":"TextInput","l":"SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN"}, {"p":"com.aliucord.views","c":"TextInput","l":"SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION"}, {"p":"com.aliucord.views","c":"TextInput","l":"SYSTEM_UI_FLAG_LAYOUT_STABLE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LAYOUT_STABLE"}, {"p":"com.aliucord.views","c":"TextInput","l":"SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR"}, {"p":"com.aliucord.views","c":"TextInput","l":"SYSTEM_UI_FLAG_LIGHT_STATUS_BAR","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LIGHT_STATUS_BAR"}, {"p":"com.aliucord.views","c":"TextInput","l":"SYSTEM_UI_FLAG_LOW_PROFILE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_LOW_PROFILE"}, {"p":"com.aliucord.views","c":"TextInput","l":"SYSTEM_UI_FLAG_VISIBLE","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_FLAG_VISIBLE"}, {"p":"com.aliucord.views","c":"TextInput","l":"SYSTEM_UI_LAYOUT_FLAGS","url":"com/aliucord/views/TextInput.html#SYSTEM_UI_LAYOUT_FLAGS"}, {"p":"com.aliucord.views","c":"TextInput","l":"TEXT_ALIGNMENT_CENTER","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_CENTER"}, {"p":"com.aliucord.views","c":"TextInput","l":"TEXT_ALIGNMENT_GRAVITY","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_GRAVITY"}, {"p":"com.aliucord.views","c":"TextInput","l":"TEXT_ALIGNMENT_INHERIT","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_INHERIT"}, {"p":"com.aliucord.views","c":"TextInput","l":"TEXT_ALIGNMENT_TEXT_END","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_TEXT_END"}, {"p":"com.aliucord.views","c":"TextInput","l":"TEXT_ALIGNMENT_TEXT_START","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_TEXT_START"}, {"p":"com.aliucord.views","c":"TextInput","l":"TEXT_ALIGNMENT_VIEW_END","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_VIEW_END"}, {"p":"com.aliucord.views","c":"TextInput","l":"TEXT_ALIGNMENT_VIEW_START","url":"com/aliucord/views/TextInput.html#TEXT_ALIGNMENT_VIEW_START"}, {"p":"com.aliucord.views","c":"TextInput","l":"TEXT_DIRECTION_ANY_RTL","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_ANY_RTL"}, {"p":"com.aliucord.views","c":"TextInput","l":"TEXT_DIRECTION_FIRST_STRONG","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_FIRST_STRONG"}, {"p":"com.aliucord.views","c":"TextInput","l":"TEXT_DIRECTION_FIRST_STRONG_LTR","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_FIRST_STRONG_LTR"}, {"p":"com.aliucord.views","c":"TextInput","l":"TEXT_DIRECTION_FIRST_STRONG_RTL","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_FIRST_STRONG_RTL"}, {"p":"com.aliucord.views","c":"TextInput","l":"TEXT_DIRECTION_INHERIT","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_INHERIT"}, {"p":"com.aliucord.views","c":"TextInput","l":"TEXT_DIRECTION_LOCALE","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_LOCALE"}, {"p":"com.aliucord.views","c":"TextInput","l":"TEXT_DIRECTION_LTR","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_LTR"}, {"p":"com.aliucord.views","c":"TextInput","l":"TEXT_DIRECTION_RTL","url":"com/aliucord/views/TextInput.html#TEXT_DIRECTION_RTL"}, {"p":"com.aliucord.views","c":"TextInput","l":"TRANSLATION_X","url":"com/aliucord/views/TextInput.html#TRANSLATION_X"}, {"p":"com.aliucord.views","c":"TextInput","l":"TRANSLATION_Y","url":"com/aliucord/views/TextInput.html#TRANSLATION_Y"}, {"p":"com.aliucord.views","c":"TextInput","l":"TRANSLATION_Z","url":"com/aliucord/views/TextInput.html#TRANSLATION_Z"}, {"p":"com.aliucord.views","c":"TextInput","l":"VISIBLE","url":"com/aliucord/views/TextInput.html#VISIBLE"}, {"p":"com.aliucord.views","c":"TextInput","l":"X","url":"com/aliucord/views/TextInput.html#X"}, {"p":"com.aliucord.views","c":"TextInput","l":"Y","url":"com/aliucord/views/TextInput.html#Y"}, {"p":"com.aliucord.views","c":"TextInput","l":"Z","url":"com/aliucord/views/TextInput.html#Z"}, {"p":"com.aliucord.annotations","c":"AliucordPlugin","l":"requiresRestart","url":"com/aliucord/annotations/AliucordPlugin.html#requiresRestart"}, {"p":"com.aliucord.api.rn.user","c":"RNUser","l":"globalName","url":"com/aliucord/api/rn/user/RNUser.html#globalName"}, {"p":"com.aliucord.api.rn.user","c":"RNUser","l":"id","url":"com/aliucord/api/rn/user/RNUser.html#id"}, {"p":"com.aliucord.api.rn.user","c":"RNUser","l":"username","url":"com/aliucord/api/rn/user/RNUser.html#username"}, {"p":"com.aliucord.api.rn.user","c":"RNUserProfile","l":"guildMemberProfile","url":"com/aliucord/api/rn/user/RNUserProfile.html#guildMemberProfile"}, {"p":"com.aliucord.api.rn.user","c":"RNUserProfile","l":"userProfile","url":"com/aliucord/api/rn/user/RNUserProfile.html#userProfile"}, {"p":"com.aliucord.api.rn.user","c":"UserProfileData","l":"accentColor","url":"com/aliucord/api/rn/user/UserProfileData.html#accentColor"}, {"p":"com.aliucord.api.rn.user","c":"UserProfileData","l":"banner","url":"com/aliucord/api/rn/user/UserProfileData.html#banner"}, {"p":"com.aliucord.api.rn.user","c":"UserProfileData","l":"bio","url":"com/aliucord/api/rn/user/UserProfileData.html#bio"}, {"p":"com.aliucord.api.rn.user","c":"UserProfileData","l":"guildId","url":"com/aliucord/api/rn/user/UserProfileData.html#guildId"}, {"p":"com.aliucord.api.rn.user","c":"UserProfileData","l":"pronouns","url":"com/aliucord/api/rn/user/UserProfileData.html#pronouns"}, {"p":"com.aliucord.api.rn.user","c":"UserProfileData","l":"themeColors","url":"com/aliucord/api/rn/user/UserProfileData.html#themeColors"}, {"p":"com.aliucord.coreplugins","c":"CorePlugins","l":"INSTANCE","url":"com/aliucord/coreplugins/CorePlugins.html#INSTANCE"}, {"p":"com.aliucord.coreplugins","c":"PronounsKt","l":"sheetProfileHeaderViewId","url":"com/aliucord/coreplugins/PronounsKt.html#sheetProfileHeaderViewId"}, {"p":"com.aliucord.coreplugins","c":"PronounsKt","l":"userProfileHeaderSecondaryNameViewId","url":"com/aliucord/coreplugins/PronounsKt.html#userProfileHeaderSecondaryNameViewId"}, {"p":"com.aliucord.coreplugins","c":"PronounsKt","l":"pronounsViewId","url":"com/aliucord/coreplugins/PronounsKt.html#pronounsViewId"}, {"p":"com.aliucord.coreplugins.rn","c":"RNAPI","l":"logger","url":"com/aliucord/coreplugins/rn/RNAPI.html#logger"}, {"p":"com.aliucord.coreplugins.rn","c":"RNAPI","l":"settingsTab","url":"com/aliucord/coreplugins/rn/RNAPI.html#settingsTab"}, {"p":"com.aliucord.coreplugins.rn","c":"RNAPI","l":"resources","url":"com/aliucord/coreplugins/rn/RNAPI.html#resources"}, {"p":"com.aliucord.coreplugins.rn","c":"RNAPI","l":"needsResources","url":"com/aliucord/coreplugins/rn/RNAPI.html#needsResources"}, {"p":"com.aliucord.coreplugins.rn","c":"RNAPI","l":"__filename","url":"com/aliucord/coreplugins/rn/RNAPI.html#__filename"}, {"p":"com.aliucord.coreplugins.rn","c":"RNAPI","l":"settings","url":"com/aliucord/coreplugins/rn/RNAPI.html#settings"}, {"p":"com.aliucord.coreplugins.rn","c":"PatchesKt","l":"globalNames","url":"com/aliucord/coreplugins/rn/PatchesKt.html#globalNames"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"applicationId","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#applicationId"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"appliedTags","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#appliedTags"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"availableTags","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#availableTags"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"bitrate","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#bitrate"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"defaultAutoArchiveDuration","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#defaultAutoArchiveDuration"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"flags","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#flags"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"guildHashes","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#guildHashes"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"guildId","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#guildId"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"icon","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#icon"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"id","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#id"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"lastMessageId","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#lastMessageId"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"member","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#member"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"memberListId","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#memberListId"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"messageCount","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#messageCount"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"name","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#name"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"nicks","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#nicks"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"nsfw","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#nsfw"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"originChannelId","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#originChannelId"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"ownerId","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#ownerId"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"parentId","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#parentId"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"permissionOverwrites","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#permissionOverwrites"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"position","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#position"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"rateLimitPerUser","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#rateLimitPerUser"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"recipientIds","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#recipientIds"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"recipients","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#recipients"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"rtcRegion","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#rtcRegion"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"threadMetadata","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#threadMetadata"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"topic","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#topic"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"type","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#type"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"userLimit","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#userLimit"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"INSTANCE","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#INSTANCE"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"applicationId","url":"com/aliucord/wrappers/ChannelWrapper.html#applicationId"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"appliedTags","url":"com/aliucord/wrappers/ChannelWrapper.html#appliedTags"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"availableTags","url":"com/aliucord/wrappers/ChannelWrapper.html#availableTags"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"bitrate","url":"com/aliucord/wrappers/ChannelWrapper.html#bitrate"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"defaultAutoArchiveDuration","url":"com/aliucord/wrappers/ChannelWrapper.html#defaultAutoArchiveDuration"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"flags","url":"com/aliucord/wrappers/ChannelWrapper.html#flags"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"guildHashes","url":"com/aliucord/wrappers/ChannelWrapper.html#guildHashes"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"guildId","url":"com/aliucord/wrappers/ChannelWrapper.html#guildId"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"icon","url":"com/aliucord/wrappers/ChannelWrapper.html#icon"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"id","url":"com/aliucord/wrappers/ChannelWrapper.html#id"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"lastMessageId","url":"com/aliucord/wrappers/ChannelWrapper.html#lastMessageId"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"member","url":"com/aliucord/wrappers/ChannelWrapper.html#member"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"memberListId","url":"com/aliucord/wrappers/ChannelWrapper.html#memberListId"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"messageCount","url":"com/aliucord/wrappers/ChannelWrapper.html#messageCount"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"name","url":"com/aliucord/wrappers/ChannelWrapper.html#name"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"nicks","url":"com/aliucord/wrappers/ChannelWrapper.html#nicks"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"nsfw","url":"com/aliucord/wrappers/ChannelWrapper.html#nsfw"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"originChannelId","url":"com/aliucord/wrappers/ChannelWrapper.html#originChannelId"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"ownerId","url":"com/aliucord/wrappers/ChannelWrapper.html#ownerId"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"parentId","url":"com/aliucord/wrappers/ChannelWrapper.html#parentId"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"permissionOverwrites","url":"com/aliucord/wrappers/ChannelWrapper.html#permissionOverwrites"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"position","url":"com/aliucord/wrappers/ChannelWrapper.html#position"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"rateLimitPerUser","url":"com/aliucord/wrappers/ChannelWrapper.html#rateLimitPerUser"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"recipientIds","url":"com/aliucord/wrappers/ChannelWrapper.html#recipientIds"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"recipients","url":"com/aliucord/wrappers/ChannelWrapper.html#recipients"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"rtcRegion","url":"com/aliucord/wrappers/ChannelWrapper.html#rtcRegion"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"threadMetadata","url":"com/aliucord/wrappers/ChannelWrapper.html#threadMetadata"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"topic","url":"com/aliucord/wrappers/ChannelWrapper.html#topic"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"type","url":"com/aliucord/wrappers/ChannelWrapper.html#type"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"userLimit","url":"com/aliucord/wrappers/ChannelWrapper.html#userLimit"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"Companion","url":"com/aliucord/wrappers/ChannelWrapper.html#Companion"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper.Companion","l":"animated","url":"com/aliucord/wrappers/GuildEmojiWrapper.Companion.html#animated"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper.Companion","l":"available","url":"com/aliucord/wrappers/GuildEmojiWrapper.Companion.html#available"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper.Companion","l":"id","url":"com/aliucord/wrappers/GuildEmojiWrapper.Companion.html#id"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper.Companion","l":"managed","url":"com/aliucord/wrappers/GuildEmojiWrapper.Companion.html#managed"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper.Companion","l":"name","url":"com/aliucord/wrappers/GuildEmojiWrapper.Companion.html#name"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper.Companion","l":"requireColons","url":"com/aliucord/wrappers/GuildEmojiWrapper.Companion.html#requireColons"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper.Companion","l":"roles","url":"com/aliucord/wrappers/GuildEmojiWrapper.Companion.html#roles"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper.Companion","l":"INSTANCE","url":"com/aliucord/wrappers/GuildEmojiWrapper.Companion.html#INSTANCE"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper","l":"animated","url":"com/aliucord/wrappers/GuildEmojiWrapper.html#animated"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper","l":"available","url":"com/aliucord/wrappers/GuildEmojiWrapper.html#available"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper","l":"id","url":"com/aliucord/wrappers/GuildEmojiWrapper.html#id"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper","l":"managed","url":"com/aliucord/wrappers/GuildEmojiWrapper.html#managed"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper","l":"name","url":"com/aliucord/wrappers/GuildEmojiWrapper.html#name"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper","l":"roles","url":"com/aliucord/wrappers/GuildEmojiWrapper.html#roles"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper","l":"Companion","url":"com/aliucord/wrappers/GuildEmojiWrapper.html#Companion"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"avatar","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#avatar"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"banner","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#banner"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"bio","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#bio"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"guildId","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#guildId"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"joinedAt","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#joinedAt"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"nick","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#nick"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"isPending","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#isPending(com.discord.api.guildmember.GuildMember)"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"premiumSince","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#premiumSince"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"presence","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#presence"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"roles","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#roles"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"user","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#user"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"userId","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#userId"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"INSTANCE","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#INSTANCE"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"avatar","url":"com/aliucord/wrappers/GuildMemberWrapper.html#avatar"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"banner","url":"com/aliucord/wrappers/GuildMemberWrapper.html#banner"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"bio","url":"com/aliucord/wrappers/GuildMemberWrapper.html#bio"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"guildId","url":"com/aliucord/wrappers/GuildMemberWrapper.html#guildId"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"joinedAt","url":"com/aliucord/wrappers/GuildMemberWrapper.html#joinedAt"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"nick","url":"com/aliucord/wrappers/GuildMemberWrapper.html#nick"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"isPending","url":"com/aliucord/wrappers/GuildMemberWrapper.html#isPending()"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"premiumSince","url":"com/aliucord/wrappers/GuildMemberWrapper.html#premiumSince"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"presence","url":"com/aliucord/wrappers/GuildMemberWrapper.html#presence"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"roles","url":"com/aliucord/wrappers/GuildMemberWrapper.html#roles"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"user","url":"com/aliucord/wrappers/GuildMemberWrapper.html#user"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"userId","url":"com/aliucord/wrappers/GuildMemberWrapper.html#userId"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"Companion","url":"com/aliucord/wrappers/GuildMemberWrapper.html#Companion"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"color","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#color"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"hoist","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#hoist"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"icon","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#icon"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"managed","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#managed"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"mentionable","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#mentionable"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"name","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#name"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"permissions","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#permissions"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"position","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#position"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"tags","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#tags"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"unicodeEmoji","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#unicodeEmoji"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"INSTANCE","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#INSTANCE"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"color","url":"com/aliucord/wrappers/GuildRoleWrapper.html#color"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"hoist","url":"com/aliucord/wrappers/GuildRoleWrapper.html#hoist"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"icon","url":"com/aliucord/wrappers/GuildRoleWrapper.html#icon"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"id","url":"com/aliucord/wrappers/GuildRoleWrapper.html#id"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"managed","url":"com/aliucord/wrappers/GuildRoleWrapper.html#managed"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"mentionable","url":"com/aliucord/wrappers/GuildRoleWrapper.html#mentionable"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"name","url":"com/aliucord/wrappers/GuildRoleWrapper.html#name"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"permissions","url":"com/aliucord/wrappers/GuildRoleWrapper.html#permissions"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"position","url":"com/aliucord/wrappers/GuildRoleWrapper.html#position"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"tags","url":"com/aliucord/wrappers/GuildRoleWrapper.html#tags"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"unicodeEmoji","url":"com/aliucord/wrappers/GuildRoleWrapper.html#unicodeEmoji"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"Companion","url":"com/aliucord/wrappers/GuildRoleWrapper.html#Companion"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"afkChannelId","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#afkChannelId"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"afkTimeout","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#afkTimeout"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"approximatePresenceCount","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#approximatePresenceCount"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"banner","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#banner"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"channelUpdates","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#channelUpdates"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"channels","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#channels"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"defaultMessageNotifications","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#defaultMessageNotifications"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"description","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#description"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"emojis","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#emojis"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"explicitContentFilter","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#explicitContentFilter"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"features","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#features"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"hashes","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#hashes"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"scheduledEvents","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#scheduledEvents"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"icon","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#icon"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"id","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#id"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"joinedAt","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#joinedAt"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"maxVideoChannelUsers","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#maxVideoChannelUsers"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"approxMemberCount","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#approxMemberCount"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"cachedMembers","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#cachedMembers"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"mfaLevel","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#mfaLevel"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"name","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#name"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"nsfw","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#nsfw"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"ownerId","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#ownerId"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"preferredLocale","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#preferredLocale"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"premiumSubscriptionCount","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#premiumSubscriptionCount"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"premiumTier","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#premiumTier"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"presences","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#presences"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"publicUpdatesChannelId","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#publicUpdatesChannelId"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"region","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#region"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"roles","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#roles"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"rulesChannelId","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#rulesChannelId"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"splash","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#splash"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"stickers","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#stickers"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"systemChannelFlags","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#systemChannelFlags"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"systemChannelId","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#systemChannelId"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"threads","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#threads"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"unavailable","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#unavailable"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"vanityUrlCode","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#vanityUrlCode"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"verificationLevel","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#verificationLevel"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"INSTANCE","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#INSTANCE"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"afkChannelId","url":"com/aliucord/wrappers/GuildWrapper.html#afkChannelId"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"afkTimeout","url":"com/aliucord/wrappers/GuildWrapper.html#afkTimeout"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"approximatePresenceCount","url":"com/aliucord/wrappers/GuildWrapper.html#approximatePresenceCount"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"banner","url":"com/aliucord/wrappers/GuildWrapper.html#banner"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"channelUpdates","url":"com/aliucord/wrappers/GuildWrapper.html#channelUpdates"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"channels","url":"com/aliucord/wrappers/GuildWrapper.html#channels"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"defaultMessageNotifications","url":"com/aliucord/wrappers/GuildWrapper.html#defaultMessageNotifications"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"description","url":"com/aliucord/wrappers/GuildWrapper.html#description"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"emojis","url":"com/aliucord/wrappers/GuildWrapper.html#emojis"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"explicitContentFilter","url":"com/aliucord/wrappers/GuildWrapper.html#explicitContentFilter"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"features","url":"com/aliucord/wrappers/GuildWrapper.html#features"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"guildHashes","url":"com/aliucord/wrappers/GuildWrapper.html#guildHashes"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"scheduledEvents","url":"com/aliucord/wrappers/GuildWrapper.html#scheduledEvents"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"icon","url":"com/aliucord/wrappers/GuildWrapper.html#icon"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"id","url":"com/aliucord/wrappers/GuildWrapper.html#id"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"joinedAt","url":"com/aliucord/wrappers/GuildWrapper.html#joinedAt"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"maxVideoChannelUsers","url":"com/aliucord/wrappers/GuildWrapper.html#maxVideoChannelUsers"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"approxMemberCount","url":"com/aliucord/wrappers/GuildWrapper.html#approxMemberCount"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"cachedMembers","url":"com/aliucord/wrappers/GuildWrapper.html#cachedMembers"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"mfaLevel","url":"com/aliucord/wrappers/GuildWrapper.html#mfaLevel"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"name","url":"com/aliucord/wrappers/GuildWrapper.html#name"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"nsfw","url":"com/aliucord/wrappers/GuildWrapper.html#nsfw"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"ownerId","url":"com/aliucord/wrappers/GuildWrapper.html#ownerId"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"preferredLocale","url":"com/aliucord/wrappers/GuildWrapper.html#preferredLocale"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"premiumSubscriptionCount","url":"com/aliucord/wrappers/GuildWrapper.html#premiumSubscriptionCount"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"premiumTier","url":"com/aliucord/wrappers/GuildWrapper.html#premiumTier"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"presences","url":"com/aliucord/wrappers/GuildWrapper.html#presences"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"publicUpdatesChannelId","url":"com/aliucord/wrappers/GuildWrapper.html#publicUpdatesChannelId"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"region","url":"com/aliucord/wrappers/GuildWrapper.html#region"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"roles","url":"com/aliucord/wrappers/GuildWrapper.html#roles"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"rulesChannelId","url":"com/aliucord/wrappers/GuildWrapper.html#rulesChannelId"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"splash","url":"com/aliucord/wrappers/GuildWrapper.html#splash"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"stickers","url":"com/aliucord/wrappers/GuildWrapper.html#stickers"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"systemChannelFlags","url":"com/aliucord/wrappers/GuildWrapper.html#systemChannelFlags"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"systemChannelId","url":"com/aliucord/wrappers/GuildWrapper.html#systemChannelId"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"threads","url":"com/aliucord/wrappers/GuildWrapper.html#threads"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"unavailable","url":"com/aliucord/wrappers/GuildWrapper.html#unavailable"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"vanityUrlCode","url":"com/aliucord/wrappers/GuildWrapper.html#vanityUrlCode"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"verificationLevel","url":"com/aliucord/wrappers/GuildWrapper.html#verificationLevel"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"Companion","url":"com/aliucord/wrappers/GuildWrapper.html#Companion"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper.Companion","l":"id","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.Companion.html#id"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper.Companion","l":"allowed","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.Companion.html#allowed"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper.Companion","l":"denied","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.Companion.html#denied"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper.Companion","l":"type","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.Companion.html#type"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper.Companion","l":"INSTANCE","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.Companion.html#INSTANCE"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper","l":"id","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.html#id"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper","l":"allowed","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.html#allowed"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper","l":"denied","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.html#denied"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper","l":"type","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.html#type"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper","l":"Companion","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.html#Companion"}, {"p":"com.aliucord.wrappers.embeds","c":"AuthorWrapper.Companion","l":"name","url":"com/aliucord/wrappers/embeds/AuthorWrapper.Companion.html#name"}, {"p":"com.aliucord.wrappers.embeds","c":"AuthorWrapper.Companion","l":"proxyIconUrl","url":"com/aliucord/wrappers/embeds/AuthorWrapper.Companion.html#proxyIconUrl"}, {"p":"com.aliucord.wrappers.embeds","c":"AuthorWrapper.Companion","l":"url","url":"com/aliucord/wrappers/embeds/AuthorWrapper.Companion.html#url"}, {"p":"com.aliucord.wrappers.embeds","c":"AuthorWrapper.Companion","l":"INSTANCE","url":"com/aliucord/wrappers/embeds/AuthorWrapper.Companion.html#INSTANCE"}, {"p":"com.aliucord.wrappers.embeds","c":"AuthorWrapper","l":"name","url":"com/aliucord/wrappers/embeds/AuthorWrapper.html#name"}, {"p":"com.aliucord.wrappers.embeds","c":"AuthorWrapper","l":"proxyIconUrl","url":"com/aliucord/wrappers/embeds/AuthorWrapper.html#proxyIconUrl"}, {"p":"com.aliucord.wrappers.embeds","c":"AuthorWrapper","l":"url","url":"com/aliucord/wrappers/embeds/AuthorWrapper.html#url"}, {"p":"com.aliucord.wrappers.embeds","c":"AuthorWrapper","l":"Companion","url":"com/aliucord/wrappers/embeds/AuthorWrapper.html#Companion"}, {"p":"com.aliucord.wrappers.embeds","c":"FieldWrapper.Companion","l":"name","url":"com/aliucord/wrappers/embeds/FieldWrapper.Companion.html#name"}, {"p":"com.aliucord.wrappers.embeds","c":"FieldWrapper.Companion","l":"value","url":"com/aliucord/wrappers/embeds/FieldWrapper.Companion.html#value"}, {"p":"com.aliucord.wrappers.embeds","c":"FieldWrapper.Companion","l":"inline","url":"com/aliucord/wrappers/embeds/FieldWrapper.Companion.html#inline"}, {"p":"com.aliucord.wrappers.embeds","c":"FieldWrapper.Companion","l":"INSTANCE","url":"com/aliucord/wrappers/embeds/FieldWrapper.Companion.html#INSTANCE"}, {"p":"com.aliucord.wrappers.embeds","c":"FieldWrapper","l":"name","url":"com/aliucord/wrappers/embeds/FieldWrapper.html#name"}, {"p":"com.aliucord.wrappers.embeds","c":"FieldWrapper","l":"value","url":"com/aliucord/wrappers/embeds/FieldWrapper.html#value"}, {"p":"com.aliucord.wrappers.embeds","c":"FieldWrapper","l":"inline","url":"com/aliucord/wrappers/embeds/FieldWrapper.html#inline"}, {"p":"com.aliucord.wrappers.embeds","c":"FieldWrapper","l":"Companion","url":"com/aliucord/wrappers/embeds/FieldWrapper.html#Companion"}, {"p":"com.aliucord.wrappers.embeds","c":"FooterWrapper.Companion","l":"text","url":"com/aliucord/wrappers/embeds/FooterWrapper.Companion.html#text"}, {"p":"com.aliucord.wrappers.embeds","c":"FooterWrapper.Companion","l":"proxyIconUrl","url":"com/aliucord/wrappers/embeds/FooterWrapper.Companion.html#proxyIconUrl"}, {"p":"com.aliucord.wrappers.embeds","c":"FooterWrapper.Companion","l":"iconUrl","url":"com/aliucord/wrappers/embeds/FooterWrapper.Companion.html#iconUrl"}, {"p":"com.aliucord.wrappers.embeds","c":"FooterWrapper.Companion","l":"INSTANCE","url":"com/aliucord/wrappers/embeds/FooterWrapper.Companion.html#INSTANCE"}, {"p":"com.aliucord.wrappers.embeds","c":"FooterWrapper","l":"text","url":"com/aliucord/wrappers/embeds/FooterWrapper.html#text"}, {"p":"com.aliucord.wrappers.embeds","c":"FooterWrapper","l":"iconUrl","url":"com/aliucord/wrappers/embeds/FooterWrapper.html#iconUrl"}, {"p":"com.aliucord.wrappers.embeds","c":"FooterWrapper","l":"proxyIconUrl","url":"com/aliucord/wrappers/embeds/FooterWrapper.html#proxyIconUrl"}, {"p":"com.aliucord.wrappers.embeds","c":"FooterWrapper","l":"Companion","url":"com/aliucord/wrappers/embeds/FooterWrapper.html#Companion"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper.Companion","l":"url","url":"com/aliucord/wrappers/embeds/ImageWrapper.Companion.html#url"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper.Companion","l":"proxyUrl","url":"com/aliucord/wrappers/embeds/ImageWrapper.Companion.html#proxyUrl"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper.Companion","l":"height","url":"com/aliucord/wrappers/embeds/ImageWrapper.Companion.html#height"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper.Companion","l":"width","url":"com/aliucord/wrappers/embeds/ImageWrapper.Companion.html#width"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper.Companion","l":"INSTANCE","url":"com/aliucord/wrappers/embeds/ImageWrapper.Companion.html#INSTANCE"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper","l":"url","url":"com/aliucord/wrappers/embeds/ImageWrapper.html#url"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper","l":"proxyUrl","url":"com/aliucord/wrappers/embeds/ImageWrapper.html#proxyUrl"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper","l":"height","url":"com/aliucord/wrappers/embeds/ImageWrapper.html#height"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper","l":"width","url":"com/aliucord/wrappers/embeds/ImageWrapper.html#width"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper","l":"Companion","url":"com/aliucord/wrappers/embeds/ImageWrapper.html#Companion"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"rawAuthor","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#rawAuthor"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"color","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#color"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"description","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#description"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"rawFields","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#rawFields"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"rawFooter","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#rawFooter"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"rawThumbnail","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#rawThumbnail"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"rawImage","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#rawImage"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"rawVideo","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#rawVideo"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"rawProvider","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#rawProvider"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"timestamp","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#timestamp"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"title","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#title"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"type","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#type"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"url","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#url"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"INSTANCE","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#INSTANCE"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"author","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#author"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"rawAuthor","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#rawAuthor"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"color","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#color"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"description","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#description"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"fields","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#fields"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"rawFields","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#rawFields"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"footer","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#footer"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"rawFooter","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#rawFooter"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"thumbnail","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#thumbnail"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"rawThumbnail","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#rawThumbnail"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"image","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#image"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"rawImage","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#rawImage"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"video","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#video"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"rawVideo","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#rawVideo"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"provider","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#provider"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"rawProvider","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#rawProvider"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"timestamp","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#timestamp"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"title","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#title"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"type","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#type"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"url","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#url"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"Companion","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#Companion"}, {"p":"com.aliucord.wrappers.embeds","c":"ProviderWrapper.Companion","l":"name","url":"com/aliucord/wrappers/embeds/ProviderWrapper.Companion.html#name"}, {"p":"com.aliucord.wrappers.embeds","c":"ProviderWrapper.Companion","l":"url","url":"com/aliucord/wrappers/embeds/ProviderWrapper.Companion.html#url"}, {"p":"com.aliucord.wrappers.embeds","c":"ProviderWrapper.Companion","l":"INSTANCE","url":"com/aliucord/wrappers/embeds/ProviderWrapper.Companion.html#INSTANCE"}, {"p":"com.aliucord.wrappers.embeds","c":"ProviderWrapper","l":"name","url":"com/aliucord/wrappers/embeds/ProviderWrapper.html#name"}, {"p":"com.aliucord.wrappers.embeds","c":"ProviderWrapper","l":"url","url":"com/aliucord/wrappers/embeds/ProviderWrapper.html#url"}, {"p":"com.aliucord.wrappers.embeds","c":"ProviderWrapper","l":"Companion","url":"com/aliucord/wrappers/embeds/ProviderWrapper.html#Companion"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper.Companion","l":"url","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.Companion.html#url"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper.Companion","l":"proxyUrl","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.Companion.html#proxyUrl"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper.Companion","l":"height","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.Companion.html#height"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper.Companion","l":"width","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.Companion.html#width"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper.Companion","l":"INSTANCE","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.Companion.html#INSTANCE"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper","l":"url","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.html#url"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper","l":"proxyUrl","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.html#proxyUrl"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper","l":"height","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.html#height"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper","l":"width","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.html#width"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper","l":"Companion","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.html#Companion"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper.Companion","l":"url","url":"com/aliucord/wrappers/embeds/VideoWrapper.Companion.html#url"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper.Companion","l":"proxyUrl","url":"com/aliucord/wrappers/embeds/VideoWrapper.Companion.html#proxyUrl"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper.Companion","l":"height","url":"com/aliucord/wrappers/embeds/VideoWrapper.Companion.html#height"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper.Companion","l":"width","url":"com/aliucord/wrappers/embeds/VideoWrapper.Companion.html#width"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper.Companion","l":"INSTANCE","url":"com/aliucord/wrappers/embeds/VideoWrapper.Companion.html#INSTANCE"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper","l":"url","url":"com/aliucord/wrappers/embeds/VideoWrapper.html#url"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper","l":"proxyUrl","url":"com/aliucord/wrappers/embeds/VideoWrapper.html#proxyUrl"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper","l":"height","url":"com/aliucord/wrappers/embeds/VideoWrapper.html#height"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper","l":"width","url":"com/aliucord/wrappers/embeds/VideoWrapper.html#width"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper","l":"Companion","url":"com/aliucord/wrappers/embeds/VideoWrapper.html#Companion"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper.Companion","l":"filename","url":"com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html#filename"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper.Companion","l":"height","url":"com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html#height"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper.Companion","l":"proxyUrl","url":"com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html#proxyUrl"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper.Companion","l":"size","url":"com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html#size"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper.Companion","l":"type","url":"com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html#type"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper.Companion","l":"url","url":"com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html#url"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper.Companion","l":"width","url":"com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html#width"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper.Companion","l":"INSTANCE","url":"com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html#INSTANCE"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper","l":"filename","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html#filename"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper","l":"height","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html#height"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper","l":"proxyUrl","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html#proxyUrl"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper","l":"size","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html#size"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper","l":"type","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html#type"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper","l":"url","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html#url"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper","l":"width","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html#width"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper","l":"Companion","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html#Companion"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper.Companion","l":"formatType","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.Companion.html#formatType"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper.Companion","l":"format","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.Companion.html#format"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper.Companion","l":"stickerPartial","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.Companion.html#stickerPartial"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper.Companion","l":"id","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.Companion.html#id"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper.Companion","l":"INSTANCE","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.Companion.html#INSTANCE"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper","l":"formatType","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.html#formatType"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper","l":"format","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.html#format"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper","l":"stickerPartial","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.html#stickerPartial"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper","l":"id","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.html#id"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper","l":"Companion","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.html#Companion"}, {"p":"com.aliucord.entities","c":"Plugin.SettingsTab.Type","l":"PAGE","url":"com/aliucord/entities/Plugin.SettingsTab.Type.html#PAGE"}, {"p":"com.aliucord.entities","c":"Plugin.SettingsTab.Type","l":"BOTTOM_SHEET","url":"com/aliucord/entities/Plugin.SettingsTab.Type.html#BOTTOM_SHEET"}] +var memberSearchIndex = [{"p":"com.aliucord","c":"Constants.Icons","l":"Constants.Icons()","url":"com/aliucord/Constants.Icons.html#Constants.Icons()"}, {"p":"com.aliucord","c":"Constants.Fonts","l":"Constants.Fonts()","url":"com/aliucord/Constants.Fonts.html#Constants.Fonts()"}, {"p":"com.aliucord","c":"Constants","l":"Constants()","url":"com/aliucord/Constants.html#Constants()"}, {"p":"com.aliucord","c":"CollectionUtils","l":"CollectionUtils()","url":"com/aliucord/CollectionUtils.html#CollectionUtils()"}, {"p":"com.aliucord","c":"CollectionUtils","l":"some(Collection, Function1)","url":"com/aliucord/CollectionUtils.html#some(java.util.Collection,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord","c":"CollectionUtils","l":"every(Collection, Function1)","url":"com/aliucord/CollectionUtils.html#every(java.util.Collection,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord","c":"CollectionUtils","l":"find(Collection, Function1)","url":"com/aliucord/CollectionUtils.html#find(java.util.Collection,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord","c":"CollectionUtils","l":"findLast(Collection, Function1)","url":"com/aliucord/CollectionUtils.html#findLast(java.util.Collection,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord","c":"CollectionUtils","l":"findIndex(List, Function1)","url":"com/aliucord/CollectionUtils.html#findIndex(java.util.List,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord","c":"CollectionUtils","l":"findLastIndex(List, Function1)","url":"com/aliucord/CollectionUtils.html#findLastIndex(java.util.List,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord","c":"CollectionUtils","l":"filter(Collection, Function1)","url":"com/aliucord/CollectionUtils.html#filter(java.util.Collection,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord","c":"CollectionUtils","l":"map(Collection, Function1)","url":"com/aliucord/CollectionUtils.html#map(java.util.Collection,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord","c":"CollectionUtils","l":"removeIf(Collection, Function1)","url":"com/aliucord/CollectionUtils.html#removeIf(java.util.Collection,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord","c":"CollectionUtils","l":"partition(Collection, Function1)","url":"com/aliucord/CollectionUtils.html#partition(java.util.Collection,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord","c":"CollectionUtils","l":"splice(List, int)","url":"com/aliucord/CollectionUtils.html#splice(java.util.List,int)"}, {"p":"com.aliucord","c":"CollectionUtils","l":"splice(List, int, int, Array)","url":"com/aliucord/CollectionUtils.html#splice(java.util.List,int,int,kotlin.Array)"}, {"p":"com.aliucord","c":"Http.HttpException","l":"Http.HttpException(Http.Request, Http.Response)","url":"com/aliucord/Http.HttpException.html#Http.HttpException(com.aliucord.Http.Request,com.aliucord.Http.Response)"}, {"p":"com.aliucord","c":"Http.HttpException","l":"getMessage()","url":"com/aliucord/Http.HttpException.html#getMessage()"}, {"p":"com.aliucord","c":"Http.QueryBuilder","l":"Http.QueryBuilder(String)","url":"com/aliucord/Http.QueryBuilder.html#Http.QueryBuilder(java.lang.String)"}, {"p":"com.aliucord","c":"Http.QueryBuilder","l":"append(String, String)","url":"com/aliucord/Http.QueryBuilder.html#append(java.lang.String,java.lang.String)"}, {"p":"com.aliucord","c":"Http.QueryBuilder","l":"toString()","url":"com/aliucord/Http.QueryBuilder.html#toString()"}, {"p":"com.aliucord","c":"Http.MultiPartBuilder","l":"Http.MultiPartBuilder(String)","url":"com/aliucord/Http.MultiPartBuilder.html#Http.MultiPartBuilder(java.lang.String)"}, {"p":"com.aliucord","c":"Http.MultiPartBuilder","l":"Http.MultiPartBuilder(String, OutputStream)","url":"com/aliucord/Http.MultiPartBuilder.html#Http.MultiPartBuilder(java.lang.String,java.io.OutputStream)"}, {"p":"com.aliucord","c":"Http.MultiPartBuilder","l":"appendFile(String, File)","url":"com/aliucord/Http.MultiPartBuilder.html#appendFile(java.lang.String,java.io.File)"}, {"p":"com.aliucord","c":"Http.MultiPartBuilder","l":"appendStream(String, InputStream)","url":"com/aliucord/Http.MultiPartBuilder.html#appendStream(java.lang.String,java.io.InputStream)"}, {"p":"com.aliucord","c":"Http.MultiPartBuilder","l":"appendField(String, String)","url":"com/aliucord/Http.MultiPartBuilder.html#appendField(java.lang.String,java.lang.String)"}, {"p":"com.aliucord","c":"Http.MultiPartBuilder","l":"getBytes()","url":"com/aliucord/Http.MultiPartBuilder.html#getBytes()"}, {"p":"com.aliucord","c":"Http.MultiPartBuilder","l":"finish()","url":"com/aliucord/Http.MultiPartBuilder.html#finish()"}, {"p":"com.aliucord","c":"Http.MultiPartBuilder","l":"close()","url":"com/aliucord/Http.MultiPartBuilder.html#close()"}, {"p":"com.aliucord","c":"Http.Request","l":"Http.Request(Http.QueryBuilder)","url":"com/aliucord/Http.Request.html#Http.Request(com.aliucord.Http.QueryBuilder)"}, {"p":"com.aliucord","c":"Http.Request","l":"Http.Request(String)","url":"com/aliucord/Http.Request.html#Http.Request(java.lang.String)"}, {"p":"com.aliucord","c":"Http.Request","l":"Http.Request(String, String)","url":"com/aliucord/Http.Request.html#Http.Request(java.lang.String,java.lang.String)"}, {"p":"com.aliucord","c":"Http.Request","l":"setHeader(String, String)","url":"com/aliucord/Http.Request.html#setHeader(java.lang.String,java.lang.String)"}, {"p":"com.aliucord","c":"Http.Request","l":"setRequestTimeout(int)","url":"com/aliucord/Http.Request.html#setRequestTimeout(int)"}, {"p":"com.aliucord","c":"Http.Request","l":"setFollowRedirects(boolean)","url":"com/aliucord/Http.Request.html#setFollowRedirects(boolean)"}, {"p":"com.aliucord","c":"Http.Request","l":"execute()","url":"com/aliucord/Http.Request.html#execute()"}, {"p":"com.aliucord","c":"Http.Request","l":"executeWithBody(String)","url":"com/aliucord/Http.Request.html#executeWithBody(java.lang.String)"}, {"p":"com.aliucord","c":"Http.Request","l":"executeWithBody(Array)","url":"com/aliucord/Http.Request.html#executeWithBody(kotlin.Array)"}, {"p":"com.aliucord","c":"Http.Request","l":"executeWithJson(Object)","url":"com/aliucord/Http.Request.html#executeWithJson(Object)"}, {"p":"com.aliucord","c":"Http.Request","l":"executeWithJson(Gson, Object)","url":"com/aliucord/Http.Request.html#executeWithJson(com.google.gson.Gson,Object)"}, {"p":"com.aliucord","c":"Http.Request","l":"executeWithUrlEncodedForm(Map)","url":"com/aliucord/Http.Request.html#executeWithUrlEncodedForm(java.util.Map)"}, {"p":"com.aliucord","c":"Http.Request","l":"executeWithMultipartForm(Map)","url":"com/aliucord/Http.Request.html#executeWithMultipartForm(java.util.Map)"}, {"p":"com.aliucord","c":"Http.Request","l":"executeWithMultipartForm(Map, boolean)","url":"com/aliucord/Http.Request.html#executeWithMultipartForm(java.util.Map,boolean)"}, {"p":"com.aliucord","c":"Http.Request","l":"close()","url":"com/aliucord/Http.Request.html#close()"}, {"p":"com.aliucord","c":"Http.Request","l":"newDiscordRequest(Http.QueryBuilder)","url":"com/aliucord/Http.Request.html#newDiscordRequest(com.aliucord.Http.QueryBuilder)"}, {"p":"com.aliucord","c":"Http.Request","l":"newDiscordRequest(String)","url":"com/aliucord/Http.Request.html#newDiscordRequest(java.lang.String)"}, {"p":"com.aliucord","c":"Http.Request","l":"newDiscordRequest(String, String)","url":"com/aliucord/Http.Request.html#newDiscordRequest(java.lang.String,java.lang.String)"}, {"p":"com.aliucord","c":"Http.Request","l":"newDiscordRNRequest(Http.QueryBuilder)","url":"com/aliucord/Http.Request.html#newDiscordRNRequest(com.aliucord.Http.QueryBuilder)"}, {"p":"com.aliucord","c":"Http.Request","l":"newDiscordRNRequest(String)","url":"com/aliucord/Http.Request.html#newDiscordRNRequest(java.lang.String)"}, {"p":"com.aliucord","c":"Http.Request","l":"newDiscordRNRequest(String, String)","url":"com/aliucord/Http.Request.html#newDiscordRNRequest(java.lang.String,java.lang.String)"}, {"p":"com.aliucord","c":"Http.Response","l":"Http.Response(Http.Request)","url":"com/aliucord/Http.Response.html#Http.Response(com.aliucord.Http.Request)"}, {"p":"com.aliucord","c":"Http.Response","l":"ok()","url":"com/aliucord/Http.Response.html#ok()"}, {"p":"com.aliucord","c":"Http.Response","l":"assertOk()","url":"com/aliucord/Http.Response.html#assertOk()"}, {"p":"com.aliucord","c":"Http.Response","l":"text()","url":"com/aliucord/Http.Response.html#text()"}, {"p":"com.aliucord","c":"Http.Response","l":"getBytes()","url":"com/aliucord/Http.Response.html#getBytes()"}, {"p":"com.aliucord","c":"Http.Response","l":"json(Type)","url":"com/aliucord/Http.Response.html#json(java.lang.reflect.Type)"}, {"p":"com.aliucord","c":"Http.Response","l":"json(Gson, Type)","url":"com/aliucord/Http.Response.html#json(com.google.gson.Gson,java.lang.reflect.Type)"}, {"p":"com.aliucord","c":"Http.Response","l":"json(Class)","url":"com/aliucord/Http.Response.html#json(java.lang.Class)"}, {"p":"com.aliucord","c":"Http.Response","l":"json(Gson, Class)","url":"com/aliucord/Http.Response.html#json(com.google.gson.Gson,java.lang.Class)"}, {"p":"com.aliucord","c":"Http.Response","l":"stream()","url":"com/aliucord/Http.Response.html#stream()"}, {"p":"com.aliucord","c":"Http.Response","l":"pipe(OutputStream)","url":"com/aliucord/Http.Response.html#pipe(java.io.OutputStream)"}, {"p":"com.aliucord","c":"Http.Response","l":"saveToFile(File)","url":"com/aliucord/Http.Response.html#saveToFile(java.io.File)"}, {"p":"com.aliucord","c":"Http.Response","l":"saveToFile(File, String)","url":"com/aliucord/Http.Response.html#saveToFile(java.io.File,java.lang.String)"}, {"p":"com.aliucord","c":"Http.Response","l":"close()","url":"com/aliucord/Http.Response.html#close()"}, {"p":"com.aliucord","c":"Http","l":"Http()","url":"com/aliucord/Http.html#Http()"}, {"p":"com.aliucord","c":"Http","l":"simpleGet(String)","url":"com/aliucord/Http.html#simpleGet(java.lang.String)"}, {"p":"com.aliucord","c":"Http","l":"simpleDownload(String, File)","url":"com/aliucord/Http.html#simpleDownload(java.lang.String,java.io.File)"}, {"p":"com.aliucord","c":"Http","l":"simpleJsonGet(String, Type)","url":"com/aliucord/Http.html#simpleJsonGet(java.lang.String,java.lang.reflect.Type)"}, {"p":"com.aliucord","c":"Http","l":"simpleJsonGet(String, Class)","url":"com/aliucord/Http.html#simpleJsonGet(java.lang.String,java.lang.Class)"}, {"p":"com.aliucord","c":"Http","l":"simplePost(String, String)","url":"com/aliucord/Http.html#simplePost(java.lang.String,java.lang.String)"}, {"p":"com.aliucord","c":"Http","l":"simpleJsonPost(String, String, Type)","url":"com/aliucord/Http.html#simpleJsonPost(java.lang.String,java.lang.String,java.lang.reflect.Type)"}, {"p":"com.aliucord","c":"Http","l":"simpleJsonPost(String, String, Class)","url":"com/aliucord/Http.html#simpleJsonPost(java.lang.String,java.lang.String,java.lang.Class)"}, {"p":"com.aliucord","c":"Http","l":"simpleJsonPost(String, Object, Type)","url":"com/aliucord/Http.html#simpleJsonPost(java.lang.String,Object,java.lang.reflect.Type)"}, {"p":"com.aliucord","c":"Http","l":"simpleJsonPost(String, Object, Class)","url":"com/aliucord/Http.html#simpleJsonPost(java.lang.String,Object,java.lang.Class)"}, {"p":"com.aliucord","c":"Main","l":"Main()","url":"com/aliucord/Main.html#Main()"}, {"p":"com.aliucord","c":"Main","l":"preInit(AppActivity)","url":"com/aliucord/Main.html#preInit(com.discord.app.AppActivity)"}, {"p":"com.aliucord","c":"Main","l":"init(AppActivity)","url":"com/aliucord/Main.html#init(com.discord.app.AppActivity)"}, {"p":"com.aliucord","c":"PluginManager","l":"PluginManager()","url":"com/aliucord/PluginManager.html#PluginManager()"}, {"p":"com.aliucord","c":"PluginManager","l":"loadPlugin(Context, File)","url":"com/aliucord/PluginManager.html#loadPlugin(android.content.Context,java.io.File)"}, {"p":"com.aliucord","c":"PluginManager","l":"unloadPlugin(String)","url":"com/aliucord/PluginManager.html#unloadPlugin(java.lang.String)"}, {"p":"com.aliucord","c":"PluginManager","l":"enablePlugin(String)","url":"com/aliucord/PluginManager.html#enablePlugin(java.lang.String)"}, {"p":"com.aliucord","c":"PluginManager","l":"disablePlugin(String)","url":"com/aliucord/PluginManager.html#disablePlugin(java.lang.String)"}, {"p":"com.aliucord","c":"PluginManager","l":"togglePlugin(String)","url":"com/aliucord/PluginManager.html#togglePlugin(java.lang.String)"}, {"p":"com.aliucord","c":"PluginManager","l":"startPlugin(String)","url":"com/aliucord/PluginManager.html#startPlugin(java.lang.String)"}, {"p":"com.aliucord","c":"PluginManager","l":"stopPlugin(String)","url":"com/aliucord/PluginManager.html#stopPlugin(java.lang.String)"}, {"p":"com.aliucord","c":"PluginManager","l":"remountPlugin(String)","url":"com/aliucord/PluginManager.html#remountPlugin(java.lang.String)"}, {"p":"com.aliucord","c":"PluginManager","l":"getPluginPrefKey(String)","url":"com/aliucord/PluginManager.html#getPluginPrefKey(java.lang.String)"}, {"p":"com.aliucord","c":"PluginManager","l":"isPluginEnabled(String)","url":"com/aliucord/PluginManager.html#isPluginEnabled(java.lang.String)"}, {"p":"com.aliucord","c":"PluginManager","l":"isPluginEnabled(Plugin)","url":"com/aliucord/PluginManager.html#isPluginEnabled(com.aliucord.entities.Plugin)"}, {"p":"com.aliucord","c":"Logger","l":"Logger(String)","url":"com/aliucord/Logger.html#Logger(java.lang.String)"}, {"p":"com.aliucord","c":"Logger","l":"getModule()","url":"com/aliucord/Logger.html#getModule()"}, {"p":"com.aliucord","c":"Logger","l":"setModule(String)","url":"com/aliucord/Logger.html#setModule(java.lang.String)"}, {"p":"com.aliucord","c":"Logger","l":"verbose(String)","url":"com/aliucord/Logger.html#verbose(java.lang.String)"}, {"p":"com.aliucord","c":"Logger","l":"debug(String)","url":"com/aliucord/Logger.html#debug(java.lang.String)"}, {"p":"com.aliucord","c":"Logger","l":"info(String, Throwable)","url":"com/aliucord/Logger.html#info(java.lang.String,java.lang.Throwable)"}, {"p":"com.aliucord","c":"Logger","l":"info(String)","url":"com/aliucord/Logger.html#info(java.lang.String,java.lang.Throwable)"}, {"p":"com.aliucord","c":"Logger","l":"info(Context, String)","url":"com/aliucord/Logger.html#info(android.content.Context,java.lang.String)"}, {"p":"com.aliucord","c":"Logger","l":"infoToast(String)","url":"com/aliucord/Logger.html#infoToast(java.lang.String)"}, {"p":"com.aliucord","c":"Logger","l":"warn(String, Throwable)","url":"com/aliucord/Logger.html#warn(java.lang.String,java.lang.Throwable)"}, {"p":"com.aliucord","c":"Logger","l":"warn(String)","url":"com/aliucord/Logger.html#warn(java.lang.String,java.lang.Throwable)"}, {"p":"com.aliucord","c":"Logger","l":"error(Throwable)","url":"com/aliucord/Logger.html#error(java.lang.Throwable)"}, {"p":"com.aliucord","c":"Logger","l":"error(String, Throwable)","url":"com/aliucord/Logger.html#error(java.lang.String,java.lang.Throwable)"}, {"p":"com.aliucord","c":"Logger","l":"error(Context, Throwable)","url":"com/aliucord/Logger.html#error(android.content.Context,java.lang.Throwable)"}, {"p":"com.aliucord","c":"Logger","l":"errorToast(Throwable)","url":"com/aliucord/Logger.html#errorToast(java.lang.Throwable)"}, {"p":"com.aliucord","c":"Logger","l":"errorToast(String, Throwable)","url":"com/aliucord/Logger.html#errorToast(java.lang.String,java.lang.Throwable)"}, {"p":"com.aliucord","c":"Logger","l":"errorToast(String)","url":"com/aliucord/Logger.html#errorToast(java.lang.String,java.lang.Throwable)"}, {"p":"com.aliucord","c":"Logger","l":"errorToast(Context, String, Throwable)","url":"com/aliucord/Logger.html#errorToast(android.content.Context,java.lang.String,java.lang.Throwable)"}, {"p":"com.aliucord","c":"Logger","l":"errorToast(Context, String)","url":"com/aliucord/Logger.html#errorToast(android.content.Context,java.lang.String,java.lang.Throwable)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"SettingsUtilsJSON(String)","url":"com/aliucord/SettingsUtilsJSON.html#SettingsUtilsJSON(java.lang.String)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"resetFile()","url":"com/aliucord/SettingsUtilsJSON.html#resetFile()"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"toggleBool(String, Boolean)","url":"com/aliucord/SettingsUtilsJSON.html#toggleBool(java.lang.String,java.lang.Boolean)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"remove(String)","url":"com/aliucord/SettingsUtilsJSON.html#remove(java.lang.String)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"getAllKeys()","url":"com/aliucord/SettingsUtilsJSON.html#getAllKeys()"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"exists(String)","url":"com/aliucord/SettingsUtilsJSON.html#exists(java.lang.String)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"getBool(String, Boolean)","url":"com/aliucord/SettingsUtilsJSON.html#getBool(java.lang.String,java.lang.Boolean)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"setBool(String, Boolean)","url":"com/aliucord/SettingsUtilsJSON.html#setBool(java.lang.String,java.lang.Boolean)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"getInt(String, Integer)","url":"com/aliucord/SettingsUtilsJSON.html#getInt(java.lang.String,java.lang.Integer)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"setInt(String, Integer)","url":"com/aliucord/SettingsUtilsJSON.html#setInt(java.lang.String,java.lang.Integer)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"getFloat(String, Float)","url":"com/aliucord/SettingsUtilsJSON.html#getFloat(java.lang.String,java.lang.Float)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"setFloat(String, Float)","url":"com/aliucord/SettingsUtilsJSON.html#setFloat(java.lang.String,java.lang.Float)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"getLong(String, Long)","url":"com/aliucord/SettingsUtilsJSON.html#getLong(java.lang.String,java.lang.Long)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"setLong(String, Long)","url":"com/aliucord/SettingsUtilsJSON.html#setLong(java.lang.String,java.lang.Long)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"getString(String, String)","url":"com/aliucord/SettingsUtilsJSON.html#getString(java.lang.String,java.lang.String)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"setString(String, String)","url":"com/aliucord/SettingsUtilsJSON.html#setString(java.lang.String,java.lang.String)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"getJSONObject(String, JSONObject)","url":"com/aliucord/SettingsUtilsJSON.html#getJSONObject(java.lang.String,org.json.JSONObject)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"setJSONObject(String, JSONObject)","url":"com/aliucord/SettingsUtilsJSON.html#setJSONObject(java.lang.String,org.json.JSONObject)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"getObject(String, T)","url":"com/aliucord/SettingsUtilsJSON.html#getObject(java.lang.String,T)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"getObject(String, T, Type)","url":"com/aliucord/SettingsUtilsJSON.html#getObject(java.lang.String,T,java.lang.reflect.Type)"}, {"p":"com.aliucord","c":"SettingsUtilsJSON","l":"setObject(String, Object)","url":"com/aliucord/SettingsUtilsJSON.html#setObject(java.lang.String,java.lang.Object)"}, {"p":"com.aliucord","c":"Utils","l":"launchUrl(String)","url":"com/aliucord/Utils.html#launchUrl(java.lang.String)"}, {"p":"com.aliucord","c":"Utils","l":"launchUrl(Uri)","url":"com/aliucord/Utils.html#launchUrl(android.net.Uri)"}, {"p":"com.aliucord","c":"Utils","l":"joinSupportServer(Context)","url":"com/aliucord/Utils.html#joinSupportServer(android.content.Context)"}, {"p":"com.aliucord","c":"Utils","l":"getDrawableByAttr(Context, Integer)","url":"com/aliucord/Utils.html#getDrawableByAttr(android.content.Context,java.lang.Integer)"}, {"p":"com.aliucord","c":"Utils","l":"nestedChildAt(ViewGroup, Integer)","url":"com/aliucord/Utils.html#nestedChildAt(android.view.ViewGroup,java.lang.Integer)"}, {"p":"com.aliucord","c":"Utils","l":"launchFileExplorer(File)","url":"com/aliucord/Utils.html#launchFileExplorer(java.io.File)"}, {"p":"com.aliucord","c":"Utils","l":"setClipboard(CharSequence, CharSequence)","url":"com/aliucord/Utils.html#setClipboard(java.lang.CharSequence,java.lang.CharSequence)"}, {"p":"com.aliucord","c":"Utils","l":"pluralise(Integer, String)","url":"com/aliucord/Utils.html#pluralise(java.lang.Integer,java.lang.String)"}, {"p":"com.aliucord","c":"Utils","l":"showToast(String, Boolean)","url":"com/aliucord/Utils.html#showToast(java.lang.String,java.lang.Boolean)"}, {"p":"com.aliucord","c":"Utils","l":"showToast(String)","url":"com/aliucord/Utils.html#showToast(java.lang.String,java.lang.Boolean)"}, {"p":"com.aliucord","c":"Utils","l":"showToast(Context, String, Boolean)","url":"com/aliucord/Utils.html#showToast(android.content.Context,java.lang.String,java.lang.Boolean)"}, {"p":"com.aliucord","c":"Utils","l":"showToast(Context, String)","url":"com/aliucord/Utils.html#showToast(android.content.Context,java.lang.String,java.lang.Boolean)"}, {"p":"com.aliucord","c":"Utils","l":"getResId(String, String)","url":"com/aliucord/Utils.html#getResId(java.lang.String,java.lang.String)"}, {"p":"com.aliucord","c":"Utils","l":"openPage(Context, Class, Intent)","url":"com/aliucord/Utils.html#openPage(android.content.Context,java.lang.Class,android.content.Intent)"}, {"p":"com.aliucord","c":"Utils","l":"openPage(Context, Class)","url":"com/aliucord/Utils.html#openPage(android.content.Context,java.lang.Class)"}, {"p":"com.aliucord","c":"Utils","l":"openPageWithProxy(Context, Fragment)","url":"com/aliucord/Utils.html#openPageWithProxy(android.content.Context,androidx.fragment.app.Fragment)"}, {"p":"com.aliucord","c":"Utils","l":"createCommandChoice(String, String)","url":"com/aliucord/Utils.html#createCommandChoice(java.lang.String,java.lang.String)"}, {"p":"com.aliucord","c":"Utils","l":"createCommandOption(ApplicationCommandType, String, String, Integer, Boolean, Boolean, List, List, List, Boolean)","url":"com/aliucord/Utils.html#createCommandOption(com.discord.api.commands.ApplicationCommandType,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.util.List,java.util.List,java.util.List,java.lang.Boolean)"}, {"p":"com.aliucord","c":"Utils","l":"createCommandOption(ApplicationCommandType, String, String, Integer, Boolean, Boolean, List, List, List)","url":"com/aliucord/Utils.html#createCommandOption(com.discord.api.commands.ApplicationCommandType,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.util.List,java.util.List,java.util.List,java.lang.Boolean)"}, {"p":"com.aliucord","c":"Utils","l":"createCommandOption(ApplicationCommandType, String, String, Integer, Boolean, Boolean, List, List)","url":"com/aliucord/Utils.html#createCommandOption(com.discord.api.commands.ApplicationCommandType,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.util.List,java.util.List,java.util.List,java.lang.Boolean)"}, {"p":"com.aliucord","c":"Utils","l":"createCommandOption(ApplicationCommandType, String, String, Integer, Boolean, Boolean, List)","url":"com/aliucord/Utils.html#createCommandOption(com.discord.api.commands.ApplicationCommandType,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.util.List,java.util.List,java.util.List,java.lang.Boolean)"}, {"p":"com.aliucord","c":"Utils","l":"createCommandOption(ApplicationCommandType, String, String, Integer, Boolean, Boolean)","url":"com/aliucord/Utils.html#createCommandOption(com.discord.api.commands.ApplicationCommandType,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.util.List,java.util.List,java.util.List,java.lang.Boolean)"}, {"p":"com.aliucord","c":"Utils","l":"createCommandOption(ApplicationCommandType, String, String, Integer, Boolean)","url":"com/aliucord/Utils.html#createCommandOption(com.discord.api.commands.ApplicationCommandType,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.util.List,java.util.List,java.util.List,java.lang.Boolean)"}, {"p":"com.aliucord","c":"Utils","l":"createCommandOption(ApplicationCommandType, String, String, Integer)","url":"com/aliucord/Utils.html#createCommandOption(com.discord.api.commands.ApplicationCommandType,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.util.List,java.util.List,java.util.List,java.lang.Boolean)"}, {"p":"com.aliucord","c":"Utils","l":"createCommandOption(ApplicationCommandType, String, String)","url":"com/aliucord/Utils.html#createCommandOption(com.discord.api.commands.ApplicationCommandType,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.util.List,java.util.List,java.util.List,java.lang.Boolean)"}, {"p":"com.aliucord","c":"Utils","l":"createCommandOption(ApplicationCommandType, String)","url":"com/aliucord/Utils.html#createCommandOption(com.discord.api.commands.ApplicationCommandType,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.util.List,java.util.List,java.util.List,java.lang.Boolean)"}, {"p":"com.aliucord","c":"Utils","l":"createCommandOption(String)","url":"com/aliucord/Utils.html#createCommandOption(com.discord.api.commands.ApplicationCommandType,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.util.List,java.util.List,java.util.List,java.lang.Boolean)"}, {"p":"com.aliucord","c":"Utils","l":"createCommandOption(ApplicationCommandType, String, String, Integer, Boolean, Boolean, List, List, List, Boolean, Number, Number)","url":"com/aliucord/Utils.html#createCommandOption(com.discord.api.commands.ApplicationCommandType,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.util.List,java.util.List,java.util.List,java.lang.Boolean,java.lang.Number,java.lang.Number)"}, {"p":"com.aliucord","c":"Utils","l":"buildClyde(String, String)","url":"com/aliucord/Utils.html#buildClyde(java.lang.String,java.lang.String)"}, {"p":"com.aliucord","c":"Utils","l":"createCheckedSetting(Context, CheckedSetting.ViewType, CharSequence, CharSequence)","url":"com/aliucord/Utils.html#createCheckedSetting(android.content.Context,com.discord.views.CheckedSetting.ViewType,java.lang.CharSequence,java.lang.CharSequence)"}, {"p":"com.aliucord","c":"Utils","l":"tintToTheme(Drawable)","url":"com/aliucord/Utils.html#tintToTheme(android.graphics.drawable.Drawable)"}, {"p":"com.aliucord","c":"Utils","l":"log(String)","url":"com/aliucord/Utils.html#log(java.lang.String)"}, {"p":"com.aliucord","c":"Utils","l":"openMediaViewer(String, String)","url":"com/aliucord/Utils.html#openMediaViewer(java.lang.String,java.lang.String)"}, {"p":"com.aliucord","c":"Utils","l":"promptRestart(String, Integer)","url":"com/aliucord/Utils.html#promptRestart(java.lang.String,java.lang.Integer)"}, {"p":"com.aliucord","c":"Utils","l":"promptRestart(String)","url":"com/aliucord/Utils.html#promptRestart(java.lang.String,java.lang.Integer)"}, {"p":"com.aliucord","c":"Utils","l":"promptRestart()","url":"com/aliucord/Utils.html#promptRestart(java.lang.String,java.lang.Integer)"}, {"p":"com.aliucord","c":"Utils","l":"getAppContext()","url":"com/aliucord/Utils.html#getAppContext()"}, {"p":"com.aliucord","c":"Utils","l":"isDebuggable()","url":"com/aliucord/Utils.html#isDebuggable()"}, {"p":"com.aliucord.utils","c":"MDUtils.RenderContext","l":"MDUtils.RenderContext(Context)","url":"com/aliucord/utils/MDUtils.RenderContext.html#MDUtils.RenderContext(android.content.Context)"}, {"p":"com.aliucord.utils","c":"MDUtils.RenderContext","l":"getContext()","url":"com/aliucord/utils/MDUtils.RenderContext.html#getContext()"}, {"p":"com.aliucord.utils","c":"MDUtils","l":"MDUtils()","url":"com/aliucord/utils/MDUtils.html#MDUtils()"}, {"p":"com.aliucord.utils","c":"MDUtils","l":"renderCodeBlock(Context, SpannableStringBuilder, String, String)","url":"com/aliucord/utils/MDUtils.html#renderCodeBlock(android.content.Context,android.text.SpannableStringBuilder,java.lang.String,java.lang.String)"}, {"p":"com.aliucord.utils","c":"MDUtils","l":"render(CharSequence)","url":"com/aliucord/utils/MDUtils.html#render(java.lang.CharSequence)"}, {"p":"com.aliucord.utils","c":"ChannelUtils","l":"ChannelUtils()","url":"com/aliucord/utils/ChannelUtils.html#ChannelUtils()"}, {"p":"com.aliucord.utils","c":"ChannelUtils","l":"getRecipients(Channel)","url":"com/aliucord/utils/ChannelUtils.html#getRecipients(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.utils","c":"ChannelUtils","l":"isGuildTextyChannel(Channel)","url":"com/aliucord/utils/ChannelUtils.html#isGuildTextyChannel(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.utils","c":"ChannelUtils","l":"getDMRecipient(Channel)","url":"com/aliucord/utils/ChannelUtils.html#getDMRecipient(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.utils","c":"ChannelUtils","l":"isTextChannel(Channel)","url":"com/aliucord/utils/ChannelUtils.html#isTextChannel(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.utils","c":"ChannelUtils","l":"getDisplayName(Channel)","url":"com/aliucord/utils/ChannelUtils.html#getDisplayName(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.utils","c":"ChannelUtils","l":"getDisplayNameOrDefault(Channel, Context, boolean)","url":"com/aliucord/utils/ChannelUtils.html#getDisplayNameOrDefault(com.discord.api.channel.Channel,android.content.Context,boolean)"}, {"p":"com.aliucord.utils","c":"ReflectUtils","l":"ReflectUtils()","url":"com/aliucord/utils/ReflectUtils.html#ReflectUtils()"}, {"p":"com.aliucord.utils","c":"ReflectUtils","l":"allocateInstance(Class)","url":"com/aliucord/utils/ReflectUtils.html#allocateInstance(java.lang.Class)"}, {"p":"com.aliucord.utils","c":"ReflectUtils","l":"getConstructorByArgs(Class, Array)","url":"com/aliucord/utils/ReflectUtils.html#getConstructorByArgs(java.lang.Class,kotlin.Array)"}, {"p":"com.aliucord.utils","c":"ReflectUtils","l":"invokeConstructorWithArgs(Class, Array)","url":"com/aliucord/utils/ReflectUtils.html#invokeConstructorWithArgs(java.lang.Class,kotlin.Array)"}, {"p":"com.aliucord.utils","c":"ReflectUtils","l":"getMethodByArgs(Class, String, Array)","url":"com/aliucord/utils/ReflectUtils.html#getMethodByArgs(java.lang.Class,java.lang.String,kotlin.Array)"}, {"p":"com.aliucord.utils","c":"ReflectUtils","l":"invokeMethod(Class, Object, String, Array)","url":"com/aliucord/utils/ReflectUtils.html#invokeMethod(java.lang.Class,Object,java.lang.String,kotlin.Array)"}, {"p":"com.aliucord.utils","c":"ReflectUtils","l":"invokeMethod(Object, String, Array)","url":"com/aliucord/utils/ReflectUtils.html#invokeMethod(Object,java.lang.String,kotlin.Array)"}, {"p":"com.aliucord.utils","c":"ReflectUtils","l":"getField(Object, String)","url":"com/aliucord/utils/ReflectUtils.html#getField(Object,java.lang.String)"}, {"p":"com.aliucord.utils","c":"ReflectUtils","l":"getField(Class, Object, String)","url":"com/aliucord/utils/ReflectUtils.html#getField(java.lang.Class,Object,java.lang.String)"}, {"p":"com.aliucord.utils","c":"ReflectUtils","l":"setField(Object, String, Object)","url":"com/aliucord/utils/ReflectUtils.html#setField(Object,java.lang.String,Object)"}, {"p":"com.aliucord.utils","c":"ReflectUtils","l":"setField(Class, Object, String, Object)","url":"com/aliucord/utils/ReflectUtils.html#setField(java.lang.Class,Object,java.lang.String,Object)"}, {"p":"com.aliucord.utils","c":"ReflectUtils","l":"setFinalField(Object, String, Object)","url":"com/aliucord/utils/ReflectUtils.html#setFinalField(Object,java.lang.String,Object)"}, {"p":"com.aliucord.utils","c":"ReflectUtils","l":"setFinalField(Class, Object, String, Object)","url":"com/aliucord/utils/ReflectUtils.html#setFinalField(java.lang.Class,Object,java.lang.String,Object)"}, {"p":"com.aliucord.utils","c":"IOUtils","l":"IOUtils()","url":"com/aliucord/utils/IOUtils.html#IOUtils()"}, {"p":"com.aliucord.utils","c":"IOUtils","l":"readAsText(InputStream)","url":"com/aliucord/utils/IOUtils.html#readAsText(java.io.InputStream)"}, {"p":"com.aliucord.utils","c":"IOUtils","l":"readBytes(InputStream)","url":"com/aliucord/utils/IOUtils.html#readBytes(java.io.InputStream)"}, {"p":"com.aliucord.utils","c":"IOUtils","l":"pipe(InputStream, OutputStream)","url":"com/aliucord/utils/IOUtils.html#pipe(java.io.InputStream,java.io.OutputStream)"}, {"p":"com.aliucord.utils","c":"MapUtils","l":"MapUtils()","url":"com/aliucord/utils/MapUtils.html#MapUtils()"}, {"p":"com.aliucord.utils","c":"MapUtils","l":"getMapKey(Map, V)","url":"com/aliucord/utils/MapUtils.html#getMapKey(java.util.Map,V)"}, {"p":"com.aliucord.utils","c":"ChangelogUtils.FooterAction","l":"ChangelogUtils.FooterAction(Integer, String)","url":"com/aliucord/utils/ChangelogUtils.FooterAction.html#ChangelogUtils.FooterAction(java.lang.Integer,java.lang.String)"}, {"p":"com.aliucord.utils","c":"ChangelogUtils.FooterAction","l":"getDrawableResourceId()","url":"com/aliucord/utils/ChangelogUtils.FooterAction.html#getDrawableResourceId()"}, {"p":"com.aliucord.utils","c":"ChangelogUtils.FooterAction","l":"getUrl()","url":"com/aliucord/utils/ChangelogUtils.FooterAction.html#getUrl()"}, {"p":"com.aliucord.utils","c":"ChangelogUtils.FooterAction","l":"describeContents()","url":"com/aliucord/utils/ChangelogUtils.FooterAction.html#describeContents()"}, {"p":"com.aliucord.utils","c":"ChangelogUtils.FooterAction","l":"writeToParcel(Parcel, Integer)","url":"com/aliucord/utils/ChangelogUtils.FooterAction.html#writeToParcel(android.os.Parcel,java.lang.Integer)"}, {"p":"com.aliucord.utils","c":"ChangelogUtils","l":"show(Context, String, String, String, ChangelogUtils.FooterAction)","url":"com/aliucord/utils/ChangelogUtils.html#show(android.content.Context,java.lang.String,java.lang.String,java.lang.String,com.aliucord.utils.ChangelogUtils.FooterAction)"}, {"p":"com.aliucord.utils","c":"DimenUtils","l":"dpToPx(Integer)","url":"com/aliucord/utils/DimenUtils.html#dpToPx(java.lang.Integer)"}, {"p":"com.aliucord.utils","c":"DimenUtils","l":"dpToPx(Float)","url":"com/aliucord/utils/DimenUtils.html#dpToPx(java.lang.Float)"}, {"p":"com.aliucord.utils","c":"DimenUtils","l":"pxToDp(Integer)","url":"com/aliucord/utils/DimenUtils.html#pxToDp(java.lang.Integer)"}, {"p":"com.aliucord.utils","c":"DimenUtils","l":"getDefaultPadding()","url":"com/aliucord/utils/DimenUtils.html#getDefaultPadding()"}, {"p":"com.aliucord.utils","c":"DimenUtils","l":"getDefaultCardRadius()","url":"com/aliucord/utils/DimenUtils.html#getDefaultCardRadius()"}, {"p":"com.aliucord.utils","c":"DimenUtils","l":"getDp(Integer)","url":"com/aliucord/utils/DimenUtils.html#getDp(java.lang.Integer)"}, {"p":"com.aliucord.utils","c":"GsonUtils","l":"fromJson(Gson, String, Class)","url":"com/aliucord/utils/GsonUtils.html#fromJson(com.google.gson.Gson,java.lang.String,java.lang.Class)"}, {"p":"com.aliucord.utils","c":"GsonUtils","l":"fromJson(String, Class)","url":"com/aliucord/utils/GsonUtils.html#fromJson(java.lang.String,java.lang.Class)"}, {"p":"com.aliucord.utils","c":"GsonUtils","l":"fromJson(Gson, Reader, Class)","url":"com/aliucord/utils/GsonUtils.html#fromJson(com.google.gson.Gson,java.io.Reader,java.lang.Class)"}, {"p":"com.aliucord.utils","c":"GsonUtils","l":"fromJson(Reader, Class)","url":"com/aliucord/utils/GsonUtils.html#fromJson(java.io.Reader,java.lang.Class)"}, {"p":"com.aliucord.utils","c":"GsonUtils","l":"fromJson(Gson, String, Type)","url":"com/aliucord/utils/GsonUtils.html#fromJson(com.google.gson.Gson,java.lang.String,java.lang.reflect.Type)"}, {"p":"com.aliucord.utils","c":"GsonUtils","l":"fromJson(String, Type)","url":"com/aliucord/utils/GsonUtils.html#fromJson(java.lang.String,java.lang.reflect.Type)"}, {"p":"com.aliucord.utils","c":"GsonUtils","l":"toJson(Gson, Object)","url":"com/aliucord/utils/GsonUtils.html#toJson(com.google.gson.Gson,java.lang.Object)"}, {"p":"com.aliucord.utils","c":"GsonUtils","l":"toJson(Object)","url":"com/aliucord/utils/GsonUtils.html#toJson(java.lang.Object)"}, {"p":"com.aliucord.utils","c":"GsonUtils","l":"toJsonPretty(Object)","url":"com/aliucord/utils/GsonUtils.html#toJsonPretty(java.lang.Object)"}, {"p":"com.aliucord.utils","c":"GsonUtils","l":"getGson()","url":"com/aliucord/utils/GsonUtils.html#getGson()"}, {"p":"com.aliucord.utils","c":"GsonUtils","l":"getGsonPretty()","url":"com/aliucord/utils/GsonUtils.html#getGsonPretty()"}, {"p":"com.aliucord.utils","c":"GsonUtils","l":"getGsonRestApi()","url":"com/aliucord/utils/GsonUtils.html#getGsonRestApi()"}, {"p":"com.aliucord.utils","c":"RNSuperProperties","l":"getVendorId()","url":"com/aliucord/utils/RNSuperProperties.html#getVendorId()"}, {"p":"com.aliucord.utils","c":"RNSuperProperties","l":"getSuperProperties()","url":"com/aliucord/utils/RNSuperProperties.html#getSuperProperties()"}, {"p":"com.aliucord.utils","c":"RNSuperProperties","l":"getSuperPropertiesBase64()","url":"com/aliucord/utils/RNSuperProperties.html#getSuperPropertiesBase64()"}, {"p":"com.aliucord.utils","c":"LazyField","l":"LazyField(Class, String)","url":"com/aliucord/utils/LazyField.html#LazyField(java.lang.Class,java.lang.String)"}, {"p":"com.aliucord.utils","c":"LazyField","l":"getValue(T, KProperty)","url":"com/aliucord/utils/LazyField.html#getValue(T,kotlin.reflect.KProperty)"}, {"p":"com.aliucord.utils","c":"RxUtils","l":"onBackpressureBuffer(Observable)","url":"com/aliucord/utils/RxUtils.html#onBackpressureBuffer(rx.Observable)"}, {"p":"com.aliucord.utils","c":"RxUtils","l":"subscribe(Observable, Subscriber)","url":"com/aliucord/utils/RxUtils.html#subscribe(rx.Observable,rx.Subscriber)"}, {"p":"com.aliucord.utils","c":"RxUtils","l":"subscribe(Observable, Function1)","url":"com/aliucord/utils/RxUtils.html#subscribe(rx.Observable,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord.utils","c":"RxUtils","l":"await(Observable)","url":"com/aliucord/utils/RxUtils.html#await(rx.Observable)"}, {"p":"com.aliucord.utils","c":"RxUtils","l":"createActionSubscriber(Action1, Action1, Action0)","url":"com/aliucord/utils/RxUtils.html#createActionSubscriber(rx.functions.Action1,rx.functions.Action1,rx.functions.Action0)"}, {"p":"com.aliucord.utils","c":"RxUtils","l":"createActionSubscriber(Action1, Action1)","url":"com/aliucord/utils/RxUtils.html#createActionSubscriber(rx.functions.Action1,rx.functions.Action1,rx.functions.Action0)"}, {"p":"com.aliucord.utils","c":"RxUtils","l":"createActionSubscriber(Action1)","url":"com/aliucord/utils/RxUtils.html#createActionSubscriber(rx.functions.Action1,rx.functions.Action1,rx.functions.Action0)"}, {"p":"com.aliucord.utils","c":"RxUtils","l":"timer(Long, TimeUnit)","url":"com/aliucord/utils/RxUtils.html#timer(java.lang.Long,java.util.concurrent.TimeUnit)"}, {"p":"com.aliucord.utils","c":"RxUtils","l":"schedule(Long, TimeUnit, Function1)","url":"com/aliucord/utils/RxUtils.html#schedule(java.lang.Long,java.util.concurrent.TimeUnit,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord.utils","c":"RxUtils","l":"combineLatest(List>, FuncN)","url":"com/aliucord/utils/RxUtils.html#combineLatest(java.util.List,rx.functions.FuncN)"}, {"p":"com.aliucord.utils","c":"RxUtils","l":"map(Observable, Function1)","url":"com/aliucord/utils/RxUtils.html#map(rx.Observable,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord.utils","c":"RxUtils","l":"switchMap(Observable, Function1>)","url":"com/aliucord/utils/RxUtils.html#switchMap(rx.Observable,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord.utils","c":"RxUtils","l":"getEmpty()","url":"com/aliucord/utils/RxUtils.html#getEmpty()"}, {"p":"com.aliucord.utils","c":"ReflectDelegatesKt","l":"lazyField(String)","url":"com/aliucord/utils/ReflectDelegatesKt.html#lazyField(java.lang.String)"}, {"p":"com.aliucord.fragments","c":"AppFragmentProxy","l":"AppFragmentProxy()","url":"com/aliucord/fragments/AppFragmentProxy.html#AppFragmentProxy()"}, {"p":"com.aliucord.fragments","c":"AppFragmentProxy","l":"getmFragment()","url":"com/aliucord/fragments/AppFragmentProxy.html#getmFragment()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"FragmentProxy()","url":"com/aliucord/fragments/FragmentProxy.html#FragmentProxy()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getUnsubscribeSignal()","url":"com/aliucord/fragments/FragmentProxy.html#getUnsubscribeSignal()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getLifecycle()","url":"com/aliucord/fragments/FragmentProxy.html#getLifecycle()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getViewLifecycleOwner()","url":"com/aliucord/fragments/FragmentProxy.html#getViewLifecycleOwner()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getViewLifecycleOwnerLiveData()","url":"com/aliucord/fragments/FragmentProxy.html#getViewLifecycleOwnerLiveData()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getViewModelStore()","url":"com/aliucord/fragments/FragmentProxy.html#getViewModelStore()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"setArguments(Bundle)","url":"com/aliucord/fragments/FragmentProxy.html#setArguments(android.os.Bundle)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"setInitialSavedState(Fragment.SavedState)","url":"com/aliucord/fragments/FragmentProxy.html#setInitialSavedState(androidx.fragment.app.Fragment.SavedState)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"setTargetFragment(Fragment, int)","url":"com/aliucord/fragments/FragmentProxy.html#setTargetFragment(androidx.fragment.app.Fragment,int)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getContext()","url":"com/aliucord/fragments/FragmentProxy.html#getContext()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onHiddenChanged(boolean)","url":"com/aliucord/fragments/FragmentProxy.html#onHiddenChanged(boolean)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"setRetainInstance(boolean)","url":"com/aliucord/fragments/FragmentProxy.html#setRetainInstance(boolean)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"setHasOptionsMenu(boolean)","url":"com/aliucord/fragments/FragmentProxy.html#setHasOptionsMenu(boolean)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"setMenuVisibility(boolean)","url":"com/aliucord/fragments/FragmentProxy.html#setMenuVisibility(boolean)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"setUserVisibleHint(boolean)","url":"com/aliucord/fragments/FragmentProxy.html#setUserVisibleHint(boolean)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getUserVisibleHint()","url":"com/aliucord/fragments/FragmentProxy.html#getUserVisibleHint()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getLoaderManager()","url":"com/aliucord/fragments/FragmentProxy.html#getLoaderManager()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"startActivity(Intent)","url":"com/aliucord/fragments/FragmentProxy.html#startActivity(android.content.Intent)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"startActivity(Intent, Bundle)","url":"com/aliucord/fragments/FragmentProxy.html#startActivity(android.content.Intent,android.os.Bundle)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"startActivityForResult(Intent, int)","url":"com/aliucord/fragments/FragmentProxy.html#startActivityForResult(android.content.Intent,int)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"startActivityForResult(Intent, int, Bundle)","url":"com/aliucord/fragments/FragmentProxy.html#startActivityForResult(android.content.Intent,int,android.os.Bundle)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"startIntentSenderForResult(IntentSender, int, Intent, int, int, int, Bundle)","url":"com/aliucord/fragments/FragmentProxy.html#startIntentSenderForResult(android.content.IntentSender,int,android.content.Intent,int,int,int,android.os.Bundle)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onActivityResult(int, int, Intent)","url":"com/aliucord/fragments/FragmentProxy.html#onActivityResult(int,int,android.content.Intent)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onRequestPermissionsResult(int, Array, Array)","url":"com/aliucord/fragments/FragmentProxy.html#onRequestPermissionsResult(int,kotlin.Array,kotlin.Array)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"shouldShowRequestPermissionRationale(String)","url":"com/aliucord/fragments/FragmentProxy.html#shouldShowRequestPermissionRationale(java.lang.String)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onInflate(Context, AttributeSet, Bundle)","url":"com/aliucord/fragments/FragmentProxy.html#onInflate(android.content.Context,android.util.AttributeSet,android.os.Bundle)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onInflate(Activity, AttributeSet, Bundle)","url":"com/aliucord/fragments/FragmentProxy.html#onInflate(android.app.Activity,android.util.AttributeSet,android.os.Bundle)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onAttachFragment(Fragment)","url":"com/aliucord/fragments/FragmentProxy.html#onAttachFragment(androidx.fragment.app.Fragment)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onAttach(Context)","url":"com/aliucord/fragments/FragmentProxy.html#onAttach(android.content.Context)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onAttach(Activity)","url":"com/aliucord/fragments/FragmentProxy.html#onAttach(android.app.Activity)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onCreateAnimation(int, boolean, int)","url":"com/aliucord/fragments/FragmentProxy.html#onCreateAnimation(int,boolean,int)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onCreateAnimator(int, boolean, int)","url":"com/aliucord/fragments/FragmentProxy.html#onCreateAnimator(int,boolean,int)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onCreate(Bundle)","url":"com/aliucord/fragments/FragmentProxy.html#onCreate(android.os.Bundle)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onCreateView(LayoutInflater, ViewGroup, Bundle)","url":"com/aliucord/fragments/FragmentProxy.html#onCreateView(android.view.LayoutInflater,android.view.ViewGroup,android.os.Bundle)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onViewCreated(View, Bundle)","url":"com/aliucord/fragments/FragmentProxy.html#onViewCreated(android.view.View,android.os.Bundle)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getView()","url":"com/aliucord/fragments/FragmentProxy.html#getView()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onActivityCreated(Bundle)","url":"com/aliucord/fragments/FragmentProxy.html#onActivityCreated(android.os.Bundle)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onViewStateRestored(Bundle)","url":"com/aliucord/fragments/FragmentProxy.html#onViewStateRestored(android.os.Bundle)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onStart()","url":"com/aliucord/fragments/FragmentProxy.html#onStart()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onResume()","url":"com/aliucord/fragments/FragmentProxy.html#onResume()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onSaveInstanceState(Bundle)","url":"com/aliucord/fragments/FragmentProxy.html#onSaveInstanceState(android.os.Bundle)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onMultiWindowModeChanged(boolean)","url":"com/aliucord/fragments/FragmentProxy.html#onMultiWindowModeChanged(boolean)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onPictureInPictureModeChanged(boolean)","url":"com/aliucord/fragments/FragmentProxy.html#onPictureInPictureModeChanged(boolean)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onConfigurationChanged(Configuration)","url":"com/aliucord/fragments/FragmentProxy.html#onConfigurationChanged(android.content.res.Configuration)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onPrimaryNavigationFragmentChanged(boolean)","url":"com/aliucord/fragments/FragmentProxy.html#onPrimaryNavigationFragmentChanged(boolean)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onPause()","url":"com/aliucord/fragments/FragmentProxy.html#onPause()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onStop()","url":"com/aliucord/fragments/FragmentProxy.html#onStop()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onLowMemory()","url":"com/aliucord/fragments/FragmentProxy.html#onLowMemory()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onDestroyView()","url":"com/aliucord/fragments/FragmentProxy.html#onDestroyView()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onDestroy()","url":"com/aliucord/fragments/FragmentProxy.html#onDestroy()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onDetach()","url":"com/aliucord/fragments/FragmentProxy.html#onDetach()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onCreateOptionsMenu(Menu, MenuInflater)","url":"com/aliucord/fragments/FragmentProxy.html#onCreateOptionsMenu(android.view.Menu,android.view.MenuInflater)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onPrepareOptionsMenu(Menu)","url":"com/aliucord/fragments/FragmentProxy.html#onPrepareOptionsMenu(android.view.Menu)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onDestroyOptionsMenu()","url":"com/aliucord/fragments/FragmentProxy.html#onDestroyOptionsMenu()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onOptionsItemSelected(MenuItem)","url":"com/aliucord/fragments/FragmentProxy.html#onOptionsItemSelected(android.view.MenuItem)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onOptionsMenuClosed(Menu)","url":"com/aliucord/fragments/FragmentProxy.html#onOptionsMenuClosed(android.view.Menu)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onCreateContextMenu(ContextMenu, View, ContextMenu.ContextMenuInfo)","url":"com/aliucord/fragments/FragmentProxy.html#onCreateContextMenu(android.view.ContextMenu,android.view.View,android.view.ContextMenu.ContextMenuInfo)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"registerForContextMenu(View)","url":"com/aliucord/fragments/FragmentProxy.html#registerForContextMenu(android.view.View)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"unregisterForContextMenu(View)","url":"com/aliucord/fragments/FragmentProxy.html#unregisterForContextMenu(android.view.View)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"onContextItemSelected(MenuItem)","url":"com/aliucord/fragments/FragmentProxy.html#onContextItemSelected(android.view.MenuItem)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"setEnterSharedElementCallback(SharedElementCallback)","url":"com/aliucord/fragments/FragmentProxy.html#setEnterSharedElementCallback(androidx.core.app.SharedElementCallback)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"setExitSharedElementCallback(SharedElementCallback)","url":"com/aliucord/fragments/FragmentProxy.html#setExitSharedElementCallback(androidx.core.app.SharedElementCallback)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"setEnterTransition(Object)","url":"com/aliucord/fragments/FragmentProxy.html#setEnterTransition(Object)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getEnterTransition()","url":"com/aliucord/fragments/FragmentProxy.html#getEnterTransition()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"setReturnTransition(Object)","url":"com/aliucord/fragments/FragmentProxy.html#setReturnTransition(Object)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getReturnTransition()","url":"com/aliucord/fragments/FragmentProxy.html#getReturnTransition()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"setExitTransition(Object)","url":"com/aliucord/fragments/FragmentProxy.html#setExitTransition(Object)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getExitTransition()","url":"com/aliucord/fragments/FragmentProxy.html#getExitTransition()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"setReenterTransition(Object)","url":"com/aliucord/fragments/FragmentProxy.html#setReenterTransition(Object)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getReenterTransition()","url":"com/aliucord/fragments/FragmentProxy.html#getReenterTransition()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"setSharedElementEnterTransition(Object)","url":"com/aliucord/fragments/FragmentProxy.html#setSharedElementEnterTransition(Object)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getSharedElementEnterTransition()","url":"com/aliucord/fragments/FragmentProxy.html#getSharedElementEnterTransition()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"setSharedElementReturnTransition(Object)","url":"com/aliucord/fragments/FragmentProxy.html#setSharedElementReturnTransition(Object)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getSharedElementReturnTransition()","url":"com/aliucord/fragments/FragmentProxy.html#getSharedElementReturnTransition()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"setAllowEnterTransitionOverlap(boolean)","url":"com/aliucord/fragments/FragmentProxy.html#setAllowEnterTransitionOverlap(boolean)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getAllowEnterTransitionOverlap()","url":"com/aliucord/fragments/FragmentProxy.html#getAllowEnterTransitionOverlap()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"setAllowReturnTransitionOverlap(boolean)","url":"com/aliucord/fragments/FragmentProxy.html#setAllowReturnTransitionOverlap(boolean)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getAllowReturnTransitionOverlap()","url":"com/aliucord/fragments/FragmentProxy.html#getAllowReturnTransitionOverlap()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"postponeEnterTransition()","url":"com/aliucord/fragments/FragmentProxy.html#postponeEnterTransition()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"startPostponedEnterTransition()","url":"com/aliucord/fragments/FragmentProxy.html#startPostponedEnterTransition()"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"dump(String, FileDescriptor, PrintWriter, Array)","url":"com/aliucord/fragments/FragmentProxy.html#dump(java.lang.String,java.io.FileDescriptor,java.io.PrintWriter,kotlin.Array)"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"getmFragment()","url":"com/aliucord/fragments/FragmentProxy.html#getmFragment()"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"ConfirmDialog()","url":"com/aliucord/fragments/ConfirmDialog.html#ConfirmDialog()"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"onViewBound(View)","url":"com/aliucord/fragments/ConfirmDialog.html#onViewBound(android.view.View)"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"getRoot()","url":"com/aliucord/fragments/ConfirmDialog.html#getRoot()"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"getCancelButton()","url":"com/aliucord/fragments/ConfirmDialog.html#getCancelButton()"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"getOKButton()","url":"com/aliucord/fragments/ConfirmDialog.html#getOKButton()"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"getBody()","url":"com/aliucord/fragments/ConfirmDialog.html#getBody()"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"getHeader()","url":"com/aliucord/fragments/ConfirmDialog.html#getHeader()"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"setTitle(CharSequence)","url":"com/aliucord/fragments/ConfirmDialog.html#setTitle(java.lang.CharSequence)"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"setDescription(CharSequence)","url":"com/aliucord/fragments/ConfirmDialog.html#setDescription(java.lang.CharSequence)"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"setOnOkListener(View.OnClickListener)","url":"com/aliucord/fragments/ConfirmDialog.html#setOnOkListener(android.view.View.OnClickListener)"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"setOnCancelListener(View.OnClickListener)","url":"com/aliucord/fragments/ConfirmDialog.html#setOnCancelListener(android.view.View.OnClickListener)"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"setIsDangerous(boolean)","url":"com/aliucord/fragments/ConfirmDialog.html#setIsDangerous(boolean)"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"SettingsPage()","url":"com/aliucord/fragments/SettingsPage.html#SettingsPage()"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"onViewBound(View)","url":"com/aliucord/fragments/SettingsPage.html#onViewBound(android.view.View)"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"getLinearLayout()","url":"com/aliucord/settings/FailedPluginsPage.html#getLinearLayout()"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"removeScrollView()","url":"com/aliucord/settings/FailedPluginsPage.html#removeScrollView()"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"getHeaderBar()","url":"com/aliucord/settings/FailedPluginsPage.html#getHeaderBar()"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"setPadding(int)","url":"com/aliucord/settings/Updater.html#setPadding(int)"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"addHeaderButton(int, int, String, Drawable, MenuItem.OnMenuItemClickListener)","url":"com/aliucord/settings/Updater.html#addHeaderButton(int,int,java.lang.String,android.graphics.drawable.Drawable,android.view.MenuItem.OnMenuItemClickListener)"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"addHeaderButton(int, String, Drawable, MenuItem.OnMenuItemClickListener)","url":"com/aliucord/settings/Updater.html#addHeaderButton(int,java.lang.String,android.graphics.drawable.Drawable,android.view.MenuItem.OnMenuItemClickListener)"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"addHeaderButton(String, Drawable, MenuItem.OnMenuItemClickListener)","url":"com/aliucord/settings/Updater.html#addHeaderButton(java.lang.String,android.graphics.drawable.Drawable,android.view.MenuItem.OnMenuItemClickListener)"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"addHeaderButton(String, int, MenuItem.OnMenuItemClickListener)","url":"com/aliucord/settings/Updater.html#addHeaderButton(java.lang.String,int,android.view.MenuItem.OnMenuItemClickListener)"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"addHeaderButton(ToolbarButton)","url":"com/aliucord/settings/Updater.html#addHeaderButton(com.aliucord.views.ToolbarButton)"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"removeHeaderButton(ToolbarButton)","url":"com/aliucord/settings/Updater.html#removeHeaderButton(com.aliucord.views.ToolbarButton)"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"removeHeaderButton(int)","url":"com/aliucord/settings/Updater.html#removeHeaderButton(int)"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"addDivider(Context)","url":"com/aliucord/settings/Updater.html#addDivider(android.content.Context)"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"addHeader(Context, String)","url":"com/aliucord/settings/Updater.html#addHeader(android.content.Context,java.lang.String)"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"addView(View)","url":"com/aliucord/settings/Updater.html#addView(android.view.View)"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"removeView(View)","url":"com/aliucord/settings/Updater.html#removeView(android.view.View)"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"clear()","url":"com/aliucord/settings/FailedPluginsPage.html#clear()"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"reRender()","url":"com/aliucord/settings/FailedPluginsPage.html#reRender()"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"close()","url":"com/aliucord/settings/FailedPluginsPage.html#close()"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"getContext()","url":"com/aliucord/settings/FailedPluginsPage.html#getContext()"}, {"p":"com.aliucord.fragments","c":"InputDialog.onDialogShownListener","l":"onDialogShown(View)","url":"com/aliucord/fragments/InputDialog.onDialogShownListener.html#onDialogShown(android.view.View)"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"InputDialog()","url":"com/aliucord/fragments/InputDialog.html#InputDialog()"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"onViewBound(View)","url":"com/aliucord/fragments/InputDialog.html#onViewBound(android.view.View)"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"getRoot()","url":"com/aliucord/fragments/InputDialog.html#getRoot()"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"getCancelButton()","url":"com/aliucord/fragments/InputDialog.html#getCancelButton()"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"getOKButton()","url":"com/aliucord/fragments/InputDialog.html#getOKButton()"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"getBody()","url":"com/aliucord/fragments/InputDialog.html#getBody()"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"getHeader()","url":"com/aliucord/fragments/InputDialog.html#getHeader()"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"getInputLayout()","url":"com/aliucord/fragments/InputDialog.html#getInputLayout()"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"getInput()","url":"com/aliucord/fragments/InputDialog.html#getInput()"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"setPlaceholderText(CharSequence)","url":"com/aliucord/fragments/InputDialog.html#setPlaceholderText(java.lang.CharSequence)"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"setInputType(int)","url":"com/aliucord/fragments/InputDialog.html#setInputType(int)"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"setTitle(CharSequence)","url":"com/aliucord/fragments/InputDialog.html#setTitle(java.lang.CharSequence)"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"setDescription(CharSequence)","url":"com/aliucord/fragments/InputDialog.html#setDescription(java.lang.CharSequence)"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"setOnOkListener(View.OnClickListener)","url":"com/aliucord/fragments/InputDialog.html#setOnOkListener(android.view.View.OnClickListener)"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"setOnCancelListener(View.OnClickListener)","url":"com/aliucord/fragments/InputDialog.html#setOnCancelListener(android.view.View.OnClickListener)"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"setOnDialogShownListener(InputDialog.onDialogShownListener)","url":"com/aliucord/fragments/InputDialog.html#setOnDialogShownListener(com.aliucord.fragments.InputDialog.onDialogShownListener)"}, {"p":"com.aliucord.fragments","c":"SelectDialog","l":"SelectDialog()","url":"com/aliucord/fragments/SelectDialog.html#SelectDialog()"}, {"p":"com.aliucord.fragments","c":"SelectDialog","l":"getOnResultListener()","url":"com/aliucord/fragments/SelectDialog.html#getOnResultListener()"}, {"p":"com.aliucord.fragments","c":"SelectDialog","l":"setOnResultListener(Function1)","url":"com/aliucord/fragments/SelectDialog.html#setOnResultListener(kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord.fragments","c":"SelectDialog","l":"getItems()","url":"com/aliucord/fragments/SelectDialog.html#getItems()"}, {"p":"com.aliucord.fragments","c":"SelectDialog","l":"setItems(Array)","url":"com/aliucord/fragments/SelectDialog.html#setItems(kotlin.Array)"}, {"p":"com.aliucord.fragments","c":"SelectDialog","l":"getTitle()","url":"com/aliucord/fragments/SelectDialog.html#getTitle()"}, {"p":"com.aliucord.fragments","c":"SelectDialog","l":"setTitle(String)","url":"com/aliucord/fragments/SelectDialog.html#setTitle(java.lang.String)"}, {"p":"com.aliucord.fragments","c":"SelectDialog","l":"onViewBound(View)","url":"com/aliucord/fragments/SelectDialog.html#onViewBound(android.view.View)"}, {"p":"com.aliucord.views","c":"Divider","l":"Divider(Context)","url":"com/aliucord/views/Divider.html#Divider(android.content.Context)"}, {"p":"com.aliucord.views","c":"DangerButton","l":"DangerButton(Context)","url":"com/aliucord/views/DangerButton.html#DangerButton(android.content.Context)"}, {"p":"com.aliucord.views","c":"Button","l":"Button(Context)","url":"com/aliucord/views/Button.html#Button(android.content.Context)"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SaveButton(Context)","url":"com/aliucord/views/SaveButton.html#SaveButton(android.content.Context)"}, {"p":"com.aliucord.views","c":"TextInput","l":"TextInput(Context)","url":"com/aliucord/views/TextInput.html#TextInput(android.content.Context)"}, {"p":"com.aliucord.views","c":"TextInput","l":"TextInput(Context, CharSequence)","url":"com/aliucord/views/TextInput.html#TextInput(android.content.Context,java.lang.CharSequence)"}, {"p":"com.aliucord.views","c":"TextInput","l":"TextInput(Context, CharSequence, String)","url":"com/aliucord/views/TextInput.html#TextInput(android.content.Context,java.lang.CharSequence,java.lang.String)"}, {"p":"com.aliucord.views","c":"TextInput","l":"TextInput(Context, CharSequence, String, TextWatcher)","url":"com/aliucord/views/TextInput.html#TextInput(android.content.Context,java.lang.CharSequence,java.lang.String,android.text.TextWatcher)"}, {"p":"com.aliucord.views","c":"TextInput","l":"TextInput(Context, CharSequence, String, View.OnClickListener)","url":"com/aliucord/views/TextInput.html#TextInput(android.content.Context,java.lang.CharSequence,java.lang.String,android.view.View.OnClickListener)"}, {"p":"com.aliucord.views","c":"TextInput","l":"TextInput(Context, CharSequence, String, TextWatcher, View.OnClickListener)","url":"com/aliucord/views/TextInput.html#TextInput(android.content.Context,java.lang.CharSequence,java.lang.String,android.text.TextWatcher,android.view.View.OnClickListener)"}, {"p":"com.aliucord.views","c":"TextInput","l":"getRoot()","url":"com/aliucord/views/TextInput.html#getRoot()"}, {"p":"com.aliucord.views","c":"TextInput","l":"getEditText()","url":"com/aliucord/views/TextInput.html#getEditText()"}, {"p":"com.aliucord.views","c":"TextInput","l":"setHint(CharSequence)","url":"com/aliucord/views/TextInput.html#setHint(java.lang.CharSequence)"}, {"p":"com.aliucord.views","c":"TextInput","l":"setHint(int)","url":"com/aliucord/views/TextInput.html#setHint(int)"}, {"p":"com.aliucord.views","c":"TextInput","l":"setThemedEndIcon(Drawable)","url":"com/aliucord/views/TextInput.html#setThemedEndIcon(android.graphics.drawable.Drawable)"}, {"p":"com.aliucord.views","c":"TextInput","l":"setThemedEndIcon(int)","url":"com/aliucord/views/TextInput.html#setThemedEndIcon(int)"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"ToolbarButton(Context)","url":"com/aliucord/views/ToolbarButton.html#ToolbarButton(android.content.Context)"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"setImageDrawable(Drawable)","url":"com/aliucord/views/ToolbarButton.html#setImageDrawable(android.graphics.drawable.Drawable)"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"setImageDrawable(Drawable, boolean)","url":"com/aliucord/views/ToolbarButton.html#setImageDrawable(android.graphics.drawable.Drawable,boolean)"}, {"p":"com.aliucord.widgets","c":"BottomSheet","l":"BottomSheet()","url":"com/aliucord/widgets/BottomSheet.html#BottomSheet()"}, {"p":"com.aliucord.widgets","c":"BottomSheet","l":"getContentViewResId()","url":"com/aliucord/widgets/BottomSheet.html#getContentViewResId()"}, {"p":"com.aliucord.widgets","c":"BottomSheet","l":"onViewCreated(View, Bundle)","url":"com/aliucord/widgets/BottomSheet.html#onViewCreated(android.view.View,android.os.Bundle)"}, {"p":"com.aliucord.widgets","c":"BottomSheet","l":"getLinearLayout()","url":"com/aliucord/widgets/BottomSheet.html#getLinearLayout()"}, {"p":"com.aliucord.widgets","c":"BottomSheet","l":"setPadding(int)","url":"com/aliucord/widgets/BottomSheet.html#setPadding(int)"}, {"p":"com.aliucord.widgets","c":"BottomSheet","l":"clear()","url":"com/aliucord/widgets/BottomSheet.html#clear()"}, {"p":"com.aliucord.widgets","c":"BottomSheet","l":"addView(View)","url":"com/aliucord/widgets/BottomSheet.html#addView(android.view.View)"}, {"p":"com.aliucord.widgets","c":"BottomSheet","l":"removeView(View)","url":"com/aliucord/widgets/BottomSheet.html#removeView(android.view.View)"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"LinearLayout(Context)","url":"com/aliucord/widgets/LinearLayout.html#LinearLayout(android.content.Context)"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"UpdaterPluginCard(Context, String, Runnable)","url":"com/aliucord/widgets/UpdaterPluginCard.html#UpdaterPluginCard(android.content.Context,java.lang.String,java.lang.Runnable)"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"PluginCard(Context)","url":"com/aliucord/widgets/PluginCard.html#PluginCard(android.content.Context)"}, {"p":"com.aliucord.widgets","c":"FailedPluginWidget","l":"FailedPluginWidget(Context, File, Object, Function0)","url":"com/aliucord/widgets/FailedPluginWidget.html#FailedPluginWidget(android.content.Context,java.io.File,java.lang.Object,kotlin.jvm.functions.Function0)"}, {"p":"com.aliucord.widgets","c":"FailedPluginWidget","l":"onClick(View)","url":"com/aliucord/widgets/FailedPluginWidget.html#onClick(android.view.View)"}, {"p":"com.aliucord.patcher","c":"Patcher","l":"Patcher()","url":"com/aliucord/patcher/Patcher.html#Patcher()"}, {"p":"com.aliucord.patcher","c":"Patcher","l":"addPatch(Member, XC_MethodHook)","url":"com/aliucord/patcher/Patcher.html#addPatch(java.lang.reflect.Member,de.robv.android.xposed.XC_MethodHook)"}, {"p":"com.aliucord.patcher","c":"Patcher","l":"addPatch(Class, String, Array>, XC_MethodHook)","url":"com/aliucord/patcher/Patcher.html#addPatch(java.lang.Class,java.lang.String,kotlin.Array,de.robv.android.xposed.XC_MethodHook)"}, {"p":"com.aliucord.patcher","c":"Patcher","l":"addPatch(String, String, Array>, XC_MethodHook)","url":"com/aliucord/patcher/Patcher.html#addPatch(java.lang.String,java.lang.String,kotlin.Array,de.robv.android.xposed.XC_MethodHook)"}, {"p":"com.aliucord.patcher","c":"Hook","l":"Hook(Action1)","url":"com/aliucord/patcher/Hook.html#Hook(rx.functions.Action1)"}, {"p":"com.aliucord.patcher","c":"Hook","l":"getCallback()","url":"com/aliucord/patcher/Hook.html#getCallback()"}, {"p":"com.aliucord.patcher","c":"InsteadHook","l":"InsteadHook(Function1)","url":"com/aliucord/patcher/InsteadHook.html#InsteadHook(kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord.patcher","c":"InsteadHook","l":"getCallback()","url":"com/aliucord/patcher/InsteadHook.html#getCallback()"}, {"p":"com.aliucord.patcher","c":"InsteadHook","l":"returnConstant(Object)","url":"com/aliucord/patcher/InsteadHook.html#returnConstant(java.lang.Object)"}, {"p":"com.aliucord.patcher","c":"PreHook","l":"PreHook(Action1)","url":"com/aliucord/patcher/PreHook.html#PreHook(rx.functions.Action1)"}, {"p":"com.aliucord.patcher","c":"PreHook","l":"getCallback()","url":"com/aliucord/patcher/PreHook.html#getCallback()"}, {"p":"com.aliucord.patcher","c":"HookComponentsKt","l":"component1(XC_MethodHook.MethodHookParam)","url":"com/aliucord/patcher/HookComponentsKt.html#component1(de.robv.android.xposed.XC_MethodHook.MethodHookParam)"}, {"p":"com.aliucord.patcher","c":"HookComponentsKt","l":"component2(XC_MethodHook.MethodHookParam)","url":"com/aliucord/patcher/HookComponentsKt.html#component2(de.robv.android.xposed.XC_MethodHook.MethodHookParam)"}, {"p":"com.aliucord.patcher","c":"HookComponentsKt","l":"component3(XC_MethodHook.MethodHookParam)","url":"com/aliucord/patcher/HookComponentsKt.html#component3(de.robv.android.xposed.XC_MethodHook.MethodHookParam)"}, {"p":"com.aliucord.patcher","c":"HookComponentsKt","l":"component4(XC_MethodHook.MethodHookParam)","url":"com/aliucord/patcher/HookComponentsKt.html#component4(de.robv.android.xposed.XC_MethodHook.MethodHookParam)"}, {"p":"com.aliucord.patcher","c":"HookComponentsKt","l":"component5(XC_MethodHook.MethodHookParam)","url":"com/aliucord/patcher/HookComponentsKt.html#component5(de.robv.android.xposed.XC_MethodHook.MethodHookParam)"}, {"p":"com.aliucord.patcher","c":"HookComponentsKt","l":"component6(XC_MethodHook.MethodHookParam)","url":"com/aliucord/patcher/HookComponentsKt.html#component6(de.robv.android.xposed.XC_MethodHook.MethodHookParam)"}, {"p":"com.aliucord.patcher","c":"HookComponentsKt","l":"component7(XC_MethodHook.MethodHookParam)","url":"com/aliucord/patcher/HookComponentsKt.html#component7(de.robv.android.xposed.XC_MethodHook.MethodHookParam)"}, {"p":"com.aliucord.patcher","c":"HookComponentsKt","l":"component8(XC_MethodHook.MethodHookParam)","url":"com/aliucord/patcher/HookComponentsKt.html#component8(de.robv.android.xposed.XC_MethodHook.MethodHookParam)"}, {"p":"com.aliucord.patcher","c":"HookComponentsKt","l":"component9(XC_MethodHook.MethodHookParam)","url":"com/aliucord/patcher/HookComponentsKt.html#component9(de.robv.android.xposed.XC_MethodHook.MethodHookParam)"}, {"p":"com.aliucord.patcher","c":"HookComponentsKt","l":"component10(XC_MethodHook.MethodHookParam)","url":"com/aliucord/patcher/HookComponentsKt.html#component10(de.robv.android.xposed.XC_MethodHook.MethodHookParam)"}, {"p":"com.aliucord.patcher","c":"HookComponentsKt","l":"component11(XC_MethodHook.MethodHookParam)","url":"com/aliucord/patcher/HookComponentsKt.html#component11(de.robv.android.xposed.XC_MethodHook.MethodHookParam)"}, {"p":"com.aliucord.patcher","c":"HookComponentsKt","l":"component12(XC_MethodHook.MethodHookParam)","url":"com/aliucord/patcher/HookComponentsKt.html#component12(de.robv.android.xposed.XC_MethodHook.MethodHookParam)"}, {"p":"com.aliucord.patcher","c":"PatcherExtensionsKt","l":"instead(PatcherAPI, Class, Function2)","url":"com/aliucord/patcher/PatcherExtensionsKt.html#instead(com.aliucord.api.PatcherAPI,java.lang.Class,com.aliucord.patcher.InsteadHookCallback)"}, {"p":"com.aliucord.patcher","c":"PatcherExtensionsKt","l":"instead(PatcherAPI, String, Class, Function2)","url":"com/aliucord/patcher/PatcherExtensionsKt.html#instead(com.aliucord.api.PatcherAPI,java.lang.String,java.lang.Class,com.aliucord.patcher.InsteadHookCallback)"}, {"p":"com.aliucord.patcher","c":"PatcherExtensionsKt","l":"before(PatcherAPI, Class, Function2)","url":"com/aliucord/patcher/PatcherExtensionsKt.html#before(com.aliucord.api.PatcherAPI,java.lang.Class,com.aliucord.patcher.HookCallback)"}, {"p":"com.aliucord.patcher","c":"PatcherExtensionsKt","l":"before(PatcherAPI, String, Class, Function2)","url":"com/aliucord/patcher/PatcherExtensionsKt.html#before(com.aliucord.api.PatcherAPI,java.lang.String,java.lang.Class,com.aliucord.patcher.HookCallback)"}, {"p":"com.aliucord.patcher","c":"PatcherExtensionsKt","l":"after(PatcherAPI, Class, Function2)","url":"com/aliucord/patcher/PatcherExtensionsKt.html#after(com.aliucord.api.PatcherAPI,java.lang.Class,com.aliucord.patcher.HookCallback)"}, {"p":"com.aliucord.patcher","c":"PatcherExtensionsKt","l":"after(PatcherAPI, String, Class, Function2)","url":"com/aliucord/patcher/PatcherExtensionsKt.html#after(com.aliucord.api.PatcherAPI,java.lang.String,java.lang.Class,com.aliucord.patcher.HookCallback)"}, {"p":"com.aliucord.entities","c":"CommandContext.RequiredArgumentWasNullException","l":"CommandContext.RequiredArgumentWasNullException(String)","url":"com/aliucord/entities/CommandContext.RequiredArgumentWasNullException.html#CommandContext.RequiredArgumentWasNullException(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"CommandContext(Map, WidgetChatInput$configureSendListeners$2, Array, MessageContent)","url":"com/aliucord/entities/CommandContext.html#CommandContext(java.util.Map,com.discord.widgets.chat.input.WidgetChatInput$configureSendListeners$2,kotlin.Array,com.discord.widgets.chat.MessageContent)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getViewState()","url":"com/aliucord/entities/CommandContext.html#getViewState()"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getAttachments()","url":"com/aliucord/entities/CommandContext.html#getAttachments()"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getContext()","url":"com/aliucord/entities/CommandContext.html#getContext()"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getMaxFileSizeMB()","url":"com/aliucord/entities/CommandContext.html#getMaxFileSizeMB()"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getReplyingState()","url":"com/aliucord/entities/CommandContext.html#getReplyingState()"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getMessageReference()","url":"com/aliucord/entities/CommandContext.html#getMessageReference()"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getReferencedMessageAuthor()","url":"com/aliucord/entities/CommandContext.html#getReferencedMessageAuthor()"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getReferencedMessageAuthorGuildMember()","url":"com/aliucord/entities/CommandContext.html#getReferencedMessageAuthorGuildMember()"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getReferencedMessage()","url":"com/aliucord/entities/CommandContext.html#getReferencedMessage()"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getReferencedMessageLink()","url":"com/aliucord/entities/CommandContext.html#getReferencedMessageLink()"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getChannelId()","url":"com/aliucord/entities/CommandContext.html#getChannelId()"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"setChannelId(long)","url":"com/aliucord/entities/CommandContext.html#setChannelId(long)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getChannel()","url":"com/aliucord/entities/CommandContext.html#getChannel()"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getCurrentChannel()","url":"com/aliucord/entities/CommandContext.html#getCurrentChannel()"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getRawContent()","url":"com/aliucord/entities/CommandContext.html#getRawContent()"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"addAttachment(String, String)","url":"com/aliucord/entities/CommandContext.html#addAttachment(java.lang.String,java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"addAttachment(LocalAttachment)","url":"com/aliucord/entities/CommandContext.html#addAttachment(com.discord.api.message.LocalAttachment)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"addAttachment(Attachment)","url":"com/aliucord/entities/CommandContext.html#addAttachment(com.lytefast.flexinput.model.Attachment)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getMentionedUsers()","url":"com/aliucord/entities/CommandContext.html#getMentionedUsers()"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getMe()","url":"com/aliucord/entities/CommandContext.html#getMe()"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getRawArgs()","url":"com/aliucord/entities/CommandContext.html#getRawArgs()"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"containsArg(String)","url":"com/aliucord/entities/CommandContext.html#containsArg(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getRequiredSubCommandArgs(String)","url":"com/aliucord/entities/CommandContext.html#getRequiredSubCommandArgs(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getSubCommandArgs(String)","url":"com/aliucord/entities/CommandContext.html#getSubCommandArgs(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"get(String)","url":"com/aliucord/entities/CommandContext.html#get(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getRequired(String)","url":"com/aliucord/entities/CommandContext.html#getRequired(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getOrDefault(String, Object)","url":"com/aliucord/entities/CommandContext.html#getOrDefault(java.lang.String,Object)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getString(String)","url":"com/aliucord/entities/CommandContext.html#getString(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getRequiredString(String)","url":"com/aliucord/entities/CommandContext.html#getRequiredString(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getStringOrDefault(String, String)","url":"com/aliucord/entities/CommandContext.html#getStringOrDefault(java.lang.String,java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getInt(String)","url":"com/aliucord/entities/CommandContext.html#getInt(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getRequiredInt(String)","url":"com/aliucord/entities/CommandContext.html#getRequiredInt(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getIntOrDefault(String, int)","url":"com/aliucord/entities/CommandContext.html#getIntOrDefault(java.lang.String,int)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getLong(String)","url":"com/aliucord/entities/CommandContext.html#getLong(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getRequiredLong(String)","url":"com/aliucord/entities/CommandContext.html#getRequiredLong(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getLongOrDefault(String, long)","url":"com/aliucord/entities/CommandContext.html#getLongOrDefault(java.lang.String,long)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getBool(String)","url":"com/aliucord/entities/CommandContext.html#getBool(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getRequiredBool(String)","url":"com/aliucord/entities/CommandContext.html#getRequiredBool(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getBoolOrDefault(String, boolean)","url":"com/aliucord/entities/CommandContext.html#getBoolOrDefault(java.lang.String,boolean)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getUser(String)","url":"com/aliucord/entities/CommandContext.html#getUser(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getRequiredUser(String)","url":"com/aliucord/entities/CommandContext.html#getRequiredUser(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getUserOrDefault(String, User)","url":"com/aliucord/entities/CommandContext.html#getUserOrDefault(java.lang.String,com.discord.models.user.User)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getChannel(String)","url":"com/aliucord/entities/CommandContext.html#getChannel(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getRequiredChannel(String)","url":"com/aliucord/entities/CommandContext.html#getRequiredChannel(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getChannelOrDefault(String, ChannelWrapper)","url":"com/aliucord/entities/CommandContext.html#getChannelOrDefault(java.lang.String,com.aliucord.wrappers.ChannelWrapper)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getRole(String)","url":"com/aliucord/entities/CommandContext.html#getRole(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getRequiredRole(String)","url":"com/aliucord/entities/CommandContext.html#getRequiredRole(java.lang.String)"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"getRoleOrDefault(String, GuildRoleWrapper)","url":"com/aliucord/entities/CommandContext.html#getRoleOrDefault(java.lang.String,com.aliucord.wrappers.GuildRoleWrapper)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"MessageEmbedBuilder()","url":"com/aliucord/entities/MessageEmbedBuilder.html#MessageEmbedBuilder()"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"MessageEmbedBuilder(EmbedType)","url":"com/aliucord/entities/MessageEmbedBuilder.html#MessageEmbedBuilder(com.discord.api.message.embed.EmbedType)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"build()","url":"com/aliucord/entities/MessageEmbedBuilder.html#build()"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setAuthor(String)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setAuthor(java.lang.String)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setAuthor(String, String)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setAuthor(java.lang.String,java.lang.String)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setAuthor(String, String, String)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setAuthor(java.lang.String,java.lang.String,java.lang.String)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setAuthor(EmbedAuthor)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setAuthor(com.discord.api.message.embed.EmbedAuthor)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setRandomColor()","url":"com/aliucord/entities/MessageEmbedBuilder.html#setRandomColor()"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setColor(Integer)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setColor(java.lang.Integer)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setDescription(String)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setDescription(java.lang.String)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"addField(String, String, boolean)","url":"com/aliucord/entities/MessageEmbedBuilder.html#addField(java.lang.String,java.lang.String,boolean)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"addField(EmbedField)","url":"com/aliucord/entities/MessageEmbedBuilder.html#addField(com.discord.api.message.embed.EmbedField)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setFields(List)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setFields(java.util.List)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setFooter(String)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setFooter(java.lang.String)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setFooter(String, String)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setFooter(java.lang.String,java.lang.String)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setFooter(String, String, String)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setFooter(java.lang.String,java.lang.String,java.lang.String)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setFooter(EmbedFooter)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setFooter(com.discord.api.message.embed.EmbedFooter)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setImage(String)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setImage(java.lang.String)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setImage(String, String)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setImage(java.lang.String,java.lang.String)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setImage(String, String, Integer, Integer)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setImage(java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setImage(EmbedImage)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setImage(com.discord.api.message.embed.EmbedImage)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setProvider(EmbedProvider)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setProvider(com.discord.api.message.embed.EmbedProvider)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setThumbnail(String)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setThumbnail(java.lang.String)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setThumbnail(String, String)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setThumbnail(java.lang.String,java.lang.String)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setThumbnail(String, String, Integer, Integer)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setThumbnail(java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setThumbnail(EmbedThumbnail)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setThumbnail(com.discord.api.message.embed.EmbedThumbnail)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setTimestamp(UtcDateTime)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setTimestamp(com.discord.api.utcdatetime.UtcDateTime)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setTitle(String)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setTitle(java.lang.String)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setType(EmbedType)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setType(com.discord.api.message.embed.EmbedType)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setUrl(String)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setUrl(java.lang.String)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setVideo(String, String, Integer, Integer)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setVideo(java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setVideo(String)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setVideo(java.lang.String)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setVideo(String, String)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setVideo(java.lang.String,java.lang.String)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"setVideo(EmbedVideo)","url":"com/aliucord/entities/MessageEmbedBuilder.html#setVideo(com.discord.api.message.embed.EmbedVideo)"}, {"p":"com.aliucord.entities","c":"MessageEmbedBuilder","l":"createField(String, String, Boolean)","url":"com/aliucord/entities/MessageEmbedBuilder.html#createField(java.lang.String,java.lang.String,java.lang.Boolean)"}, {"p":"com.aliucord.entities","c":"Plugin.Manifest.Author","l":"Plugin.Manifest.Author(String)","url":"com/aliucord/entities/Plugin.Manifest.Author.html#Plugin.Manifest.Author(java.lang.String)"}, {"p":"com.aliucord.entities","c":"Plugin.Manifest.Author","l":"Plugin.Manifest.Author(String, long)","url":"com/aliucord/entities/Plugin.Manifest.Author.html#Plugin.Manifest.Author(java.lang.String,long)"}, {"p":"com.aliucord.entities","c":"Plugin.Manifest.Author","l":"toString()","url":"com/aliucord/entities/Plugin.Manifest.Author.html#toString()"}, {"p":"com.aliucord.entities","c":"Plugin.Manifest","l":"Plugin.Manifest(String)","url":"com/aliucord/entities/Plugin.Manifest.html#Plugin.Manifest(java.lang.String)"}, {"p":"com.aliucord.entities","c":"Plugin.Manifest","l":"Plugin.Manifest()","url":"com/aliucord/entities/Plugin.Manifest.html#Plugin.Manifest()"}, {"p":"com.aliucord.entities","c":"Plugin.SettingsTab.Type","l":"values()","url":"com/aliucord/entities/Plugin.SettingsTab.Type.html#values()"}, {"p":"com.aliucord.entities","c":"Plugin.SettingsTab.Type","l":"valueOf(String)","url":"com/aliucord/entities/Plugin.SettingsTab.Type.html#valueOf(java.lang.String)"}, {"p":"com.aliucord.entities","c":"Plugin.SettingsTab.SettingsPage","l":"onViewBound(View)","url":"com/aliucord/entities/Plugin.SettingsTab.SettingsPage.html#onViewBound(android.view.View)"}, {"p":"com.aliucord.entities","c":"Plugin.SettingsTab","l":"Plugin.SettingsTab(Class)","url":"com/aliucord/entities/Plugin.SettingsTab.html#Plugin.SettingsTab(java.lang.Class)"}, {"p":"com.aliucord.entities","c":"Plugin.SettingsTab","l":"Plugin.SettingsTab(Class, Plugin.SettingsTab.Type)","url":"com/aliucord/entities/Plugin.SettingsTab.html#Plugin.SettingsTab(java.lang.Class,com.aliucord.entities.Plugin.SettingsTab.Type)"}, {"p":"com.aliucord.entities","c":"Plugin.SettingsTab","l":"withArgs(Array)","url":"com/aliucord/entities/Plugin.SettingsTab.html#withArgs(kotlin.Array)"}, {"p":"com.aliucord.entities","c":"Plugin","l":"Plugin(Plugin.Manifest)","url":"com/aliucord/entities/Plugin.html#Plugin(com.aliucord.entities.Plugin.Manifest)"}, {"p":"com.aliucord.entities","c":"Plugin","l":"Plugin()","url":"com/aliucord/entities/Plugin.html#Plugin()"}, {"p":"com.aliucord.entities","c":"Plugin","l":"getManifest()","url":"com/aliucord/coreplugins/rn/RNAPI.html#getManifest()"}, {"p":"com.aliucord.entities","c":"Plugin","l":"requiresRestart()","url":"com/aliucord/coreplugins/rn/RNAPI.html#requiresRestart()"}, {"p":"com.aliucord.entities","c":"Plugin","l":"getAnnotation()","url":"com/aliucord/coreplugins/rn/RNAPI.html#getAnnotation()"}, {"p":"com.aliucord.entities","c":"Plugin","l":"load(Context)","url":"com/aliucord/entities/Plugin.html#load(android.content.Context)"}, {"p":"com.aliucord.entities","c":"Plugin","l":"unload(Context)","url":"com/aliucord/entities/Plugin.html#unload(android.content.Context)"}, {"p":"com.aliucord.entities","c":"Plugin","l":"start(Context)","url":"com/aliucord/entities/Plugin.html#start(android.content.Context)"}, {"p":"com.aliucord.entities","c":"Plugin","l":"stop(Context)","url":"com/aliucord/entities/Plugin.html#stop(android.content.Context)"}, {"p":"com.aliucord.entities","c":"Plugin","l":"getName()","url":"com/aliucord/coreplugins/rn/RNAPI.html#getName()"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"NotificationData()","url":"com/aliucord/entities/NotificationData.html#NotificationData()"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"getTitle()","url":"com/aliucord/entities/NotificationData.html#getTitle()"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"setTitle(CharSequence)","url":"com/aliucord/entities/NotificationData.html#setTitle(java.lang.CharSequence)"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"getSubtitle()","url":"com/aliucord/entities/NotificationData.html#getSubtitle()"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"setSubtitle(CharSequence)","url":"com/aliucord/entities/NotificationData.html#setSubtitle(java.lang.CharSequence)"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"getBody()","url":"com/aliucord/entities/NotificationData.html#getBody()"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"setBody(CharSequence)","url":"com/aliucord/entities/NotificationData.html#setBody(java.lang.CharSequence)"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"getAttachmentBackground()","url":"com/aliucord/entities/NotificationData.html#getAttachmentBackground()"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"setAttachmentBackground(Drawable)","url":"com/aliucord/entities/NotificationData.html#setAttachmentBackground(android.graphics.drawable.Drawable)"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"getAttachmentUrl()","url":"com/aliucord/entities/NotificationData.html#getAttachmentUrl()"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"setAttachmentUrl(String)","url":"com/aliucord/entities/NotificationData.html#setAttachmentUrl(java.lang.String)"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"getAttachment()","url":"com/aliucord/entities/NotificationData.html#getAttachment()"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"setAttachment(Drawable)","url":"com/aliucord/entities/NotificationData.html#setAttachment(android.graphics.drawable.Drawable)"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"getStickers()","url":"com/aliucord/entities/NotificationData.html#getStickers()"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"setStickers(List)","url":"com/aliucord/entities/NotificationData.html#setStickers(java.util.List)"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"getIconUrl()","url":"com/aliucord/entities/NotificationData.html#getIconUrl()"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"setIconUrl(String)","url":"com/aliucord/entities/NotificationData.html#setIconUrl(java.lang.String)"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"getIconResId()","url":"com/aliucord/entities/NotificationData.html#getIconResId()"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"setIconResId(Integer)","url":"com/aliucord/entities/NotificationData.html#setIconResId(java.lang.Integer)"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"getIconTopRight()","url":"com/aliucord/entities/NotificationData.html#getIconTopRight()"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"setIconTopRight(Drawable)","url":"com/aliucord/entities/NotificationData.html#setIconTopRight(android.graphics.drawable.Drawable)"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"getAutoDismissPeriodSecs()","url":"com/aliucord/entities/NotificationData.html#getAutoDismissPeriodSecs()"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"setAutoDismissPeriodSecs(Integer)","url":"com/aliucord/entities/NotificationData.html#setAutoDismissPeriodSecs(java.lang.Integer)"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"getValidScreens()","url":"com/aliucord/entities/NotificationData.html#getValidScreens()"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"setValidScreens(List>)","url":"com/aliucord/entities/NotificationData.html#setValidScreens(java.util.List)"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"getOnClickTopRightIcon()","url":"com/aliucord/entities/NotificationData.html#getOnClickTopRightIcon()"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"setOnClickTopRightIcon(Function1)","url":"com/aliucord/entities/NotificationData.html#setOnClickTopRightIcon(kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"getOnClick()","url":"com/aliucord/entities/NotificationData.html#getOnClick()"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"setOnClick(Function1)","url":"com/aliucord/entities/NotificationData.html#setOnClick(kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter.ViewHolder","l":"Plugins.Adapter.ViewHolder(Plugins.Adapter, PluginCard)","url":"com/aliucord/settings/Plugins.Adapter.ViewHolder.html#Plugins.Adapter.ViewHolder(com.aliucord.settings.Plugins.Adapter,com.aliucord.widgets.PluginCard)"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter.ViewHolder","l":"onGithubClick(View)","url":"com/aliucord/settings/Plugins.Adapter.ViewHolder.html#onGithubClick(android.view.View)"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter.ViewHolder","l":"onChangeLogClick(View)","url":"com/aliucord/settings/Plugins.Adapter.ViewHolder.html#onChangeLogClick(android.view.View)"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter.ViewHolder","l":"onSettingsClick(View)","url":"com/aliucord/settings/Plugins.Adapter.ViewHolder.html#onSettingsClick(android.view.View)"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter.ViewHolder","l":"onToggleClick(boolean)","url":"com/aliucord/settings/Plugins.Adapter.ViewHolder.html#onToggleClick(boolean)"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter.ViewHolder","l":"onUninstallClick(View)","url":"com/aliucord/settings/Plugins.Adapter.ViewHolder.html#onUninstallClick(android.view.View)"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter","l":"Plugins.Adapter(AppFragment, Collection)","url":"com/aliucord/settings/Plugins.Adapter.html#Plugins.Adapter(com.discord.app.AppFragment,java.util.Collection)"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter","l":"getFilter()","url":"com/aliucord/settings/Plugins.Adapter.html#getFilter()"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter","l":"getItemCount()","url":"com/aliucord/settings/Plugins.Adapter.html#getItemCount()"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter","l":"onCreateViewHolder(ViewGroup, int)","url":"com/aliucord/settings/Plugins.Adapter.html#onCreateViewHolder(android.view.ViewGroup,int)"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter","l":"onBindViewHolder(Plugins.Adapter.ViewHolder, int)","url":"com/aliucord/settings/Plugins.Adapter.html#onBindViewHolder(com.aliucord.settings.Plugins.Adapter.ViewHolder,int)"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter","l":"onGithubClick(int)","url":"com/aliucord/settings/Plugins.Adapter.html#onGithubClick(int)"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter","l":"onChangeLogClick(int)","url":"com/aliucord/settings/Plugins.Adapter.html#onChangeLogClick(int)"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter","l":"onSettingsClick(int)","url":"com/aliucord/settings/Plugins.Adapter.html#onSettingsClick(int)"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter","l":"onToggleClick(Plugins.Adapter.ViewHolder, boolean, int)","url":"com/aliucord/settings/Plugins.Adapter.html#onToggleClick(com.aliucord.settings.Plugins.Adapter.ViewHolder,boolean,int)"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter","l":"onUninstallClick(int)","url":"com/aliucord/settings/Plugins.Adapter.html#onUninstallClick(int)"}, {"p":"com.aliucord.settings","c":"Plugins","l":"Plugins()","url":"com/aliucord/settings/Plugins.html#Plugins()"}, {"p":"com.aliucord.settings","c":"Plugins","l":"onViewBound(View)","url":"com/aliucord/settings/Plugins.html#onViewBound(android.view.View)"}, {"p":"com.aliucord.settings","c":"Updater","l":"Updater()","url":"com/aliucord/settings/Updater.html#Updater()"}, {"p":"com.aliucord.settings","c":"Updater","l":"onViewBound(View)","url":"com/aliucord/settings/Updater.html#onViewBound(android.view.View)"}, {"p":"com.aliucord.settings","c":"AliucordPage","l":"AliucordPage()","url":"com/aliucord/settings/AliucordPage.html#AliucordPage()"}, {"p":"com.aliucord.settings","c":"AliucordPage","l":"onViewBound(View)","url":"com/aliucord/settings/AliucordPage.html#onViewBound(android.view.View)"}, {"p":"com.aliucord.settings","c":"Crashes","l":"Crashes()","url":"com/aliucord/settings/Crashes.html#Crashes()"}, {"p":"com.aliucord.settings","c":"Crashes","l":"onViewBound(View)","url":"com/aliucord/settings/Crashes.html#onViewBound(android.view.View)"}, {"p":"com.aliucord.settings","c":"FailedPluginsPage","l":"FailedPluginsPage()","url":"com/aliucord/settings/FailedPluginsPage.html#FailedPluginsPage()"}, {"p":"com.aliucord.settings","c":"FailedPluginsPage","l":"onViewBound(View)","url":"com/aliucord/settings/FailedPluginsPage.html#onViewBound(android.view.View)"}, {"p":"com.aliucord.settings","c":"SettingsDelegate","l":"SettingsDelegate(T, SettingsAPI)","url":"com/aliucord/settings/SettingsDelegate.html#SettingsDelegate(T,com.aliucord.api.SettingsAPI)"}, {"p":"com.aliucord.settings","c":"SettingsDelegate","l":"getValue(Object, KProperty)","url":"com/aliucord/settings/SettingsDelegate.html#getValue(java.lang.Object,kotlin.reflect.KProperty)"}, {"p":"com.aliucord.settings","c":"SettingsDelegate","l":"setValue(Object, KProperty, T)","url":"com/aliucord/settings/SettingsDelegate.html#setValue(java.lang.Object,kotlin.reflect.KProperty,T)"}, {"p":"com.aliucord.settings","c":"SettingsDelegatesKt","l":"delegate(SettingsAPI, T)","url":"com/aliucord/settings/SettingsDelegatesKt.html#delegate(com.aliucord.api.SettingsAPI,T)"}, {"p":"com.aliucord.updater","c":"Updater","l":"Updater()","url":"com/aliucord/updater/Updater.html#Updater()"}, {"p":"com.aliucord.updater","c":"Updater","l":"isOutdated(String, String, String)","url":"com/aliucord/updater/Updater.html#isOutdated(java.lang.String,java.lang.String,java.lang.String)"}, {"p":"com.aliucord.updater","c":"Updater","l":"isAliucordOutdated()","url":"com/aliucord/updater/Updater.html#isAliucordOutdated()"}, {"p":"com.aliucord.updater","c":"Updater","l":"isDiscordOutdated()","url":"com/aliucord/updater/Updater.html#isDiscordOutdated()"}, {"p":"com.aliucord.updater","c":"Updater","l":"updateAliucord(Context)","url":"com/aliucord/updater/Updater.html#updateAliucord(android.content.Context)"}, {"p":"com.aliucord.updater","c":"Updater","l":"isUpdaterDisabled()","url":"com/aliucord/updater/Updater.html#isUpdaterDisabled()"}, {"p":"com.aliucord.updater","c":"Updater","l":"usingDexFromStorage()","url":"com/aliucord/updater/Updater.html#usingDexFromStorage()"}, {"p":"com.aliucord.updater","c":"PluginUpdater.UpdateInfo","l":"PluginUpdater.UpdateInfo()","url":"com/aliucord/updater/PluginUpdater.UpdateInfo.html#PluginUpdater.UpdateInfo()"}, {"p":"com.aliucord.updater","c":"PluginUpdater.CachedData","l":"PluginUpdater.CachedData(Map)","url":"com/aliucord/updater/PluginUpdater.CachedData.html#PluginUpdater.CachedData(java.util.Map)"}, {"p":"com.aliucord.updater","c":"PluginUpdater","l":"PluginUpdater()","url":"com/aliucord/updater/PluginUpdater.html#PluginUpdater()"}, {"p":"com.aliucord.updater","c":"PluginUpdater","l":"checkUpdates(boolean)","url":"com/aliucord/updater/PluginUpdater.html#checkUpdates(boolean)"}, {"p":"com.aliucord.updater","c":"PluginUpdater","l":"checkPluginUpdate(Plugin)","url":"com/aliucord/updater/PluginUpdater.html#checkPluginUpdate(com.aliucord.entities.Plugin)"}, {"p":"com.aliucord.updater","c":"PluginUpdater","l":"getUpdateInfo(Plugin)","url":"com/aliucord/updater/PluginUpdater.html#getUpdateInfo(com.aliucord.entities.Plugin)"}, {"p":"com.aliucord.updater","c":"PluginUpdater","l":"updateAll()","url":"com/aliucord/updater/PluginUpdater.html#updateAll()"}, {"p":"com.aliucord.updater","c":"PluginUpdater","l":"update(String)","url":"com/aliucord/updater/PluginUpdater.html#update(java.lang.String)"}, {"p":"com.aliucord.api","c":"CommandsAPI.CommandResult","l":"CommandsAPI.CommandResult()","url":"com/aliucord/api/CommandsAPI.CommandResult.html#CommandsAPI.CommandResult()"}, {"p":"com.aliucord.api","c":"CommandsAPI.CommandResult","l":"CommandsAPI.CommandResult(String)","url":"com/aliucord/api/CommandsAPI.CommandResult.html#CommandsAPI.CommandResult(java.lang.String)"}, {"p":"com.aliucord.api","c":"CommandsAPI.CommandResult","l":"CommandsAPI.CommandResult(String, List, boolean)","url":"com/aliucord/api/CommandsAPI.CommandResult.html#CommandsAPI.CommandResult(java.lang.String,java.util.List,boolean)"}, {"p":"com.aliucord.api","c":"CommandsAPI.CommandResult","l":"CommandsAPI.CommandResult(String, List, boolean, String)","url":"com/aliucord/api/CommandsAPI.CommandResult.html#CommandsAPI.CommandResult(java.lang.String,java.util.List,boolean,java.lang.String)"}, {"p":"com.aliucord.api","c":"CommandsAPI.CommandResult","l":"CommandsAPI.CommandResult(String, List, boolean, String, String)","url":"com/aliucord/api/CommandsAPI.CommandResult.html#CommandsAPI.CommandResult(java.lang.String,java.util.List,boolean,java.lang.String,java.lang.String)"}, {"p":"com.aliucord.api","c":"CommandsAPI.CommandResult","l":"CommandsAPI.CommandResult(String, List, boolean, String, String, List)","url":"com/aliucord/api/CommandsAPI.CommandResult.html#CommandsAPI.CommandResult(java.lang.String,java.util.List,boolean,java.lang.String,java.lang.String,java.util.List)"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"CommandsAPI(String)","url":"com/aliucord/api/CommandsAPI.html#CommandsAPI(java.lang.String)"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"getAliucordApplication()","url":"com/aliucord/api/CommandsAPI.html#getAliucordApplication()"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"generateId()","url":"com/aliucord/api/CommandsAPI.html#generateId()"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"generateIdString()","url":"com/aliucord/api/CommandsAPI.html#generateIdString()"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"registerCommand(String, String, List, Function1)","url":"com/aliucord/api/CommandsAPI.html#registerCommand(java.lang.String,java.lang.String,java.util.List,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"registerCommand(String, String, ApplicationCommandOption, Function1)","url":"com/aliucord/api/CommandsAPI.html#registerCommand(java.lang.String,java.lang.String,com.discord.models.commands.ApplicationCommandOption,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"registerCommand(String, String, Function1)","url":"com/aliucord/api/CommandsAPI.html#registerCommand(java.lang.String,java.lang.String,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"unregisterCommand(String)","url":"com/aliucord/api/CommandsAPI.html#unregisterCommand(java.lang.String)"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"unregisterAll()","url":"com/aliucord/api/CommandsAPI.html#unregisterAll()"}, {"p":"com.aliucord.api","c":"NotificationsAPI","l":"NotificationsAPI()","url":"com/aliucord/api/NotificationsAPI.html#NotificationsAPI()"}, {"p":"com.aliucord.api","c":"NotificationsAPI","l":"display(NotificationData)","url":"com/aliucord/api/NotificationsAPI.html#display(com.aliucord.entities.NotificationData)"}, {"p":"com.aliucord.api","c":"NotificationsAPI","l":"display(NotificationData, Long)","url":"com/aliucord/api/NotificationsAPI.html#display(com.aliucord.entities.NotificationData,java.lang.Long)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"SettingsAPI(String)","url":"com/aliucord/api/SettingsAPI.html#SettingsAPI(java.lang.String)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"resetSettings()","url":"com/aliucord/api/SettingsAPI.html#resetSettings()"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"remove(String)","url":"com/aliucord/api/SettingsAPI.html#remove(java.lang.String)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"getAllKeys()","url":"com/aliucord/api/SettingsAPI.html#getAllKeys()"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"toggleBool(String, boolean)","url":"com/aliucord/api/SettingsAPI.html#toggleBool(java.lang.String,boolean)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"exists(String)","url":"com/aliucord/api/SettingsAPI.html#exists(java.lang.String)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"getBool(String, boolean)","url":"com/aliucord/api/SettingsAPI.html#getBool(java.lang.String,boolean)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"setBool(String, boolean)","url":"com/aliucord/api/SettingsAPI.html#setBool(java.lang.String,boolean)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"getInt(String, int)","url":"com/aliucord/api/SettingsAPI.html#getInt(java.lang.String,int)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"setInt(String, int)","url":"com/aliucord/api/SettingsAPI.html#setInt(java.lang.String,int)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"getFloat(String, float)","url":"com/aliucord/api/SettingsAPI.html#getFloat(java.lang.String,float)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"setFloat(String, float)","url":"com/aliucord/api/SettingsAPI.html#setFloat(java.lang.String,float)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"getLong(String, long)","url":"com/aliucord/api/SettingsAPI.html#getLong(java.lang.String,long)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"setLong(String, long)","url":"com/aliucord/api/SettingsAPI.html#setLong(java.lang.String,long)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"getString(String, String)","url":"com/aliucord/api/SettingsAPI.html#getString(java.lang.String,java.lang.String)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"setString(String, String)","url":"com/aliucord/api/SettingsAPI.html#setString(java.lang.String,java.lang.String)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"getObject(String, T)","url":"com/aliucord/api/SettingsAPI.html#getObject(java.lang.String,T)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"getObject(String, T, Type)","url":"com/aliucord/api/SettingsAPI.html#getObject(java.lang.String,T,java.lang.reflect.Type)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"setObject(String, Object)","url":"com/aliucord/api/SettingsAPI.html#setObject(java.lang.String,Object)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"getUnknown(String, Object)","url":"com/aliucord/api/SettingsAPI.html#getUnknown(java.lang.String,Object)"}, {"p":"com.aliucord.api","c":"SettingsAPI","l":"setUnknown(String, Object)","url":"com/aliucord/api/SettingsAPI.html#setUnknown(java.lang.String,Object)"}, {"p":"com.aliucord.api","c":"PatcherAPI","l":"PatcherAPI(Logger)","url":"com/aliucord/api/PatcherAPI.html#PatcherAPI(com.aliucord.Logger)"}, {"p":"com.aliucord.api","c":"PatcherAPI","l":"patch(String, String, Array>, XC_MethodHook)","url":"com/aliucord/api/PatcherAPI.html#patch(java.lang.String,java.lang.String,kotlin.Array,de.robv.android.xposed.XC_MethodHook)"}, {"p":"com.aliucord.api","c":"PatcherAPI","l":"patch(Class, String, Array>, XC_MethodHook)","url":"com/aliucord/api/PatcherAPI.html#patch(java.lang.Class,java.lang.String,kotlin.Array,de.robv.android.xposed.XC_MethodHook)"}, {"p":"com.aliucord.api","c":"PatcherAPI","l":"patch(Member, XC_MethodHook)","url":"com/aliucord/api/PatcherAPI.html#patch(java.lang.reflect.Member,de.robv.android.xposed.XC_MethodHook)"}, {"p":"com.aliucord.api","c":"PatcherAPI","l":"patch(Member, Action1)","url":"com/aliucord/api/PatcherAPI.html#patch(java.lang.reflect.Member,rx.functions.Action1)"}, {"p":"com.aliucord.api","c":"PatcherAPI","l":"unpatchAll()","url":"com/aliucord/api/PatcherAPI.html#unpatchAll()"}, {"p":"com.aliucord.api","c":"ButtonsAPI.ButtonData","l":"ButtonsAPI.ButtonData(String, ButtonStyle, Function2)","url":"com/aliucord/api/ButtonsAPI.ButtonData.html#ButtonsAPI.ButtonData(java.lang.String,com.discord.api.botuikit.ButtonStyle,kotlin.jvm.functions.Function2)"}, {"p":"com.aliucord.api","c":"ButtonsAPI.ButtonData","l":"getLabel()","url":"com/aliucord/api/ButtonsAPI.ButtonData.html#getLabel()"}, {"p":"com.aliucord.api","c":"ButtonsAPI.ButtonData","l":"getStyle()","url":"com/aliucord/api/ButtonsAPI.ButtonData.html#getStyle()"}, {"p":"com.aliucord.api","c":"ButtonsAPI.ButtonData","l":"getOnPress()","url":"com/aliucord/api/ButtonsAPI.ButtonData.html#getOnPress()"}, {"p":"com.aliucord.api","c":"ButtonsAPI","l":"addButton(Message, ButtonsAPI.ButtonData)","url":"com/aliucord/api/ButtonsAPI.html#addButton(com.discord.models.message.Message,com.aliucord.api.ButtonsAPI.ButtonData)"}, {"p":"com.aliucord.api","c":"ButtonsAPI","l":"addButton(Message, String, ButtonStyle, Function2)","url":"com/aliucord/api/ButtonsAPI.html#addButton(com.discord.models.message.Message,java.lang.String,com.discord.api.botuikit.ButtonStyle,kotlin.jvm.functions.Function2)"}, {"p":"com.aliucord.api","c":"GatewayAPI.EventListener","l":"invoke(T)","url":"com/aliucord/api/GatewayAPI.EventListener.html#invoke(T)"}, {"p":"com.aliucord.api","c":"GatewayAPI","l":"onRawEvent(GatewayAPI.EventListener)","url":"com/aliucord/api/GatewayAPI.html#onRawEvent(com.aliucord.api.GatewayAPI.EventListener)"}, {"p":"com.aliucord.api","c":"GatewayAPI","l":"onRawEvent(List, Function1)","url":"com/aliucord/api/GatewayAPI.html#onRawEvent(java.util.List,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord.api","c":"GatewayAPI","l":"onRawEvent(String, Function1)","url":"com/aliucord/api/GatewayAPI.html#onRawEvent(java.lang.String,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord.api","c":"GatewayAPI","l":"onEvent(String, Function1)","url":"com/aliucord/api/GatewayAPI.html#onEvent(java.lang.String,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord.api","c":"GatewayAPI","l":"onEvent(String, Class, Function1)","url":"com/aliucord/api/GatewayAPI.html#onEvent(java.lang.String,java.lang.Class,kotlin.jvm.functions.Function1)"}, {"p":"com.aliucord.api","c":"GatewayAPI","l":"getEventListeners()","url":"com/aliucord/api/GatewayAPI.html#getEventListeners()"}, {"p":"com.discord.widgets.chat.input","c":"WidgetChatInput$configureSendListeners$7$1","l":"WidgetChatInput$configureSendListeners$7$1()","url":"com/discord/widgets/chat/input/WidgetChatInput$configureSendListeners$7$1.html#WidgetChatInput$configureSendListeners$7$1()"}, {"p":"com.discord.widgets.guilds.leave","c":"WidgetLeaveGuildDialog$binding$2","l":"WidgetLeaveGuildDialog$binding$2()","url":"com/discord/widgets/guilds/leave/WidgetLeaveGuildDialog$binding$2.html#WidgetLeaveGuildDialog$binding$2()"}, {"p":"com.discord.widgets.guilds.leave","c":"WidgetLeaveGuildDialog$binding$2","l":"invoke(View)","url":"com/discord/widgets/guilds/leave/WidgetLeaveGuildDialog$binding$2.html#invoke(android.view.View)"}, {"p":"com.discord.widgets.user","c":"WidgetKickUser$binding$2","l":"WidgetKickUser$binding$2()","url":"com/discord/widgets/user/WidgetKickUser$binding$2.html#WidgetKickUser$binding$2()"}, {"p":"com.discord.widgets.user","c":"WidgetKickUser$binding$2","l":"invoke(View)","url":"com/discord/widgets/user/WidgetKickUser$binding$2.html#invoke(android.view.View)"}, {"p":"com.aliucord.api.rn.user","c":"RNUser","l":"RNUser(Long, String, NullSerializable, NullSerializable, String, Integer, Integer, Boolean, Boolean, String, String, Boolean, String, NsfwAllowance, Boolean, Phone, String, PremiumTier, Integer, GuildMember, NullSerializable, NullSerializable, Integer, String)","url":"com/aliucord/api/rn/user/RNUser.html#RNUser(java.lang.Long,java.lang.String,com.discord.nullserializable.NullSerializable,com.discord.nullserializable.NullSerializable,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.lang.String,java.lang.String,java.lang.Boolean,java.lang.String,com.discord.api.user.NsfwAllowance,java.lang.Boolean,com.discord.api.user.Phone,java.lang.String,com.discord.api.premium.PremiumTier,java.lang.Integer,com.discord.api.guildmember.GuildMember,com.discord.nullserializable.NullSerializable,com.discord.nullserializable.NullSerializable,java.lang.Integer,java.lang.String)"}, {"p":"com.aliucord.api.rn.user","c":"RNUser","l":"getGlobalName()","url":"com/aliucord/api/rn/user/RNUser.html#getGlobalName()"}, {"p":"com.aliucord.api.rn.user","c":"RNUserProfile","l":"RNUserProfile(UserProfileData, UserProfileData)","url":"com/aliucord/api/rn/user/RNUserProfile.html#RNUserProfile(com.aliucord.api.rn.user.UserProfileData,com.aliucord.api.rn.user.UserProfileData)"}, {"p":"com.aliucord.api.rn.user","c":"RNUserProfile","l":"getGuildMemberProfile()","url":"com/aliucord/api/rn/user/RNUserProfile.html#getGuildMemberProfile()"}, {"p":"com.aliucord.api.rn.user","c":"RNUserProfile","l":"getUserProfile()","url":"com/aliucord/api/rn/user/RNUserProfile.html#getUserProfile()"}, {"p":"com.aliucord.api.rn.user","c":"UserProfileData","l":"UserProfileData(Integer, String, String, Long, String, IntArray)","url":"com/aliucord/api/rn/user/UserProfileData.html#UserProfileData(java.lang.Integer,java.lang.String,java.lang.String,java.lang.Long,java.lang.String,kotlin.IntArray)"}, {"p":"com.aliucord.api.rn.user","c":"UserProfileData","l":"getAccentColor()","url":"com/aliucord/api/rn/user/UserProfileData.html#getAccentColor()"}, {"p":"com.aliucord.api.rn.user","c":"UserProfileData","l":"getBanner()","url":"com/aliucord/api/rn/user/UserProfileData.html#getBanner()"}, {"p":"com.aliucord.api.rn.user","c":"UserProfileData","l":"getBio()","url":"com/aliucord/api/rn/user/UserProfileData.html#getBio()"}, {"p":"com.aliucord.api.rn.user","c":"UserProfileData","l":"getGuildId()","url":"com/aliucord/api/rn/user/UserProfileData.html#getGuildId()"}, {"p":"com.aliucord.api.rn.user","c":"UserProfileData","l":"getPronouns()","url":"com/aliucord/api/rn/user/UserProfileData.html#getPronouns()"}, {"p":"com.aliucord.api.rn.user","c":"UserProfileData","l":"getThemeColors()","url":"com/aliucord/api/rn/user/UserProfileData.html#getThemeColors()"}, {"p":"com.aliucord.coreplugins","c":"CorePlugins","l":"loadAll(Context)","url":"com/aliucord/coreplugins/CorePlugins.html#loadAll(android.content.Context)"}, {"p":"com.aliucord.coreplugins","c":"CorePlugins","l":"startAll(Context)","url":"com/aliucord/coreplugins/CorePlugins.html#startAll(android.content.Context)"}, {"p":"com.aliucord.coreplugins","c":"PronounsKt","l":"getSheetProfileHeaderViewId()","url":"com/aliucord/coreplugins/PronounsKt.html#getSheetProfileHeaderViewId()"}, {"p":"com.aliucord.coreplugins","c":"PronounsKt","l":"getUserProfileHeaderSecondaryNameViewId()","url":"com/aliucord/coreplugins/PronounsKt.html#getUserProfileHeaderSecondaryNameViewId()"}, {"p":"com.aliucord.coreplugins","c":"PronounsKt","l":"getPronounsViewId()","url":"com/aliucord/coreplugins/PronounsKt.html#getPronounsViewId()"}, {"p":"com.aliucord.coreplugins.rn","c":"RNHeadersInterceptor","l":"RNHeadersInterceptor()","url":"com/aliucord/coreplugins/rn/RNHeadersInterceptor.html#RNHeadersInterceptor()"}, {"p":"com.aliucord.coreplugins.rn","c":"RNHeadersInterceptor","l":"intercept(Interceptor.Chain)","url":"com/aliucord/coreplugins/rn/RNHeadersInterceptor.html#intercept(okhttp3.Interceptor.Chain)"}, {"p":"com.aliucord.coreplugins.rn","c":"RNAPI","l":"RNAPI()","url":"com/aliucord/coreplugins/rn/RNAPI.html#RNAPI()"}, {"p":"com.aliucord.coreplugins.rn","c":"RNAPI","l":"load(Context)","url":"com/aliucord/coreplugins/rn/RNAPI.html#load(android.content.Context)"}, {"p":"com.aliucord.coreplugins.rn","c":"RNAPI","l":"start(Context)","url":"com/aliucord/coreplugins/rn/RNAPI.html#start(android.content.Context)"}, {"p":"com.aliucord.coreplugins.rn","c":"RNAPI","l":"stop(Context)","url":"com/aliucord/coreplugins/rn/RNAPI.html#stop(android.content.Context)"}, {"p":"com.aliucord.coreplugins.rn","c":"PatchesKt","l":"getGlobalNames()","url":"com/aliucord/coreplugins/rn/PatchesKt.html#getGlobalNames()"}, {"p":"com.aliucord.coreplugins.rn","c":"PatchesKt","l":"patchNextCallAdapter()","url":"com/aliucord/coreplugins/rn/PatchesKt.html#patchNextCallAdapter()"}, {"p":"com.aliucord.coreplugins.rn","c":"PatchesKt","l":"patchUser()","url":"com/aliucord/coreplugins/rn/PatchesKt.html#patchUser()"}, {"p":"com.aliucord.coreplugins.rn","c":"PatchesKt","l":"patchUserProfile()","url":"com/aliucord/coreplugins/rn/PatchesKt.html#patchUserProfile()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getApplicationId(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getApplicationId(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getAppliedTags(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getAppliedTags(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getAvailableTags(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getAvailableTags(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getBitrate(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getBitrate(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getDefaultAutoArchiveDuration(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getDefaultAutoArchiveDuration(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getFlags(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getFlags(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getGuildHashes(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getGuildHashes(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getGuildId(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getGuildId(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getIcon(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getIcon(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getId(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getId(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getLastMessageId(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getLastMessageId(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getMember(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getMember(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getMemberListId(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getMemberListId(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getMessageCount(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getMessageCount(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getName(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getName(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getNicks(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getNicks(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"isNsfw(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#isNsfw(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getOriginChannelId(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getOriginChannelId(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getOwnerId(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getOwnerId(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getParentId(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getParentId(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getPermissionOverwrites(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getPermissionOverwrites(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getPosition(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getPosition(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getRateLimitPerUser(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getRateLimitPerUser(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getRecipientIds(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getRecipientIds(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getRecipients(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getRecipients(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getRtcRegion(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getRtcRegion(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getThreadMetadata(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getThreadMetadata(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getTopic(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getTopic(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getType(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getType(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"getUserLimit(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#getUserLimit(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"ChannelWrapper(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.html#ChannelWrapper(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getApplicationId()","url":"com/aliucord/wrappers/ChannelWrapper.html#getApplicationId()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getAppliedTags()","url":"com/aliucord/wrappers/ChannelWrapper.html#getAppliedTags()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getAvailableTags()","url":"com/aliucord/wrappers/ChannelWrapper.html#getAvailableTags()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getBitrate()","url":"com/aliucord/wrappers/ChannelWrapper.html#getBitrate()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getDefaultAutoArchiveDuration()","url":"com/aliucord/wrappers/ChannelWrapper.html#getDefaultAutoArchiveDuration()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getFlags()","url":"com/aliucord/wrappers/ChannelWrapper.html#getFlags()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getGuildHashes()","url":"com/aliucord/wrappers/ChannelWrapper.html#getGuildHashes()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getGuildId()","url":"com/aliucord/wrappers/ChannelWrapper.html#getGuildId()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getIcon()","url":"com/aliucord/wrappers/ChannelWrapper.html#getIcon()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getId()","url":"com/aliucord/wrappers/ChannelWrapper.html#getId()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getLastMessageId()","url":"com/aliucord/wrappers/ChannelWrapper.html#getLastMessageId()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getMember()","url":"com/aliucord/wrappers/ChannelWrapper.html#getMember()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getMemberListId()","url":"com/aliucord/wrappers/ChannelWrapper.html#getMemberListId()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getMessageCount()","url":"com/aliucord/wrappers/ChannelWrapper.html#getMessageCount()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getName()","url":"com/aliucord/wrappers/ChannelWrapper.html#getName()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getNicks()","url":"com/aliucord/wrappers/ChannelWrapper.html#getNicks()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"isNsfw()","url":"com/aliucord/wrappers/ChannelWrapper.html#isNsfw()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getOriginChannelId()","url":"com/aliucord/wrappers/ChannelWrapper.html#getOriginChannelId()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getOwnerId()","url":"com/aliucord/wrappers/ChannelWrapper.html#getOwnerId()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getParentId()","url":"com/aliucord/wrappers/ChannelWrapper.html#getParentId()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getPermissionOverwrites()","url":"com/aliucord/wrappers/ChannelWrapper.html#getPermissionOverwrites()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getPosition()","url":"com/aliucord/wrappers/ChannelWrapper.html#getPosition()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getRateLimitPerUser()","url":"com/aliucord/wrappers/ChannelWrapper.html#getRateLimitPerUser()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getRecipientIds()","url":"com/aliucord/wrappers/ChannelWrapper.html#getRecipientIds()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getRecipients()","url":"com/aliucord/wrappers/ChannelWrapper.html#getRecipients()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getRtcRegion()","url":"com/aliucord/wrappers/ChannelWrapper.html#getRtcRegion()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getThreadMetadata()","url":"com/aliucord/wrappers/ChannelWrapper.html#getThreadMetadata()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getTopic()","url":"com/aliucord/wrappers/ChannelWrapper.html#getTopic()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getType()","url":"com/aliucord/wrappers/ChannelWrapper.html#getType()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"getUserLimit()","url":"com/aliucord/wrappers/ChannelWrapper.html#getUserLimit()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"raw()","url":"com/aliucord/wrappers/ChannelWrapper.html#raw()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"isDM()","url":"com/aliucord/wrappers/ChannelWrapper.html#isDM()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"isGuild()","url":"com/aliucord/wrappers/ChannelWrapper.html#isGuild()"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"isDM(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.html#isDM(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"isGuild(Channel)","url":"com/aliucord/wrappers/ChannelWrapper.html#isGuild(com.discord.api.channel.Channel)"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper.Companion","l":"isAnimated(GuildEmoji)","url":"com/aliucord/wrappers/GuildEmojiWrapper.Companion.html#isAnimated(com.discord.api.emoji.GuildEmoji)"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper.Companion","l":"isAvailable(GuildEmoji)","url":"com/aliucord/wrappers/GuildEmojiWrapper.Companion.html#isAvailable(com.discord.api.emoji.GuildEmoji)"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper.Companion","l":"getId(GuildEmoji)","url":"com/aliucord/wrappers/GuildEmojiWrapper.Companion.html#getId(com.discord.api.emoji.GuildEmoji)"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper.Companion","l":"isManaged(GuildEmoji)","url":"com/aliucord/wrappers/GuildEmojiWrapper.Companion.html#isManaged(com.discord.api.emoji.GuildEmoji)"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper.Companion","l":"getName(GuildEmoji)","url":"com/aliucord/wrappers/GuildEmojiWrapper.Companion.html#getName(com.discord.api.emoji.GuildEmoji)"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper.Companion","l":"getRequireColons(GuildEmoji)","url":"com/aliucord/wrappers/GuildEmojiWrapper.Companion.html#getRequireColons(com.discord.api.emoji.GuildEmoji)"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper.Companion","l":"getRoles(GuildEmoji)","url":"com/aliucord/wrappers/GuildEmojiWrapper.Companion.html#getRoles(com.discord.api.emoji.GuildEmoji)"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper","l":"GuildEmojiWrapper(GuildEmoji)","url":"com/aliucord/wrappers/GuildEmojiWrapper.html#GuildEmojiWrapper(com.discord.api.emoji.GuildEmoji)"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper","l":"isAnimated()","url":"com/aliucord/wrappers/GuildEmojiWrapper.html#isAnimated()"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper","l":"isAvailable()","url":"com/aliucord/wrappers/GuildEmojiWrapper.html#isAvailable()"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper","l":"getId()","url":"com/aliucord/wrappers/GuildEmojiWrapper.html#getId()"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper","l":"isManaged()","url":"com/aliucord/wrappers/GuildEmojiWrapper.html#isManaged()"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper","l":"getName()","url":"com/aliucord/wrappers/GuildEmojiWrapper.html#getName()"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper","l":"getRoles()","url":"com/aliucord/wrappers/GuildEmojiWrapper.html#getRoles()"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper","l":"raw()","url":"com/aliucord/wrappers/GuildEmojiWrapper.html#raw()"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"getAvatar(GuildMember)","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#getAvatar(com.discord.api.guildmember.GuildMember)"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"getBanner(GuildMember)","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#getBanner(com.discord.api.guildmember.GuildMember)"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"getBio(GuildMember)","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#getBio(com.discord.api.guildmember.GuildMember)"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"getGuildId(GuildMember)","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#getGuildId(com.discord.api.guildmember.GuildMember)"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"getJoinedAt(GuildMember)","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#getJoinedAt(com.discord.api.guildmember.GuildMember)"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"getNick(GuildMember)","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#getNick(com.discord.api.guildmember.GuildMember)"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"isPending(GuildMember)","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#isPending(com.discord.api.guildmember.GuildMember)"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"getPremiumSince(GuildMember)","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#getPremiumSince(com.discord.api.guildmember.GuildMember)"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"getPresence(GuildMember)","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#getPresence(com.discord.api.guildmember.GuildMember)"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"getRoles(GuildMember)","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#getRoles(com.discord.api.guildmember.GuildMember)"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"getUser(GuildMember)","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#getUser(com.discord.api.guildmember.GuildMember)"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"getUserId(GuildMember)","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#getUserId(com.discord.api.guildmember.GuildMember)"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"GuildMemberWrapper(GuildMember)","url":"com/aliucord/wrappers/GuildMemberWrapper.html#GuildMemberWrapper(com.discord.api.guildmember.GuildMember)"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"getAvatar()","url":"com/aliucord/wrappers/GuildMemberWrapper.html#getAvatar()"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"getBanner()","url":"com/aliucord/wrappers/GuildMemberWrapper.html#getBanner()"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"getBio()","url":"com/aliucord/wrappers/GuildMemberWrapper.html#getBio()"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"getGuildId()","url":"com/aliucord/wrappers/GuildMemberWrapper.html#getGuildId()"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"getJoinedAt()","url":"com/aliucord/wrappers/GuildMemberWrapper.html#getJoinedAt()"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"getNick()","url":"com/aliucord/wrappers/GuildMemberWrapper.html#getNick()"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"isPending()","url":"com/aliucord/wrappers/GuildMemberWrapper.html#isPending()"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"getPremiumSince()","url":"com/aliucord/wrappers/GuildMemberWrapper.html#getPremiumSince()"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"getPresence()","url":"com/aliucord/wrappers/GuildMemberWrapper.html#getPresence()"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"getRoles()","url":"com/aliucord/wrappers/GuildMemberWrapper.html#getRoles()"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"getUser()","url":"com/aliucord/wrappers/GuildMemberWrapper.html#getUser()"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"getUserId()","url":"com/aliucord/wrappers/GuildMemberWrapper.html#getUserId()"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"raw()","url":"com/aliucord/wrappers/GuildMemberWrapper.html#raw()"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"getColor(GuildRole)","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#getColor(com.discord.api.role.GuildRole)"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"getHoist(GuildRole)","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#getHoist(com.discord.api.role.GuildRole)"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"getIcon(GuildRole)","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#getIcon(com.discord.api.role.GuildRole)"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"getManaged(GuildRole)","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#getManaged(com.discord.api.role.GuildRole)"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"getMentionable(GuildRole)","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#getMentionable(com.discord.api.role.GuildRole)"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"getName(GuildRole)","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#getName(com.discord.api.role.GuildRole)"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"getPermissions(GuildRole)","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#getPermissions(com.discord.api.role.GuildRole)"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"getPosition(GuildRole)","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#getPosition(com.discord.api.role.GuildRole)"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"getTags(GuildRole)","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#getTags(com.discord.api.role.GuildRole)"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"getUnicodeEmoji(GuildRole)","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#getUnicodeEmoji(com.discord.api.role.GuildRole)"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"GuildRoleWrapper(GuildRole)","url":"com/aliucord/wrappers/GuildRoleWrapper.html#GuildRoleWrapper(com.discord.api.role.GuildRole)"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"getColor()","url":"com/aliucord/wrappers/GuildRoleWrapper.html#getColor()"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"getHoist()","url":"com/aliucord/wrappers/GuildRoleWrapper.html#getHoist()"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"getIcon()","url":"com/aliucord/wrappers/GuildRoleWrapper.html#getIcon()"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"getId()","url":"com/aliucord/wrappers/GuildRoleWrapper.html#getId()"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"getManaged()","url":"com/aliucord/wrappers/GuildRoleWrapper.html#getManaged()"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"getMentionable()","url":"com/aliucord/wrappers/GuildRoleWrapper.html#getMentionable()"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"getName()","url":"com/aliucord/wrappers/GuildRoleWrapper.html#getName()"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"getPermissions()","url":"com/aliucord/wrappers/GuildRoleWrapper.html#getPermissions()"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"getPosition()","url":"com/aliucord/wrappers/GuildRoleWrapper.html#getPosition()"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"getTags()","url":"com/aliucord/wrappers/GuildRoleWrapper.html#getTags()"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"getUnicodeEmoji()","url":"com/aliucord/wrappers/GuildRoleWrapper.html#getUnicodeEmoji()"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"raw()","url":"com/aliucord/wrappers/GuildRoleWrapper.html#raw()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getAfkChannelId(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getAfkChannelId(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getAfkTimeout(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getAfkTimeout(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getApproximatePresenceCount(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getApproximatePresenceCount(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getBanner(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getBanner(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getChannelUpdates(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getChannelUpdates(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getChannels(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getChannels(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getDefaultMessageNotifications(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getDefaultMessageNotifications(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getDescription(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getDescription(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getEmojis(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getEmojis(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getExplicitContentFilter(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getExplicitContentFilter(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getFeatures(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getFeatures(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getHashes(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getHashes(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getScheduledEvents(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getScheduledEvents(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getIcon(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getIcon(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getId(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getId(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getJoinedAt(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getJoinedAt(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getMaxVideoChannelUsers(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getMaxVideoChannelUsers(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getApproxMemberCount(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getApproxMemberCount(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getCachedMembers(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getCachedMembers(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getMfaLevel(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getMfaLevel(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getName(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getName(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"isNsfw(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#isNsfw(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getOwnerId(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getOwnerId(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getPreferredLocale(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getPreferredLocale(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getPremiumSubscriptionCount(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getPremiumSubscriptionCount(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getPremiumTier(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getPremiumTier(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getPresences(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getPresences(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getPublicUpdatesChannelId(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getPublicUpdatesChannelId(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getRegion(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getRegion(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getRoles(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getRoles(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getRulesChannelId(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getRulesChannelId(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getSplash(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getSplash(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getStickers(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getStickers(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getSystemChannelFlags(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getSystemChannelFlags(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getSystemChannelId(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getSystemChannelId(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getThreads(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getThreads(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"isUnavailable(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#isUnavailable(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getVanityUrlCode(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getVanityUrlCode(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"getVerificationLevel(Guild)","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#getVerificationLevel(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"GuildWrapper(Guild)","url":"com/aliucord/wrappers/GuildWrapper.html#GuildWrapper(com.discord.api.guild.Guild)"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getAfkChannelId()","url":"com/aliucord/wrappers/GuildWrapper.html#getAfkChannelId()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getAfkTimeout()","url":"com/aliucord/wrappers/GuildWrapper.html#getAfkTimeout()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getApproximatePresenceCount()","url":"com/aliucord/wrappers/GuildWrapper.html#getApproximatePresenceCount()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getBanner()","url":"com/aliucord/wrappers/GuildWrapper.html#getBanner()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getChannelUpdates()","url":"com/aliucord/wrappers/GuildWrapper.html#getChannelUpdates()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getChannels()","url":"com/aliucord/wrappers/GuildWrapper.html#getChannels()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getDefaultMessageNotifications()","url":"com/aliucord/wrappers/GuildWrapper.html#getDefaultMessageNotifications()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getDescription()","url":"com/aliucord/wrappers/GuildWrapper.html#getDescription()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getEmojis()","url":"com/aliucord/wrappers/GuildWrapper.html#getEmojis()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getExplicitContentFilter()","url":"com/aliucord/wrappers/GuildWrapper.html#getExplicitContentFilter()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getFeatures()","url":"com/aliucord/wrappers/GuildWrapper.html#getFeatures()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getGuildHashes()","url":"com/aliucord/wrappers/GuildWrapper.html#getGuildHashes()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getScheduledEvents()","url":"com/aliucord/wrappers/GuildWrapper.html#getScheduledEvents()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getIcon()","url":"com/aliucord/wrappers/GuildWrapper.html#getIcon()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getId()","url":"com/aliucord/wrappers/GuildWrapper.html#getId()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getJoinedAt()","url":"com/aliucord/wrappers/GuildWrapper.html#getJoinedAt()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getMaxVideoChannelUsers()","url":"com/aliucord/wrappers/GuildWrapper.html#getMaxVideoChannelUsers()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getApproxMemberCount()","url":"com/aliucord/wrappers/GuildWrapper.html#getApproxMemberCount()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getCachedMembers()","url":"com/aliucord/wrappers/GuildWrapper.html#getCachedMembers()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getMfaLevel()","url":"com/aliucord/wrappers/GuildWrapper.html#getMfaLevel()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getName()","url":"com/aliucord/wrappers/GuildWrapper.html#getName()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"isNsfw()","url":"com/aliucord/wrappers/GuildWrapper.html#isNsfw()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getOwnerId()","url":"com/aliucord/wrappers/GuildWrapper.html#getOwnerId()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getPreferredLocale()","url":"com/aliucord/wrappers/GuildWrapper.html#getPreferredLocale()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getPremiumSubscriptionCount()","url":"com/aliucord/wrappers/GuildWrapper.html#getPremiumSubscriptionCount()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getPremiumTier()","url":"com/aliucord/wrappers/GuildWrapper.html#getPremiumTier()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getPresences()","url":"com/aliucord/wrappers/GuildWrapper.html#getPresences()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getPublicUpdatesChannelId()","url":"com/aliucord/wrappers/GuildWrapper.html#getPublicUpdatesChannelId()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getRegion()","url":"com/aliucord/wrappers/GuildWrapper.html#getRegion()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getRoles()","url":"com/aliucord/wrappers/GuildWrapper.html#getRoles()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getRulesChannelId()","url":"com/aliucord/wrappers/GuildWrapper.html#getRulesChannelId()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getSplash()","url":"com/aliucord/wrappers/GuildWrapper.html#getSplash()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getStickers()","url":"com/aliucord/wrappers/GuildWrapper.html#getStickers()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getSystemChannelFlags()","url":"com/aliucord/wrappers/GuildWrapper.html#getSystemChannelFlags()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getSystemChannelId()","url":"com/aliucord/wrappers/GuildWrapper.html#getSystemChannelId()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getThreads()","url":"com/aliucord/wrappers/GuildWrapper.html#getThreads()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"isUnavailable()","url":"com/aliucord/wrappers/GuildWrapper.html#isUnavailable()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getVanityUrlCode()","url":"com/aliucord/wrappers/GuildWrapper.html#getVanityUrlCode()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"getVerificationLevel()","url":"com/aliucord/wrappers/GuildWrapper.html#getVerificationLevel()"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"raw()","url":"com/aliucord/wrappers/GuildWrapper.html#raw()"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper.Companion","l":"getId(PermissionOverwrite)","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.Companion.html#getId(com.discord.api.permission.PermissionOverwrite)"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper.Companion","l":"getAllowed(PermissionOverwrite)","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.Companion.html#getAllowed(com.discord.api.permission.PermissionOverwrite)"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper.Companion","l":"getDenied(PermissionOverwrite)","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.Companion.html#getDenied(com.discord.api.permission.PermissionOverwrite)"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper.Companion","l":"getType(PermissionOverwrite)","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.Companion.html#getType(com.discord.api.permission.PermissionOverwrite)"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper","l":"PermissionOverwriteWrapper(PermissionOverwrite)","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.html#PermissionOverwriteWrapper(com.discord.api.permission.PermissionOverwrite)"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper","l":"getId()","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.html#getId()"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper","l":"getAllowed()","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.html#getAllowed()"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper","l":"getDenied()","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.html#getDenied()"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper","l":"getType()","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.html#getType()"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper","l":"raw()","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.html#raw()"}, {"p":"com.aliucord.wrappers.embeds","c":"AuthorWrapper.Companion","l":"getName(EmbedAuthor)","url":"com/aliucord/wrappers/embeds/AuthorWrapper.Companion.html#getName(com.discord.api.message.embed.EmbedAuthor)"}, {"p":"com.aliucord.wrappers.embeds","c":"AuthorWrapper.Companion","l":"getProxyIconUrl(EmbedAuthor)","url":"com/aliucord/wrappers/embeds/AuthorWrapper.Companion.html#getProxyIconUrl(com.discord.api.message.embed.EmbedAuthor)"}, {"p":"com.aliucord.wrappers.embeds","c":"AuthorWrapper.Companion","l":"getUrl(EmbedAuthor)","url":"com/aliucord/wrappers/embeds/AuthorWrapper.Companion.html#getUrl(com.discord.api.message.embed.EmbedAuthor)"}, {"p":"com.aliucord.wrappers.embeds","c":"AuthorWrapper","l":"AuthorWrapper(EmbedAuthor)","url":"com/aliucord/wrappers/embeds/AuthorWrapper.html#AuthorWrapper(com.discord.api.message.embed.EmbedAuthor)"}, {"p":"com.aliucord.wrappers.embeds","c":"AuthorWrapper","l":"getName()","url":"com/aliucord/wrappers/embeds/AuthorWrapper.html#getName()"}, {"p":"com.aliucord.wrappers.embeds","c":"AuthorWrapper","l":"getProxyIconUrl()","url":"com/aliucord/wrappers/embeds/AuthorWrapper.html#getProxyIconUrl()"}, {"p":"com.aliucord.wrappers.embeds","c":"AuthorWrapper","l":"getUrl()","url":"com/aliucord/wrappers/embeds/AuthorWrapper.html#getUrl()"}, {"p":"com.aliucord.wrappers.embeds","c":"AuthorWrapper","l":"raw()","url":"com/aliucord/wrappers/embeds/AuthorWrapper.html#raw()"}, {"p":"com.aliucord.wrappers.embeds","c":"FieldWrapper.Companion","l":"getName(EmbedField)","url":"com/aliucord/wrappers/embeds/FieldWrapper.Companion.html#getName(com.discord.api.message.embed.EmbedField)"}, {"p":"com.aliucord.wrappers.embeds","c":"FieldWrapper.Companion","l":"getValue(EmbedField)","url":"com/aliucord/wrappers/embeds/FieldWrapper.Companion.html#getValue(com.discord.api.message.embed.EmbedField)"}, {"p":"com.aliucord.wrappers.embeds","c":"FieldWrapper.Companion","l":"isInline(EmbedField)","url":"com/aliucord/wrappers/embeds/FieldWrapper.Companion.html#isInline(com.discord.api.message.embed.EmbedField)"}, {"p":"com.aliucord.wrappers.embeds","c":"FieldWrapper","l":"FieldWrapper(EmbedField)","url":"com/aliucord/wrappers/embeds/FieldWrapper.html#FieldWrapper(com.discord.api.message.embed.EmbedField)"}, {"p":"com.aliucord.wrappers.embeds","c":"FieldWrapper","l":"getName()","url":"com/aliucord/wrappers/embeds/FieldWrapper.html#getName()"}, {"p":"com.aliucord.wrappers.embeds","c":"FieldWrapper","l":"getValue()","url":"com/aliucord/wrappers/embeds/FieldWrapper.html#getValue()"}, {"p":"com.aliucord.wrappers.embeds","c":"FieldWrapper","l":"isInline()","url":"com/aliucord/wrappers/embeds/FieldWrapper.html#isInline()"}, {"p":"com.aliucord.wrappers.embeds","c":"FieldWrapper","l":"raw()","url":"com/aliucord/wrappers/embeds/FieldWrapper.html#raw()"}, {"p":"com.aliucord.wrappers.embeds","c":"FooterWrapper.Companion","l":"getText(EmbedFooter)","url":"com/aliucord/wrappers/embeds/FooterWrapper.Companion.html#getText(com.discord.api.message.embed.EmbedFooter)"}, {"p":"com.aliucord.wrappers.embeds","c":"FooterWrapper.Companion","l":"getProxyIconUrl(EmbedFooter)","url":"com/aliucord/wrappers/embeds/FooterWrapper.Companion.html#getProxyIconUrl(com.discord.api.message.embed.EmbedFooter)"}, {"p":"com.aliucord.wrappers.embeds","c":"FooterWrapper.Companion","l":"getIconUrl(EmbedFooter)","url":"com/aliucord/wrappers/embeds/FooterWrapper.Companion.html#getIconUrl(com.discord.api.message.embed.EmbedFooter)"}, {"p":"com.aliucord.wrappers.embeds","c":"FooterWrapper","l":"FooterWrapper(EmbedFooter)","url":"com/aliucord/wrappers/embeds/FooterWrapper.html#FooterWrapper(com.discord.api.message.embed.EmbedFooter)"}, {"p":"com.aliucord.wrappers.embeds","c":"FooterWrapper","l":"getText()","url":"com/aliucord/wrappers/embeds/FooterWrapper.html#getText()"}, {"p":"com.aliucord.wrappers.embeds","c":"FooterWrapper","l":"getIconUrl()","url":"com/aliucord/wrappers/embeds/FooterWrapper.html#getIconUrl()"}, {"p":"com.aliucord.wrappers.embeds","c":"FooterWrapper","l":"getProxyIconUrl()","url":"com/aliucord/wrappers/embeds/FooterWrapper.html#getProxyIconUrl()"}, {"p":"com.aliucord.wrappers.embeds","c":"FooterWrapper","l":"raw()","url":"com/aliucord/wrappers/embeds/FooterWrapper.html#raw()"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper.Companion","l":"getUrl(EmbedImage)","url":"com/aliucord/wrappers/embeds/ImageWrapper.Companion.html#getUrl(com.discord.api.message.embed.EmbedImage)"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper.Companion","l":"getProxyUrl(EmbedImage)","url":"com/aliucord/wrappers/embeds/ImageWrapper.Companion.html#getProxyUrl(com.discord.api.message.embed.EmbedImage)"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper.Companion","l":"getHeight(EmbedImage)","url":"com/aliucord/wrappers/embeds/ImageWrapper.Companion.html#getHeight(com.discord.api.message.embed.EmbedImage)"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper.Companion","l":"getWidth(EmbedImage)","url":"com/aliucord/wrappers/embeds/ImageWrapper.Companion.html#getWidth(com.discord.api.message.embed.EmbedImage)"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper","l":"ImageWrapper(EmbedImage)","url":"com/aliucord/wrappers/embeds/ImageWrapper.html#ImageWrapper(com.discord.api.message.embed.EmbedImage)"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper","l":"getUrl()","url":"com/aliucord/wrappers/embeds/ImageWrapper.html#getUrl()"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper","l":"getProxyUrl()","url":"com/aliucord/wrappers/embeds/ImageWrapper.html#getProxyUrl()"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper","l":"getHeight()","url":"com/aliucord/wrappers/embeds/ImageWrapper.html#getHeight()"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper","l":"getWidth()","url":"com/aliucord/wrappers/embeds/ImageWrapper.html#getWidth()"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper","l":"raw()","url":"com/aliucord/wrappers/embeds/ImageWrapper.html#raw()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"getRawAuthor(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#getRawAuthor(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"getColor(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#getColor(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"getDescription(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#getDescription(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"getRawFields(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#getRawFields(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"getRawFooter(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#getRawFooter(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"getRawThumbnail(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#getRawThumbnail(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"getRawImage(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#getRawImage(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"getRawVideo(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#getRawVideo(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"getRawProvider(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#getRawProvider(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"getTimestamp(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#getTimestamp(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"getTitle(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#getTitle(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"getType(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#getType(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"getUrl(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#getUrl(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"MessageEmbedWrapper(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#MessageEmbedWrapper(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getAuthor()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getAuthor()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getRawAuthor()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getRawAuthor()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getColor()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getColor()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getDescription()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getDescription()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getFields()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getFields()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getRawFields()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getRawFields()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getFooter()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getFooter()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getRawFooter()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getRawFooter()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getThumbnail()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getThumbnail()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getRawThumbnail()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getRawThumbnail()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getImage()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getImage()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getRawImage()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getRawImage()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getVideo()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getVideo()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getRawVideo()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getRawVideo()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getProvider()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getProvider()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getRawProvider()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getRawProvider()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getTimestamp()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getTimestamp()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getTitle()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getTitle()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getType()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getType()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getUrl()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getUrl()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"raw()","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#raw()"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getAuthor(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getAuthor(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getFields(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getFields(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getFooter(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getFooter(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getImage(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getImage(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getProvider(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getProvider(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getThumbnail(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getThumbnail(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"getVideo(MessageEmbed)","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#getVideo(com.discord.api.message.embed.MessageEmbed)"}, {"p":"com.aliucord.wrappers.embeds","c":"ProviderWrapper.Companion","l":"getName(EmbedProvider)","url":"com/aliucord/wrappers/embeds/ProviderWrapper.Companion.html#getName(com.discord.api.message.embed.EmbedProvider)"}, {"p":"com.aliucord.wrappers.embeds","c":"ProviderWrapper.Companion","l":"getUrl(EmbedProvider)","url":"com/aliucord/wrappers/embeds/ProviderWrapper.Companion.html#getUrl(com.discord.api.message.embed.EmbedProvider)"}, {"p":"com.aliucord.wrappers.embeds","c":"ProviderWrapper","l":"ProviderWrapper(EmbedProvider)","url":"com/aliucord/wrappers/embeds/ProviderWrapper.html#ProviderWrapper(com.discord.api.message.embed.EmbedProvider)"}, {"p":"com.aliucord.wrappers.embeds","c":"ProviderWrapper","l":"getName()","url":"com/aliucord/wrappers/embeds/ProviderWrapper.html#getName()"}, {"p":"com.aliucord.wrappers.embeds","c":"ProviderWrapper","l":"getUrl()","url":"com/aliucord/wrappers/embeds/ProviderWrapper.html#getUrl()"}, {"p":"com.aliucord.wrappers.embeds","c":"ProviderWrapper","l":"raw()","url":"com/aliucord/wrappers/embeds/ProviderWrapper.html#raw()"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper.Companion","l":"getUrl(EmbedThumbnail)","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.Companion.html#getUrl(com.discord.api.message.embed.EmbedThumbnail)"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper.Companion","l":"getProxyUrl(EmbedThumbnail)","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.Companion.html#getProxyUrl(com.discord.api.message.embed.EmbedThumbnail)"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper.Companion","l":"getHeight(EmbedThumbnail)","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.Companion.html#getHeight(com.discord.api.message.embed.EmbedThumbnail)"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper.Companion","l":"getWidth(EmbedThumbnail)","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.Companion.html#getWidth(com.discord.api.message.embed.EmbedThumbnail)"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper","l":"ThumbnailWrapper(EmbedThumbnail)","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.html#ThumbnailWrapper(com.discord.api.message.embed.EmbedThumbnail)"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper","l":"getUrl()","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.html#getUrl()"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper","l":"getProxyUrl()","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.html#getProxyUrl()"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper","l":"getHeight()","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.html#getHeight()"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper","l":"getWidth()","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.html#getWidth()"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper","l":"raw()","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.html#raw()"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper.Companion","l":"getUrl(EmbedVideo)","url":"com/aliucord/wrappers/embeds/VideoWrapper.Companion.html#getUrl(com.discord.api.message.embed.EmbedVideo)"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper.Companion","l":"getProxyUrl(EmbedVideo)","url":"com/aliucord/wrappers/embeds/VideoWrapper.Companion.html#getProxyUrl(com.discord.api.message.embed.EmbedVideo)"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper.Companion","l":"getHeight(EmbedVideo)","url":"com/aliucord/wrappers/embeds/VideoWrapper.Companion.html#getHeight(com.discord.api.message.embed.EmbedVideo)"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper.Companion","l":"getWidth(EmbedVideo)","url":"com/aliucord/wrappers/embeds/VideoWrapper.Companion.html#getWidth(com.discord.api.message.embed.EmbedVideo)"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper","l":"VideoWrapper(EmbedVideo)","url":"com/aliucord/wrappers/embeds/VideoWrapper.html#VideoWrapper(com.discord.api.message.embed.EmbedVideo)"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper","l":"getUrl()","url":"com/aliucord/wrappers/embeds/VideoWrapper.html#getUrl()"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper","l":"getProxyUrl()","url":"com/aliucord/wrappers/embeds/VideoWrapper.html#getProxyUrl()"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper","l":"getHeight()","url":"com/aliucord/wrappers/embeds/VideoWrapper.html#getHeight()"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper","l":"getWidth()","url":"com/aliucord/wrappers/embeds/VideoWrapper.html#getWidth()"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper","l":"raw()","url":"com/aliucord/wrappers/embeds/VideoWrapper.html#raw()"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper.Companion","l":"getFilename(MessageAttachment)","url":"com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html#getFilename(com.discord.api.message.attachment.MessageAttachment)"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper.Companion","l":"getHeight(MessageAttachment)","url":"com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html#getHeight(com.discord.api.message.attachment.MessageAttachment)"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper.Companion","l":"getProxyUrl(MessageAttachment)","url":"com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html#getProxyUrl(com.discord.api.message.attachment.MessageAttachment)"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper.Companion","l":"getSize(MessageAttachment)","url":"com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html#getSize(com.discord.api.message.attachment.MessageAttachment)"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper.Companion","l":"getType(MessageAttachment)","url":"com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html#getType(com.discord.api.message.attachment.MessageAttachment)"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper.Companion","l":"getUrl(MessageAttachment)","url":"com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html#getUrl(com.discord.api.message.attachment.MessageAttachment)"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper.Companion","l":"getWidth(MessageAttachment)","url":"com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html#getWidth(com.discord.api.message.attachment.MessageAttachment)"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper","l":"AttachmentWrapper(MessageAttachment)","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html#AttachmentWrapper(com.discord.api.message.attachment.MessageAttachment)"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper","l":"getFilename()","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html#getFilename()"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper","l":"getHeight()","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html#getHeight()"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper","l":"getProxyUrl()","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html#getProxyUrl()"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper","l":"getSize()","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html#getSize()"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper","l":"getType()","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html#getType()"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper","l":"getUrl()","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html#getUrl()"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper","l":"getWidth()","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html#getWidth()"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper","l":"raw()","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html#raw()"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper.Companion","l":"getFormatType(BaseSticker)","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.Companion.html#getFormatType(com.discord.api.sticker.BaseSticker)"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper.Companion","l":"getFormat(BaseSticker)","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.Companion.html#getFormat(com.discord.api.sticker.BaseSticker)"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper.Companion","l":"getStickerPartial(BaseSticker)","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.Companion.html#getStickerPartial(com.discord.api.sticker.BaseSticker)"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper.Companion","l":"getId(BaseSticker)","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.Companion.html#getId(com.discord.api.sticker.BaseSticker)"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper","l":"BaseStickerWrapper(BaseSticker)","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.html#BaseStickerWrapper(com.discord.api.sticker.BaseSticker)"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper","l":"getFormatType()","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.html#getFormatType()"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper","l":"getFormat()","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.html#getFormat()"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper","l":"getStickerPartial()","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.html#getStickerPartial()"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper","l":"getId()","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.html#getId()"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper","l":"raw()","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.html#raw()"}, {"p":"com.aliucord","c":"Constants.Icons","l":"CLYDE","url":"com/aliucord/Constants.Icons.html#CLYDE"}, {"p":"com.aliucord","c":"Constants.Fonts","l":"ginto_bold","url":"com/aliucord/Constants.Fonts.html#ginto_bold"}, {"p":"com.aliucord","c":"Constants.Fonts","l":"ginto_medium","url":"com/aliucord/Constants.Fonts.html#ginto_medium"}, {"p":"com.aliucord","c":"Constants.Fonts","l":"ginto_regular","url":"com/aliucord/Constants.Fonts.html#ginto_regular"}, {"p":"com.aliucord","c":"Constants.Fonts","l":"roboto_medium_numbers","url":"com/aliucord/Constants.Fonts.html#roboto_medium_numbers"}, {"p":"com.aliucord","c":"Constants.Fonts","l":"sourcecodepro_semibold","url":"com/aliucord/Constants.Fonts.html#sourcecodepro_semibold"}, {"p":"com.aliucord","c":"Constants.Fonts","l":"whitney_bold","url":"com/aliucord/Constants.Fonts.html#whitney_bold"}, {"p":"com.aliucord","c":"Constants.Fonts","l":"whitney_medium","url":"com/aliucord/Constants.Fonts.html#whitney_medium"}, {"p":"com.aliucord","c":"Constants.Fonts","l":"whitney_semibold","url":"com/aliucord/Constants.Fonts.html#whitney_semibold"}, {"p":"com.aliucord","c":"Constants","l":"ALIUCORD_GITHUB_REPO","url":"com/aliucord/Constants.html#ALIUCORD_GITHUB_REPO"}, {"p":"com.aliucord","c":"Constants","l":"ALIUCORD_PATREON","url":"com/aliucord/Constants.html#ALIUCORD_PATREON"}, {"p":"com.aliucord","c":"Constants","l":"ALIUCORD_SUPPORT","url":"com/aliucord/Constants.html#ALIUCORD_SUPPORT"}, {"p":"com.aliucord","c":"Constants","l":"ALIUCORD_GUILD_ID","url":"com/aliucord/Constants.html#ALIUCORD_GUILD_ID"}, {"p":"com.aliucord","c":"Constants","l":"SUPPORT_CHANNEL_ID","url":"com/aliucord/Constants.html#SUPPORT_CHANNEL_ID"}, {"p":"com.aliucord","c":"Constants","l":"PLUGIN_SUPPORT_CHANNEL_ID","url":"com/aliucord/Constants.html#PLUGIN_SUPPORT_CHANNEL_ID"}, {"p":"com.aliucord","c":"Constants","l":"PLUGIN_LINKS_CHANNEL_ID","url":"com/aliucord/Constants.html#PLUGIN_LINKS_CHANNEL_ID"}, {"p":"com.aliucord","c":"Constants","l":"PLUGIN_LINKS_UPDATES_CHANNEL_ID","url":"com/aliucord/Constants.html#PLUGIN_LINKS_UPDATES_CHANNEL_ID"}, {"p":"com.aliucord","c":"Constants","l":"PLUGIN_REQUESTS_CHANNEL_ID","url":"com/aliucord/Constants.html#PLUGIN_REQUESTS_CHANNEL_ID"}, {"p":"com.aliucord","c":"Constants","l":"THEMES_CHANNEL_ID","url":"com/aliucord/Constants.html#THEMES_CHANNEL_ID"}, {"p":"com.aliucord","c":"Constants","l":"PLUGIN_DEVELOPMENT_CHANNEL_ID","url":"com/aliucord/Constants.html#PLUGIN_DEVELOPMENT_CHANNEL_ID"}, {"p":"com.aliucord","c":"Constants","l":"BASE_PATH","url":"com/aliucord/Constants.html#BASE_PATH"}, {"p":"com.aliucord","c":"Constants","l":"PLUGINS_PATH","url":"com/aliucord/Constants.html#PLUGINS_PATH"}, {"p":"com.aliucord","c":"Constants","l":"CRASHLOGS_PATH","url":"com/aliucord/Constants.html#CRASHLOGS_PATH"}, {"p":"com.aliucord","c":"Constants","l":"SETTINGS_PATH","url":"com/aliucord/Constants.html#SETTINGS_PATH"}, {"p":"com.aliucord","c":"Constants","l":"NAMESPACE_ANDROID","url":"com/aliucord/Constants.html#NAMESPACE_ANDROID"}, {"p":"com.aliucord","c":"Constants","l":"NAMESPACE_APP","url":"com/aliucord/Constants.html#NAMESPACE_APP"}, {"p":"com.aliucord","c":"Constants","l":"RELEASE_SUFFIX","url":"com/aliucord/Constants.html#RELEASE_SUFFIX"}, {"p":"com.aliucord","c":"Constants","l":"DISCORD_VERSION","url":"com/aliucord/Constants.html#DISCORD_VERSION"}, {"p":"com.aliucord","c":"Http.HttpException","l":"url","url":"com/aliucord/Http.HttpException.html#url"}, {"p":"com.aliucord","c":"Http.HttpException","l":"method","url":"com/aliucord/Http.HttpException.html#method"}, {"p":"com.aliucord","c":"Http.HttpException","l":"statusCode","url":"com/aliucord/Http.HttpException.html#statusCode"}, {"p":"com.aliucord","c":"Http.HttpException","l":"statusMessage","url":"com/aliucord/Http.HttpException.html#statusMessage"}, {"p":"com.aliucord","c":"Http.HttpException","l":"req","url":"com/aliucord/Http.HttpException.html#req"}, {"p":"com.aliucord","c":"Http.HttpException","l":"res","url":"com/aliucord/Http.HttpException.html#res"}, {"p":"com.aliucord","c":"Http.HttpException","l":"message","url":"com/aliucord/Http.HttpException.html#message"}, {"p":"com.aliucord","c":"Http.Request","l":"conn","url":"com/aliucord/Http.Request.html#conn"}, {"p":"com.aliucord","c":"Http.Response","l":"statusCode","url":"com/aliucord/Http.Response.html#statusCode"}, {"p":"com.aliucord","c":"Http.Response","l":"statusMessage","url":"com/aliucord/Http.Response.html#statusMessage"}, {"p":"com.aliucord","c":"Main","l":"preInitialized","url":"com/aliucord/Main.html#preInitialized"}, {"p":"com.aliucord","c":"Main","l":"initialized","url":"com/aliucord/Main.html#initialized"}, {"p":"com.aliucord","c":"Main","l":"logger","url":"com/aliucord/Main.html#logger"}, {"p":"com.aliucord","c":"Main","l":"settings","url":"com/aliucord/Main.html#settings"}, {"p":"com.aliucord","c":"PluginManager","l":"plugins","url":"com/aliucord/PluginManager.html#plugins"}, {"p":"com.aliucord","c":"PluginManager","l":"classLoaders","url":"com/aliucord/PluginManager.html#classLoaders"}, {"p":"com.aliucord","c":"PluginManager","l":"logger","url":"com/aliucord/PluginManager.html#logger"}, {"p":"com.aliucord","c":"PluginManager","l":"failedToLoad","url":"com/aliucord/PluginManager.html#failedToLoad"}, {"p":"com.aliucord","c":"Logger","l":"module","url":"com/aliucord/Logger.html#module"}, {"p":"com.aliucord","c":"Utils","l":"mainThread","url":"com/aliucord/Utils.html#mainThread"}, {"p":"com.aliucord","c":"Utils","l":"threadPool","url":"com/aliucord/Utils.html#threadPool"}, {"p":"com.aliucord","c":"Utils","l":"appActivity","url":"com/aliucord/Utils.html#appActivity"}, {"p":"com.aliucord","c":"Utils","l":"appContext","url":"com/aliucord/Utils.html#appContext"}, {"p":"com.aliucord","c":"Utils","l":"isDebuggable","url":"com/aliucord/Utils.html#isDebuggable()"}, {"p":"com.aliucord","c":"Utils","l":"widgetChatList","url":"com/aliucord/Utils.html#widgetChatList"}, {"p":"com.aliucord","c":"Utils","l":"INSTANCE","url":"com/aliucord/Utils.html#INSTANCE"}, {"p":"com.aliucord.utils","c":"MDUtils.RenderContext","l":"context","url":"com/aliucord/utils/MDUtils.RenderContext.html#context"}, {"p":"com.aliucord.utils","c":"MDUtils","l":"parser","url":"com/aliucord/utils/MDUtils.html#parser"}, {"p":"com.aliucord.utils","c":"ChangelogUtils.FooterAction","l":"CREATOR","url":"com/aliucord/utils/ChangelogUtils.FooterAction.html#CREATOR"}, {"p":"com.aliucord.utils","c":"ChangelogUtils.FooterAction","l":"drawableResourceId","url":"com/aliucord/utils/ChangelogUtils.FooterAction.html#drawableResourceId"}, {"p":"com.aliucord.utils","c":"ChangelogUtils.FooterAction","l":"url","url":"com/aliucord/utils/ChangelogUtils.FooterAction.html#url"}, {"p":"com.aliucord.utils","c":"ChangelogUtils","l":"INSTANCE","url":"com/aliucord/utils/ChangelogUtils.html#INSTANCE"}, {"p":"com.aliucord.utils","c":"DimenUtils","l":"defaultPadding","url":"com/aliucord/utils/DimenUtils.html#defaultPadding"}, {"p":"com.aliucord.utils","c":"DimenUtils","l":"defaultCardRadius","url":"com/aliucord/utils/DimenUtils.html#defaultCardRadius"}, {"p":"com.aliucord.utils","c":"DimenUtils","l":"dp","url":"com/aliucord/utils/DimenUtils.html#dp"}, {"p":"com.aliucord.utils","c":"DimenUtils","l":"INSTANCE","url":"com/aliucord/utils/DimenUtils.html#INSTANCE"}, {"p":"com.aliucord.utils","c":"GsonUtils","l":"gson","url":"com/aliucord/utils/GsonUtils.html#gson"}, {"p":"com.aliucord.utils","c":"GsonUtils","l":"gsonPretty","url":"com/aliucord/utils/GsonUtils.html#gsonPretty"}, {"p":"com.aliucord.utils","c":"GsonUtils","l":"gsonRestApi","url":"com/aliucord/utils/GsonUtils.html#gsonRestApi"}, {"p":"com.aliucord.utils","c":"GsonUtils","l":"INSTANCE","url":"com/aliucord/utils/GsonUtils.html#INSTANCE"}, {"p":"com.aliucord.utils","c":"RNSuperProperties","l":"vendorId","url":"com/aliucord/utils/RNSuperProperties.html#vendorId"}, {"p":"com.aliucord.utils","c":"RNSuperProperties","l":"superProperties","url":"com/aliucord/utils/RNSuperProperties.html#superProperties"}, {"p":"com.aliucord.utils","c":"RNSuperProperties","l":"superPropertiesBase64","url":"com/aliucord/utils/RNSuperProperties.html#superPropertiesBase64"}, {"p":"com.aliucord.utils","c":"RNSuperProperties","l":"versionCode","url":"com/aliucord/utils/RNSuperProperties.html#versionCode"}, {"p":"com.aliucord.utils","c":"RNSuperProperties","l":"versionString","url":"com/aliucord/utils/RNSuperProperties.html#versionString"}, {"p":"com.aliucord.utils","c":"RNSuperProperties","l":"userAgent","url":"com/aliucord/utils/RNSuperProperties.html#userAgent"}, {"p":"com.aliucord.utils","c":"RNSuperProperties","l":"INSTANCE","url":"com/aliucord/utils/RNSuperProperties.html#INSTANCE"}, {"p":"com.aliucord.utils","c":"RxUtils","l":"empty","url":"com/aliucord/utils/RxUtils.html#empty"}, {"p":"com.aliucord.utils","c":"RxUtils","l":"INSTANCE","url":"com/aliucord/utils/RxUtils.html#INSTANCE"}, {"p":"com.aliucord.fragments","c":"AppFragmentProxy","l":"fragments","url":"com/aliucord/fragments/FragmentProxy.html#fragments"}, {"p":"com.aliucord.fragments","c":"FragmentProxy","l":"fragments","url":"com/aliucord/fragments/FragmentProxy.html#fragments"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"isRecreated","url":"com/aliucord/fragments/SelectDialog.html#isRecreated()"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"unsubscribeSignal","url":"com/aliucord/fragments/SelectDialog.html#unsubscribeSignal"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"STYLE_NORMAL","url":"com/aliucord/widgets/BottomSheet.html#STYLE_NORMAL"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"STYLE_NO_TITLE","url":"com/aliucord/widgets/BottomSheet.html#STYLE_NO_TITLE"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"STYLE_NO_FRAME","url":"com/aliucord/widgets/BottomSheet.html#STYLE_NO_FRAME"}, {"p":"com.aliucord.fragments","c":"ConfirmDialog","l":"STYLE_NO_INPUT","url":"com/aliucord/widgets/BottomSheet.html#STYLE_NO_INPUT"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"isRecreated","url":"com/aliucord/settings/FailedPluginsPage.html#isRecreated()"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"loggingConfig","url":"com/aliucord/settings/FailedPluginsPage.html#loggingConfig"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"unsubscribeSignal","url":"com/aliucord/settings/FailedPluginsPage.html#unsubscribeSignal"}, {"p":"com.aliucord.fragments","c":"SettingsPage","l":"a","url":"com/aliucord/settings/Updater.html#a"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"isRecreated","url":"com/aliucord/fragments/SelectDialog.html#isRecreated()"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"unsubscribeSignal","url":"com/aliucord/fragments/SelectDialog.html#unsubscribeSignal"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"STYLE_NORMAL","url":"com/aliucord/widgets/BottomSheet.html#STYLE_NORMAL"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"STYLE_NO_TITLE","url":"com/aliucord/widgets/BottomSheet.html#STYLE_NO_TITLE"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"STYLE_NO_FRAME","url":"com/aliucord/widgets/BottomSheet.html#STYLE_NO_FRAME"}, {"p":"com.aliucord.fragments","c":"InputDialog","l":"STYLE_NO_INPUT","url":"com/aliucord/widgets/BottomSheet.html#STYLE_NO_INPUT"}, {"p":"com.aliucord.fragments","c":"SelectDialog","l":"onResultListener","url":"com/aliucord/fragments/SelectDialog.html#onResultListener"}, {"p":"com.aliucord.fragments","c":"SelectDialog","l":"items","url":"com/aliucord/fragments/SelectDialog.html#items"}, {"p":"com.aliucord.fragments","c":"SelectDialog","l":"title","url":"com/aliucord/fragments/SelectDialog.html#title"}, {"p":"com.aliucord.fragments","c":"SelectDialog","l":"isRecreated","url":"com/aliucord/fragments/SelectDialog.html#isRecreated()"}, {"p":"com.aliucord.fragments","c":"SelectDialog","l":"unsubscribeSignal","url":"com/aliucord/fragments/SelectDialog.html#unsubscribeSignal"}, {"p":"com.aliucord.views","c":"Divider","l":"ACCESSIBILITY_LIVE_REGION_ASSERTIVE","url":"com/aliucord/widgets/PluginCard.html#ACCESSIBILITY_LIVE_REGION_ASSERTIVE"}, {"p":"com.aliucord.views","c":"Divider","l":"ACCESSIBILITY_LIVE_REGION_NONE","url":"com/aliucord/widgets/PluginCard.html#ACCESSIBILITY_LIVE_REGION_NONE"}, {"p":"com.aliucord.views","c":"Divider","l":"ACCESSIBILITY_LIVE_REGION_POLITE","url":"com/aliucord/widgets/PluginCard.html#ACCESSIBILITY_LIVE_REGION_POLITE"}, {"p":"com.aliucord.views","c":"Divider","l":"ALPHA","url":"com/aliucord/widgets/PluginCard.html#ALPHA"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_HINT_CREDIT_CARD_NUMBER","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_NUMBER"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_HINT_EMAIL_ADDRESS","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_EMAIL_ADDRESS"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_HINT_NAME","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_NAME"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_HINT_PASSWORD","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_PASSWORD"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_HINT_PHONE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_PHONE"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_HINT_POSTAL_ADDRESS","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_POSTAL_ADDRESS"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_HINT_POSTAL_CODE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_POSTAL_CODE"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_HINT_USERNAME","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_USERNAME"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_TYPE_DATE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_DATE"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_TYPE_LIST","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_LIST"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_TYPE_NONE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_NONE"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_TYPE_TEXT","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_TEXT"}, {"p":"com.aliucord.views","c":"Divider","l":"AUTOFILL_TYPE_TOGGLE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_TOGGLE"}, {"p":"com.aliucord.views","c":"Divider","l":"DRAG_FLAG_GLOBAL","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL"}, {"p":"com.aliucord.views","c":"Divider","l":"DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION"}, {"p":"com.aliucord.views","c":"Divider","l":"DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION"}, {"p":"com.aliucord.views","c":"Divider","l":"DRAG_FLAG_GLOBAL_URI_READ","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_URI_READ"}, {"p":"com.aliucord.views","c":"Divider","l":"DRAG_FLAG_GLOBAL_URI_WRITE","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_URI_WRITE"}, {"p":"com.aliucord.views","c":"Divider","l":"DRAG_FLAG_OPAQUE","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_OPAQUE"}, {"p":"com.aliucord.views","c":"Divider","l":"DRAWING_CACHE_QUALITY_AUTO","url":"com/aliucord/widgets/PluginCard.html#DRAWING_CACHE_QUALITY_AUTO"}, {"p":"com.aliucord.views","c":"Divider","l":"DRAWING_CACHE_QUALITY_HIGH","url":"com/aliucord/widgets/PluginCard.html#DRAWING_CACHE_QUALITY_HIGH"}, {"p":"com.aliucord.views","c":"Divider","l":"DRAWING_CACHE_QUALITY_LOW","url":"com/aliucord/widgets/PluginCard.html#DRAWING_CACHE_QUALITY_LOW"}, {"p":"com.aliucord.views","c":"Divider","l":"FIND_VIEWS_WITH_CONTENT_DESCRIPTION","url":"com/aliucord/widgets/PluginCard.html#FIND_VIEWS_WITH_CONTENT_DESCRIPTION"}, {"p":"com.aliucord.views","c":"Divider","l":"FIND_VIEWS_WITH_TEXT","url":"com/aliucord/widgets/PluginCard.html#FIND_VIEWS_WITH_TEXT"}, {"p":"com.aliucord.views","c":"Divider","l":"FOCUSABLE","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLE"}, {"p":"com.aliucord.views","c":"Divider","l":"FOCUSABLES_ALL","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLES_ALL"}, {"p":"com.aliucord.views","c":"Divider","l":"FOCUSABLES_TOUCH_MODE","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLES_TOUCH_MODE"}, {"p":"com.aliucord.views","c":"Divider","l":"FOCUSABLE_AUTO","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLE_AUTO"}, {"p":"com.aliucord.views","c":"Divider","l":"FOCUS_BACKWARD","url":"com/aliucord/widgets/PluginCard.html#FOCUS_BACKWARD"}, {"p":"com.aliucord.views","c":"Divider","l":"FOCUS_DOWN","url":"com/aliucord/widgets/PluginCard.html#FOCUS_DOWN"}, {"p":"com.aliucord.views","c":"Divider","l":"FOCUS_FORWARD","url":"com/aliucord/widgets/PluginCard.html#FOCUS_FORWARD"}, {"p":"com.aliucord.views","c":"Divider","l":"FOCUS_LEFT","url":"com/aliucord/widgets/PluginCard.html#FOCUS_LEFT"}, {"p":"com.aliucord.views","c":"Divider","l":"FOCUS_RIGHT","url":"com/aliucord/widgets/PluginCard.html#FOCUS_RIGHT"}, {"p":"com.aliucord.views","c":"Divider","l":"FOCUS_UP","url":"com/aliucord/widgets/PluginCard.html#FOCUS_UP"}, {"p":"com.aliucord.views","c":"Divider","l":"GONE","url":"com/aliucord/widgets/PluginCard.html#GONE"}, {"p":"com.aliucord.views","c":"Divider","l":"HAPTIC_FEEDBACK_ENABLED","url":"com/aliucord/widgets/PluginCard.html#HAPTIC_FEEDBACK_ENABLED"}, {"p":"com.aliucord.views","c":"Divider","l":"IMPORTANT_FOR_ACCESSIBILITY_AUTO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_AUTO"}, {"p":"com.aliucord.views","c":"Divider","l":"IMPORTANT_FOR_ACCESSIBILITY_NO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_NO"}, {"p":"com.aliucord.views","c":"Divider","l":"IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"Divider","l":"IMPORTANT_FOR_ACCESSIBILITY_YES","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_YES"}, {"p":"com.aliucord.views","c":"Divider","l":"IMPORTANT_FOR_AUTOFILL_AUTO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_AUTO"}, {"p":"com.aliucord.views","c":"Divider","l":"IMPORTANT_FOR_AUTOFILL_NO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_NO"}, {"p":"com.aliucord.views","c":"Divider","l":"IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"Divider","l":"IMPORTANT_FOR_AUTOFILL_YES","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_YES"}, {"p":"com.aliucord.views","c":"Divider","l":"IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"Divider","l":"IMPORTANT_FOR_CONTENT_CAPTURE_AUTO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_AUTO"}, {"p":"com.aliucord.views","c":"Divider","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO"}, {"p":"com.aliucord.views","c":"Divider","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"Divider","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES"}, {"p":"com.aliucord.views","c":"Divider","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"Divider","l":"INVISIBLE","url":"com/aliucord/widgets/PluginCard.html#INVISIBLE"}, {"p":"com.aliucord.views","c":"Divider","l":"KEEP_SCREEN_ON","url":"com/aliucord/widgets/PluginCard.html#KEEP_SCREEN_ON"}, {"p":"com.aliucord.views","c":"Divider","l":"LAYER_TYPE_HARDWARE","url":"com/aliucord/widgets/PluginCard.html#LAYER_TYPE_HARDWARE"}, {"p":"com.aliucord.views","c":"Divider","l":"LAYER_TYPE_NONE","url":"com/aliucord/widgets/PluginCard.html#LAYER_TYPE_NONE"}, {"p":"com.aliucord.views","c":"Divider","l":"LAYER_TYPE_SOFTWARE","url":"com/aliucord/widgets/PluginCard.html#LAYER_TYPE_SOFTWARE"}, {"p":"com.aliucord.views","c":"Divider","l":"LAYOUT_DIRECTION_INHERIT","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_INHERIT"}, {"p":"com.aliucord.views","c":"Divider","l":"LAYOUT_DIRECTION_LOCALE","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_LOCALE"}, {"p":"com.aliucord.views","c":"Divider","l":"LAYOUT_DIRECTION_LTR","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_LTR"}, {"p":"com.aliucord.views","c":"Divider","l":"LAYOUT_DIRECTION_RTL","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_RTL"}, {"p":"com.aliucord.views","c":"Divider","l":"MEASURED_HEIGHT_STATE_SHIFT","url":"com/aliucord/widgets/PluginCard.html#MEASURED_HEIGHT_STATE_SHIFT"}, {"p":"com.aliucord.views","c":"Divider","l":"MEASURED_SIZE_MASK","url":"com/aliucord/widgets/PluginCard.html#MEASURED_SIZE_MASK"}, {"p":"com.aliucord.views","c":"Divider","l":"MEASURED_STATE_MASK","url":"com/aliucord/widgets/PluginCard.html#MEASURED_STATE_MASK"}, {"p":"com.aliucord.views","c":"Divider","l":"MEASURED_STATE_TOO_SMALL","url":"com/aliucord/widgets/PluginCard.html#MEASURED_STATE_TOO_SMALL"}, {"p":"com.aliucord.views","c":"Divider","l":"NOT_FOCUSABLE","url":"com/aliucord/widgets/PluginCard.html#NOT_FOCUSABLE"}, {"p":"com.aliucord.views","c":"Divider","l":"NO_ID","url":"com/aliucord/widgets/PluginCard.html#NO_ID"}, {"p":"com.aliucord.views","c":"Divider","l":"OVER_SCROLL_ALWAYS","url":"com/aliucord/widgets/PluginCard.html#OVER_SCROLL_ALWAYS"}, {"p":"com.aliucord.views","c":"Divider","l":"OVER_SCROLL_IF_CONTENT_SCROLLS","url":"com/aliucord/widgets/PluginCard.html#OVER_SCROLL_IF_CONTENT_SCROLLS"}, {"p":"com.aliucord.views","c":"Divider","l":"OVER_SCROLL_NEVER","url":"com/aliucord/widgets/PluginCard.html#OVER_SCROLL_NEVER"}, {"p":"com.aliucord.views","c":"Divider","l":"ROTATION","url":"com/aliucord/widgets/PluginCard.html#ROTATION"}, {"p":"com.aliucord.views","c":"Divider","l":"ROTATION_X","url":"com/aliucord/widgets/PluginCard.html#ROTATION_X"}, {"p":"com.aliucord.views","c":"Divider","l":"ROTATION_Y","url":"com/aliucord/widgets/PluginCard.html#ROTATION_Y"}, {"p":"com.aliucord.views","c":"Divider","l":"SCALE_X","url":"com/aliucord/widgets/PluginCard.html#SCALE_X"}, {"p":"com.aliucord.views","c":"Divider","l":"SCALE_Y","url":"com/aliucord/widgets/PluginCard.html#SCALE_Y"}, {"p":"com.aliucord.views","c":"Divider","l":"SCREEN_STATE_OFF","url":"com/aliucord/widgets/PluginCard.html#SCREEN_STATE_OFF"}, {"p":"com.aliucord.views","c":"Divider","l":"SCREEN_STATE_ON","url":"com/aliucord/widgets/PluginCard.html#SCREEN_STATE_ON"}, {"p":"com.aliucord.views","c":"Divider","l":"SCROLLBARS_INSIDE_INSET","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_INSIDE_INSET"}, {"p":"com.aliucord.views","c":"Divider","l":"SCROLLBARS_INSIDE_OVERLAY","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_INSIDE_OVERLAY"}, {"p":"com.aliucord.views","c":"Divider","l":"SCROLLBARS_OUTSIDE_INSET","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_OUTSIDE_INSET"}, {"p":"com.aliucord.views","c":"Divider","l":"SCROLLBARS_OUTSIDE_OVERLAY","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_OUTSIDE_OVERLAY"}, {"p":"com.aliucord.views","c":"Divider","l":"SCROLLBAR_POSITION_DEFAULT","url":"com/aliucord/widgets/PluginCard.html#SCROLLBAR_POSITION_DEFAULT"}, {"p":"com.aliucord.views","c":"Divider","l":"SCROLLBAR_POSITION_LEFT","url":"com/aliucord/widgets/PluginCard.html#SCROLLBAR_POSITION_LEFT"}, {"p":"com.aliucord.views","c":"Divider","l":"SCROLLBAR_POSITION_RIGHT","url":"com/aliucord/widgets/PluginCard.html#SCROLLBAR_POSITION_RIGHT"}, {"p":"com.aliucord.views","c":"Divider","l":"SCROLL_AXIS_HORIZONTAL","url":"com/aliucord/widgets/PluginCard.html#SCROLL_AXIS_HORIZONTAL"}, {"p":"com.aliucord.views","c":"Divider","l":"SCROLL_AXIS_NONE","url":"com/aliucord/widgets/PluginCard.html#SCROLL_AXIS_NONE"}, {"p":"com.aliucord.views","c":"Divider","l":"SCROLL_AXIS_VERTICAL","url":"com/aliucord/widgets/PluginCard.html#SCROLL_AXIS_VERTICAL"}, {"p":"com.aliucord.views","c":"Divider","l":"SCROLL_INDICATOR_BOTTOM","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_BOTTOM"}, {"p":"com.aliucord.views","c":"Divider","l":"SCROLL_INDICATOR_END","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_END"}, {"p":"com.aliucord.views","c":"Divider","l":"SCROLL_INDICATOR_LEFT","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_LEFT"}, {"p":"com.aliucord.views","c":"Divider","l":"SCROLL_INDICATOR_RIGHT","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_RIGHT"}, {"p":"com.aliucord.views","c":"Divider","l":"SCROLL_INDICATOR_START","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_START"}, {"p":"com.aliucord.views","c":"Divider","l":"SCROLL_INDICATOR_TOP","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_TOP"}, {"p":"com.aliucord.views","c":"Divider","l":"SOUND_EFFECTS_ENABLED","url":"com/aliucord/widgets/PluginCard.html#SOUND_EFFECTS_ENABLED"}, {"p":"com.aliucord.views","c":"Divider","l":"STATUS_BAR_HIDDEN","url":"com/aliucord/widgets/PluginCard.html#STATUS_BAR_HIDDEN"}, {"p":"com.aliucord.views","c":"Divider","l":"STATUS_BAR_VISIBLE","url":"com/aliucord/widgets/PluginCard.html#STATUS_BAR_VISIBLE"}, {"p":"com.aliucord.views","c":"Divider","l":"SYSTEM_UI_FLAG_FULLSCREEN","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_FULLSCREEN"}, {"p":"com.aliucord.views","c":"Divider","l":"SYSTEM_UI_FLAG_HIDE_NAVIGATION","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_HIDE_NAVIGATION"}, {"p":"com.aliucord.views","c":"Divider","l":"SYSTEM_UI_FLAG_IMMERSIVE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_IMMERSIVE"}, {"p":"com.aliucord.views","c":"Divider","l":"SYSTEM_UI_FLAG_IMMERSIVE_STICKY","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_IMMERSIVE_STICKY"}, {"p":"com.aliucord.views","c":"Divider","l":"SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN"}, {"p":"com.aliucord.views","c":"Divider","l":"SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION"}, {"p":"com.aliucord.views","c":"Divider","l":"SYSTEM_UI_FLAG_LAYOUT_STABLE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LAYOUT_STABLE"}, {"p":"com.aliucord.views","c":"Divider","l":"SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR"}, {"p":"com.aliucord.views","c":"Divider","l":"SYSTEM_UI_FLAG_LIGHT_STATUS_BAR","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LIGHT_STATUS_BAR"}, {"p":"com.aliucord.views","c":"Divider","l":"SYSTEM_UI_FLAG_LOW_PROFILE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LOW_PROFILE"}, {"p":"com.aliucord.views","c":"Divider","l":"SYSTEM_UI_FLAG_VISIBLE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_VISIBLE"}, {"p":"com.aliucord.views","c":"Divider","l":"SYSTEM_UI_LAYOUT_FLAGS","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_LAYOUT_FLAGS"}, {"p":"com.aliucord.views","c":"Divider","l":"TEXT_ALIGNMENT_CENTER","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_CENTER"}, {"p":"com.aliucord.views","c":"Divider","l":"TEXT_ALIGNMENT_GRAVITY","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_GRAVITY"}, {"p":"com.aliucord.views","c":"Divider","l":"TEXT_ALIGNMENT_INHERIT","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_INHERIT"}, {"p":"com.aliucord.views","c":"Divider","l":"TEXT_ALIGNMENT_TEXT_END","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_TEXT_END"}, {"p":"com.aliucord.views","c":"Divider","l":"TEXT_ALIGNMENT_TEXT_START","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_TEXT_START"}, {"p":"com.aliucord.views","c":"Divider","l":"TEXT_ALIGNMENT_VIEW_END","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_VIEW_END"}, {"p":"com.aliucord.views","c":"Divider","l":"TEXT_ALIGNMENT_VIEW_START","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_VIEW_START"}, {"p":"com.aliucord.views","c":"Divider","l":"TEXT_DIRECTION_ANY_RTL","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_ANY_RTL"}, {"p":"com.aliucord.views","c":"Divider","l":"TEXT_DIRECTION_FIRST_STRONG","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_FIRST_STRONG"}, {"p":"com.aliucord.views","c":"Divider","l":"TEXT_DIRECTION_FIRST_STRONG_LTR","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_FIRST_STRONG_LTR"}, {"p":"com.aliucord.views","c":"Divider","l":"TEXT_DIRECTION_FIRST_STRONG_RTL","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_FIRST_STRONG_RTL"}, {"p":"com.aliucord.views","c":"Divider","l":"TEXT_DIRECTION_INHERIT","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_INHERIT"}, {"p":"com.aliucord.views","c":"Divider","l":"TEXT_DIRECTION_LOCALE","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_LOCALE"}, {"p":"com.aliucord.views","c":"Divider","l":"TEXT_DIRECTION_LTR","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_LTR"}, {"p":"com.aliucord.views","c":"Divider","l":"TEXT_DIRECTION_RTL","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_RTL"}, {"p":"com.aliucord.views","c":"Divider","l":"TRANSLATION_X","url":"com/aliucord/widgets/PluginCard.html#TRANSLATION_X"}, {"p":"com.aliucord.views","c":"Divider","l":"TRANSLATION_Y","url":"com/aliucord/widgets/PluginCard.html#TRANSLATION_Y"}, {"p":"com.aliucord.views","c":"Divider","l":"TRANSLATION_Z","url":"com/aliucord/widgets/PluginCard.html#TRANSLATION_Z"}, {"p":"com.aliucord.views","c":"Divider","l":"VISIBLE","url":"com/aliucord/widgets/PluginCard.html#VISIBLE"}, {"p":"com.aliucord.views","c":"Divider","l":"X","url":"com/aliucord/widgets/PluginCard.html#X"}, {"p":"com.aliucord.views","c":"Divider","l":"Y","url":"com/aliucord/widgets/PluginCard.html#Y"}, {"p":"com.aliucord.views","c":"Divider","l":"Z","url":"com/aliucord/widgets/PluginCard.html#Z"}, {"p":"com.aliucord.views","c":"DangerButton","l":"ICON_GRAVITY_START","url":"com/aliucord/views/Button.html#ICON_GRAVITY_START"}, {"p":"com.aliucord.views","c":"DangerButton","l":"ICON_GRAVITY_TEXT_START","url":"com/aliucord/views/Button.html#ICON_GRAVITY_TEXT_START"}, {"p":"com.aliucord.views","c":"DangerButton","l":"ICON_GRAVITY_END","url":"com/aliucord/views/Button.html#ICON_GRAVITY_END"}, {"p":"com.aliucord.views","c":"DangerButton","l":"ICON_GRAVITY_TEXT_END","url":"com/aliucord/views/Button.html#ICON_GRAVITY_TEXT_END"}, {"p":"com.aliucord.views","c":"DangerButton","l":"ICON_GRAVITY_TOP","url":"com/aliucord/views/Button.html#ICON_GRAVITY_TOP"}, {"p":"com.aliucord.views","c":"DangerButton","l":"ICON_GRAVITY_TEXT_TOP","url":"com/aliucord/views/Button.html#ICON_GRAVITY_TEXT_TOP"}, {"p":"com.aliucord.views","c":"DangerButton","l":"iconTintMode","url":"com/aliucord/views/Button.html#iconTintMode"}, {"p":"com.aliucord.views","c":"DangerButton","l":"iconTint","url":"com/aliucord/views/Button.html#iconTint"}, {"p":"com.aliucord.views","c":"DangerButton","l":"icon","url":"com/aliucord/views/Button.html#icon"}, {"p":"com.aliucord.views","c":"DangerButton","l":"iconSize","url":"com/aliucord/views/Button.html#iconSize"}, {"p":"com.aliucord.views","c":"DangerButton","l":"iconPadding","url":"com/aliucord/views/Button.html#iconPadding"}, {"p":"com.aliucord.views","c":"DangerButton","l":"iconGravity","url":"com/aliucord/views/Button.html#iconGravity"}, {"p":"com.aliucord.views","c":"DangerButton","l":"PLATFORM_SUPPORTS_AUTOSIZE","url":"com/aliucord/views/Button.html#PLATFORM_SUPPORTS_AUTOSIZE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTO_SIZE_TEXT_TYPE_NONE","url":"com/aliucord/views/Button.html#AUTO_SIZE_TEXT_TYPE_NONE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTO_SIZE_TEXT_TYPE_UNIFORM","url":"com/aliucord/views/Button.html#AUTO_SIZE_TEXT_TYPE_UNIFORM"}, {"p":"com.aliucord.views","c":"DangerButton","l":"ACCESSIBILITY_LIVE_REGION_ASSERTIVE","url":"com/aliucord/widgets/PluginCard.html#ACCESSIBILITY_LIVE_REGION_ASSERTIVE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"ACCESSIBILITY_LIVE_REGION_NONE","url":"com/aliucord/widgets/PluginCard.html#ACCESSIBILITY_LIVE_REGION_NONE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"ACCESSIBILITY_LIVE_REGION_POLITE","url":"com/aliucord/widgets/PluginCard.html#ACCESSIBILITY_LIVE_REGION_POLITE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"ALPHA","url":"com/aliucord/widgets/PluginCard.html#ALPHA"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_HINT_CREDIT_CARD_NUMBER","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_NUMBER"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_HINT_EMAIL_ADDRESS","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_EMAIL_ADDRESS"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_HINT_NAME","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_NAME"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_HINT_PASSWORD","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_PASSWORD"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_HINT_PHONE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_PHONE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_HINT_POSTAL_ADDRESS","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_POSTAL_ADDRESS"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_HINT_POSTAL_CODE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_POSTAL_CODE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_HINT_USERNAME","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_USERNAME"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_TYPE_DATE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_DATE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_TYPE_LIST","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_LIST"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_TYPE_NONE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_NONE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_TYPE_TEXT","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_TEXT"}, {"p":"com.aliucord.views","c":"DangerButton","l":"AUTOFILL_TYPE_TOGGLE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_TOGGLE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"DRAG_FLAG_GLOBAL","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL"}, {"p":"com.aliucord.views","c":"DangerButton","l":"DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION"}, {"p":"com.aliucord.views","c":"DangerButton","l":"DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION"}, {"p":"com.aliucord.views","c":"DangerButton","l":"DRAG_FLAG_GLOBAL_URI_READ","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_URI_READ"}, {"p":"com.aliucord.views","c":"DangerButton","l":"DRAG_FLAG_GLOBAL_URI_WRITE","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_URI_WRITE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"DRAG_FLAG_OPAQUE","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_OPAQUE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"DRAWING_CACHE_QUALITY_AUTO","url":"com/aliucord/widgets/PluginCard.html#DRAWING_CACHE_QUALITY_AUTO"}, {"p":"com.aliucord.views","c":"DangerButton","l":"DRAWING_CACHE_QUALITY_HIGH","url":"com/aliucord/widgets/PluginCard.html#DRAWING_CACHE_QUALITY_HIGH"}, {"p":"com.aliucord.views","c":"DangerButton","l":"DRAWING_CACHE_QUALITY_LOW","url":"com/aliucord/widgets/PluginCard.html#DRAWING_CACHE_QUALITY_LOW"}, {"p":"com.aliucord.views","c":"DangerButton","l":"FIND_VIEWS_WITH_CONTENT_DESCRIPTION","url":"com/aliucord/widgets/PluginCard.html#FIND_VIEWS_WITH_CONTENT_DESCRIPTION"}, {"p":"com.aliucord.views","c":"DangerButton","l":"FIND_VIEWS_WITH_TEXT","url":"com/aliucord/widgets/PluginCard.html#FIND_VIEWS_WITH_TEXT"}, {"p":"com.aliucord.views","c":"DangerButton","l":"FOCUSABLE","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"FOCUSABLES_ALL","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLES_ALL"}, {"p":"com.aliucord.views","c":"DangerButton","l":"FOCUSABLES_TOUCH_MODE","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLES_TOUCH_MODE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"FOCUSABLE_AUTO","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLE_AUTO"}, {"p":"com.aliucord.views","c":"DangerButton","l":"FOCUS_BACKWARD","url":"com/aliucord/widgets/PluginCard.html#FOCUS_BACKWARD"}, {"p":"com.aliucord.views","c":"DangerButton","l":"FOCUS_DOWN","url":"com/aliucord/widgets/PluginCard.html#FOCUS_DOWN"}, {"p":"com.aliucord.views","c":"DangerButton","l":"FOCUS_FORWARD","url":"com/aliucord/widgets/PluginCard.html#FOCUS_FORWARD"}, {"p":"com.aliucord.views","c":"DangerButton","l":"FOCUS_LEFT","url":"com/aliucord/widgets/PluginCard.html#FOCUS_LEFT"}, {"p":"com.aliucord.views","c":"DangerButton","l":"FOCUS_RIGHT","url":"com/aliucord/widgets/PluginCard.html#FOCUS_RIGHT"}, {"p":"com.aliucord.views","c":"DangerButton","l":"FOCUS_UP","url":"com/aliucord/widgets/PluginCard.html#FOCUS_UP"}, {"p":"com.aliucord.views","c":"DangerButton","l":"GONE","url":"com/aliucord/widgets/PluginCard.html#GONE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"HAPTIC_FEEDBACK_ENABLED","url":"com/aliucord/widgets/PluginCard.html#HAPTIC_FEEDBACK_ENABLED"}, {"p":"com.aliucord.views","c":"DangerButton","l":"IMPORTANT_FOR_ACCESSIBILITY_AUTO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_AUTO"}, {"p":"com.aliucord.views","c":"DangerButton","l":"IMPORTANT_FOR_ACCESSIBILITY_NO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_NO"}, {"p":"com.aliucord.views","c":"DangerButton","l":"IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"DangerButton","l":"IMPORTANT_FOR_ACCESSIBILITY_YES","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_YES"}, {"p":"com.aliucord.views","c":"DangerButton","l":"IMPORTANT_FOR_AUTOFILL_AUTO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_AUTO"}, {"p":"com.aliucord.views","c":"DangerButton","l":"IMPORTANT_FOR_AUTOFILL_NO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_NO"}, {"p":"com.aliucord.views","c":"DangerButton","l":"IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"DangerButton","l":"IMPORTANT_FOR_AUTOFILL_YES","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_YES"}, {"p":"com.aliucord.views","c":"DangerButton","l":"IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"DangerButton","l":"IMPORTANT_FOR_CONTENT_CAPTURE_AUTO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_AUTO"}, {"p":"com.aliucord.views","c":"DangerButton","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO"}, {"p":"com.aliucord.views","c":"DangerButton","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"DangerButton","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES"}, {"p":"com.aliucord.views","c":"DangerButton","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"DangerButton","l":"INVISIBLE","url":"com/aliucord/widgets/PluginCard.html#INVISIBLE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"KEEP_SCREEN_ON","url":"com/aliucord/widgets/PluginCard.html#KEEP_SCREEN_ON"}, {"p":"com.aliucord.views","c":"DangerButton","l":"LAYER_TYPE_HARDWARE","url":"com/aliucord/widgets/PluginCard.html#LAYER_TYPE_HARDWARE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"LAYER_TYPE_NONE","url":"com/aliucord/widgets/PluginCard.html#LAYER_TYPE_NONE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"LAYER_TYPE_SOFTWARE","url":"com/aliucord/widgets/PluginCard.html#LAYER_TYPE_SOFTWARE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"LAYOUT_DIRECTION_INHERIT","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_INHERIT"}, {"p":"com.aliucord.views","c":"DangerButton","l":"LAYOUT_DIRECTION_LOCALE","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_LOCALE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"LAYOUT_DIRECTION_LTR","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_LTR"}, {"p":"com.aliucord.views","c":"DangerButton","l":"LAYOUT_DIRECTION_RTL","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_RTL"}, {"p":"com.aliucord.views","c":"DangerButton","l":"MEASURED_HEIGHT_STATE_SHIFT","url":"com/aliucord/widgets/PluginCard.html#MEASURED_HEIGHT_STATE_SHIFT"}, {"p":"com.aliucord.views","c":"DangerButton","l":"MEASURED_SIZE_MASK","url":"com/aliucord/widgets/PluginCard.html#MEASURED_SIZE_MASK"}, {"p":"com.aliucord.views","c":"DangerButton","l":"MEASURED_STATE_MASK","url":"com/aliucord/widgets/PluginCard.html#MEASURED_STATE_MASK"}, {"p":"com.aliucord.views","c":"DangerButton","l":"MEASURED_STATE_TOO_SMALL","url":"com/aliucord/widgets/PluginCard.html#MEASURED_STATE_TOO_SMALL"}, {"p":"com.aliucord.views","c":"DangerButton","l":"NOT_FOCUSABLE","url":"com/aliucord/widgets/PluginCard.html#NOT_FOCUSABLE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"NO_ID","url":"com/aliucord/widgets/PluginCard.html#NO_ID"}, {"p":"com.aliucord.views","c":"DangerButton","l":"OVER_SCROLL_ALWAYS","url":"com/aliucord/widgets/PluginCard.html#OVER_SCROLL_ALWAYS"}, {"p":"com.aliucord.views","c":"DangerButton","l":"OVER_SCROLL_IF_CONTENT_SCROLLS","url":"com/aliucord/widgets/PluginCard.html#OVER_SCROLL_IF_CONTENT_SCROLLS"}, {"p":"com.aliucord.views","c":"DangerButton","l":"OVER_SCROLL_NEVER","url":"com/aliucord/widgets/PluginCard.html#OVER_SCROLL_NEVER"}, {"p":"com.aliucord.views","c":"DangerButton","l":"ROTATION","url":"com/aliucord/widgets/PluginCard.html#ROTATION"}, {"p":"com.aliucord.views","c":"DangerButton","l":"ROTATION_X","url":"com/aliucord/widgets/PluginCard.html#ROTATION_X"}, {"p":"com.aliucord.views","c":"DangerButton","l":"ROTATION_Y","url":"com/aliucord/widgets/PluginCard.html#ROTATION_Y"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCALE_X","url":"com/aliucord/widgets/PluginCard.html#SCALE_X"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCALE_Y","url":"com/aliucord/widgets/PluginCard.html#SCALE_Y"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCREEN_STATE_OFF","url":"com/aliucord/widgets/PluginCard.html#SCREEN_STATE_OFF"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCREEN_STATE_ON","url":"com/aliucord/widgets/PluginCard.html#SCREEN_STATE_ON"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCROLLBARS_INSIDE_INSET","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_INSIDE_INSET"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCROLLBARS_INSIDE_OVERLAY","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_INSIDE_OVERLAY"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCROLLBARS_OUTSIDE_INSET","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_OUTSIDE_INSET"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCROLLBARS_OUTSIDE_OVERLAY","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_OUTSIDE_OVERLAY"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCROLLBAR_POSITION_DEFAULT","url":"com/aliucord/widgets/PluginCard.html#SCROLLBAR_POSITION_DEFAULT"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCROLLBAR_POSITION_LEFT","url":"com/aliucord/widgets/PluginCard.html#SCROLLBAR_POSITION_LEFT"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCROLLBAR_POSITION_RIGHT","url":"com/aliucord/widgets/PluginCard.html#SCROLLBAR_POSITION_RIGHT"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCROLL_AXIS_HORIZONTAL","url":"com/aliucord/widgets/PluginCard.html#SCROLL_AXIS_HORIZONTAL"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCROLL_AXIS_NONE","url":"com/aliucord/widgets/PluginCard.html#SCROLL_AXIS_NONE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCROLL_AXIS_VERTICAL","url":"com/aliucord/widgets/PluginCard.html#SCROLL_AXIS_VERTICAL"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCROLL_INDICATOR_BOTTOM","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_BOTTOM"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCROLL_INDICATOR_END","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_END"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCROLL_INDICATOR_LEFT","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_LEFT"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCROLL_INDICATOR_RIGHT","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_RIGHT"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCROLL_INDICATOR_START","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_START"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SCROLL_INDICATOR_TOP","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_TOP"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SOUND_EFFECTS_ENABLED","url":"com/aliucord/widgets/PluginCard.html#SOUND_EFFECTS_ENABLED"}, {"p":"com.aliucord.views","c":"DangerButton","l":"STATUS_BAR_HIDDEN","url":"com/aliucord/widgets/PluginCard.html#STATUS_BAR_HIDDEN"}, {"p":"com.aliucord.views","c":"DangerButton","l":"STATUS_BAR_VISIBLE","url":"com/aliucord/widgets/PluginCard.html#STATUS_BAR_VISIBLE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SYSTEM_UI_FLAG_FULLSCREEN","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_FULLSCREEN"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SYSTEM_UI_FLAG_HIDE_NAVIGATION","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_HIDE_NAVIGATION"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SYSTEM_UI_FLAG_IMMERSIVE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_IMMERSIVE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SYSTEM_UI_FLAG_IMMERSIVE_STICKY","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_IMMERSIVE_STICKY"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SYSTEM_UI_FLAG_LAYOUT_STABLE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LAYOUT_STABLE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SYSTEM_UI_FLAG_LIGHT_STATUS_BAR","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LIGHT_STATUS_BAR"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SYSTEM_UI_FLAG_LOW_PROFILE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LOW_PROFILE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SYSTEM_UI_FLAG_VISIBLE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_VISIBLE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"SYSTEM_UI_LAYOUT_FLAGS","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_LAYOUT_FLAGS"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TEXT_ALIGNMENT_CENTER","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_CENTER"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TEXT_ALIGNMENT_GRAVITY","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_GRAVITY"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TEXT_ALIGNMENT_INHERIT","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_INHERIT"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TEXT_ALIGNMENT_TEXT_END","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_TEXT_END"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TEXT_ALIGNMENT_TEXT_START","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_TEXT_START"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TEXT_ALIGNMENT_VIEW_END","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_VIEW_END"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TEXT_ALIGNMENT_VIEW_START","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_VIEW_START"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TEXT_DIRECTION_ANY_RTL","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_ANY_RTL"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TEXT_DIRECTION_FIRST_STRONG","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_FIRST_STRONG"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TEXT_DIRECTION_FIRST_STRONG_LTR","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_FIRST_STRONG_LTR"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TEXT_DIRECTION_FIRST_STRONG_RTL","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_FIRST_STRONG_RTL"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TEXT_DIRECTION_INHERIT","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_INHERIT"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TEXT_DIRECTION_LOCALE","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_LOCALE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TEXT_DIRECTION_LTR","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_LTR"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TEXT_DIRECTION_RTL","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_RTL"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TRANSLATION_X","url":"com/aliucord/widgets/PluginCard.html#TRANSLATION_X"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TRANSLATION_Y","url":"com/aliucord/widgets/PluginCard.html#TRANSLATION_Y"}, {"p":"com.aliucord.views","c":"DangerButton","l":"TRANSLATION_Z","url":"com/aliucord/widgets/PluginCard.html#TRANSLATION_Z"}, {"p":"com.aliucord.views","c":"DangerButton","l":"VISIBLE","url":"com/aliucord/widgets/PluginCard.html#VISIBLE"}, {"p":"com.aliucord.views","c":"DangerButton","l":"X","url":"com/aliucord/widgets/PluginCard.html#X"}, {"p":"com.aliucord.views","c":"DangerButton","l":"Y","url":"com/aliucord/widgets/PluginCard.html#Y"}, {"p":"com.aliucord.views","c":"DangerButton","l":"Z","url":"com/aliucord/widgets/PluginCard.html#Z"}, {"p":"com.aliucord.views","c":"Button","l":"ICON_GRAVITY_START","url":"com/aliucord/views/Button.html#ICON_GRAVITY_START"}, {"p":"com.aliucord.views","c":"Button","l":"ICON_GRAVITY_TEXT_START","url":"com/aliucord/views/Button.html#ICON_GRAVITY_TEXT_START"}, {"p":"com.aliucord.views","c":"Button","l":"ICON_GRAVITY_END","url":"com/aliucord/views/Button.html#ICON_GRAVITY_END"}, {"p":"com.aliucord.views","c":"Button","l":"ICON_GRAVITY_TEXT_END","url":"com/aliucord/views/Button.html#ICON_GRAVITY_TEXT_END"}, {"p":"com.aliucord.views","c":"Button","l":"ICON_GRAVITY_TOP","url":"com/aliucord/views/Button.html#ICON_GRAVITY_TOP"}, {"p":"com.aliucord.views","c":"Button","l":"ICON_GRAVITY_TEXT_TOP","url":"com/aliucord/views/Button.html#ICON_GRAVITY_TEXT_TOP"}, {"p":"com.aliucord.views","c":"Button","l":"iconTintMode","url":"com/aliucord/views/Button.html#iconTintMode"}, {"p":"com.aliucord.views","c":"Button","l":"iconTint","url":"com/aliucord/views/Button.html#iconTint"}, {"p":"com.aliucord.views","c":"Button","l":"icon","url":"com/aliucord/views/Button.html#icon"}, {"p":"com.aliucord.views","c":"Button","l":"iconSize","url":"com/aliucord/views/Button.html#iconSize"}, {"p":"com.aliucord.views","c":"Button","l":"iconPadding","url":"com/aliucord/views/Button.html#iconPadding"}, {"p":"com.aliucord.views","c":"Button","l":"iconGravity","url":"com/aliucord/views/Button.html#iconGravity"}, {"p":"com.aliucord.views","c":"Button","l":"PLATFORM_SUPPORTS_AUTOSIZE","url":"com/aliucord/views/Button.html#PLATFORM_SUPPORTS_AUTOSIZE"}, {"p":"com.aliucord.views","c":"Button","l":"AUTO_SIZE_TEXT_TYPE_NONE","url":"com/aliucord/views/Button.html#AUTO_SIZE_TEXT_TYPE_NONE"}, {"p":"com.aliucord.views","c":"Button","l":"AUTO_SIZE_TEXT_TYPE_UNIFORM","url":"com/aliucord/views/Button.html#AUTO_SIZE_TEXT_TYPE_UNIFORM"}, {"p":"com.aliucord.views","c":"Button","l":"ACCESSIBILITY_LIVE_REGION_ASSERTIVE","url":"com/aliucord/widgets/PluginCard.html#ACCESSIBILITY_LIVE_REGION_ASSERTIVE"}, {"p":"com.aliucord.views","c":"Button","l":"ACCESSIBILITY_LIVE_REGION_NONE","url":"com/aliucord/widgets/PluginCard.html#ACCESSIBILITY_LIVE_REGION_NONE"}, {"p":"com.aliucord.views","c":"Button","l":"ACCESSIBILITY_LIVE_REGION_POLITE","url":"com/aliucord/widgets/PluginCard.html#ACCESSIBILITY_LIVE_REGION_POLITE"}, {"p":"com.aliucord.views","c":"Button","l":"ALPHA","url":"com/aliucord/widgets/PluginCard.html#ALPHA"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_HINT_CREDIT_CARD_NUMBER","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_NUMBER"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_HINT_EMAIL_ADDRESS","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_EMAIL_ADDRESS"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_HINT_NAME","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_NAME"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_HINT_PASSWORD","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_PASSWORD"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_HINT_PHONE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_PHONE"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_HINT_POSTAL_ADDRESS","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_POSTAL_ADDRESS"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_HINT_POSTAL_CODE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_POSTAL_CODE"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_HINT_USERNAME","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_USERNAME"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_TYPE_DATE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_DATE"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_TYPE_LIST","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_LIST"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_TYPE_NONE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_NONE"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_TYPE_TEXT","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_TEXT"}, {"p":"com.aliucord.views","c":"Button","l":"AUTOFILL_TYPE_TOGGLE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_TOGGLE"}, {"p":"com.aliucord.views","c":"Button","l":"DRAG_FLAG_GLOBAL","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL"}, {"p":"com.aliucord.views","c":"Button","l":"DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION"}, {"p":"com.aliucord.views","c":"Button","l":"DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION"}, {"p":"com.aliucord.views","c":"Button","l":"DRAG_FLAG_GLOBAL_URI_READ","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_URI_READ"}, {"p":"com.aliucord.views","c":"Button","l":"DRAG_FLAG_GLOBAL_URI_WRITE","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_URI_WRITE"}, {"p":"com.aliucord.views","c":"Button","l":"DRAG_FLAG_OPAQUE","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_OPAQUE"}, {"p":"com.aliucord.views","c":"Button","l":"DRAWING_CACHE_QUALITY_AUTO","url":"com/aliucord/widgets/PluginCard.html#DRAWING_CACHE_QUALITY_AUTO"}, {"p":"com.aliucord.views","c":"Button","l":"DRAWING_CACHE_QUALITY_HIGH","url":"com/aliucord/widgets/PluginCard.html#DRAWING_CACHE_QUALITY_HIGH"}, {"p":"com.aliucord.views","c":"Button","l":"DRAWING_CACHE_QUALITY_LOW","url":"com/aliucord/widgets/PluginCard.html#DRAWING_CACHE_QUALITY_LOW"}, {"p":"com.aliucord.views","c":"Button","l":"FIND_VIEWS_WITH_CONTENT_DESCRIPTION","url":"com/aliucord/widgets/PluginCard.html#FIND_VIEWS_WITH_CONTENT_DESCRIPTION"}, {"p":"com.aliucord.views","c":"Button","l":"FIND_VIEWS_WITH_TEXT","url":"com/aliucord/widgets/PluginCard.html#FIND_VIEWS_WITH_TEXT"}, {"p":"com.aliucord.views","c":"Button","l":"FOCUSABLE","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLE"}, {"p":"com.aliucord.views","c":"Button","l":"FOCUSABLES_ALL","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLES_ALL"}, {"p":"com.aliucord.views","c":"Button","l":"FOCUSABLES_TOUCH_MODE","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLES_TOUCH_MODE"}, {"p":"com.aliucord.views","c":"Button","l":"FOCUSABLE_AUTO","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLE_AUTO"}, {"p":"com.aliucord.views","c":"Button","l":"FOCUS_BACKWARD","url":"com/aliucord/widgets/PluginCard.html#FOCUS_BACKWARD"}, {"p":"com.aliucord.views","c":"Button","l":"FOCUS_DOWN","url":"com/aliucord/widgets/PluginCard.html#FOCUS_DOWN"}, {"p":"com.aliucord.views","c":"Button","l":"FOCUS_FORWARD","url":"com/aliucord/widgets/PluginCard.html#FOCUS_FORWARD"}, {"p":"com.aliucord.views","c":"Button","l":"FOCUS_LEFT","url":"com/aliucord/widgets/PluginCard.html#FOCUS_LEFT"}, {"p":"com.aliucord.views","c":"Button","l":"FOCUS_RIGHT","url":"com/aliucord/widgets/PluginCard.html#FOCUS_RIGHT"}, {"p":"com.aliucord.views","c":"Button","l":"FOCUS_UP","url":"com/aliucord/widgets/PluginCard.html#FOCUS_UP"}, {"p":"com.aliucord.views","c":"Button","l":"GONE","url":"com/aliucord/widgets/PluginCard.html#GONE"}, {"p":"com.aliucord.views","c":"Button","l":"HAPTIC_FEEDBACK_ENABLED","url":"com/aliucord/widgets/PluginCard.html#HAPTIC_FEEDBACK_ENABLED"}, {"p":"com.aliucord.views","c":"Button","l":"IMPORTANT_FOR_ACCESSIBILITY_AUTO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_AUTO"}, {"p":"com.aliucord.views","c":"Button","l":"IMPORTANT_FOR_ACCESSIBILITY_NO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_NO"}, {"p":"com.aliucord.views","c":"Button","l":"IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"Button","l":"IMPORTANT_FOR_ACCESSIBILITY_YES","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_YES"}, {"p":"com.aliucord.views","c":"Button","l":"IMPORTANT_FOR_AUTOFILL_AUTO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_AUTO"}, {"p":"com.aliucord.views","c":"Button","l":"IMPORTANT_FOR_AUTOFILL_NO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_NO"}, {"p":"com.aliucord.views","c":"Button","l":"IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"Button","l":"IMPORTANT_FOR_AUTOFILL_YES","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_YES"}, {"p":"com.aliucord.views","c":"Button","l":"IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"Button","l":"IMPORTANT_FOR_CONTENT_CAPTURE_AUTO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_AUTO"}, {"p":"com.aliucord.views","c":"Button","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO"}, {"p":"com.aliucord.views","c":"Button","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"Button","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES"}, {"p":"com.aliucord.views","c":"Button","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"Button","l":"INVISIBLE","url":"com/aliucord/widgets/PluginCard.html#INVISIBLE"}, {"p":"com.aliucord.views","c":"Button","l":"KEEP_SCREEN_ON","url":"com/aliucord/widgets/PluginCard.html#KEEP_SCREEN_ON"}, {"p":"com.aliucord.views","c":"Button","l":"LAYER_TYPE_HARDWARE","url":"com/aliucord/widgets/PluginCard.html#LAYER_TYPE_HARDWARE"}, {"p":"com.aliucord.views","c":"Button","l":"LAYER_TYPE_NONE","url":"com/aliucord/widgets/PluginCard.html#LAYER_TYPE_NONE"}, {"p":"com.aliucord.views","c":"Button","l":"LAYER_TYPE_SOFTWARE","url":"com/aliucord/widgets/PluginCard.html#LAYER_TYPE_SOFTWARE"}, {"p":"com.aliucord.views","c":"Button","l":"LAYOUT_DIRECTION_INHERIT","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_INHERIT"}, {"p":"com.aliucord.views","c":"Button","l":"LAYOUT_DIRECTION_LOCALE","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_LOCALE"}, {"p":"com.aliucord.views","c":"Button","l":"LAYOUT_DIRECTION_LTR","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_LTR"}, {"p":"com.aliucord.views","c":"Button","l":"LAYOUT_DIRECTION_RTL","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_RTL"}, {"p":"com.aliucord.views","c":"Button","l":"MEASURED_HEIGHT_STATE_SHIFT","url":"com/aliucord/widgets/PluginCard.html#MEASURED_HEIGHT_STATE_SHIFT"}, {"p":"com.aliucord.views","c":"Button","l":"MEASURED_SIZE_MASK","url":"com/aliucord/widgets/PluginCard.html#MEASURED_SIZE_MASK"}, {"p":"com.aliucord.views","c":"Button","l":"MEASURED_STATE_MASK","url":"com/aliucord/widgets/PluginCard.html#MEASURED_STATE_MASK"}, {"p":"com.aliucord.views","c":"Button","l":"MEASURED_STATE_TOO_SMALL","url":"com/aliucord/widgets/PluginCard.html#MEASURED_STATE_TOO_SMALL"}, {"p":"com.aliucord.views","c":"Button","l":"NOT_FOCUSABLE","url":"com/aliucord/widgets/PluginCard.html#NOT_FOCUSABLE"}, {"p":"com.aliucord.views","c":"Button","l":"NO_ID","url":"com/aliucord/widgets/PluginCard.html#NO_ID"}, {"p":"com.aliucord.views","c":"Button","l":"OVER_SCROLL_ALWAYS","url":"com/aliucord/widgets/PluginCard.html#OVER_SCROLL_ALWAYS"}, {"p":"com.aliucord.views","c":"Button","l":"OVER_SCROLL_IF_CONTENT_SCROLLS","url":"com/aliucord/widgets/PluginCard.html#OVER_SCROLL_IF_CONTENT_SCROLLS"}, {"p":"com.aliucord.views","c":"Button","l":"OVER_SCROLL_NEVER","url":"com/aliucord/widgets/PluginCard.html#OVER_SCROLL_NEVER"}, {"p":"com.aliucord.views","c":"Button","l":"ROTATION","url":"com/aliucord/widgets/PluginCard.html#ROTATION"}, {"p":"com.aliucord.views","c":"Button","l":"ROTATION_X","url":"com/aliucord/widgets/PluginCard.html#ROTATION_X"}, {"p":"com.aliucord.views","c":"Button","l":"ROTATION_Y","url":"com/aliucord/widgets/PluginCard.html#ROTATION_Y"}, {"p":"com.aliucord.views","c":"Button","l":"SCALE_X","url":"com/aliucord/widgets/PluginCard.html#SCALE_X"}, {"p":"com.aliucord.views","c":"Button","l":"SCALE_Y","url":"com/aliucord/widgets/PluginCard.html#SCALE_Y"}, {"p":"com.aliucord.views","c":"Button","l":"SCREEN_STATE_OFF","url":"com/aliucord/widgets/PluginCard.html#SCREEN_STATE_OFF"}, {"p":"com.aliucord.views","c":"Button","l":"SCREEN_STATE_ON","url":"com/aliucord/widgets/PluginCard.html#SCREEN_STATE_ON"}, {"p":"com.aliucord.views","c":"Button","l":"SCROLLBARS_INSIDE_INSET","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_INSIDE_INSET"}, {"p":"com.aliucord.views","c":"Button","l":"SCROLLBARS_INSIDE_OVERLAY","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_INSIDE_OVERLAY"}, {"p":"com.aliucord.views","c":"Button","l":"SCROLLBARS_OUTSIDE_INSET","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_OUTSIDE_INSET"}, {"p":"com.aliucord.views","c":"Button","l":"SCROLLBARS_OUTSIDE_OVERLAY","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_OUTSIDE_OVERLAY"}, {"p":"com.aliucord.views","c":"Button","l":"SCROLLBAR_POSITION_DEFAULT","url":"com/aliucord/widgets/PluginCard.html#SCROLLBAR_POSITION_DEFAULT"}, {"p":"com.aliucord.views","c":"Button","l":"SCROLLBAR_POSITION_LEFT","url":"com/aliucord/widgets/PluginCard.html#SCROLLBAR_POSITION_LEFT"}, {"p":"com.aliucord.views","c":"Button","l":"SCROLLBAR_POSITION_RIGHT","url":"com/aliucord/widgets/PluginCard.html#SCROLLBAR_POSITION_RIGHT"}, {"p":"com.aliucord.views","c":"Button","l":"SCROLL_AXIS_HORIZONTAL","url":"com/aliucord/widgets/PluginCard.html#SCROLL_AXIS_HORIZONTAL"}, {"p":"com.aliucord.views","c":"Button","l":"SCROLL_AXIS_NONE","url":"com/aliucord/widgets/PluginCard.html#SCROLL_AXIS_NONE"}, {"p":"com.aliucord.views","c":"Button","l":"SCROLL_AXIS_VERTICAL","url":"com/aliucord/widgets/PluginCard.html#SCROLL_AXIS_VERTICAL"}, {"p":"com.aliucord.views","c":"Button","l":"SCROLL_INDICATOR_BOTTOM","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_BOTTOM"}, {"p":"com.aliucord.views","c":"Button","l":"SCROLL_INDICATOR_END","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_END"}, {"p":"com.aliucord.views","c":"Button","l":"SCROLL_INDICATOR_LEFT","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_LEFT"}, {"p":"com.aliucord.views","c":"Button","l":"SCROLL_INDICATOR_RIGHT","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_RIGHT"}, {"p":"com.aliucord.views","c":"Button","l":"SCROLL_INDICATOR_START","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_START"}, {"p":"com.aliucord.views","c":"Button","l":"SCROLL_INDICATOR_TOP","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_TOP"}, {"p":"com.aliucord.views","c":"Button","l":"SOUND_EFFECTS_ENABLED","url":"com/aliucord/widgets/PluginCard.html#SOUND_EFFECTS_ENABLED"}, {"p":"com.aliucord.views","c":"Button","l":"STATUS_BAR_HIDDEN","url":"com/aliucord/widgets/PluginCard.html#STATUS_BAR_HIDDEN"}, {"p":"com.aliucord.views","c":"Button","l":"STATUS_BAR_VISIBLE","url":"com/aliucord/widgets/PluginCard.html#STATUS_BAR_VISIBLE"}, {"p":"com.aliucord.views","c":"Button","l":"SYSTEM_UI_FLAG_FULLSCREEN","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_FULLSCREEN"}, {"p":"com.aliucord.views","c":"Button","l":"SYSTEM_UI_FLAG_HIDE_NAVIGATION","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_HIDE_NAVIGATION"}, {"p":"com.aliucord.views","c":"Button","l":"SYSTEM_UI_FLAG_IMMERSIVE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_IMMERSIVE"}, {"p":"com.aliucord.views","c":"Button","l":"SYSTEM_UI_FLAG_IMMERSIVE_STICKY","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_IMMERSIVE_STICKY"}, {"p":"com.aliucord.views","c":"Button","l":"SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN"}, {"p":"com.aliucord.views","c":"Button","l":"SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION"}, {"p":"com.aliucord.views","c":"Button","l":"SYSTEM_UI_FLAG_LAYOUT_STABLE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LAYOUT_STABLE"}, {"p":"com.aliucord.views","c":"Button","l":"SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR"}, {"p":"com.aliucord.views","c":"Button","l":"SYSTEM_UI_FLAG_LIGHT_STATUS_BAR","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LIGHT_STATUS_BAR"}, {"p":"com.aliucord.views","c":"Button","l":"SYSTEM_UI_FLAG_LOW_PROFILE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LOW_PROFILE"}, {"p":"com.aliucord.views","c":"Button","l":"SYSTEM_UI_FLAG_VISIBLE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_VISIBLE"}, {"p":"com.aliucord.views","c":"Button","l":"SYSTEM_UI_LAYOUT_FLAGS","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_LAYOUT_FLAGS"}, {"p":"com.aliucord.views","c":"Button","l":"TEXT_ALIGNMENT_CENTER","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_CENTER"}, {"p":"com.aliucord.views","c":"Button","l":"TEXT_ALIGNMENT_GRAVITY","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_GRAVITY"}, {"p":"com.aliucord.views","c":"Button","l":"TEXT_ALIGNMENT_INHERIT","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_INHERIT"}, {"p":"com.aliucord.views","c":"Button","l":"TEXT_ALIGNMENT_TEXT_END","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_TEXT_END"}, {"p":"com.aliucord.views","c":"Button","l":"TEXT_ALIGNMENT_TEXT_START","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_TEXT_START"}, {"p":"com.aliucord.views","c":"Button","l":"TEXT_ALIGNMENT_VIEW_END","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_VIEW_END"}, {"p":"com.aliucord.views","c":"Button","l":"TEXT_ALIGNMENT_VIEW_START","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_VIEW_START"}, {"p":"com.aliucord.views","c":"Button","l":"TEXT_DIRECTION_ANY_RTL","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_ANY_RTL"}, {"p":"com.aliucord.views","c":"Button","l":"TEXT_DIRECTION_FIRST_STRONG","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_FIRST_STRONG"}, {"p":"com.aliucord.views","c":"Button","l":"TEXT_DIRECTION_FIRST_STRONG_LTR","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_FIRST_STRONG_LTR"}, {"p":"com.aliucord.views","c":"Button","l":"TEXT_DIRECTION_FIRST_STRONG_RTL","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_FIRST_STRONG_RTL"}, {"p":"com.aliucord.views","c":"Button","l":"TEXT_DIRECTION_INHERIT","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_INHERIT"}, {"p":"com.aliucord.views","c":"Button","l":"TEXT_DIRECTION_LOCALE","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_LOCALE"}, {"p":"com.aliucord.views","c":"Button","l":"TEXT_DIRECTION_LTR","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_LTR"}, {"p":"com.aliucord.views","c":"Button","l":"TEXT_DIRECTION_RTL","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_RTL"}, {"p":"com.aliucord.views","c":"Button","l":"TRANSLATION_X","url":"com/aliucord/widgets/PluginCard.html#TRANSLATION_X"}, {"p":"com.aliucord.views","c":"Button","l":"TRANSLATION_Y","url":"com/aliucord/widgets/PluginCard.html#TRANSLATION_Y"}, {"p":"com.aliucord.views","c":"Button","l":"TRANSLATION_Z","url":"com/aliucord/widgets/PluginCard.html#TRANSLATION_Z"}, {"p":"com.aliucord.views","c":"Button","l":"VISIBLE","url":"com/aliucord/widgets/PluginCard.html#VISIBLE"}, {"p":"com.aliucord.views","c":"Button","l":"X","url":"com/aliucord/widgets/PluginCard.html#X"}, {"p":"com.aliucord.views","c":"Button","l":"Y","url":"com/aliucord/widgets/PluginCard.html#Y"}, {"p":"com.aliucord.views","c":"Button","l":"Z","url":"com/aliucord/widgets/PluginCard.html#Z"}, {"p":"com.aliucord.views","c":"SaveButton","l":"HORIZONTAL","url":"com/aliucord/widgets/LinearLayout.html#HORIZONTAL"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SHOW_DIVIDER_BEGINNING","url":"com/aliucord/widgets/LinearLayout.html#SHOW_DIVIDER_BEGINNING"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SHOW_DIVIDER_END","url":"com/aliucord/widgets/LinearLayout.html#SHOW_DIVIDER_END"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SHOW_DIVIDER_MIDDLE","url":"com/aliucord/widgets/LinearLayout.html#SHOW_DIVIDER_MIDDLE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SHOW_DIVIDER_NONE","url":"com/aliucord/widgets/LinearLayout.html#SHOW_DIVIDER_NONE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"VERTICAL","url":"com/aliucord/widgets/LinearLayout.html#VERTICAL"}, {"p":"com.aliucord.views","c":"SaveButton","l":"FOCUS_AFTER_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#FOCUS_AFTER_DESCENDANTS"}, {"p":"com.aliucord.views","c":"SaveButton","l":"FOCUS_BEFORE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#FOCUS_BEFORE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"SaveButton","l":"FOCUS_BLOCK_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#FOCUS_BLOCK_DESCENDANTS"}, {"p":"com.aliucord.views","c":"SaveButton","l":"LAYOUT_MODE_CLIP_BOUNDS","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_MODE_CLIP_BOUNDS"}, {"p":"com.aliucord.views","c":"SaveButton","l":"LAYOUT_MODE_OPTICAL_BOUNDS","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_MODE_OPTICAL_BOUNDS"}, {"p":"com.aliucord.views","c":"SaveButton","l":"PERSISTENT_ALL_CACHES","url":"com/aliucord/widgets/PluginCard.html#PERSISTENT_ALL_CACHES"}, {"p":"com.aliucord.views","c":"SaveButton","l":"PERSISTENT_ANIMATION_CACHE","url":"com/aliucord/widgets/PluginCard.html#PERSISTENT_ANIMATION_CACHE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"PERSISTENT_NO_CACHE","url":"com/aliucord/widgets/PluginCard.html#PERSISTENT_NO_CACHE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"PERSISTENT_SCROLLING_CACHE","url":"com/aliucord/widgets/PluginCard.html#PERSISTENT_SCROLLING_CACHE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"ACCESSIBILITY_LIVE_REGION_ASSERTIVE","url":"com/aliucord/widgets/PluginCard.html#ACCESSIBILITY_LIVE_REGION_ASSERTIVE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"ACCESSIBILITY_LIVE_REGION_NONE","url":"com/aliucord/widgets/PluginCard.html#ACCESSIBILITY_LIVE_REGION_NONE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"ACCESSIBILITY_LIVE_REGION_POLITE","url":"com/aliucord/widgets/PluginCard.html#ACCESSIBILITY_LIVE_REGION_POLITE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"ALPHA","url":"com/aliucord/widgets/PluginCard.html#ALPHA"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_HINT_CREDIT_CARD_NUMBER","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_NUMBER"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_HINT_EMAIL_ADDRESS","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_EMAIL_ADDRESS"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_HINT_NAME","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_NAME"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_HINT_PASSWORD","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_PASSWORD"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_HINT_PHONE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_PHONE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_HINT_POSTAL_ADDRESS","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_POSTAL_ADDRESS"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_HINT_POSTAL_CODE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_POSTAL_CODE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_HINT_USERNAME","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_USERNAME"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_TYPE_DATE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_DATE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_TYPE_LIST","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_LIST"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_TYPE_NONE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_NONE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_TYPE_TEXT","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_TEXT"}, {"p":"com.aliucord.views","c":"SaveButton","l":"AUTOFILL_TYPE_TOGGLE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_TOGGLE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"DRAG_FLAG_GLOBAL","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL"}, {"p":"com.aliucord.views","c":"SaveButton","l":"DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION"}, {"p":"com.aliucord.views","c":"SaveButton","l":"DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION"}, {"p":"com.aliucord.views","c":"SaveButton","l":"DRAG_FLAG_GLOBAL_URI_READ","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_URI_READ"}, {"p":"com.aliucord.views","c":"SaveButton","l":"DRAG_FLAG_GLOBAL_URI_WRITE","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_URI_WRITE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"DRAG_FLAG_OPAQUE","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_OPAQUE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"DRAWING_CACHE_QUALITY_AUTO","url":"com/aliucord/widgets/PluginCard.html#DRAWING_CACHE_QUALITY_AUTO"}, {"p":"com.aliucord.views","c":"SaveButton","l":"DRAWING_CACHE_QUALITY_HIGH","url":"com/aliucord/widgets/PluginCard.html#DRAWING_CACHE_QUALITY_HIGH"}, {"p":"com.aliucord.views","c":"SaveButton","l":"DRAWING_CACHE_QUALITY_LOW","url":"com/aliucord/widgets/PluginCard.html#DRAWING_CACHE_QUALITY_LOW"}, {"p":"com.aliucord.views","c":"SaveButton","l":"FIND_VIEWS_WITH_CONTENT_DESCRIPTION","url":"com/aliucord/widgets/PluginCard.html#FIND_VIEWS_WITH_CONTENT_DESCRIPTION"}, {"p":"com.aliucord.views","c":"SaveButton","l":"FIND_VIEWS_WITH_TEXT","url":"com/aliucord/widgets/PluginCard.html#FIND_VIEWS_WITH_TEXT"}, {"p":"com.aliucord.views","c":"SaveButton","l":"FOCUSABLE","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"FOCUSABLES_ALL","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLES_ALL"}, {"p":"com.aliucord.views","c":"SaveButton","l":"FOCUSABLES_TOUCH_MODE","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLES_TOUCH_MODE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"FOCUSABLE_AUTO","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLE_AUTO"}, {"p":"com.aliucord.views","c":"SaveButton","l":"FOCUS_BACKWARD","url":"com/aliucord/widgets/PluginCard.html#FOCUS_BACKWARD"}, {"p":"com.aliucord.views","c":"SaveButton","l":"FOCUS_DOWN","url":"com/aliucord/widgets/PluginCard.html#FOCUS_DOWN"}, {"p":"com.aliucord.views","c":"SaveButton","l":"FOCUS_FORWARD","url":"com/aliucord/widgets/PluginCard.html#FOCUS_FORWARD"}, {"p":"com.aliucord.views","c":"SaveButton","l":"FOCUS_LEFT","url":"com/aliucord/widgets/PluginCard.html#FOCUS_LEFT"}, {"p":"com.aliucord.views","c":"SaveButton","l":"FOCUS_RIGHT","url":"com/aliucord/widgets/PluginCard.html#FOCUS_RIGHT"}, {"p":"com.aliucord.views","c":"SaveButton","l":"FOCUS_UP","url":"com/aliucord/widgets/PluginCard.html#FOCUS_UP"}, {"p":"com.aliucord.views","c":"SaveButton","l":"GONE","url":"com/aliucord/widgets/PluginCard.html#GONE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"HAPTIC_FEEDBACK_ENABLED","url":"com/aliucord/widgets/PluginCard.html#HAPTIC_FEEDBACK_ENABLED"}, {"p":"com.aliucord.views","c":"SaveButton","l":"IMPORTANT_FOR_ACCESSIBILITY_AUTO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_AUTO"}, {"p":"com.aliucord.views","c":"SaveButton","l":"IMPORTANT_FOR_ACCESSIBILITY_NO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_NO"}, {"p":"com.aliucord.views","c":"SaveButton","l":"IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"SaveButton","l":"IMPORTANT_FOR_ACCESSIBILITY_YES","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_YES"}, {"p":"com.aliucord.views","c":"SaveButton","l":"IMPORTANT_FOR_AUTOFILL_AUTO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_AUTO"}, {"p":"com.aliucord.views","c":"SaveButton","l":"IMPORTANT_FOR_AUTOFILL_NO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_NO"}, {"p":"com.aliucord.views","c":"SaveButton","l":"IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"SaveButton","l":"IMPORTANT_FOR_AUTOFILL_YES","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_YES"}, {"p":"com.aliucord.views","c":"SaveButton","l":"IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"SaveButton","l":"IMPORTANT_FOR_CONTENT_CAPTURE_AUTO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_AUTO"}, {"p":"com.aliucord.views","c":"SaveButton","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO"}, {"p":"com.aliucord.views","c":"SaveButton","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"SaveButton","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES"}, {"p":"com.aliucord.views","c":"SaveButton","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"SaveButton","l":"INVISIBLE","url":"com/aliucord/widgets/PluginCard.html#INVISIBLE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"KEEP_SCREEN_ON","url":"com/aliucord/widgets/PluginCard.html#KEEP_SCREEN_ON"}, {"p":"com.aliucord.views","c":"SaveButton","l":"LAYER_TYPE_HARDWARE","url":"com/aliucord/widgets/PluginCard.html#LAYER_TYPE_HARDWARE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"LAYER_TYPE_NONE","url":"com/aliucord/widgets/PluginCard.html#LAYER_TYPE_NONE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"LAYER_TYPE_SOFTWARE","url":"com/aliucord/widgets/PluginCard.html#LAYER_TYPE_SOFTWARE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"LAYOUT_DIRECTION_INHERIT","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_INHERIT"}, {"p":"com.aliucord.views","c":"SaveButton","l":"LAYOUT_DIRECTION_LOCALE","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_LOCALE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"LAYOUT_DIRECTION_LTR","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_LTR"}, {"p":"com.aliucord.views","c":"SaveButton","l":"LAYOUT_DIRECTION_RTL","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_RTL"}, {"p":"com.aliucord.views","c":"SaveButton","l":"MEASURED_HEIGHT_STATE_SHIFT","url":"com/aliucord/widgets/PluginCard.html#MEASURED_HEIGHT_STATE_SHIFT"}, {"p":"com.aliucord.views","c":"SaveButton","l":"MEASURED_SIZE_MASK","url":"com/aliucord/widgets/PluginCard.html#MEASURED_SIZE_MASK"}, {"p":"com.aliucord.views","c":"SaveButton","l":"MEASURED_STATE_MASK","url":"com/aliucord/widgets/PluginCard.html#MEASURED_STATE_MASK"}, {"p":"com.aliucord.views","c":"SaveButton","l":"MEASURED_STATE_TOO_SMALL","url":"com/aliucord/widgets/PluginCard.html#MEASURED_STATE_TOO_SMALL"}, {"p":"com.aliucord.views","c":"SaveButton","l":"NOT_FOCUSABLE","url":"com/aliucord/widgets/PluginCard.html#NOT_FOCUSABLE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"NO_ID","url":"com/aliucord/widgets/PluginCard.html#NO_ID"}, {"p":"com.aliucord.views","c":"SaveButton","l":"OVER_SCROLL_ALWAYS","url":"com/aliucord/widgets/PluginCard.html#OVER_SCROLL_ALWAYS"}, {"p":"com.aliucord.views","c":"SaveButton","l":"OVER_SCROLL_IF_CONTENT_SCROLLS","url":"com/aliucord/widgets/PluginCard.html#OVER_SCROLL_IF_CONTENT_SCROLLS"}, {"p":"com.aliucord.views","c":"SaveButton","l":"OVER_SCROLL_NEVER","url":"com/aliucord/widgets/PluginCard.html#OVER_SCROLL_NEVER"}, {"p":"com.aliucord.views","c":"SaveButton","l":"ROTATION","url":"com/aliucord/widgets/PluginCard.html#ROTATION"}, {"p":"com.aliucord.views","c":"SaveButton","l":"ROTATION_X","url":"com/aliucord/widgets/PluginCard.html#ROTATION_X"}, {"p":"com.aliucord.views","c":"SaveButton","l":"ROTATION_Y","url":"com/aliucord/widgets/PluginCard.html#ROTATION_Y"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCALE_X","url":"com/aliucord/widgets/PluginCard.html#SCALE_X"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCALE_Y","url":"com/aliucord/widgets/PluginCard.html#SCALE_Y"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCREEN_STATE_OFF","url":"com/aliucord/widgets/PluginCard.html#SCREEN_STATE_OFF"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCREEN_STATE_ON","url":"com/aliucord/widgets/PluginCard.html#SCREEN_STATE_ON"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCROLLBARS_INSIDE_INSET","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_INSIDE_INSET"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCROLLBARS_INSIDE_OVERLAY","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_INSIDE_OVERLAY"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCROLLBARS_OUTSIDE_INSET","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_OUTSIDE_INSET"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCROLLBARS_OUTSIDE_OVERLAY","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_OUTSIDE_OVERLAY"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCROLLBAR_POSITION_DEFAULT","url":"com/aliucord/widgets/PluginCard.html#SCROLLBAR_POSITION_DEFAULT"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCROLLBAR_POSITION_LEFT","url":"com/aliucord/widgets/PluginCard.html#SCROLLBAR_POSITION_LEFT"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCROLLBAR_POSITION_RIGHT","url":"com/aliucord/widgets/PluginCard.html#SCROLLBAR_POSITION_RIGHT"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCROLL_AXIS_HORIZONTAL","url":"com/aliucord/widgets/PluginCard.html#SCROLL_AXIS_HORIZONTAL"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCROLL_AXIS_NONE","url":"com/aliucord/widgets/PluginCard.html#SCROLL_AXIS_NONE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCROLL_AXIS_VERTICAL","url":"com/aliucord/widgets/PluginCard.html#SCROLL_AXIS_VERTICAL"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCROLL_INDICATOR_BOTTOM","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_BOTTOM"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCROLL_INDICATOR_END","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_END"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCROLL_INDICATOR_LEFT","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_LEFT"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCROLL_INDICATOR_RIGHT","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_RIGHT"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCROLL_INDICATOR_START","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_START"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SCROLL_INDICATOR_TOP","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_TOP"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SOUND_EFFECTS_ENABLED","url":"com/aliucord/widgets/PluginCard.html#SOUND_EFFECTS_ENABLED"}, {"p":"com.aliucord.views","c":"SaveButton","l":"STATUS_BAR_HIDDEN","url":"com/aliucord/widgets/PluginCard.html#STATUS_BAR_HIDDEN"}, {"p":"com.aliucord.views","c":"SaveButton","l":"STATUS_BAR_VISIBLE","url":"com/aliucord/widgets/PluginCard.html#STATUS_BAR_VISIBLE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SYSTEM_UI_FLAG_FULLSCREEN","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_FULLSCREEN"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SYSTEM_UI_FLAG_HIDE_NAVIGATION","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_HIDE_NAVIGATION"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SYSTEM_UI_FLAG_IMMERSIVE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_IMMERSIVE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SYSTEM_UI_FLAG_IMMERSIVE_STICKY","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_IMMERSIVE_STICKY"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SYSTEM_UI_FLAG_LAYOUT_STABLE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LAYOUT_STABLE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SYSTEM_UI_FLAG_LIGHT_STATUS_BAR","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LIGHT_STATUS_BAR"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SYSTEM_UI_FLAG_LOW_PROFILE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LOW_PROFILE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SYSTEM_UI_FLAG_VISIBLE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_VISIBLE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"SYSTEM_UI_LAYOUT_FLAGS","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_LAYOUT_FLAGS"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TEXT_ALIGNMENT_CENTER","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_CENTER"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TEXT_ALIGNMENT_GRAVITY","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_GRAVITY"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TEXT_ALIGNMENT_INHERIT","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_INHERIT"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TEXT_ALIGNMENT_TEXT_END","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_TEXT_END"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TEXT_ALIGNMENT_TEXT_START","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_TEXT_START"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TEXT_ALIGNMENT_VIEW_END","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_VIEW_END"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TEXT_ALIGNMENT_VIEW_START","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_VIEW_START"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TEXT_DIRECTION_ANY_RTL","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_ANY_RTL"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TEXT_DIRECTION_FIRST_STRONG","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_FIRST_STRONG"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TEXT_DIRECTION_FIRST_STRONG_LTR","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_FIRST_STRONG_LTR"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TEXT_DIRECTION_FIRST_STRONG_RTL","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_FIRST_STRONG_RTL"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TEXT_DIRECTION_INHERIT","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_INHERIT"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TEXT_DIRECTION_LOCALE","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_LOCALE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TEXT_DIRECTION_LTR","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_LTR"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TEXT_DIRECTION_RTL","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_RTL"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TRANSLATION_X","url":"com/aliucord/widgets/PluginCard.html#TRANSLATION_X"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TRANSLATION_Y","url":"com/aliucord/widgets/PluginCard.html#TRANSLATION_Y"}, {"p":"com.aliucord.views","c":"SaveButton","l":"TRANSLATION_Z","url":"com/aliucord/widgets/PluginCard.html#TRANSLATION_Z"}, {"p":"com.aliucord.views","c":"SaveButton","l":"VISIBLE","url":"com/aliucord/widgets/PluginCard.html#VISIBLE"}, {"p":"com.aliucord.views","c":"SaveButton","l":"X","url":"com/aliucord/widgets/PluginCard.html#X"}, {"p":"com.aliucord.views","c":"SaveButton","l":"Y","url":"com/aliucord/widgets/PluginCard.html#Y"}, {"p":"com.aliucord.views","c":"SaveButton","l":"Z","url":"com/aliucord/widgets/PluginCard.html#Z"}, {"p":"com.aliucord.views","c":"TextInput","l":"layout","url":"com/aliucord/views/TextInput.html#layout"}, {"p":"com.aliucord.views","c":"TextInput","l":"FOCUS_AFTER_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#FOCUS_AFTER_DESCENDANTS"}, {"p":"com.aliucord.views","c":"TextInput","l":"FOCUS_BEFORE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#FOCUS_BEFORE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"TextInput","l":"FOCUS_BLOCK_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#FOCUS_BLOCK_DESCENDANTS"}, {"p":"com.aliucord.views","c":"TextInput","l":"LAYOUT_MODE_CLIP_BOUNDS","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_MODE_CLIP_BOUNDS"}, {"p":"com.aliucord.views","c":"TextInput","l":"LAYOUT_MODE_OPTICAL_BOUNDS","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_MODE_OPTICAL_BOUNDS"}, {"p":"com.aliucord.views","c":"TextInput","l":"PERSISTENT_ALL_CACHES","url":"com/aliucord/widgets/PluginCard.html#PERSISTENT_ALL_CACHES"}, {"p":"com.aliucord.views","c":"TextInput","l":"PERSISTENT_ANIMATION_CACHE","url":"com/aliucord/widgets/PluginCard.html#PERSISTENT_ANIMATION_CACHE"}, {"p":"com.aliucord.views","c":"TextInput","l":"PERSISTENT_NO_CACHE","url":"com/aliucord/widgets/PluginCard.html#PERSISTENT_NO_CACHE"}, {"p":"com.aliucord.views","c":"TextInput","l":"PERSISTENT_SCROLLING_CACHE","url":"com/aliucord/widgets/PluginCard.html#PERSISTENT_SCROLLING_CACHE"}, {"p":"com.aliucord.views","c":"TextInput","l":"ACCESSIBILITY_LIVE_REGION_ASSERTIVE","url":"com/aliucord/widgets/PluginCard.html#ACCESSIBILITY_LIVE_REGION_ASSERTIVE"}, {"p":"com.aliucord.views","c":"TextInput","l":"ACCESSIBILITY_LIVE_REGION_NONE","url":"com/aliucord/widgets/PluginCard.html#ACCESSIBILITY_LIVE_REGION_NONE"}, {"p":"com.aliucord.views","c":"TextInput","l":"ACCESSIBILITY_LIVE_REGION_POLITE","url":"com/aliucord/widgets/PluginCard.html#ACCESSIBILITY_LIVE_REGION_POLITE"}, {"p":"com.aliucord.views","c":"TextInput","l":"ALPHA","url":"com/aliucord/widgets/PluginCard.html#ALPHA"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_HINT_CREDIT_CARD_NUMBER","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_NUMBER"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_HINT_EMAIL_ADDRESS","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_EMAIL_ADDRESS"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_HINT_NAME","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_NAME"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_HINT_PASSWORD","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_PASSWORD"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_HINT_PHONE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_PHONE"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_HINT_POSTAL_ADDRESS","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_POSTAL_ADDRESS"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_HINT_POSTAL_CODE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_POSTAL_CODE"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_HINT_USERNAME","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_USERNAME"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_TYPE_DATE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_DATE"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_TYPE_LIST","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_LIST"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_TYPE_NONE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_NONE"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_TYPE_TEXT","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_TEXT"}, {"p":"com.aliucord.views","c":"TextInput","l":"AUTOFILL_TYPE_TOGGLE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_TOGGLE"}, {"p":"com.aliucord.views","c":"TextInput","l":"DRAG_FLAG_GLOBAL","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL"}, {"p":"com.aliucord.views","c":"TextInput","l":"DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION"}, {"p":"com.aliucord.views","c":"TextInput","l":"DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION"}, {"p":"com.aliucord.views","c":"TextInput","l":"DRAG_FLAG_GLOBAL_URI_READ","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_URI_READ"}, {"p":"com.aliucord.views","c":"TextInput","l":"DRAG_FLAG_GLOBAL_URI_WRITE","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_URI_WRITE"}, {"p":"com.aliucord.views","c":"TextInput","l":"DRAG_FLAG_OPAQUE","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_OPAQUE"}, {"p":"com.aliucord.views","c":"TextInput","l":"DRAWING_CACHE_QUALITY_AUTO","url":"com/aliucord/widgets/PluginCard.html#DRAWING_CACHE_QUALITY_AUTO"}, {"p":"com.aliucord.views","c":"TextInput","l":"DRAWING_CACHE_QUALITY_HIGH","url":"com/aliucord/widgets/PluginCard.html#DRAWING_CACHE_QUALITY_HIGH"}, {"p":"com.aliucord.views","c":"TextInput","l":"DRAWING_CACHE_QUALITY_LOW","url":"com/aliucord/widgets/PluginCard.html#DRAWING_CACHE_QUALITY_LOW"}, {"p":"com.aliucord.views","c":"TextInput","l":"FIND_VIEWS_WITH_CONTENT_DESCRIPTION","url":"com/aliucord/widgets/PluginCard.html#FIND_VIEWS_WITH_CONTENT_DESCRIPTION"}, {"p":"com.aliucord.views","c":"TextInput","l":"FIND_VIEWS_WITH_TEXT","url":"com/aliucord/widgets/PluginCard.html#FIND_VIEWS_WITH_TEXT"}, {"p":"com.aliucord.views","c":"TextInput","l":"FOCUSABLE","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLE"}, {"p":"com.aliucord.views","c":"TextInput","l":"FOCUSABLES_ALL","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLES_ALL"}, {"p":"com.aliucord.views","c":"TextInput","l":"FOCUSABLES_TOUCH_MODE","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLES_TOUCH_MODE"}, {"p":"com.aliucord.views","c":"TextInput","l":"FOCUSABLE_AUTO","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLE_AUTO"}, {"p":"com.aliucord.views","c":"TextInput","l":"FOCUS_BACKWARD","url":"com/aliucord/widgets/PluginCard.html#FOCUS_BACKWARD"}, {"p":"com.aliucord.views","c":"TextInput","l":"FOCUS_DOWN","url":"com/aliucord/widgets/PluginCard.html#FOCUS_DOWN"}, {"p":"com.aliucord.views","c":"TextInput","l":"FOCUS_FORWARD","url":"com/aliucord/widgets/PluginCard.html#FOCUS_FORWARD"}, {"p":"com.aliucord.views","c":"TextInput","l":"FOCUS_LEFT","url":"com/aliucord/widgets/PluginCard.html#FOCUS_LEFT"}, {"p":"com.aliucord.views","c":"TextInput","l":"FOCUS_RIGHT","url":"com/aliucord/widgets/PluginCard.html#FOCUS_RIGHT"}, {"p":"com.aliucord.views","c":"TextInput","l":"FOCUS_UP","url":"com/aliucord/widgets/PluginCard.html#FOCUS_UP"}, {"p":"com.aliucord.views","c":"TextInput","l":"GONE","url":"com/aliucord/widgets/PluginCard.html#GONE"}, {"p":"com.aliucord.views","c":"TextInput","l":"HAPTIC_FEEDBACK_ENABLED","url":"com/aliucord/widgets/PluginCard.html#HAPTIC_FEEDBACK_ENABLED"}, {"p":"com.aliucord.views","c":"TextInput","l":"IMPORTANT_FOR_ACCESSIBILITY_AUTO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_AUTO"}, {"p":"com.aliucord.views","c":"TextInput","l":"IMPORTANT_FOR_ACCESSIBILITY_NO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_NO"}, {"p":"com.aliucord.views","c":"TextInput","l":"IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"TextInput","l":"IMPORTANT_FOR_ACCESSIBILITY_YES","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_YES"}, {"p":"com.aliucord.views","c":"TextInput","l":"IMPORTANT_FOR_AUTOFILL_AUTO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_AUTO"}, {"p":"com.aliucord.views","c":"TextInput","l":"IMPORTANT_FOR_AUTOFILL_NO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_NO"}, {"p":"com.aliucord.views","c":"TextInput","l":"IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"TextInput","l":"IMPORTANT_FOR_AUTOFILL_YES","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_YES"}, {"p":"com.aliucord.views","c":"TextInput","l":"IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"TextInput","l":"IMPORTANT_FOR_CONTENT_CAPTURE_AUTO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_AUTO"}, {"p":"com.aliucord.views","c":"TextInput","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO"}, {"p":"com.aliucord.views","c":"TextInput","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"TextInput","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES"}, {"p":"com.aliucord.views","c":"TextInput","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"TextInput","l":"INVISIBLE","url":"com/aliucord/widgets/PluginCard.html#INVISIBLE"}, {"p":"com.aliucord.views","c":"TextInput","l":"KEEP_SCREEN_ON","url":"com/aliucord/widgets/PluginCard.html#KEEP_SCREEN_ON"}, {"p":"com.aliucord.views","c":"TextInput","l":"LAYER_TYPE_HARDWARE","url":"com/aliucord/widgets/PluginCard.html#LAYER_TYPE_HARDWARE"}, {"p":"com.aliucord.views","c":"TextInput","l":"LAYER_TYPE_NONE","url":"com/aliucord/widgets/PluginCard.html#LAYER_TYPE_NONE"}, {"p":"com.aliucord.views","c":"TextInput","l":"LAYER_TYPE_SOFTWARE","url":"com/aliucord/widgets/PluginCard.html#LAYER_TYPE_SOFTWARE"}, {"p":"com.aliucord.views","c":"TextInput","l":"LAYOUT_DIRECTION_INHERIT","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_INHERIT"}, {"p":"com.aliucord.views","c":"TextInput","l":"LAYOUT_DIRECTION_LOCALE","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_LOCALE"}, {"p":"com.aliucord.views","c":"TextInput","l":"LAYOUT_DIRECTION_LTR","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_LTR"}, {"p":"com.aliucord.views","c":"TextInput","l":"LAYOUT_DIRECTION_RTL","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_RTL"}, {"p":"com.aliucord.views","c":"TextInput","l":"MEASURED_HEIGHT_STATE_SHIFT","url":"com/aliucord/widgets/PluginCard.html#MEASURED_HEIGHT_STATE_SHIFT"}, {"p":"com.aliucord.views","c":"TextInput","l":"MEASURED_SIZE_MASK","url":"com/aliucord/widgets/PluginCard.html#MEASURED_SIZE_MASK"}, {"p":"com.aliucord.views","c":"TextInput","l":"MEASURED_STATE_MASK","url":"com/aliucord/widgets/PluginCard.html#MEASURED_STATE_MASK"}, {"p":"com.aliucord.views","c":"TextInput","l":"MEASURED_STATE_TOO_SMALL","url":"com/aliucord/widgets/PluginCard.html#MEASURED_STATE_TOO_SMALL"}, {"p":"com.aliucord.views","c":"TextInput","l":"NOT_FOCUSABLE","url":"com/aliucord/widgets/PluginCard.html#NOT_FOCUSABLE"}, {"p":"com.aliucord.views","c":"TextInput","l":"NO_ID","url":"com/aliucord/widgets/PluginCard.html#NO_ID"}, {"p":"com.aliucord.views","c":"TextInput","l":"OVER_SCROLL_ALWAYS","url":"com/aliucord/widgets/PluginCard.html#OVER_SCROLL_ALWAYS"}, {"p":"com.aliucord.views","c":"TextInput","l":"OVER_SCROLL_IF_CONTENT_SCROLLS","url":"com/aliucord/widgets/PluginCard.html#OVER_SCROLL_IF_CONTENT_SCROLLS"}, {"p":"com.aliucord.views","c":"TextInput","l":"OVER_SCROLL_NEVER","url":"com/aliucord/widgets/PluginCard.html#OVER_SCROLL_NEVER"}, {"p":"com.aliucord.views","c":"TextInput","l":"ROTATION","url":"com/aliucord/widgets/PluginCard.html#ROTATION"}, {"p":"com.aliucord.views","c":"TextInput","l":"ROTATION_X","url":"com/aliucord/widgets/PluginCard.html#ROTATION_X"}, {"p":"com.aliucord.views","c":"TextInput","l":"ROTATION_Y","url":"com/aliucord/widgets/PluginCard.html#ROTATION_Y"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCALE_X","url":"com/aliucord/widgets/PluginCard.html#SCALE_X"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCALE_Y","url":"com/aliucord/widgets/PluginCard.html#SCALE_Y"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCREEN_STATE_OFF","url":"com/aliucord/widgets/PluginCard.html#SCREEN_STATE_OFF"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCREEN_STATE_ON","url":"com/aliucord/widgets/PluginCard.html#SCREEN_STATE_ON"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCROLLBARS_INSIDE_INSET","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_INSIDE_INSET"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCROLLBARS_INSIDE_OVERLAY","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_INSIDE_OVERLAY"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCROLLBARS_OUTSIDE_INSET","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_OUTSIDE_INSET"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCROLLBARS_OUTSIDE_OVERLAY","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_OUTSIDE_OVERLAY"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCROLLBAR_POSITION_DEFAULT","url":"com/aliucord/widgets/PluginCard.html#SCROLLBAR_POSITION_DEFAULT"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCROLLBAR_POSITION_LEFT","url":"com/aliucord/widgets/PluginCard.html#SCROLLBAR_POSITION_LEFT"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCROLLBAR_POSITION_RIGHT","url":"com/aliucord/widgets/PluginCard.html#SCROLLBAR_POSITION_RIGHT"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCROLL_AXIS_HORIZONTAL","url":"com/aliucord/widgets/PluginCard.html#SCROLL_AXIS_HORIZONTAL"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCROLL_AXIS_NONE","url":"com/aliucord/widgets/PluginCard.html#SCROLL_AXIS_NONE"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCROLL_AXIS_VERTICAL","url":"com/aliucord/widgets/PluginCard.html#SCROLL_AXIS_VERTICAL"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCROLL_INDICATOR_BOTTOM","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_BOTTOM"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCROLL_INDICATOR_END","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_END"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCROLL_INDICATOR_LEFT","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_LEFT"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCROLL_INDICATOR_RIGHT","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_RIGHT"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCROLL_INDICATOR_START","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_START"}, {"p":"com.aliucord.views","c":"TextInput","l":"SCROLL_INDICATOR_TOP","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_TOP"}, {"p":"com.aliucord.views","c":"TextInput","l":"SOUND_EFFECTS_ENABLED","url":"com/aliucord/widgets/PluginCard.html#SOUND_EFFECTS_ENABLED"}, {"p":"com.aliucord.views","c":"TextInput","l":"STATUS_BAR_HIDDEN","url":"com/aliucord/widgets/PluginCard.html#STATUS_BAR_HIDDEN"}, {"p":"com.aliucord.views","c":"TextInput","l":"STATUS_BAR_VISIBLE","url":"com/aliucord/widgets/PluginCard.html#STATUS_BAR_VISIBLE"}, {"p":"com.aliucord.views","c":"TextInput","l":"SYSTEM_UI_FLAG_FULLSCREEN","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_FULLSCREEN"}, {"p":"com.aliucord.views","c":"TextInput","l":"SYSTEM_UI_FLAG_HIDE_NAVIGATION","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_HIDE_NAVIGATION"}, {"p":"com.aliucord.views","c":"TextInput","l":"SYSTEM_UI_FLAG_IMMERSIVE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_IMMERSIVE"}, {"p":"com.aliucord.views","c":"TextInput","l":"SYSTEM_UI_FLAG_IMMERSIVE_STICKY","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_IMMERSIVE_STICKY"}, {"p":"com.aliucord.views","c":"TextInput","l":"SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN"}, {"p":"com.aliucord.views","c":"TextInput","l":"SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION"}, {"p":"com.aliucord.views","c":"TextInput","l":"SYSTEM_UI_FLAG_LAYOUT_STABLE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LAYOUT_STABLE"}, {"p":"com.aliucord.views","c":"TextInput","l":"SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR"}, {"p":"com.aliucord.views","c":"TextInput","l":"SYSTEM_UI_FLAG_LIGHT_STATUS_BAR","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LIGHT_STATUS_BAR"}, {"p":"com.aliucord.views","c":"TextInput","l":"SYSTEM_UI_FLAG_LOW_PROFILE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LOW_PROFILE"}, {"p":"com.aliucord.views","c":"TextInput","l":"SYSTEM_UI_FLAG_VISIBLE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_VISIBLE"}, {"p":"com.aliucord.views","c":"TextInput","l":"SYSTEM_UI_LAYOUT_FLAGS","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_LAYOUT_FLAGS"}, {"p":"com.aliucord.views","c":"TextInput","l":"TEXT_ALIGNMENT_CENTER","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_CENTER"}, {"p":"com.aliucord.views","c":"TextInput","l":"TEXT_ALIGNMENT_GRAVITY","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_GRAVITY"}, {"p":"com.aliucord.views","c":"TextInput","l":"TEXT_ALIGNMENT_INHERIT","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_INHERIT"}, {"p":"com.aliucord.views","c":"TextInput","l":"TEXT_ALIGNMENT_TEXT_END","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_TEXT_END"}, {"p":"com.aliucord.views","c":"TextInput","l":"TEXT_ALIGNMENT_TEXT_START","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_TEXT_START"}, {"p":"com.aliucord.views","c":"TextInput","l":"TEXT_ALIGNMENT_VIEW_END","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_VIEW_END"}, {"p":"com.aliucord.views","c":"TextInput","l":"TEXT_ALIGNMENT_VIEW_START","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_VIEW_START"}, {"p":"com.aliucord.views","c":"TextInput","l":"TEXT_DIRECTION_ANY_RTL","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_ANY_RTL"}, {"p":"com.aliucord.views","c":"TextInput","l":"TEXT_DIRECTION_FIRST_STRONG","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_FIRST_STRONG"}, {"p":"com.aliucord.views","c":"TextInput","l":"TEXT_DIRECTION_FIRST_STRONG_LTR","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_FIRST_STRONG_LTR"}, {"p":"com.aliucord.views","c":"TextInput","l":"TEXT_DIRECTION_FIRST_STRONG_RTL","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_FIRST_STRONG_RTL"}, {"p":"com.aliucord.views","c":"TextInput","l":"TEXT_DIRECTION_INHERIT","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_INHERIT"}, {"p":"com.aliucord.views","c":"TextInput","l":"TEXT_DIRECTION_LOCALE","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_LOCALE"}, {"p":"com.aliucord.views","c":"TextInput","l":"TEXT_DIRECTION_LTR","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_LTR"}, {"p":"com.aliucord.views","c":"TextInput","l":"TEXT_DIRECTION_RTL","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_RTL"}, {"p":"com.aliucord.views","c":"TextInput","l":"TRANSLATION_X","url":"com/aliucord/widgets/PluginCard.html#TRANSLATION_X"}, {"p":"com.aliucord.views","c":"TextInput","l":"TRANSLATION_Y","url":"com/aliucord/widgets/PluginCard.html#TRANSLATION_Y"}, {"p":"com.aliucord.views","c":"TextInput","l":"TRANSLATION_Z","url":"com/aliucord/widgets/PluginCard.html#TRANSLATION_Z"}, {"p":"com.aliucord.views","c":"TextInput","l":"VISIBLE","url":"com/aliucord/widgets/PluginCard.html#VISIBLE"}, {"p":"com.aliucord.views","c":"TextInput","l":"X","url":"com/aliucord/widgets/PluginCard.html#X"}, {"p":"com.aliucord.views","c":"TextInput","l":"Y","url":"com/aliucord/widgets/PluginCard.html#Y"}, {"p":"com.aliucord.views","c":"TextInput","l":"Z","url":"com/aliucord/widgets/PluginCard.html#Z"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"ACCESSIBILITY_LIVE_REGION_ASSERTIVE","url":"com/aliucord/widgets/PluginCard.html#ACCESSIBILITY_LIVE_REGION_ASSERTIVE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"ACCESSIBILITY_LIVE_REGION_NONE","url":"com/aliucord/widgets/PluginCard.html#ACCESSIBILITY_LIVE_REGION_NONE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"ACCESSIBILITY_LIVE_REGION_POLITE","url":"com/aliucord/widgets/PluginCard.html#ACCESSIBILITY_LIVE_REGION_POLITE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"ALPHA","url":"com/aliucord/widgets/PluginCard.html#ALPHA"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_HINT_CREDIT_CARD_NUMBER","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_NUMBER"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_HINT_EMAIL_ADDRESS","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_EMAIL_ADDRESS"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_HINT_NAME","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_NAME"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_HINT_PASSWORD","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_PASSWORD"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_HINT_PHONE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_PHONE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_HINT_POSTAL_ADDRESS","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_POSTAL_ADDRESS"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_HINT_POSTAL_CODE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_POSTAL_CODE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_HINT_USERNAME","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_USERNAME"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_TYPE_DATE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_DATE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_TYPE_LIST","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_LIST"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_TYPE_NONE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_NONE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_TYPE_TEXT","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_TEXT"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"AUTOFILL_TYPE_TOGGLE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_TOGGLE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"DRAG_FLAG_GLOBAL","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"DRAG_FLAG_GLOBAL_URI_READ","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_URI_READ"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"DRAG_FLAG_GLOBAL_URI_WRITE","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_URI_WRITE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"DRAG_FLAG_OPAQUE","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_OPAQUE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"DRAWING_CACHE_QUALITY_AUTO","url":"com/aliucord/widgets/PluginCard.html#DRAWING_CACHE_QUALITY_AUTO"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"DRAWING_CACHE_QUALITY_HIGH","url":"com/aliucord/widgets/PluginCard.html#DRAWING_CACHE_QUALITY_HIGH"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"DRAWING_CACHE_QUALITY_LOW","url":"com/aliucord/widgets/PluginCard.html#DRAWING_CACHE_QUALITY_LOW"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"FIND_VIEWS_WITH_CONTENT_DESCRIPTION","url":"com/aliucord/widgets/PluginCard.html#FIND_VIEWS_WITH_CONTENT_DESCRIPTION"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"FIND_VIEWS_WITH_TEXT","url":"com/aliucord/widgets/PluginCard.html#FIND_VIEWS_WITH_TEXT"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"FOCUSABLE","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"FOCUSABLES_ALL","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLES_ALL"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"FOCUSABLES_TOUCH_MODE","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLES_TOUCH_MODE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"FOCUSABLE_AUTO","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLE_AUTO"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"FOCUS_BACKWARD","url":"com/aliucord/widgets/PluginCard.html#FOCUS_BACKWARD"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"FOCUS_DOWN","url":"com/aliucord/widgets/PluginCard.html#FOCUS_DOWN"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"FOCUS_FORWARD","url":"com/aliucord/widgets/PluginCard.html#FOCUS_FORWARD"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"FOCUS_LEFT","url":"com/aliucord/widgets/PluginCard.html#FOCUS_LEFT"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"FOCUS_RIGHT","url":"com/aliucord/widgets/PluginCard.html#FOCUS_RIGHT"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"FOCUS_UP","url":"com/aliucord/widgets/PluginCard.html#FOCUS_UP"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"GONE","url":"com/aliucord/widgets/PluginCard.html#GONE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"HAPTIC_FEEDBACK_ENABLED","url":"com/aliucord/widgets/PluginCard.html#HAPTIC_FEEDBACK_ENABLED"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"IMPORTANT_FOR_ACCESSIBILITY_AUTO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_AUTO"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"IMPORTANT_FOR_ACCESSIBILITY_NO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_NO"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"IMPORTANT_FOR_ACCESSIBILITY_YES","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_YES"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"IMPORTANT_FOR_AUTOFILL_AUTO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_AUTO"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"IMPORTANT_FOR_AUTOFILL_NO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_NO"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"IMPORTANT_FOR_AUTOFILL_YES","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_YES"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"IMPORTANT_FOR_CONTENT_CAPTURE_AUTO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_AUTO"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"INVISIBLE","url":"com/aliucord/widgets/PluginCard.html#INVISIBLE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"KEEP_SCREEN_ON","url":"com/aliucord/widgets/PluginCard.html#KEEP_SCREEN_ON"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"LAYER_TYPE_HARDWARE","url":"com/aliucord/widgets/PluginCard.html#LAYER_TYPE_HARDWARE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"LAYER_TYPE_NONE","url":"com/aliucord/widgets/PluginCard.html#LAYER_TYPE_NONE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"LAYER_TYPE_SOFTWARE","url":"com/aliucord/widgets/PluginCard.html#LAYER_TYPE_SOFTWARE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"LAYOUT_DIRECTION_INHERIT","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_INHERIT"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"LAYOUT_DIRECTION_LOCALE","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_LOCALE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"LAYOUT_DIRECTION_LTR","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_LTR"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"LAYOUT_DIRECTION_RTL","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_RTL"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"MEASURED_HEIGHT_STATE_SHIFT","url":"com/aliucord/widgets/PluginCard.html#MEASURED_HEIGHT_STATE_SHIFT"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"MEASURED_SIZE_MASK","url":"com/aliucord/widgets/PluginCard.html#MEASURED_SIZE_MASK"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"MEASURED_STATE_MASK","url":"com/aliucord/widgets/PluginCard.html#MEASURED_STATE_MASK"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"MEASURED_STATE_TOO_SMALL","url":"com/aliucord/widgets/PluginCard.html#MEASURED_STATE_TOO_SMALL"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"NOT_FOCUSABLE","url":"com/aliucord/widgets/PluginCard.html#NOT_FOCUSABLE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"NO_ID","url":"com/aliucord/widgets/PluginCard.html#NO_ID"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"OVER_SCROLL_ALWAYS","url":"com/aliucord/widgets/PluginCard.html#OVER_SCROLL_ALWAYS"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"OVER_SCROLL_IF_CONTENT_SCROLLS","url":"com/aliucord/widgets/PluginCard.html#OVER_SCROLL_IF_CONTENT_SCROLLS"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"OVER_SCROLL_NEVER","url":"com/aliucord/widgets/PluginCard.html#OVER_SCROLL_NEVER"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"ROTATION","url":"com/aliucord/widgets/PluginCard.html#ROTATION"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"ROTATION_X","url":"com/aliucord/widgets/PluginCard.html#ROTATION_X"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"ROTATION_Y","url":"com/aliucord/widgets/PluginCard.html#ROTATION_Y"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCALE_X","url":"com/aliucord/widgets/PluginCard.html#SCALE_X"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCALE_Y","url":"com/aliucord/widgets/PluginCard.html#SCALE_Y"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCREEN_STATE_OFF","url":"com/aliucord/widgets/PluginCard.html#SCREEN_STATE_OFF"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCREEN_STATE_ON","url":"com/aliucord/widgets/PluginCard.html#SCREEN_STATE_ON"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCROLLBARS_INSIDE_INSET","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_INSIDE_INSET"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCROLLBARS_INSIDE_OVERLAY","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_INSIDE_OVERLAY"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCROLLBARS_OUTSIDE_INSET","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_OUTSIDE_INSET"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCROLLBARS_OUTSIDE_OVERLAY","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_OUTSIDE_OVERLAY"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCROLLBAR_POSITION_DEFAULT","url":"com/aliucord/widgets/PluginCard.html#SCROLLBAR_POSITION_DEFAULT"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCROLLBAR_POSITION_LEFT","url":"com/aliucord/widgets/PluginCard.html#SCROLLBAR_POSITION_LEFT"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCROLLBAR_POSITION_RIGHT","url":"com/aliucord/widgets/PluginCard.html#SCROLLBAR_POSITION_RIGHT"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCROLL_AXIS_HORIZONTAL","url":"com/aliucord/widgets/PluginCard.html#SCROLL_AXIS_HORIZONTAL"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCROLL_AXIS_NONE","url":"com/aliucord/widgets/PluginCard.html#SCROLL_AXIS_NONE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCROLL_AXIS_VERTICAL","url":"com/aliucord/widgets/PluginCard.html#SCROLL_AXIS_VERTICAL"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCROLL_INDICATOR_BOTTOM","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_BOTTOM"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCROLL_INDICATOR_END","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_END"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCROLL_INDICATOR_LEFT","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_LEFT"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCROLL_INDICATOR_RIGHT","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_RIGHT"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCROLL_INDICATOR_START","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_START"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SCROLL_INDICATOR_TOP","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_TOP"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SOUND_EFFECTS_ENABLED","url":"com/aliucord/widgets/PluginCard.html#SOUND_EFFECTS_ENABLED"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"STATUS_BAR_HIDDEN","url":"com/aliucord/widgets/PluginCard.html#STATUS_BAR_HIDDEN"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"STATUS_BAR_VISIBLE","url":"com/aliucord/widgets/PluginCard.html#STATUS_BAR_VISIBLE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SYSTEM_UI_FLAG_FULLSCREEN","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_FULLSCREEN"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SYSTEM_UI_FLAG_HIDE_NAVIGATION","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_HIDE_NAVIGATION"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SYSTEM_UI_FLAG_IMMERSIVE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_IMMERSIVE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SYSTEM_UI_FLAG_IMMERSIVE_STICKY","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_IMMERSIVE_STICKY"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SYSTEM_UI_FLAG_LAYOUT_STABLE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LAYOUT_STABLE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SYSTEM_UI_FLAG_LIGHT_STATUS_BAR","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LIGHT_STATUS_BAR"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SYSTEM_UI_FLAG_LOW_PROFILE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LOW_PROFILE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SYSTEM_UI_FLAG_VISIBLE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_VISIBLE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"SYSTEM_UI_LAYOUT_FLAGS","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_LAYOUT_FLAGS"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TEXT_ALIGNMENT_CENTER","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_CENTER"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TEXT_ALIGNMENT_GRAVITY","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_GRAVITY"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TEXT_ALIGNMENT_INHERIT","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_INHERIT"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TEXT_ALIGNMENT_TEXT_END","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_TEXT_END"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TEXT_ALIGNMENT_TEXT_START","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_TEXT_START"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TEXT_ALIGNMENT_VIEW_END","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_VIEW_END"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TEXT_ALIGNMENT_VIEW_START","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_VIEW_START"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TEXT_DIRECTION_ANY_RTL","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_ANY_RTL"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TEXT_DIRECTION_FIRST_STRONG","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_FIRST_STRONG"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TEXT_DIRECTION_FIRST_STRONG_LTR","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_FIRST_STRONG_LTR"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TEXT_DIRECTION_FIRST_STRONG_RTL","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_FIRST_STRONG_RTL"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TEXT_DIRECTION_INHERIT","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_INHERIT"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TEXT_DIRECTION_LOCALE","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_LOCALE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TEXT_DIRECTION_LTR","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_LTR"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TEXT_DIRECTION_RTL","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_RTL"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TRANSLATION_X","url":"com/aliucord/widgets/PluginCard.html#TRANSLATION_X"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TRANSLATION_Y","url":"com/aliucord/widgets/PluginCard.html#TRANSLATION_Y"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"TRANSLATION_Z","url":"com/aliucord/widgets/PluginCard.html#TRANSLATION_Z"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"VISIBLE","url":"com/aliucord/widgets/PluginCard.html#VISIBLE"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"X","url":"com/aliucord/widgets/PluginCard.html#X"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"Y","url":"com/aliucord/widgets/PluginCard.html#Y"}, {"p":"com.aliucord.views","c":"ToolbarButton","l":"Z","url":"com/aliucord/widgets/PluginCard.html#Z"}, {"p":"com.aliucord.widgets","c":"BottomSheet","l":"loggingConfig","url":"com/aliucord/widgets/BottomSheet.html#loggingConfig"}, {"p":"com.aliucord.widgets","c":"BottomSheet","l":"unsubscribeSignal","url":"com/aliucord/widgets/BottomSheet.html#unsubscribeSignal"}, {"p":"com.aliucord.widgets","c":"BottomSheet","l":"a","url":"com/aliucord/settings/Updater.html#a"}, {"p":"com.aliucord.widgets","c":"BottomSheet","l":"STYLE_NORMAL","url":"com/aliucord/widgets/BottomSheet.html#STYLE_NORMAL"}, {"p":"com.aliucord.widgets","c":"BottomSheet","l":"STYLE_NO_TITLE","url":"com/aliucord/widgets/BottomSheet.html#STYLE_NO_TITLE"}, {"p":"com.aliucord.widgets","c":"BottomSheet","l":"STYLE_NO_FRAME","url":"com/aliucord/widgets/BottomSheet.html#STYLE_NO_FRAME"}, {"p":"com.aliucord.widgets","c":"BottomSheet","l":"STYLE_NO_INPUT","url":"com/aliucord/widgets/BottomSheet.html#STYLE_NO_INPUT"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"HORIZONTAL","url":"com/aliucord/widgets/LinearLayout.html#HORIZONTAL"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SHOW_DIVIDER_BEGINNING","url":"com/aliucord/widgets/LinearLayout.html#SHOW_DIVIDER_BEGINNING"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SHOW_DIVIDER_END","url":"com/aliucord/widgets/LinearLayout.html#SHOW_DIVIDER_END"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SHOW_DIVIDER_MIDDLE","url":"com/aliucord/widgets/LinearLayout.html#SHOW_DIVIDER_MIDDLE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SHOW_DIVIDER_NONE","url":"com/aliucord/widgets/LinearLayout.html#SHOW_DIVIDER_NONE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"VERTICAL","url":"com/aliucord/widgets/LinearLayout.html#VERTICAL"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"FOCUS_AFTER_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#FOCUS_AFTER_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"FOCUS_BEFORE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#FOCUS_BEFORE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"FOCUS_BLOCK_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#FOCUS_BLOCK_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"LAYOUT_MODE_CLIP_BOUNDS","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_MODE_CLIP_BOUNDS"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"LAYOUT_MODE_OPTICAL_BOUNDS","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_MODE_OPTICAL_BOUNDS"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"PERSISTENT_ALL_CACHES","url":"com/aliucord/widgets/PluginCard.html#PERSISTENT_ALL_CACHES"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"PERSISTENT_ANIMATION_CACHE","url":"com/aliucord/widgets/PluginCard.html#PERSISTENT_ANIMATION_CACHE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"PERSISTENT_NO_CACHE","url":"com/aliucord/widgets/PluginCard.html#PERSISTENT_NO_CACHE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"PERSISTENT_SCROLLING_CACHE","url":"com/aliucord/widgets/PluginCard.html#PERSISTENT_SCROLLING_CACHE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"ACCESSIBILITY_LIVE_REGION_ASSERTIVE","url":"com/aliucord/widgets/PluginCard.html#ACCESSIBILITY_LIVE_REGION_ASSERTIVE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"ACCESSIBILITY_LIVE_REGION_NONE","url":"com/aliucord/widgets/PluginCard.html#ACCESSIBILITY_LIVE_REGION_NONE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"ACCESSIBILITY_LIVE_REGION_POLITE","url":"com/aliucord/widgets/PluginCard.html#ACCESSIBILITY_LIVE_REGION_POLITE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"ALPHA","url":"com/aliucord/widgets/PluginCard.html#ALPHA"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_HINT_CREDIT_CARD_NUMBER","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_NUMBER"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_HINT_EMAIL_ADDRESS","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_EMAIL_ADDRESS"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_HINT_NAME","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_NAME"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_HINT_PASSWORD","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_PASSWORD"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_HINT_PHONE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_PHONE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_HINT_POSTAL_ADDRESS","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_POSTAL_ADDRESS"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_HINT_POSTAL_CODE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_POSTAL_CODE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_HINT_USERNAME","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_USERNAME"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_TYPE_DATE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_DATE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_TYPE_LIST","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_LIST"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_TYPE_NONE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_NONE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_TYPE_TEXT","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_TEXT"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"AUTOFILL_TYPE_TOGGLE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_TOGGLE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"DRAG_FLAG_GLOBAL","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"DRAG_FLAG_GLOBAL_URI_READ","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_URI_READ"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"DRAG_FLAG_GLOBAL_URI_WRITE","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_URI_WRITE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"DRAG_FLAG_OPAQUE","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_OPAQUE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"DRAWING_CACHE_QUALITY_AUTO","url":"com/aliucord/widgets/PluginCard.html#DRAWING_CACHE_QUALITY_AUTO"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"DRAWING_CACHE_QUALITY_HIGH","url":"com/aliucord/widgets/PluginCard.html#DRAWING_CACHE_QUALITY_HIGH"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"DRAWING_CACHE_QUALITY_LOW","url":"com/aliucord/widgets/PluginCard.html#DRAWING_CACHE_QUALITY_LOW"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"FIND_VIEWS_WITH_CONTENT_DESCRIPTION","url":"com/aliucord/widgets/PluginCard.html#FIND_VIEWS_WITH_CONTENT_DESCRIPTION"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"FIND_VIEWS_WITH_TEXT","url":"com/aliucord/widgets/PluginCard.html#FIND_VIEWS_WITH_TEXT"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"FOCUSABLE","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"FOCUSABLES_ALL","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLES_ALL"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"FOCUSABLES_TOUCH_MODE","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLES_TOUCH_MODE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"FOCUSABLE_AUTO","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLE_AUTO"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"FOCUS_BACKWARD","url":"com/aliucord/widgets/PluginCard.html#FOCUS_BACKWARD"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"FOCUS_DOWN","url":"com/aliucord/widgets/PluginCard.html#FOCUS_DOWN"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"FOCUS_FORWARD","url":"com/aliucord/widgets/PluginCard.html#FOCUS_FORWARD"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"FOCUS_LEFT","url":"com/aliucord/widgets/PluginCard.html#FOCUS_LEFT"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"FOCUS_RIGHT","url":"com/aliucord/widgets/PluginCard.html#FOCUS_RIGHT"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"FOCUS_UP","url":"com/aliucord/widgets/PluginCard.html#FOCUS_UP"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"GONE","url":"com/aliucord/widgets/PluginCard.html#GONE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"HAPTIC_FEEDBACK_ENABLED","url":"com/aliucord/widgets/PluginCard.html#HAPTIC_FEEDBACK_ENABLED"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"IMPORTANT_FOR_ACCESSIBILITY_AUTO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_AUTO"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"IMPORTANT_FOR_ACCESSIBILITY_NO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_NO"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"IMPORTANT_FOR_ACCESSIBILITY_YES","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_YES"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"IMPORTANT_FOR_AUTOFILL_AUTO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_AUTO"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"IMPORTANT_FOR_AUTOFILL_NO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_NO"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"IMPORTANT_FOR_AUTOFILL_YES","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_YES"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"IMPORTANT_FOR_CONTENT_CAPTURE_AUTO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_AUTO"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"INVISIBLE","url":"com/aliucord/widgets/PluginCard.html#INVISIBLE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"KEEP_SCREEN_ON","url":"com/aliucord/widgets/PluginCard.html#KEEP_SCREEN_ON"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"LAYER_TYPE_HARDWARE","url":"com/aliucord/widgets/PluginCard.html#LAYER_TYPE_HARDWARE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"LAYER_TYPE_NONE","url":"com/aliucord/widgets/PluginCard.html#LAYER_TYPE_NONE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"LAYER_TYPE_SOFTWARE","url":"com/aliucord/widgets/PluginCard.html#LAYER_TYPE_SOFTWARE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"LAYOUT_DIRECTION_INHERIT","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_INHERIT"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"LAYOUT_DIRECTION_LOCALE","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_LOCALE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"LAYOUT_DIRECTION_LTR","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_LTR"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"LAYOUT_DIRECTION_RTL","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_RTL"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"MEASURED_HEIGHT_STATE_SHIFT","url":"com/aliucord/widgets/PluginCard.html#MEASURED_HEIGHT_STATE_SHIFT"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"MEASURED_SIZE_MASK","url":"com/aliucord/widgets/PluginCard.html#MEASURED_SIZE_MASK"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"MEASURED_STATE_MASK","url":"com/aliucord/widgets/PluginCard.html#MEASURED_STATE_MASK"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"MEASURED_STATE_TOO_SMALL","url":"com/aliucord/widgets/PluginCard.html#MEASURED_STATE_TOO_SMALL"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"NOT_FOCUSABLE","url":"com/aliucord/widgets/PluginCard.html#NOT_FOCUSABLE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"NO_ID","url":"com/aliucord/widgets/PluginCard.html#NO_ID"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"OVER_SCROLL_ALWAYS","url":"com/aliucord/widgets/PluginCard.html#OVER_SCROLL_ALWAYS"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"OVER_SCROLL_IF_CONTENT_SCROLLS","url":"com/aliucord/widgets/PluginCard.html#OVER_SCROLL_IF_CONTENT_SCROLLS"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"OVER_SCROLL_NEVER","url":"com/aliucord/widgets/PluginCard.html#OVER_SCROLL_NEVER"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"ROTATION","url":"com/aliucord/widgets/PluginCard.html#ROTATION"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"ROTATION_X","url":"com/aliucord/widgets/PluginCard.html#ROTATION_X"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"ROTATION_Y","url":"com/aliucord/widgets/PluginCard.html#ROTATION_Y"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCALE_X","url":"com/aliucord/widgets/PluginCard.html#SCALE_X"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCALE_Y","url":"com/aliucord/widgets/PluginCard.html#SCALE_Y"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCREEN_STATE_OFF","url":"com/aliucord/widgets/PluginCard.html#SCREEN_STATE_OFF"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCREEN_STATE_ON","url":"com/aliucord/widgets/PluginCard.html#SCREEN_STATE_ON"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCROLLBARS_INSIDE_INSET","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_INSIDE_INSET"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCROLLBARS_INSIDE_OVERLAY","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_INSIDE_OVERLAY"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCROLLBARS_OUTSIDE_INSET","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_OUTSIDE_INSET"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCROLLBARS_OUTSIDE_OVERLAY","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_OUTSIDE_OVERLAY"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCROLLBAR_POSITION_DEFAULT","url":"com/aliucord/widgets/PluginCard.html#SCROLLBAR_POSITION_DEFAULT"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCROLLBAR_POSITION_LEFT","url":"com/aliucord/widgets/PluginCard.html#SCROLLBAR_POSITION_LEFT"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCROLLBAR_POSITION_RIGHT","url":"com/aliucord/widgets/PluginCard.html#SCROLLBAR_POSITION_RIGHT"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCROLL_AXIS_HORIZONTAL","url":"com/aliucord/widgets/PluginCard.html#SCROLL_AXIS_HORIZONTAL"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCROLL_AXIS_NONE","url":"com/aliucord/widgets/PluginCard.html#SCROLL_AXIS_NONE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCROLL_AXIS_VERTICAL","url":"com/aliucord/widgets/PluginCard.html#SCROLL_AXIS_VERTICAL"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCROLL_INDICATOR_BOTTOM","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_BOTTOM"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCROLL_INDICATOR_END","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_END"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCROLL_INDICATOR_LEFT","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_LEFT"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCROLL_INDICATOR_RIGHT","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_RIGHT"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCROLL_INDICATOR_START","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_START"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SCROLL_INDICATOR_TOP","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_TOP"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SOUND_EFFECTS_ENABLED","url":"com/aliucord/widgets/PluginCard.html#SOUND_EFFECTS_ENABLED"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"STATUS_BAR_HIDDEN","url":"com/aliucord/widgets/PluginCard.html#STATUS_BAR_HIDDEN"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"STATUS_BAR_VISIBLE","url":"com/aliucord/widgets/PluginCard.html#STATUS_BAR_VISIBLE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SYSTEM_UI_FLAG_FULLSCREEN","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_FULLSCREEN"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SYSTEM_UI_FLAG_HIDE_NAVIGATION","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_HIDE_NAVIGATION"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SYSTEM_UI_FLAG_IMMERSIVE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_IMMERSIVE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SYSTEM_UI_FLAG_IMMERSIVE_STICKY","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_IMMERSIVE_STICKY"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SYSTEM_UI_FLAG_LAYOUT_STABLE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LAYOUT_STABLE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SYSTEM_UI_FLAG_LIGHT_STATUS_BAR","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LIGHT_STATUS_BAR"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SYSTEM_UI_FLAG_LOW_PROFILE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LOW_PROFILE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SYSTEM_UI_FLAG_VISIBLE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_VISIBLE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"SYSTEM_UI_LAYOUT_FLAGS","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_LAYOUT_FLAGS"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TEXT_ALIGNMENT_CENTER","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_CENTER"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TEXT_ALIGNMENT_GRAVITY","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_GRAVITY"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TEXT_ALIGNMENT_INHERIT","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_INHERIT"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TEXT_ALIGNMENT_TEXT_END","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_TEXT_END"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TEXT_ALIGNMENT_TEXT_START","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_TEXT_START"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TEXT_ALIGNMENT_VIEW_END","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_VIEW_END"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TEXT_ALIGNMENT_VIEW_START","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_VIEW_START"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TEXT_DIRECTION_ANY_RTL","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_ANY_RTL"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TEXT_DIRECTION_FIRST_STRONG","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_FIRST_STRONG"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TEXT_DIRECTION_FIRST_STRONG_LTR","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_FIRST_STRONG_LTR"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TEXT_DIRECTION_FIRST_STRONG_RTL","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_FIRST_STRONG_RTL"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TEXT_DIRECTION_INHERIT","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_INHERIT"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TEXT_DIRECTION_LOCALE","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_LOCALE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TEXT_DIRECTION_LTR","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_LTR"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TEXT_DIRECTION_RTL","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_RTL"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TRANSLATION_X","url":"com/aliucord/widgets/PluginCard.html#TRANSLATION_X"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TRANSLATION_Y","url":"com/aliucord/widgets/PluginCard.html#TRANSLATION_Y"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"TRANSLATION_Z","url":"com/aliucord/widgets/PluginCard.html#TRANSLATION_Z"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"VISIBLE","url":"com/aliucord/widgets/PluginCard.html#VISIBLE"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"X","url":"com/aliucord/widgets/PluginCard.html#X"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"Y","url":"com/aliucord/widgets/PluginCard.html#Y"}, {"p":"com.aliucord.widgets","c":"LinearLayout","l":"Z","url":"com/aliucord/widgets/PluginCard.html#Z"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"FOCUS_AFTER_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#FOCUS_AFTER_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"FOCUS_BEFORE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#FOCUS_BEFORE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"FOCUS_BLOCK_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#FOCUS_BLOCK_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"LAYOUT_MODE_CLIP_BOUNDS","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_MODE_CLIP_BOUNDS"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"LAYOUT_MODE_OPTICAL_BOUNDS","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_MODE_OPTICAL_BOUNDS"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"PERSISTENT_ALL_CACHES","url":"com/aliucord/widgets/PluginCard.html#PERSISTENT_ALL_CACHES"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"PERSISTENT_ANIMATION_CACHE","url":"com/aliucord/widgets/PluginCard.html#PERSISTENT_ANIMATION_CACHE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"PERSISTENT_NO_CACHE","url":"com/aliucord/widgets/PluginCard.html#PERSISTENT_NO_CACHE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"PERSISTENT_SCROLLING_CACHE","url":"com/aliucord/widgets/PluginCard.html#PERSISTENT_SCROLLING_CACHE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"ACCESSIBILITY_LIVE_REGION_ASSERTIVE","url":"com/aliucord/widgets/PluginCard.html#ACCESSIBILITY_LIVE_REGION_ASSERTIVE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"ACCESSIBILITY_LIVE_REGION_NONE","url":"com/aliucord/widgets/PluginCard.html#ACCESSIBILITY_LIVE_REGION_NONE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"ACCESSIBILITY_LIVE_REGION_POLITE","url":"com/aliucord/widgets/PluginCard.html#ACCESSIBILITY_LIVE_REGION_POLITE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"ALPHA","url":"com/aliucord/widgets/PluginCard.html#ALPHA"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_HINT_CREDIT_CARD_NUMBER","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_NUMBER"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_HINT_EMAIL_ADDRESS","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_EMAIL_ADDRESS"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_HINT_NAME","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_NAME"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_HINT_PASSWORD","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_PASSWORD"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_HINT_PHONE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_PHONE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_HINT_POSTAL_ADDRESS","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_POSTAL_ADDRESS"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_HINT_POSTAL_CODE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_POSTAL_CODE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_HINT_USERNAME","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_USERNAME"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_TYPE_DATE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_DATE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_TYPE_LIST","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_LIST"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_TYPE_NONE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_NONE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_TYPE_TEXT","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_TEXT"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"AUTOFILL_TYPE_TOGGLE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_TOGGLE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"DRAG_FLAG_GLOBAL","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"DRAG_FLAG_GLOBAL_URI_READ","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_URI_READ"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"DRAG_FLAG_GLOBAL_URI_WRITE","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_URI_WRITE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"DRAG_FLAG_OPAQUE","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_OPAQUE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"DRAWING_CACHE_QUALITY_AUTO","url":"com/aliucord/widgets/PluginCard.html#DRAWING_CACHE_QUALITY_AUTO"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"DRAWING_CACHE_QUALITY_HIGH","url":"com/aliucord/widgets/PluginCard.html#DRAWING_CACHE_QUALITY_HIGH"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"DRAWING_CACHE_QUALITY_LOW","url":"com/aliucord/widgets/PluginCard.html#DRAWING_CACHE_QUALITY_LOW"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"FIND_VIEWS_WITH_CONTENT_DESCRIPTION","url":"com/aliucord/widgets/PluginCard.html#FIND_VIEWS_WITH_CONTENT_DESCRIPTION"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"FIND_VIEWS_WITH_TEXT","url":"com/aliucord/widgets/PluginCard.html#FIND_VIEWS_WITH_TEXT"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"FOCUSABLE","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"FOCUSABLES_ALL","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLES_ALL"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"FOCUSABLES_TOUCH_MODE","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLES_TOUCH_MODE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"FOCUSABLE_AUTO","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLE_AUTO"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"FOCUS_BACKWARD","url":"com/aliucord/widgets/PluginCard.html#FOCUS_BACKWARD"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"FOCUS_DOWN","url":"com/aliucord/widgets/PluginCard.html#FOCUS_DOWN"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"FOCUS_FORWARD","url":"com/aliucord/widgets/PluginCard.html#FOCUS_FORWARD"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"FOCUS_LEFT","url":"com/aliucord/widgets/PluginCard.html#FOCUS_LEFT"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"FOCUS_RIGHT","url":"com/aliucord/widgets/PluginCard.html#FOCUS_RIGHT"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"FOCUS_UP","url":"com/aliucord/widgets/PluginCard.html#FOCUS_UP"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"GONE","url":"com/aliucord/widgets/PluginCard.html#GONE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"HAPTIC_FEEDBACK_ENABLED","url":"com/aliucord/widgets/PluginCard.html#HAPTIC_FEEDBACK_ENABLED"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"IMPORTANT_FOR_ACCESSIBILITY_AUTO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_AUTO"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"IMPORTANT_FOR_ACCESSIBILITY_NO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_NO"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"IMPORTANT_FOR_ACCESSIBILITY_YES","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_YES"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"IMPORTANT_FOR_AUTOFILL_AUTO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_AUTO"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"IMPORTANT_FOR_AUTOFILL_NO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_NO"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"IMPORTANT_FOR_AUTOFILL_YES","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_YES"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"IMPORTANT_FOR_CONTENT_CAPTURE_AUTO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_AUTO"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"INVISIBLE","url":"com/aliucord/widgets/PluginCard.html#INVISIBLE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"KEEP_SCREEN_ON","url":"com/aliucord/widgets/PluginCard.html#KEEP_SCREEN_ON"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"LAYER_TYPE_HARDWARE","url":"com/aliucord/widgets/PluginCard.html#LAYER_TYPE_HARDWARE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"LAYER_TYPE_NONE","url":"com/aliucord/widgets/PluginCard.html#LAYER_TYPE_NONE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"LAYER_TYPE_SOFTWARE","url":"com/aliucord/widgets/PluginCard.html#LAYER_TYPE_SOFTWARE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"LAYOUT_DIRECTION_INHERIT","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_INHERIT"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"LAYOUT_DIRECTION_LOCALE","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_LOCALE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"LAYOUT_DIRECTION_LTR","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_LTR"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"LAYOUT_DIRECTION_RTL","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_RTL"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"MEASURED_HEIGHT_STATE_SHIFT","url":"com/aliucord/widgets/PluginCard.html#MEASURED_HEIGHT_STATE_SHIFT"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"MEASURED_SIZE_MASK","url":"com/aliucord/widgets/PluginCard.html#MEASURED_SIZE_MASK"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"MEASURED_STATE_MASK","url":"com/aliucord/widgets/PluginCard.html#MEASURED_STATE_MASK"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"MEASURED_STATE_TOO_SMALL","url":"com/aliucord/widgets/PluginCard.html#MEASURED_STATE_TOO_SMALL"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"NOT_FOCUSABLE","url":"com/aliucord/widgets/PluginCard.html#NOT_FOCUSABLE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"NO_ID","url":"com/aliucord/widgets/PluginCard.html#NO_ID"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"OVER_SCROLL_ALWAYS","url":"com/aliucord/widgets/PluginCard.html#OVER_SCROLL_ALWAYS"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"OVER_SCROLL_IF_CONTENT_SCROLLS","url":"com/aliucord/widgets/PluginCard.html#OVER_SCROLL_IF_CONTENT_SCROLLS"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"OVER_SCROLL_NEVER","url":"com/aliucord/widgets/PluginCard.html#OVER_SCROLL_NEVER"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"ROTATION","url":"com/aliucord/widgets/PluginCard.html#ROTATION"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"ROTATION_X","url":"com/aliucord/widgets/PluginCard.html#ROTATION_X"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"ROTATION_Y","url":"com/aliucord/widgets/PluginCard.html#ROTATION_Y"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCALE_X","url":"com/aliucord/widgets/PluginCard.html#SCALE_X"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCALE_Y","url":"com/aliucord/widgets/PluginCard.html#SCALE_Y"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCREEN_STATE_OFF","url":"com/aliucord/widgets/PluginCard.html#SCREEN_STATE_OFF"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCREEN_STATE_ON","url":"com/aliucord/widgets/PluginCard.html#SCREEN_STATE_ON"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCROLLBARS_INSIDE_INSET","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_INSIDE_INSET"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCROLLBARS_INSIDE_OVERLAY","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_INSIDE_OVERLAY"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCROLLBARS_OUTSIDE_INSET","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_OUTSIDE_INSET"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCROLLBARS_OUTSIDE_OVERLAY","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_OUTSIDE_OVERLAY"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCROLLBAR_POSITION_DEFAULT","url":"com/aliucord/widgets/PluginCard.html#SCROLLBAR_POSITION_DEFAULT"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCROLLBAR_POSITION_LEFT","url":"com/aliucord/widgets/PluginCard.html#SCROLLBAR_POSITION_LEFT"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCROLLBAR_POSITION_RIGHT","url":"com/aliucord/widgets/PluginCard.html#SCROLLBAR_POSITION_RIGHT"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCROLL_AXIS_HORIZONTAL","url":"com/aliucord/widgets/PluginCard.html#SCROLL_AXIS_HORIZONTAL"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCROLL_AXIS_NONE","url":"com/aliucord/widgets/PluginCard.html#SCROLL_AXIS_NONE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCROLL_AXIS_VERTICAL","url":"com/aliucord/widgets/PluginCard.html#SCROLL_AXIS_VERTICAL"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCROLL_INDICATOR_BOTTOM","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_BOTTOM"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCROLL_INDICATOR_END","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_END"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCROLL_INDICATOR_LEFT","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_LEFT"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCROLL_INDICATOR_RIGHT","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_RIGHT"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCROLL_INDICATOR_START","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_START"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SCROLL_INDICATOR_TOP","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_TOP"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SOUND_EFFECTS_ENABLED","url":"com/aliucord/widgets/PluginCard.html#SOUND_EFFECTS_ENABLED"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"STATUS_BAR_HIDDEN","url":"com/aliucord/widgets/PluginCard.html#STATUS_BAR_HIDDEN"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"STATUS_BAR_VISIBLE","url":"com/aliucord/widgets/PluginCard.html#STATUS_BAR_VISIBLE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SYSTEM_UI_FLAG_FULLSCREEN","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_FULLSCREEN"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SYSTEM_UI_FLAG_HIDE_NAVIGATION","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_HIDE_NAVIGATION"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SYSTEM_UI_FLAG_IMMERSIVE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_IMMERSIVE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SYSTEM_UI_FLAG_IMMERSIVE_STICKY","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_IMMERSIVE_STICKY"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SYSTEM_UI_FLAG_LAYOUT_STABLE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LAYOUT_STABLE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SYSTEM_UI_FLAG_LIGHT_STATUS_BAR","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LIGHT_STATUS_BAR"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SYSTEM_UI_FLAG_LOW_PROFILE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LOW_PROFILE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SYSTEM_UI_FLAG_VISIBLE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_VISIBLE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"SYSTEM_UI_LAYOUT_FLAGS","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_LAYOUT_FLAGS"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TEXT_ALIGNMENT_CENTER","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_CENTER"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TEXT_ALIGNMENT_GRAVITY","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_GRAVITY"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TEXT_ALIGNMENT_INHERIT","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_INHERIT"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TEXT_ALIGNMENT_TEXT_END","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_TEXT_END"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TEXT_ALIGNMENT_TEXT_START","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_TEXT_START"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TEXT_ALIGNMENT_VIEW_END","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_VIEW_END"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TEXT_ALIGNMENT_VIEW_START","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_VIEW_START"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TEXT_DIRECTION_ANY_RTL","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_ANY_RTL"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TEXT_DIRECTION_FIRST_STRONG","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_FIRST_STRONG"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TEXT_DIRECTION_FIRST_STRONG_LTR","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_FIRST_STRONG_LTR"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TEXT_DIRECTION_FIRST_STRONG_RTL","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_FIRST_STRONG_RTL"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TEXT_DIRECTION_INHERIT","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_INHERIT"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TEXT_DIRECTION_LOCALE","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_LOCALE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TEXT_DIRECTION_LTR","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_LTR"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TEXT_DIRECTION_RTL","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_RTL"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TRANSLATION_X","url":"com/aliucord/widgets/PluginCard.html#TRANSLATION_X"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TRANSLATION_Y","url":"com/aliucord/widgets/PluginCard.html#TRANSLATION_Y"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"TRANSLATION_Z","url":"com/aliucord/widgets/PluginCard.html#TRANSLATION_Z"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"VISIBLE","url":"com/aliucord/widgets/PluginCard.html#VISIBLE"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"X","url":"com/aliucord/widgets/PluginCard.html#X"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"Y","url":"com/aliucord/widgets/PluginCard.html#Y"}, {"p":"com.aliucord.widgets","c":"UpdaterPluginCard","l":"Z","url":"com/aliucord/widgets/PluginCard.html#Z"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"root","url":"com/aliucord/widgets/PluginCard.html#root"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"switchHeader","url":"com/aliucord/widgets/PluginCard.html#switchHeader"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"titleView","url":"com/aliucord/widgets/PluginCard.html#titleView"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"descriptionView","url":"com/aliucord/widgets/PluginCard.html#descriptionView"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"buttonLayout","url":"com/aliucord/widgets/PluginCard.html#buttonLayout"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"settingsButton","url":"com/aliucord/widgets/PluginCard.html#settingsButton"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"uninstallButton","url":"com/aliucord/widgets/PluginCard.html#uninstallButton"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"repoButton","url":"com/aliucord/widgets/PluginCard.html#repoButton"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"changeLogButton","url":"com/aliucord/widgets/PluginCard.html#changeLogButton"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"FOCUS_AFTER_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#FOCUS_AFTER_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"FOCUS_BEFORE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#FOCUS_BEFORE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"FOCUS_BLOCK_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#FOCUS_BLOCK_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"LAYOUT_MODE_CLIP_BOUNDS","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_MODE_CLIP_BOUNDS"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"LAYOUT_MODE_OPTICAL_BOUNDS","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_MODE_OPTICAL_BOUNDS"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"PERSISTENT_ALL_CACHES","url":"com/aliucord/widgets/PluginCard.html#PERSISTENT_ALL_CACHES"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"PERSISTENT_ANIMATION_CACHE","url":"com/aliucord/widgets/PluginCard.html#PERSISTENT_ANIMATION_CACHE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"PERSISTENT_NO_CACHE","url":"com/aliucord/widgets/PluginCard.html#PERSISTENT_NO_CACHE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"PERSISTENT_SCROLLING_CACHE","url":"com/aliucord/widgets/PluginCard.html#PERSISTENT_SCROLLING_CACHE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"ACCESSIBILITY_LIVE_REGION_ASSERTIVE","url":"com/aliucord/widgets/PluginCard.html#ACCESSIBILITY_LIVE_REGION_ASSERTIVE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"ACCESSIBILITY_LIVE_REGION_NONE","url":"com/aliucord/widgets/PluginCard.html#ACCESSIBILITY_LIVE_REGION_NONE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"ACCESSIBILITY_LIVE_REGION_POLITE","url":"com/aliucord/widgets/PluginCard.html#ACCESSIBILITY_LIVE_REGION_POLITE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"ALPHA","url":"com/aliucord/widgets/PluginCard.html#ALPHA"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_HINT_CREDIT_CARD_NUMBER","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_NUMBER"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_HINT_EMAIL_ADDRESS","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_EMAIL_ADDRESS"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_HINT_NAME","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_NAME"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_HINT_PASSWORD","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_PASSWORD"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_HINT_PHONE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_PHONE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_HINT_POSTAL_ADDRESS","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_POSTAL_ADDRESS"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_HINT_POSTAL_CODE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_POSTAL_CODE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_HINT_USERNAME","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_HINT_USERNAME"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_TYPE_DATE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_DATE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_TYPE_LIST","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_LIST"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_TYPE_NONE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_NONE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_TYPE_TEXT","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_TEXT"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"AUTOFILL_TYPE_TOGGLE","url":"com/aliucord/widgets/PluginCard.html#AUTOFILL_TYPE_TOGGLE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"DRAG_FLAG_GLOBAL","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"DRAG_FLAG_GLOBAL_URI_READ","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_URI_READ"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"DRAG_FLAG_GLOBAL_URI_WRITE","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_GLOBAL_URI_WRITE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"DRAG_FLAG_OPAQUE","url":"com/aliucord/widgets/PluginCard.html#DRAG_FLAG_OPAQUE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"DRAWING_CACHE_QUALITY_AUTO","url":"com/aliucord/widgets/PluginCard.html#DRAWING_CACHE_QUALITY_AUTO"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"DRAWING_CACHE_QUALITY_HIGH","url":"com/aliucord/widgets/PluginCard.html#DRAWING_CACHE_QUALITY_HIGH"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"DRAWING_CACHE_QUALITY_LOW","url":"com/aliucord/widgets/PluginCard.html#DRAWING_CACHE_QUALITY_LOW"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"FIND_VIEWS_WITH_CONTENT_DESCRIPTION","url":"com/aliucord/widgets/PluginCard.html#FIND_VIEWS_WITH_CONTENT_DESCRIPTION"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"FIND_VIEWS_WITH_TEXT","url":"com/aliucord/widgets/PluginCard.html#FIND_VIEWS_WITH_TEXT"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"FOCUSABLE","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"FOCUSABLES_ALL","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLES_ALL"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"FOCUSABLES_TOUCH_MODE","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLES_TOUCH_MODE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"FOCUSABLE_AUTO","url":"com/aliucord/widgets/PluginCard.html#FOCUSABLE_AUTO"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"FOCUS_BACKWARD","url":"com/aliucord/widgets/PluginCard.html#FOCUS_BACKWARD"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"FOCUS_DOWN","url":"com/aliucord/widgets/PluginCard.html#FOCUS_DOWN"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"FOCUS_FORWARD","url":"com/aliucord/widgets/PluginCard.html#FOCUS_FORWARD"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"FOCUS_LEFT","url":"com/aliucord/widgets/PluginCard.html#FOCUS_LEFT"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"FOCUS_RIGHT","url":"com/aliucord/widgets/PluginCard.html#FOCUS_RIGHT"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"FOCUS_UP","url":"com/aliucord/widgets/PluginCard.html#FOCUS_UP"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"GONE","url":"com/aliucord/widgets/PluginCard.html#GONE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"HAPTIC_FEEDBACK_ENABLED","url":"com/aliucord/widgets/PluginCard.html#HAPTIC_FEEDBACK_ENABLED"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"IMPORTANT_FOR_ACCESSIBILITY_AUTO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_AUTO"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"IMPORTANT_FOR_ACCESSIBILITY_NO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_NO"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"IMPORTANT_FOR_ACCESSIBILITY_YES","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_ACCESSIBILITY_YES"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"IMPORTANT_FOR_AUTOFILL_AUTO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_AUTO"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"IMPORTANT_FOR_AUTOFILL_NO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_NO"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"IMPORTANT_FOR_AUTOFILL_YES","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_YES"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"IMPORTANT_FOR_CONTENT_CAPTURE_AUTO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_AUTO"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS","url":"com/aliucord/widgets/PluginCard.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"INVISIBLE","url":"com/aliucord/widgets/PluginCard.html#INVISIBLE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"KEEP_SCREEN_ON","url":"com/aliucord/widgets/PluginCard.html#KEEP_SCREEN_ON"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"LAYER_TYPE_HARDWARE","url":"com/aliucord/widgets/PluginCard.html#LAYER_TYPE_HARDWARE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"LAYER_TYPE_NONE","url":"com/aliucord/widgets/PluginCard.html#LAYER_TYPE_NONE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"LAYER_TYPE_SOFTWARE","url":"com/aliucord/widgets/PluginCard.html#LAYER_TYPE_SOFTWARE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"LAYOUT_DIRECTION_INHERIT","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_INHERIT"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"LAYOUT_DIRECTION_LOCALE","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_LOCALE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"LAYOUT_DIRECTION_LTR","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_LTR"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"LAYOUT_DIRECTION_RTL","url":"com/aliucord/widgets/PluginCard.html#LAYOUT_DIRECTION_RTL"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"MEASURED_HEIGHT_STATE_SHIFT","url":"com/aliucord/widgets/PluginCard.html#MEASURED_HEIGHT_STATE_SHIFT"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"MEASURED_SIZE_MASK","url":"com/aliucord/widgets/PluginCard.html#MEASURED_SIZE_MASK"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"MEASURED_STATE_MASK","url":"com/aliucord/widgets/PluginCard.html#MEASURED_STATE_MASK"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"MEASURED_STATE_TOO_SMALL","url":"com/aliucord/widgets/PluginCard.html#MEASURED_STATE_TOO_SMALL"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"NOT_FOCUSABLE","url":"com/aliucord/widgets/PluginCard.html#NOT_FOCUSABLE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"NO_ID","url":"com/aliucord/widgets/PluginCard.html#NO_ID"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"OVER_SCROLL_ALWAYS","url":"com/aliucord/widgets/PluginCard.html#OVER_SCROLL_ALWAYS"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"OVER_SCROLL_IF_CONTENT_SCROLLS","url":"com/aliucord/widgets/PluginCard.html#OVER_SCROLL_IF_CONTENT_SCROLLS"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"OVER_SCROLL_NEVER","url":"com/aliucord/widgets/PluginCard.html#OVER_SCROLL_NEVER"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"ROTATION","url":"com/aliucord/widgets/PluginCard.html#ROTATION"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"ROTATION_X","url":"com/aliucord/widgets/PluginCard.html#ROTATION_X"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"ROTATION_Y","url":"com/aliucord/widgets/PluginCard.html#ROTATION_Y"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCALE_X","url":"com/aliucord/widgets/PluginCard.html#SCALE_X"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCALE_Y","url":"com/aliucord/widgets/PluginCard.html#SCALE_Y"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCREEN_STATE_OFF","url":"com/aliucord/widgets/PluginCard.html#SCREEN_STATE_OFF"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCREEN_STATE_ON","url":"com/aliucord/widgets/PluginCard.html#SCREEN_STATE_ON"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCROLLBARS_INSIDE_INSET","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_INSIDE_INSET"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCROLLBARS_INSIDE_OVERLAY","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_INSIDE_OVERLAY"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCROLLBARS_OUTSIDE_INSET","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_OUTSIDE_INSET"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCROLLBARS_OUTSIDE_OVERLAY","url":"com/aliucord/widgets/PluginCard.html#SCROLLBARS_OUTSIDE_OVERLAY"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCROLLBAR_POSITION_DEFAULT","url":"com/aliucord/widgets/PluginCard.html#SCROLLBAR_POSITION_DEFAULT"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCROLLBAR_POSITION_LEFT","url":"com/aliucord/widgets/PluginCard.html#SCROLLBAR_POSITION_LEFT"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCROLLBAR_POSITION_RIGHT","url":"com/aliucord/widgets/PluginCard.html#SCROLLBAR_POSITION_RIGHT"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCROLL_AXIS_HORIZONTAL","url":"com/aliucord/widgets/PluginCard.html#SCROLL_AXIS_HORIZONTAL"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCROLL_AXIS_NONE","url":"com/aliucord/widgets/PluginCard.html#SCROLL_AXIS_NONE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCROLL_AXIS_VERTICAL","url":"com/aliucord/widgets/PluginCard.html#SCROLL_AXIS_VERTICAL"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCROLL_INDICATOR_BOTTOM","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_BOTTOM"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCROLL_INDICATOR_END","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_END"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCROLL_INDICATOR_LEFT","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_LEFT"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCROLL_INDICATOR_RIGHT","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_RIGHT"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCROLL_INDICATOR_START","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_START"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SCROLL_INDICATOR_TOP","url":"com/aliucord/widgets/PluginCard.html#SCROLL_INDICATOR_TOP"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SOUND_EFFECTS_ENABLED","url":"com/aliucord/widgets/PluginCard.html#SOUND_EFFECTS_ENABLED"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"STATUS_BAR_HIDDEN","url":"com/aliucord/widgets/PluginCard.html#STATUS_BAR_HIDDEN"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"STATUS_BAR_VISIBLE","url":"com/aliucord/widgets/PluginCard.html#STATUS_BAR_VISIBLE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SYSTEM_UI_FLAG_FULLSCREEN","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_FULLSCREEN"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SYSTEM_UI_FLAG_HIDE_NAVIGATION","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_HIDE_NAVIGATION"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SYSTEM_UI_FLAG_IMMERSIVE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_IMMERSIVE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SYSTEM_UI_FLAG_IMMERSIVE_STICKY","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_IMMERSIVE_STICKY"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SYSTEM_UI_FLAG_LAYOUT_STABLE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LAYOUT_STABLE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SYSTEM_UI_FLAG_LIGHT_STATUS_BAR","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LIGHT_STATUS_BAR"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SYSTEM_UI_FLAG_LOW_PROFILE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_LOW_PROFILE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SYSTEM_UI_FLAG_VISIBLE","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_FLAG_VISIBLE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"SYSTEM_UI_LAYOUT_FLAGS","url":"com/aliucord/widgets/PluginCard.html#SYSTEM_UI_LAYOUT_FLAGS"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TEXT_ALIGNMENT_CENTER","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_CENTER"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TEXT_ALIGNMENT_GRAVITY","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_GRAVITY"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TEXT_ALIGNMENT_INHERIT","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_INHERIT"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TEXT_ALIGNMENT_TEXT_END","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_TEXT_END"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TEXT_ALIGNMENT_TEXT_START","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_TEXT_START"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TEXT_ALIGNMENT_VIEW_END","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_VIEW_END"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TEXT_ALIGNMENT_VIEW_START","url":"com/aliucord/widgets/PluginCard.html#TEXT_ALIGNMENT_VIEW_START"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TEXT_DIRECTION_ANY_RTL","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_ANY_RTL"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TEXT_DIRECTION_FIRST_STRONG","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_FIRST_STRONG"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TEXT_DIRECTION_FIRST_STRONG_LTR","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_FIRST_STRONG_LTR"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TEXT_DIRECTION_FIRST_STRONG_RTL","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_FIRST_STRONG_RTL"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TEXT_DIRECTION_INHERIT","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_INHERIT"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TEXT_DIRECTION_LOCALE","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_LOCALE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TEXT_DIRECTION_LTR","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_LTR"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TEXT_DIRECTION_RTL","url":"com/aliucord/widgets/PluginCard.html#TEXT_DIRECTION_RTL"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TRANSLATION_X","url":"com/aliucord/widgets/PluginCard.html#TRANSLATION_X"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TRANSLATION_Y","url":"com/aliucord/widgets/PluginCard.html#TRANSLATION_Y"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"TRANSLATION_Z","url":"com/aliucord/widgets/PluginCard.html#TRANSLATION_Z"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"VISIBLE","url":"com/aliucord/widgets/PluginCard.html#VISIBLE"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"X","url":"com/aliucord/widgets/PluginCard.html#X"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"Y","url":"com/aliucord/widgets/PluginCard.html#Y"}, {"p":"com.aliucord.widgets","c":"PluginCard","l":"Z","url":"com/aliucord/widgets/PluginCard.html#Z"}, {"p":"com.aliucord.patcher","c":"Patcher","l":"logger","url":"com/aliucord/patcher/Patcher.html#logger"}, {"p":"com.aliucord.patcher","c":"Hook","l":"callback","url":"com/aliucord/patcher/Hook.html#callback"}, {"p":"com.aliucord.patcher","c":"Hook","l":"priority","url":"com/aliucord/patcher/PreHook.html#priority"}, {"p":"com.aliucord.patcher","c":"InsteadHook","l":"DO_NOTHING","url":"com/aliucord/patcher/InsteadHook.html#DO_NOTHING"}, {"p":"com.aliucord.patcher","c":"InsteadHook","l":"callback","url":"com/aliucord/patcher/InsteadHook.html#callback"}, {"p":"com.aliucord.patcher","c":"InsteadHook","l":"priority","url":"com/aliucord/patcher/PreHook.html#priority"}, {"p":"com.aliucord.patcher","c":"PreHook","l":"callback","url":"com/aliucord/patcher/PreHook.html#callback"}, {"p":"com.aliucord.patcher","c":"PreHook","l":"priority","url":"com/aliucord/patcher/PreHook.html#priority"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"viewState","url":"com/aliucord/entities/CommandContext.html#viewState"}, {"p":"com.aliucord.entities","c":"CommandContext","l":"attachments","url":"com/aliucord/entities/CommandContext.html#attachments"}, {"p":"com.aliucord.entities","c":"Plugin.Manifest.Author","l":"name","url":"com/aliucord/entities/Plugin.Manifest.Author.html#name"}, {"p":"com.aliucord.entities","c":"Plugin.Manifest.Author","l":"id","url":"com/aliucord/entities/Plugin.Manifest.Author.html#id"}, {"p":"com.aliucord.entities","c":"Plugin.Manifest","l":"name","url":"com/aliucord/entities/Plugin.Manifest.html#name"}, {"p":"com.aliucord.entities","c":"Plugin.Manifest","l":"pluginClassName","url":"com/aliucord/entities/Plugin.Manifest.html#pluginClassName"}, {"p":"com.aliucord.entities","c":"Plugin.Manifest","l":"authors","url":"com/aliucord/entities/Plugin.Manifest.html#authors"}, {"p":"com.aliucord.entities","c":"Plugin.Manifest","l":"description","url":"com/aliucord/entities/Plugin.Manifest.html#description"}, {"p":"com.aliucord.entities","c":"Plugin.Manifest","l":"version","url":"com/aliucord/entities/Plugin.Manifest.html#version"}, {"p":"com.aliucord.entities","c":"Plugin.Manifest","l":"updateUrl","url":"com/aliucord/entities/Plugin.Manifest.html#updateUrl"}, {"p":"com.aliucord.entities","c":"Plugin.Manifest","l":"changelog","url":"com/aliucord/entities/Plugin.Manifest.html#changelog"}, {"p":"com.aliucord.entities","c":"Plugin.Manifest","l":"changelogMedia","url":"com/aliucord/entities/Plugin.Manifest.html#changelogMedia"}, {"p":"com.aliucord.entities","c":"Plugin.SettingsTab","l":"type","url":"com/aliucord/entities/Plugin.SettingsTab.html#type"}, {"p":"com.aliucord.entities","c":"Plugin.SettingsTab","l":"page","url":"com/aliucord/entities/Plugin.SettingsTab.html#page"}, {"p":"com.aliucord.entities","c":"Plugin.SettingsTab","l":"bottomSheet","url":"com/aliucord/entities/Plugin.SettingsTab.html#bottomSheet"}, {"p":"com.aliucord.entities","c":"Plugin.SettingsTab","l":"args","url":"com/aliucord/entities/Plugin.SettingsTab.html#args"}, {"p":"com.aliucord.entities","c":"Plugin","l":"logger","url":"com/aliucord/coreplugins/rn/RNAPI.html#logger"}, {"p":"com.aliucord.entities","c":"Plugin","l":"manifest","url":"com/aliucord/entities/Plugin.html#manifest"}, {"p":"com.aliucord.entities","c":"Plugin","l":"settingsTab","url":"com/aliucord/coreplugins/rn/RNAPI.html#settingsTab"}, {"p":"com.aliucord.entities","c":"Plugin","l":"resources","url":"com/aliucord/coreplugins/rn/RNAPI.html#resources"}, {"p":"com.aliucord.entities","c":"Plugin","l":"needsResources","url":"com/aliucord/coreplugins/rn/RNAPI.html#needsResources"}, {"p":"com.aliucord.entities","c":"Plugin","l":"__filename","url":"com/aliucord/coreplugins/rn/RNAPI.html#__filename"}, {"p":"com.aliucord.entities","c":"Plugin","l":"settings","url":"com/aliucord/coreplugins/rn/RNAPI.html#settings"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"title","url":"com/aliucord/entities/NotificationData.html#title"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"subtitle","url":"com/aliucord/entities/NotificationData.html#subtitle"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"body","url":"com/aliucord/entities/NotificationData.html#body"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"attachmentBackground","url":"com/aliucord/entities/NotificationData.html#attachmentBackground"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"attachmentUrl","url":"com/aliucord/entities/NotificationData.html#attachmentUrl"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"attachment","url":"com/aliucord/entities/NotificationData.html#attachment"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"stickers","url":"com/aliucord/entities/NotificationData.html#stickers"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"iconUrl","url":"com/aliucord/entities/NotificationData.html#iconUrl"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"iconResId","url":"com/aliucord/entities/NotificationData.html#iconResId"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"iconTopRight","url":"com/aliucord/entities/NotificationData.html#iconTopRight"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"autoDismissPeriodSecs","url":"com/aliucord/entities/NotificationData.html#autoDismissPeriodSecs"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"validScreens","url":"com/aliucord/entities/NotificationData.html#validScreens"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"onClickTopRightIcon","url":"com/aliucord/entities/NotificationData.html#onClickTopRightIcon"}, {"p":"com.aliucord.entities","c":"NotificationData","l":"onClick","url":"com/aliucord/entities/NotificationData.html#onClick"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter.ViewHolder","l":"card","url":"com/aliucord/settings/Plugins.Adapter.ViewHolder.html#card"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter.ViewHolder","l":"itemView","url":"com/aliucord/settings/Plugins.Adapter.ViewHolder.html#itemView"}, {"p":"com.aliucord.settings","c":"Plugins.Adapter","l":"filter","url":"com/aliucord/settings/Plugins.Adapter.html#filter"}, {"p":"com.aliucord.settings","c":"Plugins","l":"isRecreated","url":"com/aliucord/settings/FailedPluginsPage.html#isRecreated()"}, {"p":"com.aliucord.settings","c":"Plugins","l":"loggingConfig","url":"com/aliucord/settings/FailedPluginsPage.html#loggingConfig"}, {"p":"com.aliucord.settings","c":"Plugins","l":"unsubscribeSignal","url":"com/aliucord/settings/FailedPluginsPage.html#unsubscribeSignal"}, {"p":"com.aliucord.settings","c":"Plugins","l":"a","url":"com/aliucord/settings/Updater.html#a"}, {"p":"com.aliucord.settings","c":"Updater","l":"isRecreated","url":"com/aliucord/settings/FailedPluginsPage.html#isRecreated()"}, {"p":"com.aliucord.settings","c":"Updater","l":"loggingConfig","url":"com/aliucord/settings/FailedPluginsPage.html#loggingConfig"}, {"p":"com.aliucord.settings","c":"Updater","l":"unsubscribeSignal","url":"com/aliucord/settings/FailedPluginsPage.html#unsubscribeSignal"}, {"p":"com.aliucord.settings","c":"Updater","l":"a","url":"com/aliucord/settings/Updater.html#a"}, {"p":"com.aliucord.settings","c":"AliucordPage","l":"isRecreated","url":"com/aliucord/settings/FailedPluginsPage.html#isRecreated()"}, {"p":"com.aliucord.settings","c":"AliucordPage","l":"loggingConfig","url":"com/aliucord/settings/FailedPluginsPage.html#loggingConfig"}, {"p":"com.aliucord.settings","c":"AliucordPage","l":"unsubscribeSignal","url":"com/aliucord/settings/FailedPluginsPage.html#unsubscribeSignal"}, {"p":"com.aliucord.settings","c":"Crashes","l":"isRecreated","url":"com/aliucord/settings/FailedPluginsPage.html#isRecreated()"}, {"p":"com.aliucord.settings","c":"Crashes","l":"loggingConfig","url":"com/aliucord/settings/FailedPluginsPage.html#loggingConfig"}, {"p":"com.aliucord.settings","c":"Crashes","l":"unsubscribeSignal","url":"com/aliucord/settings/FailedPluginsPage.html#unsubscribeSignal"}, {"p":"com.aliucord.settings","c":"FailedPluginsPage","l":"isRecreated","url":"com/aliucord/settings/FailedPluginsPage.html#isRecreated()"}, {"p":"com.aliucord.settings","c":"FailedPluginsPage","l":"loggingConfig","url":"com/aliucord/settings/FailedPluginsPage.html#loggingConfig"}, {"p":"com.aliucord.settings","c":"FailedPluginsPage","l":"unsubscribeSignal","url":"com/aliucord/settings/FailedPluginsPage.html#unsubscribeSignal"}, {"p":"com.aliucord.settings","c":"AliucordPageKt","l":"AUTO_DISABLE_ON_CRASH_KEY","url":"com/aliucord/settings/AliucordPageKt.html#AUTO_DISABLE_ON_CRASH_KEY"}, {"p":"com.aliucord.settings","c":"AliucordPageKt","l":"AUTO_UPDATE_PLUGINS_KEY","url":"com/aliucord/settings/AliucordPageKt.html#AUTO_UPDATE_PLUGINS_KEY"}, {"p":"com.aliucord.settings","c":"AliucordPageKt","l":"AUTO_UPDATE_ALIUCORD_KEY","url":"com/aliucord/settings/AliucordPageKt.html#AUTO_UPDATE_ALIUCORD_KEY"}, {"p":"com.aliucord.settings","c":"AliucordPageKt","l":"ALIUCORD_FROM_STORAGE_KEY","url":"com/aliucord/settings/AliucordPageKt.html#ALIUCORD_FROM_STORAGE_KEY"}, {"p":"com.aliucord.updater","c":"PluginUpdater.UpdateInfo","l":"minimumDiscordVersion","url":"com/aliucord/updater/PluginUpdater.UpdateInfo.html#minimumDiscordVersion"}, {"p":"com.aliucord.updater","c":"PluginUpdater.UpdateInfo","l":"version","url":"com/aliucord/updater/PluginUpdater.UpdateInfo.html#version"}, {"p":"com.aliucord.updater","c":"PluginUpdater.UpdateInfo","l":"build","url":"com/aliucord/updater/PluginUpdater.UpdateInfo.html#build"}, {"p":"com.aliucord.updater","c":"PluginUpdater.UpdateInfo","l":"changelog","url":"com/aliucord/updater/PluginUpdater.UpdateInfo.html#changelog"}, {"p":"com.aliucord.updater","c":"PluginUpdater.UpdateInfo","l":"changelogMedia","url":"com/aliucord/updater/PluginUpdater.UpdateInfo.html#changelogMedia"}, {"p":"com.aliucord.updater","c":"PluginUpdater.UpdateInfo","l":"sha1sum","url":"com/aliucord/updater/PluginUpdater.UpdateInfo.html#sha1sum"}, {"p":"com.aliucord.updater","c":"PluginUpdater.CachedData","l":"data","url":"com/aliucord/updater/PluginUpdater.CachedData.html#data"}, {"p":"com.aliucord.updater","c":"PluginUpdater.CachedData","l":"time","url":"com/aliucord/updater/PluginUpdater.CachedData.html#time"}, {"p":"com.aliucord.updater","c":"PluginUpdater","l":"logger","url":"com/aliucord/updater/PluginUpdater.html#logger"}, {"p":"com.aliucord.updater","c":"PluginUpdater","l":"cache","url":"com/aliucord/updater/PluginUpdater.html#cache"}, {"p":"com.aliucord.updater","c":"PluginUpdater","l":"updated","url":"com/aliucord/updater/PluginUpdater.html#updated"}, {"p":"com.aliucord.updater","c":"PluginUpdater","l":"updates","url":"com/aliucord/updater/PluginUpdater.html#updates"}, {"p":"com.aliucord.api","c":"CommandsAPI.CommandResult","l":"content","url":"com/aliucord/api/CommandsAPI.CommandResult.html#content"}, {"p":"com.aliucord.api","c":"CommandsAPI.CommandResult","l":"embeds","url":"com/aliucord/api/CommandsAPI.CommandResult.html#embeds"}, {"p":"com.aliucord.api","c":"CommandsAPI.CommandResult","l":"send","url":"com/aliucord/api/CommandsAPI.CommandResult.html#send"}, {"p":"com.aliucord.api","c":"CommandsAPI.CommandResult","l":"username","url":"com/aliucord/api/CommandsAPI.CommandResult.html#username"}, {"p":"com.aliucord.api","c":"CommandsAPI.CommandResult","l":"avatarUrl","url":"com/aliucord/api/CommandsAPI.CommandResult.html#avatarUrl"}, {"p":"com.aliucord.api","c":"CommandsAPI.CommandResult","l":"buttons","url":"com/aliucord/api/CommandsAPI.CommandResult.html#buttons"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"ALIUCORD_APP_ID","url":"com/aliucord/api/CommandsAPI.html#ALIUCORD_APP_ID"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"DONT_SEND_RESULT","url":"com/aliucord/api/CommandsAPI.html#DONT_SEND_RESULT"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"aliucordApplication","url":"com/aliucord/api/CommandsAPI.html#aliucordApplication"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"commands","url":"com/aliucord/api/CommandsAPI.html#commands"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"commandsAndPlugins","url":"com/aliucord/api/CommandsAPI.html#commandsAndPlugins"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"interactionsStore","url":"com/aliucord/api/CommandsAPI.html#interactionsStore"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"messageOption","url":"com/aliucord/api/CommandsAPI.html#messageOption"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"requiredMessageOption","url":"com/aliucord/api/CommandsAPI.html#requiredMessageOption"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"pluginName","url":"com/aliucord/api/CommandsAPI.html#pluginName"}, {"p":"com.aliucord.api","c":"CommandsAPI","l":"pluginCommands","url":"com/aliucord/api/CommandsAPI.html#pluginCommands"}, {"p":"com.aliucord.api","c":"PatcherAPI","l":"logger","url":"com/aliucord/api/PatcherAPI.html#logger"}, {"p":"com.aliucord.api","c":"PatcherAPI","l":"unpatches","url":"com/aliucord/api/PatcherAPI.html#unpatches"}, {"p":"com.aliucord.api","c":"ButtonsAPI.ButtonData","l":"label","url":"com/aliucord/api/ButtonsAPI.ButtonData.html#label"}, {"p":"com.aliucord.api","c":"ButtonsAPI.ButtonData","l":"style","url":"com/aliucord/api/ButtonsAPI.ButtonData.html#style"}, {"p":"com.aliucord.api","c":"ButtonsAPI.ButtonData","l":"onPress","url":"com/aliucord/api/ButtonsAPI.ButtonData.html#onPress"}, {"p":"com.aliucord.api","c":"ButtonsAPI","l":"INSTANCE","url":"com/aliucord/api/ButtonsAPI.html#INSTANCE"}, {"p":"com.aliucord.api","c":"GatewayAPI","l":"eventListeners","url":"com/aliucord/api/GatewayAPI.html#eventListeners"}, {"p":"com.aliucord.api","c":"GatewayAPI","l":"INSTANCE","url":"com/aliucord/api/GatewayAPI.html#INSTANCE"}, {"p":"com.discord.widgets.chat.input","c":"WidgetChatInput$configureSendListeners$7$1","l":"this$0","url":"com/discord/widgets/chat/input/WidgetChatInput$configureSendListeners$7$1.html#this$0"}, {"p":"com.discord.widgets.guilds.leave","c":"WidgetLeaveGuildDialog$binding$2","l":"INSTANCE","url":"com/discord/widgets/guilds/leave/WidgetLeaveGuildDialog$binding$2.html#INSTANCE"}, {"p":"com.discord.widgets.user","c":"WidgetKickUser$binding$2","l":"INSTANCE","url":"com/discord/widgets/user/WidgetKickUser$binding$2.html#INSTANCE"}, {"p":"com.aliucord.annotations","c":"AliucordPlugin","l":"requiresRestart","url":"com/aliucord/annotations/AliucordPlugin.html#requiresRestart"}, {"p":"com.aliucord.api.rn.user","c":"RNUser","l":"globalName","url":"com/aliucord/api/rn/user/RNUser.html#globalName"}, {"p":"com.aliucord.api.rn.user","c":"RNUser","l":"id","url":"com/aliucord/api/rn/user/RNUser.html#id"}, {"p":"com.aliucord.api.rn.user","c":"RNUser","l":"username","url":"com/aliucord/api/rn/user/RNUser.html#username"}, {"p":"com.aliucord.api.rn.user","c":"RNUserProfile","l":"guildMemberProfile","url":"com/aliucord/api/rn/user/RNUserProfile.html#guildMemberProfile"}, {"p":"com.aliucord.api.rn.user","c":"RNUserProfile","l":"userProfile","url":"com/aliucord/api/rn/user/RNUserProfile.html#userProfile"}, {"p":"com.aliucord.api.rn.user","c":"UserProfileData","l":"accentColor","url":"com/aliucord/api/rn/user/UserProfileData.html#accentColor"}, {"p":"com.aliucord.api.rn.user","c":"UserProfileData","l":"banner","url":"com/aliucord/api/rn/user/UserProfileData.html#banner"}, {"p":"com.aliucord.api.rn.user","c":"UserProfileData","l":"bio","url":"com/aliucord/api/rn/user/UserProfileData.html#bio"}, {"p":"com.aliucord.api.rn.user","c":"UserProfileData","l":"guildId","url":"com/aliucord/api/rn/user/UserProfileData.html#guildId"}, {"p":"com.aliucord.api.rn.user","c":"UserProfileData","l":"pronouns","url":"com/aliucord/api/rn/user/UserProfileData.html#pronouns"}, {"p":"com.aliucord.api.rn.user","c":"UserProfileData","l":"themeColors","url":"com/aliucord/api/rn/user/UserProfileData.html#themeColors"}, {"p":"com.aliucord.coreplugins","c":"CorePlugins","l":"INSTANCE","url":"com/aliucord/coreplugins/CorePlugins.html#INSTANCE"}, {"p":"com.aliucord.coreplugins","c":"PronounsKt","l":"sheetProfileHeaderViewId","url":"com/aliucord/coreplugins/PronounsKt.html#sheetProfileHeaderViewId"}, {"p":"com.aliucord.coreplugins","c":"PronounsKt","l":"userProfileHeaderSecondaryNameViewId","url":"com/aliucord/coreplugins/PronounsKt.html#userProfileHeaderSecondaryNameViewId"}, {"p":"com.aliucord.coreplugins","c":"PronounsKt","l":"pronounsViewId","url":"com/aliucord/coreplugins/PronounsKt.html#pronounsViewId"}, {"p":"com.aliucord.coreplugins.rn","c":"RNAPI","l":"logger","url":"com/aliucord/coreplugins/rn/RNAPI.html#logger"}, {"p":"com.aliucord.coreplugins.rn","c":"RNAPI","l":"settingsTab","url":"com/aliucord/coreplugins/rn/RNAPI.html#settingsTab"}, {"p":"com.aliucord.coreplugins.rn","c":"RNAPI","l":"resources","url":"com/aliucord/coreplugins/rn/RNAPI.html#resources"}, {"p":"com.aliucord.coreplugins.rn","c":"RNAPI","l":"needsResources","url":"com/aliucord/coreplugins/rn/RNAPI.html#needsResources"}, {"p":"com.aliucord.coreplugins.rn","c":"RNAPI","l":"__filename","url":"com/aliucord/coreplugins/rn/RNAPI.html#__filename"}, {"p":"com.aliucord.coreplugins.rn","c":"RNAPI","l":"settings","url":"com/aliucord/coreplugins/rn/RNAPI.html#settings"}, {"p":"com.aliucord.coreplugins.rn","c":"PatchesKt","l":"globalNames","url":"com/aliucord/coreplugins/rn/PatchesKt.html#globalNames"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"applicationId","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#applicationId"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"appliedTags","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#appliedTags"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"availableTags","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#availableTags"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"bitrate","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#bitrate"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"defaultAutoArchiveDuration","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#defaultAutoArchiveDuration"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"flags","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#flags"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"guildHashes","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#guildHashes"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"guildId","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#guildId"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"icon","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#icon"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"id","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#id"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"lastMessageId","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#lastMessageId"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"member","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#member"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"memberListId","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#memberListId"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"messageCount","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#messageCount"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"name","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#name"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"nicks","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#nicks"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"nsfw","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#nsfw"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"originChannelId","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#originChannelId"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"ownerId","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#ownerId"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"parentId","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#parentId"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"permissionOverwrites","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#permissionOverwrites"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"position","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#position"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"rateLimitPerUser","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#rateLimitPerUser"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"recipientIds","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#recipientIds"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"recipients","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#recipients"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"rtcRegion","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#rtcRegion"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"threadMetadata","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#threadMetadata"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"topic","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#topic"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"type","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#type"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"userLimit","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#userLimit"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper.Companion","l":"INSTANCE","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html#INSTANCE"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"applicationId","url":"com/aliucord/wrappers/ChannelWrapper.html#applicationId"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"appliedTags","url":"com/aliucord/wrappers/ChannelWrapper.html#appliedTags"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"availableTags","url":"com/aliucord/wrappers/ChannelWrapper.html#availableTags"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"bitrate","url":"com/aliucord/wrappers/ChannelWrapper.html#bitrate"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"defaultAutoArchiveDuration","url":"com/aliucord/wrappers/ChannelWrapper.html#defaultAutoArchiveDuration"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"flags","url":"com/aliucord/wrappers/ChannelWrapper.html#flags"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"guildHashes","url":"com/aliucord/wrappers/ChannelWrapper.html#guildHashes"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"guildId","url":"com/aliucord/wrappers/ChannelWrapper.html#guildId"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"icon","url":"com/aliucord/wrappers/ChannelWrapper.html#icon"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"id","url":"com/aliucord/wrappers/ChannelWrapper.html#id"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"lastMessageId","url":"com/aliucord/wrappers/ChannelWrapper.html#lastMessageId"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"member","url":"com/aliucord/wrappers/ChannelWrapper.html#member"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"memberListId","url":"com/aliucord/wrappers/ChannelWrapper.html#memberListId"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"messageCount","url":"com/aliucord/wrappers/ChannelWrapper.html#messageCount"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"name","url":"com/aliucord/wrappers/ChannelWrapper.html#name"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"nicks","url":"com/aliucord/wrappers/ChannelWrapper.html#nicks"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"nsfw","url":"com/aliucord/wrappers/ChannelWrapper.html#nsfw"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"originChannelId","url":"com/aliucord/wrappers/ChannelWrapper.html#originChannelId"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"ownerId","url":"com/aliucord/wrappers/ChannelWrapper.html#ownerId"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"parentId","url":"com/aliucord/wrappers/ChannelWrapper.html#parentId"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"permissionOverwrites","url":"com/aliucord/wrappers/ChannelWrapper.html#permissionOverwrites"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"position","url":"com/aliucord/wrappers/ChannelWrapper.html#position"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"rateLimitPerUser","url":"com/aliucord/wrappers/ChannelWrapper.html#rateLimitPerUser"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"recipientIds","url":"com/aliucord/wrappers/ChannelWrapper.html#recipientIds"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"recipients","url":"com/aliucord/wrappers/ChannelWrapper.html#recipients"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"rtcRegion","url":"com/aliucord/wrappers/ChannelWrapper.html#rtcRegion"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"threadMetadata","url":"com/aliucord/wrappers/ChannelWrapper.html#threadMetadata"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"topic","url":"com/aliucord/wrappers/ChannelWrapper.html#topic"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"type","url":"com/aliucord/wrappers/ChannelWrapper.html#type"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"userLimit","url":"com/aliucord/wrappers/ChannelWrapper.html#userLimit"}, {"p":"com.aliucord.wrappers","c":"ChannelWrapper","l":"Companion","url":"com/aliucord/wrappers/ChannelWrapper.html#Companion"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper.Companion","l":"animated","url":"com/aliucord/wrappers/GuildEmojiWrapper.Companion.html#animated"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper.Companion","l":"available","url":"com/aliucord/wrappers/GuildEmojiWrapper.Companion.html#available"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper.Companion","l":"id","url":"com/aliucord/wrappers/GuildEmojiWrapper.Companion.html#id"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper.Companion","l":"managed","url":"com/aliucord/wrappers/GuildEmojiWrapper.Companion.html#managed"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper.Companion","l":"name","url":"com/aliucord/wrappers/GuildEmojiWrapper.Companion.html#name"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper.Companion","l":"requireColons","url":"com/aliucord/wrappers/GuildEmojiWrapper.Companion.html#requireColons"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper.Companion","l":"roles","url":"com/aliucord/wrappers/GuildEmojiWrapper.Companion.html#roles"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper.Companion","l":"INSTANCE","url":"com/aliucord/wrappers/GuildEmojiWrapper.Companion.html#INSTANCE"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper","l":"animated","url":"com/aliucord/wrappers/GuildEmojiWrapper.html#animated"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper","l":"available","url":"com/aliucord/wrappers/GuildEmojiWrapper.html#available"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper","l":"id","url":"com/aliucord/wrappers/GuildEmojiWrapper.html#id"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper","l":"managed","url":"com/aliucord/wrappers/GuildEmojiWrapper.html#managed"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper","l":"name","url":"com/aliucord/wrappers/GuildEmojiWrapper.html#name"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper","l":"roles","url":"com/aliucord/wrappers/GuildEmojiWrapper.html#roles"}, {"p":"com.aliucord.wrappers","c":"GuildEmojiWrapper","l":"Companion","url":"com/aliucord/wrappers/GuildEmojiWrapper.html#Companion"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"avatar","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#avatar"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"banner","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#banner"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"bio","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#bio"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"guildId","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#guildId"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"joinedAt","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#joinedAt"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"nick","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#nick"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"isPending","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#isPending(com.discord.api.guildmember.GuildMember)"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"premiumSince","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#premiumSince"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"presence","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#presence"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"roles","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#roles"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"user","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#user"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"userId","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#userId"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper.Companion","l":"INSTANCE","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html#INSTANCE"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"avatar","url":"com/aliucord/wrappers/GuildMemberWrapper.html#avatar"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"banner","url":"com/aliucord/wrappers/GuildMemberWrapper.html#banner"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"bio","url":"com/aliucord/wrappers/GuildMemberWrapper.html#bio"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"guildId","url":"com/aliucord/wrappers/GuildMemberWrapper.html#guildId"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"joinedAt","url":"com/aliucord/wrappers/GuildMemberWrapper.html#joinedAt"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"nick","url":"com/aliucord/wrappers/GuildMemberWrapper.html#nick"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"isPending","url":"com/aliucord/wrappers/GuildMemberWrapper.html#isPending()"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"premiumSince","url":"com/aliucord/wrappers/GuildMemberWrapper.html#premiumSince"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"presence","url":"com/aliucord/wrappers/GuildMemberWrapper.html#presence"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"roles","url":"com/aliucord/wrappers/GuildMemberWrapper.html#roles"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"user","url":"com/aliucord/wrappers/GuildMemberWrapper.html#user"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"userId","url":"com/aliucord/wrappers/GuildMemberWrapper.html#userId"}, {"p":"com.aliucord.wrappers","c":"GuildMemberWrapper","l":"Companion","url":"com/aliucord/wrappers/GuildMemberWrapper.html#Companion"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"color","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#color"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"hoist","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#hoist"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"icon","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#icon"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"managed","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#managed"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"mentionable","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#mentionable"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"name","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#name"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"permissions","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#permissions"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"position","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#position"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"tags","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#tags"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"unicodeEmoji","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#unicodeEmoji"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper.Companion","l":"INSTANCE","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html#INSTANCE"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"color","url":"com/aliucord/wrappers/GuildRoleWrapper.html#color"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"hoist","url":"com/aliucord/wrappers/GuildRoleWrapper.html#hoist"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"icon","url":"com/aliucord/wrappers/GuildRoleWrapper.html#icon"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"id","url":"com/aliucord/wrappers/GuildRoleWrapper.html#id"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"managed","url":"com/aliucord/wrappers/GuildRoleWrapper.html#managed"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"mentionable","url":"com/aliucord/wrappers/GuildRoleWrapper.html#mentionable"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"name","url":"com/aliucord/wrappers/GuildRoleWrapper.html#name"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"permissions","url":"com/aliucord/wrappers/GuildRoleWrapper.html#permissions"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"position","url":"com/aliucord/wrappers/GuildRoleWrapper.html#position"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"tags","url":"com/aliucord/wrappers/GuildRoleWrapper.html#tags"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"unicodeEmoji","url":"com/aliucord/wrappers/GuildRoleWrapper.html#unicodeEmoji"}, {"p":"com.aliucord.wrappers","c":"GuildRoleWrapper","l":"Companion","url":"com/aliucord/wrappers/GuildRoleWrapper.html#Companion"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"afkChannelId","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#afkChannelId"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"afkTimeout","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#afkTimeout"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"approximatePresenceCount","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#approximatePresenceCount"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"banner","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#banner"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"channelUpdates","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#channelUpdates"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"channels","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#channels"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"defaultMessageNotifications","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#defaultMessageNotifications"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"description","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#description"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"emojis","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#emojis"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"explicitContentFilter","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#explicitContentFilter"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"features","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#features"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"hashes","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#hashes"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"scheduledEvents","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#scheduledEvents"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"icon","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#icon"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"id","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#id"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"joinedAt","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#joinedAt"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"maxVideoChannelUsers","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#maxVideoChannelUsers"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"approxMemberCount","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#approxMemberCount"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"cachedMembers","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#cachedMembers"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"mfaLevel","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#mfaLevel"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"name","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#name"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"nsfw","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#nsfw"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"ownerId","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#ownerId"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"preferredLocale","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#preferredLocale"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"premiumSubscriptionCount","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#premiumSubscriptionCount"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"premiumTier","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#premiumTier"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"presences","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#presences"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"publicUpdatesChannelId","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#publicUpdatesChannelId"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"region","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#region"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"roles","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#roles"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"rulesChannelId","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#rulesChannelId"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"splash","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#splash"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"stickers","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#stickers"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"systemChannelFlags","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#systemChannelFlags"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"systemChannelId","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#systemChannelId"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"threads","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#threads"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"unavailable","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#unavailable"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"vanityUrlCode","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#vanityUrlCode"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"verificationLevel","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#verificationLevel"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper.Companion","l":"INSTANCE","url":"com/aliucord/wrappers/GuildWrapper.Companion.html#INSTANCE"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"afkChannelId","url":"com/aliucord/wrappers/GuildWrapper.html#afkChannelId"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"afkTimeout","url":"com/aliucord/wrappers/GuildWrapper.html#afkTimeout"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"approximatePresenceCount","url":"com/aliucord/wrappers/GuildWrapper.html#approximatePresenceCount"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"banner","url":"com/aliucord/wrappers/GuildWrapper.html#banner"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"channelUpdates","url":"com/aliucord/wrappers/GuildWrapper.html#channelUpdates"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"channels","url":"com/aliucord/wrappers/GuildWrapper.html#channels"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"defaultMessageNotifications","url":"com/aliucord/wrappers/GuildWrapper.html#defaultMessageNotifications"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"description","url":"com/aliucord/wrappers/GuildWrapper.html#description"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"emojis","url":"com/aliucord/wrappers/GuildWrapper.html#emojis"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"explicitContentFilter","url":"com/aliucord/wrappers/GuildWrapper.html#explicitContentFilter"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"features","url":"com/aliucord/wrappers/GuildWrapper.html#features"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"guildHashes","url":"com/aliucord/wrappers/GuildWrapper.html#guildHashes"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"scheduledEvents","url":"com/aliucord/wrappers/GuildWrapper.html#scheduledEvents"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"icon","url":"com/aliucord/wrappers/GuildWrapper.html#icon"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"id","url":"com/aliucord/wrappers/GuildWrapper.html#id"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"joinedAt","url":"com/aliucord/wrappers/GuildWrapper.html#joinedAt"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"maxVideoChannelUsers","url":"com/aliucord/wrappers/GuildWrapper.html#maxVideoChannelUsers"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"approxMemberCount","url":"com/aliucord/wrappers/GuildWrapper.html#approxMemberCount"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"cachedMembers","url":"com/aliucord/wrappers/GuildWrapper.html#cachedMembers"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"mfaLevel","url":"com/aliucord/wrappers/GuildWrapper.html#mfaLevel"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"name","url":"com/aliucord/wrappers/GuildWrapper.html#name"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"nsfw","url":"com/aliucord/wrappers/GuildWrapper.html#nsfw"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"ownerId","url":"com/aliucord/wrappers/GuildWrapper.html#ownerId"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"preferredLocale","url":"com/aliucord/wrappers/GuildWrapper.html#preferredLocale"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"premiumSubscriptionCount","url":"com/aliucord/wrappers/GuildWrapper.html#premiumSubscriptionCount"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"premiumTier","url":"com/aliucord/wrappers/GuildWrapper.html#premiumTier"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"presences","url":"com/aliucord/wrappers/GuildWrapper.html#presences"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"publicUpdatesChannelId","url":"com/aliucord/wrappers/GuildWrapper.html#publicUpdatesChannelId"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"region","url":"com/aliucord/wrappers/GuildWrapper.html#region"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"roles","url":"com/aliucord/wrappers/GuildWrapper.html#roles"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"rulesChannelId","url":"com/aliucord/wrappers/GuildWrapper.html#rulesChannelId"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"splash","url":"com/aliucord/wrappers/GuildWrapper.html#splash"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"stickers","url":"com/aliucord/wrappers/GuildWrapper.html#stickers"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"systemChannelFlags","url":"com/aliucord/wrappers/GuildWrapper.html#systemChannelFlags"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"systemChannelId","url":"com/aliucord/wrappers/GuildWrapper.html#systemChannelId"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"threads","url":"com/aliucord/wrappers/GuildWrapper.html#threads"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"unavailable","url":"com/aliucord/wrappers/GuildWrapper.html#unavailable"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"vanityUrlCode","url":"com/aliucord/wrappers/GuildWrapper.html#vanityUrlCode"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"verificationLevel","url":"com/aliucord/wrappers/GuildWrapper.html#verificationLevel"}, {"p":"com.aliucord.wrappers","c":"GuildWrapper","l":"Companion","url":"com/aliucord/wrappers/GuildWrapper.html#Companion"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper.Companion","l":"id","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.Companion.html#id"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper.Companion","l":"allowed","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.Companion.html#allowed"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper.Companion","l":"denied","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.Companion.html#denied"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper.Companion","l":"type","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.Companion.html#type"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper.Companion","l":"INSTANCE","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.Companion.html#INSTANCE"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper","l":"id","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.html#id"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper","l":"allowed","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.html#allowed"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper","l":"denied","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.html#denied"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper","l":"type","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.html#type"}, {"p":"com.aliucord.wrappers","c":"PermissionOverwriteWrapper","l":"Companion","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.html#Companion"}, {"p":"com.aliucord.wrappers.embeds","c":"AuthorWrapper.Companion","l":"name","url":"com/aliucord/wrappers/embeds/AuthorWrapper.Companion.html#name"}, {"p":"com.aliucord.wrappers.embeds","c":"AuthorWrapper.Companion","l":"proxyIconUrl","url":"com/aliucord/wrappers/embeds/AuthorWrapper.Companion.html#proxyIconUrl"}, {"p":"com.aliucord.wrappers.embeds","c":"AuthorWrapper.Companion","l":"url","url":"com/aliucord/wrappers/embeds/AuthorWrapper.Companion.html#url"}, {"p":"com.aliucord.wrappers.embeds","c":"AuthorWrapper.Companion","l":"INSTANCE","url":"com/aliucord/wrappers/embeds/AuthorWrapper.Companion.html#INSTANCE"}, {"p":"com.aliucord.wrappers.embeds","c":"AuthorWrapper","l":"name","url":"com/aliucord/wrappers/embeds/AuthorWrapper.html#name"}, {"p":"com.aliucord.wrappers.embeds","c":"AuthorWrapper","l":"proxyIconUrl","url":"com/aliucord/wrappers/embeds/AuthorWrapper.html#proxyIconUrl"}, {"p":"com.aliucord.wrappers.embeds","c":"AuthorWrapper","l":"url","url":"com/aliucord/wrappers/embeds/AuthorWrapper.html#url"}, {"p":"com.aliucord.wrappers.embeds","c":"AuthorWrapper","l":"Companion","url":"com/aliucord/wrappers/embeds/AuthorWrapper.html#Companion"}, {"p":"com.aliucord.wrappers.embeds","c":"FieldWrapper.Companion","l":"name","url":"com/aliucord/wrappers/embeds/FieldWrapper.Companion.html#name"}, {"p":"com.aliucord.wrappers.embeds","c":"FieldWrapper.Companion","l":"value","url":"com/aliucord/wrappers/embeds/FieldWrapper.Companion.html#value"}, {"p":"com.aliucord.wrappers.embeds","c":"FieldWrapper.Companion","l":"inline","url":"com/aliucord/wrappers/embeds/FieldWrapper.Companion.html#inline"}, {"p":"com.aliucord.wrappers.embeds","c":"FieldWrapper.Companion","l":"INSTANCE","url":"com/aliucord/wrappers/embeds/FieldWrapper.Companion.html#INSTANCE"}, {"p":"com.aliucord.wrappers.embeds","c":"FieldWrapper","l":"name","url":"com/aliucord/wrappers/embeds/FieldWrapper.html#name"}, {"p":"com.aliucord.wrappers.embeds","c":"FieldWrapper","l":"value","url":"com/aliucord/wrappers/embeds/FieldWrapper.html#value"}, {"p":"com.aliucord.wrappers.embeds","c":"FieldWrapper","l":"inline","url":"com/aliucord/wrappers/embeds/FieldWrapper.html#inline"}, {"p":"com.aliucord.wrappers.embeds","c":"FieldWrapper","l":"Companion","url":"com/aliucord/wrappers/embeds/FieldWrapper.html#Companion"}, {"p":"com.aliucord.wrappers.embeds","c":"FooterWrapper.Companion","l":"text","url":"com/aliucord/wrappers/embeds/FooterWrapper.Companion.html#text"}, {"p":"com.aliucord.wrappers.embeds","c":"FooterWrapper.Companion","l":"proxyIconUrl","url":"com/aliucord/wrappers/embeds/FooterWrapper.Companion.html#proxyIconUrl"}, {"p":"com.aliucord.wrappers.embeds","c":"FooterWrapper.Companion","l":"iconUrl","url":"com/aliucord/wrappers/embeds/FooterWrapper.Companion.html#iconUrl"}, {"p":"com.aliucord.wrappers.embeds","c":"FooterWrapper.Companion","l":"INSTANCE","url":"com/aliucord/wrappers/embeds/FooterWrapper.Companion.html#INSTANCE"}, {"p":"com.aliucord.wrappers.embeds","c":"FooterWrapper","l":"text","url":"com/aliucord/wrappers/embeds/FooterWrapper.html#text"}, {"p":"com.aliucord.wrappers.embeds","c":"FooterWrapper","l":"iconUrl","url":"com/aliucord/wrappers/embeds/FooterWrapper.html#iconUrl"}, {"p":"com.aliucord.wrappers.embeds","c":"FooterWrapper","l":"proxyIconUrl","url":"com/aliucord/wrappers/embeds/FooterWrapper.html#proxyIconUrl"}, {"p":"com.aliucord.wrappers.embeds","c":"FooterWrapper","l":"Companion","url":"com/aliucord/wrappers/embeds/FooterWrapper.html#Companion"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper.Companion","l":"url","url":"com/aliucord/wrappers/embeds/ImageWrapper.Companion.html#url"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper.Companion","l":"proxyUrl","url":"com/aliucord/wrappers/embeds/ImageWrapper.Companion.html#proxyUrl"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper.Companion","l":"height","url":"com/aliucord/wrappers/embeds/ImageWrapper.Companion.html#height"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper.Companion","l":"width","url":"com/aliucord/wrappers/embeds/ImageWrapper.Companion.html#width"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper.Companion","l":"INSTANCE","url":"com/aliucord/wrappers/embeds/ImageWrapper.Companion.html#INSTANCE"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper","l":"url","url":"com/aliucord/wrappers/embeds/ImageWrapper.html#url"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper","l":"proxyUrl","url":"com/aliucord/wrappers/embeds/ImageWrapper.html#proxyUrl"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper","l":"height","url":"com/aliucord/wrappers/embeds/ImageWrapper.html#height"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper","l":"width","url":"com/aliucord/wrappers/embeds/ImageWrapper.html#width"}, {"p":"com.aliucord.wrappers.embeds","c":"ImageWrapper","l":"Companion","url":"com/aliucord/wrappers/embeds/ImageWrapper.html#Companion"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"rawAuthor","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#rawAuthor"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"color","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#color"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"description","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#description"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"rawFields","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#rawFields"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"rawFooter","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#rawFooter"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"rawThumbnail","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#rawThumbnail"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"rawImage","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#rawImage"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"rawVideo","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#rawVideo"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"rawProvider","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#rawProvider"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"timestamp","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#timestamp"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"title","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#title"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"type","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#type"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"url","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#url"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper.Companion","l":"INSTANCE","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html#INSTANCE"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"author","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#author"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"rawAuthor","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#rawAuthor"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"color","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#color"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"description","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#description"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"fields","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#fields"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"rawFields","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#rawFields"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"footer","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#footer"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"rawFooter","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#rawFooter"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"thumbnail","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#thumbnail"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"rawThumbnail","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#rawThumbnail"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"image","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#image"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"rawImage","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#rawImage"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"video","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#video"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"rawVideo","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#rawVideo"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"provider","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#provider"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"rawProvider","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#rawProvider"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"timestamp","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#timestamp"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"title","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#title"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"type","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#type"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"url","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#url"}, {"p":"com.aliucord.wrappers.embeds","c":"MessageEmbedWrapper","l":"Companion","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html#Companion"}, {"p":"com.aliucord.wrappers.embeds","c":"ProviderWrapper.Companion","l":"name","url":"com/aliucord/wrappers/embeds/ProviderWrapper.Companion.html#name"}, {"p":"com.aliucord.wrappers.embeds","c":"ProviderWrapper.Companion","l":"url","url":"com/aliucord/wrappers/embeds/ProviderWrapper.Companion.html#url"}, {"p":"com.aliucord.wrappers.embeds","c":"ProviderWrapper.Companion","l":"INSTANCE","url":"com/aliucord/wrappers/embeds/ProviderWrapper.Companion.html#INSTANCE"}, {"p":"com.aliucord.wrappers.embeds","c":"ProviderWrapper","l":"name","url":"com/aliucord/wrappers/embeds/ProviderWrapper.html#name"}, {"p":"com.aliucord.wrappers.embeds","c":"ProviderWrapper","l":"url","url":"com/aliucord/wrappers/embeds/ProviderWrapper.html#url"}, {"p":"com.aliucord.wrappers.embeds","c":"ProviderWrapper","l":"Companion","url":"com/aliucord/wrappers/embeds/ProviderWrapper.html#Companion"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper.Companion","l":"url","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.Companion.html#url"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper.Companion","l":"proxyUrl","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.Companion.html#proxyUrl"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper.Companion","l":"height","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.Companion.html#height"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper.Companion","l":"width","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.Companion.html#width"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper.Companion","l":"INSTANCE","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.Companion.html#INSTANCE"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper","l":"url","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.html#url"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper","l":"proxyUrl","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.html#proxyUrl"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper","l":"height","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.html#height"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper","l":"width","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.html#width"}, {"p":"com.aliucord.wrappers.embeds","c":"ThumbnailWrapper","l":"Companion","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.html#Companion"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper.Companion","l":"url","url":"com/aliucord/wrappers/embeds/VideoWrapper.Companion.html#url"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper.Companion","l":"proxyUrl","url":"com/aliucord/wrappers/embeds/VideoWrapper.Companion.html#proxyUrl"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper.Companion","l":"height","url":"com/aliucord/wrappers/embeds/VideoWrapper.Companion.html#height"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper.Companion","l":"width","url":"com/aliucord/wrappers/embeds/VideoWrapper.Companion.html#width"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper.Companion","l":"INSTANCE","url":"com/aliucord/wrappers/embeds/VideoWrapper.Companion.html#INSTANCE"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper","l":"url","url":"com/aliucord/wrappers/embeds/VideoWrapper.html#url"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper","l":"proxyUrl","url":"com/aliucord/wrappers/embeds/VideoWrapper.html#proxyUrl"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper","l":"height","url":"com/aliucord/wrappers/embeds/VideoWrapper.html#height"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper","l":"width","url":"com/aliucord/wrappers/embeds/VideoWrapper.html#width"}, {"p":"com.aliucord.wrappers.embeds","c":"VideoWrapper","l":"Companion","url":"com/aliucord/wrappers/embeds/VideoWrapper.html#Companion"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper.Companion","l":"filename","url":"com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html#filename"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper.Companion","l":"height","url":"com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html#height"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper.Companion","l":"proxyUrl","url":"com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html#proxyUrl"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper.Companion","l":"size","url":"com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html#size"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper.Companion","l":"type","url":"com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html#type"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper.Companion","l":"url","url":"com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html#url"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper.Companion","l":"width","url":"com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html#width"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper.Companion","l":"INSTANCE","url":"com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html#INSTANCE"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper","l":"filename","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html#filename"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper","l":"height","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html#height"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper","l":"proxyUrl","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html#proxyUrl"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper","l":"size","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html#size"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper","l":"type","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html#type"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper","l":"url","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html#url"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper","l":"width","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html#width"}, {"p":"com.aliucord.wrappers.messages","c":"AttachmentWrapper","l":"Companion","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html#Companion"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper.Companion","l":"formatType","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.Companion.html#formatType"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper.Companion","l":"format","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.Companion.html#format"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper.Companion","l":"stickerPartial","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.Companion.html#stickerPartial"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper.Companion","l":"id","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.Companion.html#id"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper.Companion","l":"INSTANCE","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.Companion.html#INSTANCE"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper","l":"formatType","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.html#formatType"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper","l":"format","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.html#format"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper","l":"stickerPartial","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.html#stickerPartial"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper","l":"id","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.html#id"}, {"p":"com.aliucord.wrappers.stickers","c":"BaseStickerWrapper","l":"Companion","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.html#Companion"}, {"p":"com.aliucord.entities","c":"Plugin.SettingsTab.Type","l":"PAGE","url":"com/aliucord/entities/Plugin.SettingsTab.Type.html#PAGE"}, {"p":"com.aliucord.entities","c":"Plugin.SettingsTab.Type","l":"BOTTOM_SHEET","url":"com/aliucord/entities/Plugin.SettingsTab.Type.html#BOTTOM_SHEET"}] diff --git a/javadoc/package-search-index.js b/javadoc/package-search-index.js index bb8bbaea..309292b3 100644 --- a/javadoc/package-search-index.js +++ b/javadoc/package-search-index.js @@ -1 +1 @@ -var packageSearchIndex = [{"l":"com.discord.widgets.user","url":"com/discord/widgets/user/package-summary.html"}, {"l":"com.discord.widgets.guilds.leave","url":"com/discord/widgets/guilds/leave/package-summary.html"}, {"l":"com.discord.widgets.chat.input","url":"com/discord/widgets/chat/input/package-summary.html"}, {"l":"com.aliucord","url":"com/aliucord/package-summary.html"}, {"l":"com.aliucord.entities","url":"com/aliucord/entities/package-summary.html"}, {"l":"com.aliucord.widgets","url":"com/aliucord/widgets/package-summary.html"}, {"l":"com.aliucord.updater","url":"com/aliucord/updater/package-summary.html"}, {"l":"com.aliucord.settings","url":"com/aliucord/settings/package-summary.html"}, {"l":"com.aliucord.fragments","url":"com/aliucord/fragments/package-summary.html"}, {"l":"com.aliucord.api","url":"com/aliucord/api/package-summary.html"}, {"l":"com.aliucord.patcher","url":"com/aliucord/patcher/package-summary.html"}, {"l":"com.aliucord.utils","url":"com/aliucord/utils/package-summary.html"}, {"l":"com.aliucord.views","url":"com/aliucord/views/package-summary.html"}, {"l":"com.aliucord.annotations","url":"com/aliucord/annotations/package-summary.html"}, {"l":"com.aliucord.api.rn.user","url":"com/aliucord/api/rn/user/package-summary.html"}, {"l":"com.aliucord.coreplugins","url":"com/aliucord/coreplugins/package-summary.html"}, {"l":"com.aliucord.coreplugins.rn","url":"com/aliucord/coreplugins/rn/package-summary.html"}, {"l":"com.aliucord.wrappers","url":"com/aliucord/wrappers/package-summary.html"}, {"l":"com.aliucord.wrappers.embeds","url":"com/aliucord/wrappers/embeds/package-summary.html"}, {"l":"com.aliucord.wrappers.messages","url":"com/aliucord/wrappers/messages/package-summary.html"}, {"l":"com.aliucord.wrappers.stickers","url":"com/aliucord/wrappers/stickers/package-summary.html"}, {"l":"All packages","url":"index.html"}] +var packageSearchIndex = [{"l":"com.aliucord","url":"com/aliucord/package-summary.html"}, {"l":"com.aliucord.utils","url":"com/aliucord/utils/package-summary.html"}, {"l":"com.aliucord.fragments","url":"com/aliucord/fragments/package-summary.html"}, {"l":"com.aliucord.views","url":"com/aliucord/views/package-summary.html"}, {"l":"com.aliucord.widgets","url":"com/aliucord/widgets/package-summary.html"}, {"l":"com.aliucord.patcher","url":"com/aliucord/patcher/package-summary.html"}, {"l":"com.aliucord.entities","url":"com/aliucord/entities/package-summary.html"}, {"l":"com.aliucord.settings","url":"com/aliucord/settings/package-summary.html"}, {"l":"com.aliucord.updater","url":"com/aliucord/updater/package-summary.html"}, {"l":"com.aliucord.api","url":"com/aliucord/api/package-summary.html"}, {"l":"com.discord.widgets.chat.input","url":"com/discord/widgets/chat/input/package-summary.html"}, {"l":"com.discord.widgets.guilds.leave","url":"com/discord/widgets/guilds/leave/package-summary.html"}, {"l":"com.discord.widgets.user","url":"com/discord/widgets/user/package-summary.html"}, {"l":"com.aliucord.annotations","url":"com/aliucord/annotations/package-summary.html"}, {"l":"com.aliucord.api.rn.user","url":"com/aliucord/api/rn/user/package-summary.html"}, {"l":"com.aliucord.coreplugins","url":"com/aliucord/coreplugins/package-summary.html"}, {"l":"com.aliucord.coreplugins.rn","url":"com/aliucord/coreplugins/rn/package-summary.html"}, {"l":"com.aliucord.wrappers","url":"com/aliucord/wrappers/package-summary.html"}, {"l":"com.aliucord.wrappers.embeds","url":"com/aliucord/wrappers/embeds/package-summary.html"}, {"l":"com.aliucord.wrappers.messages","url":"com/aliucord/wrappers/messages/package-summary.html"}, {"l":"com.aliucord.wrappers.stickers","url":"com/aliucord/wrappers/stickers/package-summary.html"}, {"l":"All packages","url":"index.html"}] diff --git a/javadoc/type-search-index.js b/javadoc/type-search-index.js index 86efdc4b..5aee9f87 100644 --- a/javadoc/type-search-index.js +++ b/javadoc/type-search-index.js @@ -1 +1 @@ -var typeSearchIndex = [{"p":"com.discord.widgets.user","l":"WidgetKickUser$binding$2","url":"com/discord/widgets/user/WidgetKickUser$binding$2.html"}, {"p":"com.discord.widgets.guilds.leave","l":"WidgetLeaveGuildDialog$binding$2","url":"com/discord/widgets/guilds/leave/WidgetLeaveGuildDialog$binding$2.html"}, {"p":"com.discord.widgets.chat.input","l":"WidgetChatInput$configureSendListeners$7$1","url":"com/discord/widgets/chat/input/WidgetChatInput$configureSendListeners$7$1.html"}, {"p":"com.aliucord","l":"Main","url":"com/aliucord/Main.html"}, {"p":"com.aliucord","l":"Http.HttpException","url":"com/aliucord/Http.HttpException.html"}, {"p":"com.aliucord","l":"Http.QueryBuilder","url":"com/aliucord/Http.QueryBuilder.html"}, {"p":"com.aliucord","l":"Http.MultiPartBuilder","url":"com/aliucord/Http.MultiPartBuilder.html"}, {"p":"com.aliucord","l":"Http.Request","url":"com/aliucord/Http.Request.html"}, {"p":"com.aliucord","l":"Http.Response","url":"com/aliucord/Http.Response.html"}, {"p":"com.aliucord","l":"Http","url":"com/aliucord/Http.html"}, {"p":"com.aliucord","l":"Constants.Icons","url":"com/aliucord/Constants.Icons.html"}, {"p":"com.aliucord","l":"Constants.Fonts","url":"com/aliucord/Constants.Fonts.html"}, {"p":"com.aliucord","l":"Constants","url":"com/aliucord/Constants.html"}, {"p":"com.aliucord","l":"PluginManager","url":"com/aliucord/PluginManager.html"}, {"p":"com.aliucord","l":"CollectionUtils","url":"com/aliucord/CollectionUtils.html"}, {"p":"com.aliucord","l":"Logger","url":"com/aliucord/Logger.html"}, {"p":"com.aliucord","l":"SettingsUtilsJSON","url":"com/aliucord/SettingsUtilsJSON.html"}, {"p":"com.aliucord","l":"Utils","url":"com/aliucord/Utils.html"}, {"p":"com.aliucord.entities","l":"MessageEmbedBuilder","url":"com/aliucord/entities/MessageEmbedBuilder.html"}, {"p":"com.aliucord.entities","l":"NotificationData","url":"com/aliucord/entities/NotificationData.html"}, {"p":"com.aliucord.entities","l":"CommandContext.RequiredArgumentWasNullException","url":"com/aliucord/entities/CommandContext.RequiredArgumentWasNullException.html"}, {"p":"com.aliucord.entities","l":"CommandContext","url":"com/aliucord/entities/CommandContext.html"}, {"p":"com.aliucord.entities","l":"Plugin.Manifest.Author","url":"com/aliucord/entities/Plugin.Manifest.Author.html"}, {"p":"com.aliucord.entities","l":"Plugin.Manifest","url":"com/aliucord/entities/Plugin.Manifest.html"}, {"p":"com.aliucord.entities","l":"Plugin.SettingsTab.Type","url":"com/aliucord/entities/Plugin.SettingsTab.Type.html"}, {"p":"com.aliucord.entities","l":"Plugin.SettingsTab.SettingsPage","url":"com/aliucord/entities/Plugin.SettingsTab.SettingsPage.html"}, {"p":"com.aliucord.entities","l":"Plugin.SettingsTab","url":"com/aliucord/entities/Plugin.SettingsTab.html"}, {"p":"com.aliucord.entities","l":"Plugin","url":"com/aliucord/entities/Plugin.html"}, {"p":"com.aliucord.widgets","l":"PluginCard","url":"com/aliucord/widgets/PluginCard.html"}, {"p":"com.aliucord.widgets","l":"UpdaterPluginCard","url":"com/aliucord/widgets/UpdaterPluginCard.html"}, {"p":"com.aliucord.widgets","l":"LinearLayout","url":"com/aliucord/widgets/LinearLayout.html"}, {"p":"com.aliucord.widgets","l":"BottomSheet","url":"com/aliucord/widgets/BottomSheet.html"}, {"p":"com.aliucord.widgets","l":"FailedPluginWidget","url":"com/aliucord/widgets/FailedPluginWidget.html"}, {"p":"com.aliucord.updater","l":"PluginUpdater.UpdateInfo","url":"com/aliucord/updater/PluginUpdater.UpdateInfo.html"}, {"p":"com.aliucord.updater","l":"PluginUpdater.CachedData","url":"com/aliucord/updater/PluginUpdater.CachedData.html"}, {"p":"com.aliucord.updater","l":"PluginUpdater","url":"com/aliucord/updater/PluginUpdater.html"}, {"p":"com.aliucord.updater","l":"Updater","url":"com/aliucord/updater/Updater.html"}, {"p":"com.aliucord.settings","l":"Plugins.Adapter.ViewHolder","url":"com/aliucord/settings/Plugins.Adapter.ViewHolder.html"}, {"p":"com.aliucord.settings","l":"Plugins.Adapter","url":"com/aliucord/settings/Plugins.Adapter.html"}, {"p":"com.aliucord.settings","l":"Plugins","url":"com/aliucord/settings/Plugins.html"}, {"p":"com.aliucord.settings","l":"Updater","url":"com/aliucord/settings/Updater.html"}, {"p":"com.aliucord.settings","l":"AliucordPage","url":"com/aliucord/settings/AliucordPage.html"}, {"p":"com.aliucord.settings","l":"Crashes","url":"com/aliucord/settings/Crashes.html"}, {"p":"com.aliucord.settings","l":"FailedPluginsPage","url":"com/aliucord/settings/FailedPluginsPage.html"}, {"p":"com.aliucord.settings","l":"SettingsDelegate","url":"com/aliucord/settings/SettingsDelegate.html"}, {"p":"com.aliucord.settings","l":"AliucordPageKt","url":"com/aliucord/settings/AliucordPageKt.html"}, {"p":"com.aliucord.settings","l":"SettingsDelegatesKt","url":"com/aliucord/settings/SettingsDelegatesKt.html"}, {"p":"com.aliucord.fragments","l":"SettingsPage","url":"com/aliucord/fragments/SettingsPage.html"}, {"p":"com.aliucord.fragments","l":"AppFragmentProxy","url":"com/aliucord/fragments/AppFragmentProxy.html"}, {"p":"com.aliucord.fragments","l":"InputDialog.onDialogShownListener","url":"com/aliucord/fragments/InputDialog.onDialogShownListener.html"}, {"p":"com.aliucord.fragments","l":"InputDialog","url":"com/aliucord/fragments/InputDialog.html"}, {"p":"com.aliucord.fragments","l":"FragmentProxy","url":"com/aliucord/fragments/FragmentProxy.html"}, {"p":"com.aliucord.fragments","l":"ConfirmDialog","url":"com/aliucord/fragments/ConfirmDialog.html"}, {"p":"com.aliucord.fragments","l":"SelectDialog","url":"com/aliucord/fragments/SelectDialog.html"}, {"p":"com.aliucord.api","l":"PatcherAPI","url":"com/aliucord/api/PatcherAPI.html"}, {"p":"com.aliucord.api","l":"CommandsAPI.CommandResult","url":"com/aliucord/api/CommandsAPI.CommandResult.html"}, {"p":"com.aliucord.api","l":"CommandsAPI","url":"com/aliucord/api/CommandsAPI.html"}, {"p":"com.aliucord.api","l":"SettingsAPI","url":"com/aliucord/api/SettingsAPI.html"}, {"p":"com.aliucord.api","l":"NotificationsAPI","url":"com/aliucord/api/NotificationsAPI.html"}, {"p":"com.aliucord.api","l":"ButtonsAPI.ButtonData","url":"com/aliucord/api/ButtonsAPI.ButtonData.html"}, {"p":"com.aliucord.api","l":"ButtonsAPI","url":"com/aliucord/api/ButtonsAPI.html"}, {"p":"com.aliucord.api","l":"GatewayAPI.EventListener","url":"com/aliucord/api/GatewayAPI.EventListener.html"}, {"p":"com.aliucord.api","l":"GatewayAPI","url":"com/aliucord/api/GatewayAPI.html"}, {"p":"com.aliucord.patcher","l":"Patcher","url":"com/aliucord/patcher/Patcher.html"}, {"p":"com.aliucord.patcher","l":"Hook","url":"com/aliucord/patcher/Hook.html"}, {"p":"com.aliucord.patcher","l":"InsteadHook","url":"com/aliucord/patcher/InsteadHook.html"}, {"p":"com.aliucord.patcher","l":"PreHook","url":"com/aliucord/patcher/PreHook.html"}, {"p":"com.aliucord.patcher","l":"HookComponentsKt","url":"com/aliucord/patcher/HookComponentsKt.html"}, {"p":"com.aliucord.patcher","l":"PatcherExtensionsKt","url":"com/aliucord/patcher/PatcherExtensionsKt.html"}, {"p":"com.aliucord.utils","l":"ReflectUtils","url":"com/aliucord/utils/ReflectUtils.html"}, {"p":"com.aliucord.utils","l":"IOUtils","url":"com/aliucord/utils/IOUtils.html"}, {"p":"com.aliucord.utils","l":"ChannelUtils","url":"com/aliucord/utils/ChannelUtils.html"}, {"p":"com.aliucord.utils","l":"MDUtils.RenderContext","url":"com/aliucord/utils/MDUtils.RenderContext.html"}, {"p":"com.aliucord.utils","l":"MDUtils","url":"com/aliucord/utils/MDUtils.html"}, {"p":"com.aliucord.utils","l":"MapUtils","url":"com/aliucord/utils/MapUtils.html"}, {"p":"com.aliucord.utils","l":"ChangelogUtils.FooterAction","url":"com/aliucord/utils/ChangelogUtils.FooterAction.html"}, {"p":"com.aliucord.utils","l":"ChangelogUtils","url":"com/aliucord/utils/ChangelogUtils.html"}, {"p":"com.aliucord.utils","l":"DimenUtils","url":"com/aliucord/utils/DimenUtils.html"}, {"p":"com.aliucord.utils","l":"GsonUtils","url":"com/aliucord/utils/GsonUtils.html"}, {"p":"com.aliucord.utils","l":"RNSuperProperties","url":"com/aliucord/utils/RNSuperProperties.html"}, {"p":"com.aliucord.utils","l":"LazyField","url":"com/aliucord/utils/LazyField.html"}, {"p":"com.aliucord.utils","l":"RxUtils","url":"com/aliucord/utils/RxUtils.html"}, {"p":"com.aliucord.utils","l":"ReflectDelegatesKt","url":"com/aliucord/utils/ReflectDelegatesKt.html"}, {"p":"com.aliucord.views","l":"DangerButton","url":"com/aliucord/views/DangerButton.html"}, {"p":"com.aliucord.views","l":"SaveButton","url":"com/aliucord/views/SaveButton.html"}, {"p":"com.aliucord.views","l":"ToolbarButton","url":"com/aliucord/views/ToolbarButton.html"}, {"p":"com.aliucord.views","l":"Divider","url":"com/aliucord/views/Divider.html"}, {"p":"com.aliucord.views","l":"Button","url":"com/aliucord/views/Button.html"}, {"p":"com.aliucord.views","l":"TextInput","url":"com/aliucord/views/TextInput.html"}, {"p":"com.aliucord.annotations","l":"AliucordPlugin","url":"com/aliucord/annotations/AliucordPlugin.html"}, {"p":"com.aliucord.api.rn.user","l":"RNUser","url":"com/aliucord/api/rn/user/RNUser.html"}, {"p":"com.aliucord.api.rn.user","l":"RNUserProfile","url":"com/aliucord/api/rn/user/RNUserProfile.html"}, {"p":"com.aliucord.api.rn.user","l":"UserProfileData","url":"com/aliucord/api/rn/user/UserProfileData.html"}, {"p":"com.aliucord.coreplugins","l":"CorePlugins","url":"com/aliucord/coreplugins/CorePlugins.html"}, {"p":"com.aliucord.coreplugins","l":"PronounsKt","url":"com/aliucord/coreplugins/PronounsKt.html"}, {"p":"com.aliucord.coreplugins.rn","l":"RNHeadersInterceptor","url":"com/aliucord/coreplugins/rn/RNHeadersInterceptor.html"}, {"p":"com.aliucord.coreplugins.rn","l":"RNAPI","url":"com/aliucord/coreplugins/rn/RNAPI.html"}, {"p":"com.aliucord.coreplugins.rn","l":"PatchesKt","url":"com/aliucord/coreplugins/rn/PatchesKt.html"}, {"p":"com.aliucord.wrappers","l":"ChannelWrapper.Companion","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html"}, {"p":"com.aliucord.wrappers","l":"ChannelWrapper","url":"com/aliucord/wrappers/ChannelWrapper.html"}, {"p":"com.aliucord.wrappers","l":"GuildEmojiWrapper.Companion","url":"com/aliucord/wrappers/GuildEmojiWrapper.Companion.html"}, {"p":"com.aliucord.wrappers","l":"GuildEmojiWrapper","url":"com/aliucord/wrappers/GuildEmojiWrapper.html"}, {"p":"com.aliucord.wrappers","l":"GuildMemberWrapper.Companion","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html"}, {"p":"com.aliucord.wrappers","l":"GuildMemberWrapper","url":"com/aliucord/wrappers/GuildMemberWrapper.html"}, {"p":"com.aliucord.wrappers","l":"GuildRoleWrapper.Companion","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html"}, {"p":"com.aliucord.wrappers","l":"GuildRoleWrapper","url":"com/aliucord/wrappers/GuildRoleWrapper.html"}, {"p":"com.aliucord.wrappers","l":"GuildWrapper.Companion","url":"com/aliucord/wrappers/GuildWrapper.Companion.html"}, {"p":"com.aliucord.wrappers","l":"GuildWrapper","url":"com/aliucord/wrappers/GuildWrapper.html"}, {"p":"com.aliucord.wrappers","l":"PermissionOverwriteWrapper.Companion","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.Companion.html"}, {"p":"com.aliucord.wrappers","l":"PermissionOverwriteWrapper","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.html"}, {"p":"com.aliucord.wrappers.embeds","l":"AuthorWrapper.Companion","url":"com/aliucord/wrappers/embeds/AuthorWrapper.Companion.html"}, {"p":"com.aliucord.wrappers.embeds","l":"AuthorWrapper","url":"com/aliucord/wrappers/embeds/AuthorWrapper.html"}, {"p":"com.aliucord.wrappers.embeds","l":"FieldWrapper.Companion","url":"com/aliucord/wrappers/embeds/FieldWrapper.Companion.html"}, {"p":"com.aliucord.wrappers.embeds","l":"FieldWrapper","url":"com/aliucord/wrappers/embeds/FieldWrapper.html"}, {"p":"com.aliucord.wrappers.embeds","l":"FooterWrapper.Companion","url":"com/aliucord/wrappers/embeds/FooterWrapper.Companion.html"}, {"p":"com.aliucord.wrappers.embeds","l":"FooterWrapper","url":"com/aliucord/wrappers/embeds/FooterWrapper.html"}, {"p":"com.aliucord.wrappers.embeds","l":"ImageWrapper.Companion","url":"com/aliucord/wrappers/embeds/ImageWrapper.Companion.html"}, {"p":"com.aliucord.wrappers.embeds","l":"ImageWrapper","url":"com/aliucord/wrappers/embeds/ImageWrapper.html"}, {"p":"com.aliucord.wrappers.embeds","l":"MessageEmbedWrapper.Companion","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html"}, {"p":"com.aliucord.wrappers.embeds","l":"MessageEmbedWrapper","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html"}, {"p":"com.aliucord.wrappers.embeds","l":"ProviderWrapper.Companion","url":"com/aliucord/wrappers/embeds/ProviderWrapper.Companion.html"}, {"p":"com.aliucord.wrappers.embeds","l":"ProviderWrapper","url":"com/aliucord/wrappers/embeds/ProviderWrapper.html"}, {"p":"com.aliucord.wrappers.embeds","l":"ThumbnailWrapper.Companion","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.Companion.html"}, {"p":"com.aliucord.wrappers.embeds","l":"ThumbnailWrapper","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.html"}, {"p":"com.aliucord.wrappers.embeds","l":"VideoWrapper.Companion","url":"com/aliucord/wrappers/embeds/VideoWrapper.Companion.html"}, {"p":"com.aliucord.wrappers.embeds","l":"VideoWrapper","url":"com/aliucord/wrappers/embeds/VideoWrapper.html"}, {"p":"com.aliucord.wrappers.messages","l":"AttachmentWrapper.Companion","url":"com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html"}, {"p":"com.aliucord.wrappers.messages","l":"AttachmentWrapper","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html"}, {"p":"com.aliucord.wrappers.stickers","l":"BaseStickerWrapper.Companion","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.Companion.html"}, {"p":"com.aliucord.wrappers.stickers","l":"BaseStickerWrapper","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.html"}, {"l":"All classes","url":"allclasses.html"}] +var typeSearchIndex = [{"p":"com.aliucord","l":"Constants.Icons","url":"com/aliucord/Constants.Icons.html"}, {"p":"com.aliucord","l":"Constants.Fonts","url":"com/aliucord/Constants.Fonts.html"}, {"p":"com.aliucord","l":"Constants","url":"com/aliucord/Constants.html"}, {"p":"com.aliucord","l":"CollectionUtils","url":"com/aliucord/CollectionUtils.html"}, {"p":"com.aliucord","l":"Http.HttpException","url":"com/aliucord/Http.HttpException.html"}, {"p":"com.aliucord","l":"Http.QueryBuilder","url":"com/aliucord/Http.QueryBuilder.html"}, {"p":"com.aliucord","l":"Http.MultiPartBuilder","url":"com/aliucord/Http.MultiPartBuilder.html"}, {"p":"com.aliucord","l":"Http.Request","url":"com/aliucord/Http.Request.html"}, {"p":"com.aliucord","l":"Http.Response","url":"com/aliucord/Http.Response.html"}, {"p":"com.aliucord","l":"Http","url":"com/aliucord/Http.html"}, {"p":"com.aliucord","l":"Main","url":"com/aliucord/Main.html"}, {"p":"com.aliucord","l":"PluginManager","url":"com/aliucord/PluginManager.html"}, {"p":"com.aliucord","l":"Logger","url":"com/aliucord/Logger.html"}, {"p":"com.aliucord","l":"SettingsUtilsJSON","url":"com/aliucord/SettingsUtilsJSON.html"}, {"p":"com.aliucord","l":"Utils","url":"com/aliucord/Utils.html"}, {"p":"com.aliucord.utils","l":"MDUtils.RenderContext","url":"com/aliucord/utils/MDUtils.RenderContext.html"}, {"p":"com.aliucord.utils","l":"MDUtils","url":"com/aliucord/utils/MDUtils.html"}, {"p":"com.aliucord.utils","l":"ChannelUtils","url":"com/aliucord/utils/ChannelUtils.html"}, {"p":"com.aliucord.utils","l":"ReflectUtils","url":"com/aliucord/utils/ReflectUtils.html"}, {"p":"com.aliucord.utils","l":"IOUtils","url":"com/aliucord/utils/IOUtils.html"}, {"p":"com.aliucord.utils","l":"MapUtils","url":"com/aliucord/utils/MapUtils.html"}, {"p":"com.aliucord.utils","l":"ChangelogUtils.FooterAction","url":"com/aliucord/utils/ChangelogUtils.FooterAction.html"}, {"p":"com.aliucord.utils","l":"ChangelogUtils","url":"com/aliucord/utils/ChangelogUtils.html"}, {"p":"com.aliucord.utils","l":"DimenUtils","url":"com/aliucord/utils/DimenUtils.html"}, {"p":"com.aliucord.utils","l":"GsonUtils","url":"com/aliucord/utils/GsonUtils.html"}, {"p":"com.aliucord.utils","l":"RNSuperProperties","url":"com/aliucord/utils/RNSuperProperties.html"}, {"p":"com.aliucord.utils","l":"LazyField","url":"com/aliucord/utils/LazyField.html"}, {"p":"com.aliucord.utils","l":"RxUtils","url":"com/aliucord/utils/RxUtils.html"}, {"p":"com.aliucord.utils","l":"ReflectDelegatesKt","url":"com/aliucord/utils/ReflectDelegatesKt.html"}, {"p":"com.aliucord.fragments","l":"AppFragmentProxy","url":"com/aliucord/fragments/AppFragmentProxy.html"}, {"p":"com.aliucord.fragments","l":"FragmentProxy","url":"com/aliucord/fragments/FragmentProxy.html"}, {"p":"com.aliucord.fragments","l":"ConfirmDialog","url":"com/aliucord/fragments/ConfirmDialog.html"}, {"p":"com.aliucord.fragments","l":"SettingsPage","url":"com/aliucord/fragments/SettingsPage.html"}, {"p":"com.aliucord.fragments","l":"InputDialog.onDialogShownListener","url":"com/aliucord/fragments/InputDialog.onDialogShownListener.html"}, {"p":"com.aliucord.fragments","l":"InputDialog","url":"com/aliucord/fragments/InputDialog.html"}, {"p":"com.aliucord.fragments","l":"SelectDialog","url":"com/aliucord/fragments/SelectDialog.html"}, {"p":"com.aliucord.views","l":"Divider","url":"com/aliucord/views/Divider.html"}, {"p":"com.aliucord.views","l":"DangerButton","url":"com/aliucord/views/DangerButton.html"}, {"p":"com.aliucord.views","l":"Button","url":"com/aliucord/views/Button.html"}, {"p":"com.aliucord.views","l":"SaveButton","url":"com/aliucord/views/SaveButton.html"}, {"p":"com.aliucord.views","l":"TextInput","url":"com/aliucord/views/TextInput.html"}, {"p":"com.aliucord.views","l":"ToolbarButton","url":"com/aliucord/views/ToolbarButton.html"}, {"p":"com.aliucord.widgets","l":"BottomSheet","url":"com/aliucord/widgets/BottomSheet.html"}, {"p":"com.aliucord.widgets","l":"LinearLayout","url":"com/aliucord/widgets/LinearLayout.html"}, {"p":"com.aliucord.widgets","l":"UpdaterPluginCard","url":"com/aliucord/widgets/UpdaterPluginCard.html"}, {"p":"com.aliucord.widgets","l":"PluginCard","url":"com/aliucord/widgets/PluginCard.html"}, {"p":"com.aliucord.widgets","l":"FailedPluginWidget","url":"com/aliucord/widgets/FailedPluginWidget.html"}, {"p":"com.aliucord.patcher","l":"Patcher","url":"com/aliucord/patcher/Patcher.html"}, {"p":"com.aliucord.patcher","l":"Hook","url":"com/aliucord/patcher/Hook.html"}, {"p":"com.aliucord.patcher","l":"InsteadHook","url":"com/aliucord/patcher/InsteadHook.html"}, {"p":"com.aliucord.patcher","l":"PreHook","url":"com/aliucord/patcher/PreHook.html"}, {"p":"com.aliucord.patcher","l":"HookComponentsKt","url":"com/aliucord/patcher/HookComponentsKt.html"}, {"p":"com.aliucord.patcher","l":"PatcherExtensionsKt","url":"com/aliucord/patcher/PatcherExtensionsKt.html"}, {"p":"com.aliucord.entities","l":"CommandContext.RequiredArgumentWasNullException","url":"com/aliucord/entities/CommandContext.RequiredArgumentWasNullException.html"}, {"p":"com.aliucord.entities","l":"CommandContext","url":"com/aliucord/entities/CommandContext.html"}, {"p":"com.aliucord.entities","l":"MessageEmbedBuilder","url":"com/aliucord/entities/MessageEmbedBuilder.html"}, {"p":"com.aliucord.entities","l":"Plugin.Manifest.Author","url":"com/aliucord/entities/Plugin.Manifest.Author.html"}, {"p":"com.aliucord.entities","l":"Plugin.Manifest","url":"com/aliucord/entities/Plugin.Manifest.html"}, {"p":"com.aliucord.entities","l":"Plugin.SettingsTab.Type","url":"com/aliucord/entities/Plugin.SettingsTab.Type.html"}, {"p":"com.aliucord.entities","l":"Plugin.SettingsTab.SettingsPage","url":"com/aliucord/entities/Plugin.SettingsTab.SettingsPage.html"}, {"p":"com.aliucord.entities","l":"Plugin.SettingsTab","url":"com/aliucord/entities/Plugin.SettingsTab.html"}, {"p":"com.aliucord.entities","l":"Plugin","url":"com/aliucord/entities/Plugin.html"}, {"p":"com.aliucord.entities","l":"NotificationData","url":"com/aliucord/entities/NotificationData.html"}, {"p":"com.aliucord.settings","l":"Plugins.Adapter.ViewHolder","url":"com/aliucord/settings/Plugins.Adapter.ViewHolder.html"}, {"p":"com.aliucord.settings","l":"Plugins.Adapter","url":"com/aliucord/settings/Plugins.Adapter.html"}, {"p":"com.aliucord.settings","l":"Plugins","url":"com/aliucord/settings/Plugins.html"}, {"p":"com.aliucord.settings","l":"Updater","url":"com/aliucord/settings/Updater.html"}, {"p":"com.aliucord.settings","l":"AliucordPage","url":"com/aliucord/settings/AliucordPage.html"}, {"p":"com.aliucord.settings","l":"Crashes","url":"com/aliucord/settings/Crashes.html"}, {"p":"com.aliucord.settings","l":"FailedPluginsPage","url":"com/aliucord/settings/FailedPluginsPage.html"}, {"p":"com.aliucord.settings","l":"SettingsDelegate","url":"com/aliucord/settings/SettingsDelegate.html"}, {"p":"com.aliucord.settings","l":"AliucordPageKt","url":"com/aliucord/settings/AliucordPageKt.html"}, {"p":"com.aliucord.settings","l":"SettingsDelegatesKt","url":"com/aliucord/settings/SettingsDelegatesKt.html"}, {"p":"com.aliucord.updater","l":"Updater","url":"com/aliucord/updater/Updater.html"}, {"p":"com.aliucord.updater","l":"PluginUpdater.UpdateInfo","url":"com/aliucord/updater/PluginUpdater.UpdateInfo.html"}, {"p":"com.aliucord.updater","l":"PluginUpdater.CachedData","url":"com/aliucord/updater/PluginUpdater.CachedData.html"}, {"p":"com.aliucord.updater","l":"PluginUpdater","url":"com/aliucord/updater/PluginUpdater.html"}, {"p":"com.aliucord.api","l":"CommandsAPI.CommandResult","url":"com/aliucord/api/CommandsAPI.CommandResult.html"}, {"p":"com.aliucord.api","l":"CommandsAPI","url":"com/aliucord/api/CommandsAPI.html"}, {"p":"com.aliucord.api","l":"NotificationsAPI","url":"com/aliucord/api/NotificationsAPI.html"}, {"p":"com.aliucord.api","l":"SettingsAPI","url":"com/aliucord/api/SettingsAPI.html"}, {"p":"com.aliucord.api","l":"PatcherAPI","url":"com/aliucord/api/PatcherAPI.html"}, {"p":"com.aliucord.api","l":"ButtonsAPI.ButtonData","url":"com/aliucord/api/ButtonsAPI.ButtonData.html"}, {"p":"com.aliucord.api","l":"ButtonsAPI","url":"com/aliucord/api/ButtonsAPI.html"}, {"p":"com.aliucord.api","l":"GatewayAPI.EventListener","url":"com/aliucord/api/GatewayAPI.EventListener.html"}, {"p":"com.aliucord.api","l":"GatewayAPI","url":"com/aliucord/api/GatewayAPI.html"}, {"p":"com.discord.widgets.chat.input","l":"WidgetChatInput$configureSendListeners$7$1","url":"com/discord/widgets/chat/input/WidgetChatInput$configureSendListeners$7$1.html"}, {"p":"com.discord.widgets.guilds.leave","l":"WidgetLeaveGuildDialog$binding$2","url":"com/discord/widgets/guilds/leave/WidgetLeaveGuildDialog$binding$2.html"}, {"p":"com.discord.widgets.user","l":"WidgetKickUser$binding$2","url":"com/discord/widgets/user/WidgetKickUser$binding$2.html"}, {"p":"com.aliucord.annotations","l":"AliucordPlugin","url":"com/aliucord/annotations/AliucordPlugin.html"}, {"p":"com.aliucord.api.rn.user","l":"RNUser","url":"com/aliucord/api/rn/user/RNUser.html"}, {"p":"com.aliucord.api.rn.user","l":"RNUserProfile","url":"com/aliucord/api/rn/user/RNUserProfile.html"}, {"p":"com.aliucord.api.rn.user","l":"UserProfileData","url":"com/aliucord/api/rn/user/UserProfileData.html"}, {"p":"com.aliucord.coreplugins","l":"CorePlugins","url":"com/aliucord/coreplugins/CorePlugins.html"}, {"p":"com.aliucord.coreplugins","l":"PronounsKt","url":"com/aliucord/coreplugins/PronounsKt.html"}, {"p":"com.aliucord.coreplugins.rn","l":"RNHeadersInterceptor","url":"com/aliucord/coreplugins/rn/RNHeadersInterceptor.html"}, {"p":"com.aliucord.coreplugins.rn","l":"RNAPI","url":"com/aliucord/coreplugins/rn/RNAPI.html"}, {"p":"com.aliucord.coreplugins.rn","l":"PatchesKt","url":"com/aliucord/coreplugins/rn/PatchesKt.html"}, {"p":"com.aliucord.wrappers","l":"ChannelWrapper.Companion","url":"com/aliucord/wrappers/ChannelWrapper.Companion.html"}, {"p":"com.aliucord.wrappers","l":"ChannelWrapper","url":"com/aliucord/wrappers/ChannelWrapper.html"}, {"p":"com.aliucord.wrappers","l":"GuildEmojiWrapper.Companion","url":"com/aliucord/wrappers/GuildEmojiWrapper.Companion.html"}, {"p":"com.aliucord.wrappers","l":"GuildEmojiWrapper","url":"com/aliucord/wrappers/GuildEmojiWrapper.html"}, {"p":"com.aliucord.wrappers","l":"GuildMemberWrapper.Companion","url":"com/aliucord/wrappers/GuildMemberWrapper.Companion.html"}, {"p":"com.aliucord.wrappers","l":"GuildMemberWrapper","url":"com/aliucord/wrappers/GuildMemberWrapper.html"}, {"p":"com.aliucord.wrappers","l":"GuildRoleWrapper.Companion","url":"com/aliucord/wrappers/GuildRoleWrapper.Companion.html"}, {"p":"com.aliucord.wrappers","l":"GuildRoleWrapper","url":"com/aliucord/wrappers/GuildRoleWrapper.html"}, {"p":"com.aliucord.wrappers","l":"GuildWrapper.Companion","url":"com/aliucord/wrappers/GuildWrapper.Companion.html"}, {"p":"com.aliucord.wrappers","l":"GuildWrapper","url":"com/aliucord/wrappers/GuildWrapper.html"}, {"p":"com.aliucord.wrappers","l":"PermissionOverwriteWrapper.Companion","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.Companion.html"}, {"p":"com.aliucord.wrappers","l":"PermissionOverwriteWrapper","url":"com/aliucord/wrappers/PermissionOverwriteWrapper.html"}, {"p":"com.aliucord.wrappers.embeds","l":"AuthorWrapper.Companion","url":"com/aliucord/wrappers/embeds/AuthorWrapper.Companion.html"}, {"p":"com.aliucord.wrappers.embeds","l":"AuthorWrapper","url":"com/aliucord/wrappers/embeds/AuthorWrapper.html"}, {"p":"com.aliucord.wrappers.embeds","l":"FieldWrapper.Companion","url":"com/aliucord/wrappers/embeds/FieldWrapper.Companion.html"}, {"p":"com.aliucord.wrappers.embeds","l":"FieldWrapper","url":"com/aliucord/wrappers/embeds/FieldWrapper.html"}, {"p":"com.aliucord.wrappers.embeds","l":"FooterWrapper.Companion","url":"com/aliucord/wrappers/embeds/FooterWrapper.Companion.html"}, {"p":"com.aliucord.wrappers.embeds","l":"FooterWrapper","url":"com/aliucord/wrappers/embeds/FooterWrapper.html"}, {"p":"com.aliucord.wrappers.embeds","l":"ImageWrapper.Companion","url":"com/aliucord/wrappers/embeds/ImageWrapper.Companion.html"}, {"p":"com.aliucord.wrappers.embeds","l":"ImageWrapper","url":"com/aliucord/wrappers/embeds/ImageWrapper.html"}, {"p":"com.aliucord.wrappers.embeds","l":"MessageEmbedWrapper.Companion","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html"}, {"p":"com.aliucord.wrappers.embeds","l":"MessageEmbedWrapper","url":"com/aliucord/wrappers/embeds/MessageEmbedWrapper.html"}, {"p":"com.aliucord.wrappers.embeds","l":"ProviderWrapper.Companion","url":"com/aliucord/wrappers/embeds/ProviderWrapper.Companion.html"}, {"p":"com.aliucord.wrappers.embeds","l":"ProviderWrapper","url":"com/aliucord/wrappers/embeds/ProviderWrapper.html"}, {"p":"com.aliucord.wrappers.embeds","l":"ThumbnailWrapper.Companion","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.Companion.html"}, {"p":"com.aliucord.wrappers.embeds","l":"ThumbnailWrapper","url":"com/aliucord/wrappers/embeds/ThumbnailWrapper.html"}, {"p":"com.aliucord.wrappers.embeds","l":"VideoWrapper.Companion","url":"com/aliucord/wrappers/embeds/VideoWrapper.Companion.html"}, {"p":"com.aliucord.wrappers.embeds","l":"VideoWrapper","url":"com/aliucord/wrappers/embeds/VideoWrapper.html"}, {"p":"com.aliucord.wrappers.messages","l":"AttachmentWrapper.Companion","url":"com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html"}, {"p":"com.aliucord.wrappers.messages","l":"AttachmentWrapper","url":"com/aliucord/wrappers/messages/AttachmentWrapper.html"}, {"p":"com.aliucord.wrappers.stickers","l":"BaseStickerWrapper.Companion","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.Companion.html"}, {"p":"com.aliucord.wrappers.stickers","l":"BaseStickerWrapper","url":"com/aliucord/wrappers/stickers/BaseStickerWrapper.html"}, {"l":"All classes","url":"allclasses.html"}]