Index
All Classes and Interfaces|All Packages
A
- apply() - Method in class com.pranavpandey.android.dynamic.toasts.DynamicHint.Config
-
Apply customisations.
- apply() - Method in class com.pranavpandey.android.dynamic.toasts.DynamicToast.Config
-
Apply customisations.
C
- com.pranavpandey.android.dynamic.toasts - package com.pranavpandey.android.dynamic.toasts
- com.pranavpandey.android.dynamic.toasts.internal - package com.pranavpandey.android.dynamic.toasts.internal
D
- DynamicHint - Class in com.pranavpandey.android.dynamic.toasts
-
Helper class to display themed cheat sheets with icon and text by using
Toast
. - DynamicHint() - Constructor for class com.pranavpandey.android.dynamic.toasts.DynamicHint
- DynamicHint.Config - Class in com.pranavpandey.android.dynamic.toasts
-
Configuration class to customise the
DynamicHint
attributes. - DynamicToast - Class in com.pranavpandey.android.dynamic.toasts
-
Helper class to display themed
Toast
with icon and text. - DynamicToast() - Constructor for class com.pranavpandey.android.dynamic.toasts.DynamicToast
- DynamicToast.Config - Class in com.pranavpandey.android.dynamic.toasts
-
Configuration class to customise the
DynamicToast
attributes.
G
- getApplicationContext() - Method in class com.pranavpandey.android.dynamic.toasts.internal.ToastContext
- getDuration() - Method in class com.pranavpandey.android.dynamic.toasts.internal.ToastCompat
- getGravity() - Method in class com.pranavpandey.android.dynamic.toasts.internal.ToastCompat
- getHorizontalMargin() - Method in class com.pranavpandey.android.dynamic.toasts.internal.ToastCompat
- getInstance() - Static method in class com.pranavpandey.android.dynamic.toasts.DynamicHint.Config
-
Get instance to access public methods.
- getInstance() - Static method in class com.pranavpandey.android.dynamic.toasts.DynamicToast.Config
-
Get instance to access public methods.
- getToast() - Method in class com.pranavpandey.android.dynamic.toasts.internal.ToastCompat
- getVerticalMargin() - Method in class com.pranavpandey.android.dynamic.toasts.internal.ToastCompat
- getView() - Method in class com.pranavpandey.android.dynamic.toasts.internal.ToastCompat
- getXOffset() - Method in class com.pranavpandey.android.dynamic.toasts.internal.ToastCompat
- getYOffset() - Method in class com.pranavpandey.android.dynamic.toasts.internal.ToastCompat
M
- make(Context, CharSequence) - Static method in class com.pranavpandey.android.dynamic.toasts.DynamicHint
-
Make a standard toast that just contains a text view.
- make(Context, CharSequence) - Static method in class com.pranavpandey.android.dynamic.toasts.DynamicToast
-
Make a standard toast that just contains a text view.
- make(Context, CharSequence, int) - Static method in class com.pranavpandey.android.dynamic.toasts.DynamicHint
-
Make a standard toast that just contains a text view.
- make(Context, CharSequence, int) - Static method in class com.pranavpandey.android.dynamic.toasts.DynamicToast
-
Make a standard toast that just contains a text view.
- make(Context, CharSequence, Drawable) - Static method in class com.pranavpandey.android.dynamic.toasts.DynamicHint
-
Make a error toast with icon and the text.
- make(Context, CharSequence, Drawable) - Static method in class com.pranavpandey.android.dynamic.toasts.DynamicToast
-
Make a error toast with icon and the text.
- make(Context, CharSequence, Drawable, int) - Static method in class com.pranavpandey.android.dynamic.toasts.DynamicHint
-
Make a themed toast with icon and the text.
- make(Context, CharSequence, Drawable, int) - Static method in class com.pranavpandey.android.dynamic.toasts.DynamicToast
-
Make a themed toast with icon and the text.
- make(Context, CharSequence, Drawable, Integer, Integer) - Static method in class com.pranavpandey.android.dynamic.toasts.DynamicHint
-
Make a themed toast with text, icon, background and the tint color.
- make(Context, CharSequence, Drawable, Integer, Integer) - Static method in class com.pranavpandey.android.dynamic.toasts.DynamicToast
-
Make a themed toast with text, icon, background and the tint color.
- make(Context, CharSequence, Drawable, Integer, Integer, int) - Static method in class com.pranavpandey.android.dynamic.toasts.DynamicHint
-
Make a themed toast with text, icon, background and the tint color.
- make(Context, CharSequence, Drawable, Integer, Integer, int) - Static method in class com.pranavpandey.android.dynamic.toasts.DynamicToast
-
Make a themed toast with text, icon, background and the tint color.
- make(Context, CharSequence, Integer, Integer) - Static method in class com.pranavpandey.android.dynamic.toasts.DynamicHint
-
Make a themed toast with icon and the text.
- make(Context, CharSequence, Integer, Integer) - Static method in class com.pranavpandey.android.dynamic.toasts.DynamicToast
-
Make a themed toast with icon and the text.
- make(Context, CharSequence, Integer, Integer, int) - Static method in class com.pranavpandey.android.dynamic.toasts.DynamicHint
-
Make a themed toast with text, background and the tint color.
- make(Context, CharSequence, Integer, Integer, int) - Static method in class com.pranavpandey.android.dynamic.toasts.DynamicToast
-
Make a themed toast with text, background and the tint color.
- makeError(Context, CharSequence) - Static method in class com.pranavpandey.android.dynamic.toasts.DynamicHint
-
Make a error toast with icon and the text.
- makeError(Context, CharSequence) - Static method in class com.pranavpandey.android.dynamic.toasts.DynamicToast
-
Make a error toast with icon and the text.
- makeError(Context, CharSequence, int) - Static method in class com.pranavpandey.android.dynamic.toasts.DynamicHint
-
Make a error toast with icon and the text.
- makeError(Context, CharSequence, int) - Static method in class com.pranavpandey.android.dynamic.toasts.DynamicToast
-
Make a error toast with icon and the text.
- makeSuccess(Context, CharSequence) - Static method in class com.pranavpandey.android.dynamic.toasts.DynamicHint
-
Make a success toast with icon and the text.
- makeSuccess(Context, CharSequence) - Static method in class com.pranavpandey.android.dynamic.toasts.DynamicToast
-
Make a success toast with icon and the text.
- makeSuccess(Context, CharSequence, int) - Static method in class com.pranavpandey.android.dynamic.toasts.DynamicHint
-
Make a success toast with icon and the text.
- makeSuccess(Context, CharSequence, int) - Static method in class com.pranavpandey.android.dynamic.toasts.DynamicToast
-
Make a success toast with icon and the text.
- makeText(Context, int, int) - Static method in class com.pranavpandey.android.dynamic.toasts.internal.ToastCompat
-
Make a standard toast that just contains a text view.
- makeText(Context, CharSequence, int) - Static method in class com.pranavpandey.android.dynamic.toasts.internal.ToastCompat
-
Make a standard toast that just contains a text view.
- makeWarning(Context, CharSequence) - Static method in class com.pranavpandey.android.dynamic.toasts.DynamicHint
-
Make a warning toast with icon and the text.
- makeWarning(Context, CharSequence) - Static method in class com.pranavpandey.android.dynamic.toasts.DynamicToast
-
Make a warning toast with icon and the text.
- makeWarning(Context, CharSequence, int) - Static method in class com.pranavpandey.android.dynamic.toasts.DynamicHint
-
Make a warning toast with icon and the text.
- makeWarning(Context, CharSequence, int) - Static method in class com.pranavpandey.android.dynamic.toasts.DynamicToast
-
Make a warning toast with icon and the text.
R
- reset() - Method in class com.pranavpandey.android.dynamic.toasts.DynamicHint.Config
-
Reset customisations.
- reset() - Method in class com.pranavpandey.android.dynamic.toasts.DynamicToast.Config
-
Reset customisations.
S
- setDefaultBackgroundColor(Integer) - Method in class com.pranavpandey.android.dynamic.toasts.DynamicHint.Config
-
Set the default background color.
- setDefaultBackgroundColor(Integer) - Method in class com.pranavpandey.android.dynamic.toasts.DynamicToast.Config
-
Set the default background color.
- setDefaultTintColor(Integer) - Method in class com.pranavpandey.android.dynamic.toasts.DynamicHint.Config
-
Set the default tint color.
- setDefaultTintColor(Integer) - Method in class com.pranavpandey.android.dynamic.toasts.DynamicToast.Config
-
Set the default tint color.
- setDisableIcon(boolean) - Method in class com.pranavpandey.android.dynamic.toasts.DynamicHint.Config
-
Set the icon visibility.
- setDisableIcon(boolean) - Method in class com.pranavpandey.android.dynamic.toasts.DynamicToast.Config
-
Set the icon visibility.
- setDuration(int) - Method in class com.pranavpandey.android.dynamic.toasts.internal.ToastCompat
- setErrorBackgroundColor(Integer) - Method in class com.pranavpandey.android.dynamic.toasts.DynamicHint.Config
-
Set the error background color.
- setErrorBackgroundColor(Integer) - Method in class com.pranavpandey.android.dynamic.toasts.DynamicToast.Config
-
Set the error background color.
- setErrorIcon(Drawable) - Method in class com.pranavpandey.android.dynamic.toasts.DynamicHint.Config
-
Set the error icon.
- setErrorIcon(Drawable) - Method in class com.pranavpandey.android.dynamic.toasts.DynamicToast.Config
-
Set the error icon.
- setGravity(int, int, int) - Method in class com.pranavpandey.android.dynamic.toasts.internal.ToastCompat
- setIconSize(int) - Method in class com.pranavpandey.android.dynamic.toasts.DynamicHint.Config
-
Set the icon size.
- setIconSize(int) - Method in class com.pranavpandey.android.dynamic.toasts.DynamicToast.Config
-
Set the icon size.
- setMargin(float, float) - Method in class com.pranavpandey.android.dynamic.toasts.internal.ToastCompat
- setSuccessBackgroundColor(Integer) - Method in class com.pranavpandey.android.dynamic.toasts.DynamicHint.Config
-
Set the success background color.
- setSuccessBackgroundColor(Integer) - Method in class com.pranavpandey.android.dynamic.toasts.DynamicToast.Config
-
Set the success background color.
- setSuccessIcon(Drawable) - Method in class com.pranavpandey.android.dynamic.toasts.DynamicHint.Config
-
Set the success icon.
- setSuccessIcon(Drawable) - Method in class com.pranavpandey.android.dynamic.toasts.DynamicToast.Config
-
Set the success icon.
- setText(int) - Method in class com.pranavpandey.android.dynamic.toasts.internal.ToastCompat
- setText(CharSequence) - Method in class com.pranavpandey.android.dynamic.toasts.internal.ToastCompat
- setTextSize(int) - Method in class com.pranavpandey.android.dynamic.toasts.DynamicHint.Config
-
Set the text size.
- setTextSize(int) - Method in class com.pranavpandey.android.dynamic.toasts.DynamicToast.Config
-
Set the text size.
- setTextTypeface(Typeface) - Method in class com.pranavpandey.android.dynamic.toasts.DynamicHint.Config
-
Set the text typeface.
- setTextTypeface(Typeface) - Method in class com.pranavpandey.android.dynamic.toasts.DynamicToast.Config
-
Set the text typeface.
- setTintIcon(boolean) - Method in class com.pranavpandey.android.dynamic.toasts.DynamicHint.Config
-
Set whether to tint the icon.
- setTintIcon(boolean) - Method in class com.pranavpandey.android.dynamic.toasts.DynamicToast.Config
-
Set whether to tint the icon.
- setToastBackground(Drawable) - Method in class com.pranavpandey.android.dynamic.toasts.DynamicHint.Config
-
Set the toast background.
- setToastBackground(Drawable) - Method in class com.pranavpandey.android.dynamic.toasts.DynamicToast.Config
-
Set the toast background.
- setView(View) - Method in class com.pranavpandey.android.dynamic.toasts.internal.ToastCompat
- setWarningBackgroundColor(Integer) - Method in class com.pranavpandey.android.dynamic.toasts.DynamicHint.Config
-
Set the warning background color.
- setWarningBackgroundColor(Integer) - Method in class com.pranavpandey.android.dynamic.toasts.DynamicToast.Config
-
Set the warning background color.
- setWarningIcon(Drawable) - Method in class com.pranavpandey.android.dynamic.toasts.DynamicHint.Config
-
Set the warning icon.
- setWarningIcon(Drawable) - Method in class com.pranavpandey.android.dynamic.toasts.DynamicToast.Config
-
Set the warning icon.
- show() - Method in class com.pranavpandey.android.dynamic.toasts.internal.ToastCompat
- show(View, Toast) - Static method in class com.pranavpandey.android.dynamic.toasts.DynamicHint
-
Show toast above or below according to the anchor view position.
- show(View, Toast, int) - Static method in class com.pranavpandey.android.dynamic.toasts.DynamicHint
-
Show toast above or below according to the anchor view position.
T
- ToastCompat - Class in com.pranavpandey.android.dynamic.toasts.internal
-
A Toast to fix the bad token exception on API 25.
- ToastCompat(Context, Toast) - Constructor for class com.pranavpandey.android.dynamic.toasts.internal.ToastCompat
- ToastContext - Class in com.pranavpandey.android.dynamic.toasts.internal
-
A ContextWrapper to fix bad token exception.
- ToastContext(Context, Toast) - Constructor for class com.pranavpandey.android.dynamic.toasts.internal.ToastContext
-
Constructor to initialize an object of this class.
All Classes and Interfaces|All Packages