SYMBOL INDEX (77 symbols across 7 files) FILE: app/src/androidTest/java/es/dmoral/toastysample/ExampleInstrumentedTest.java class ExampleInstrumentedTest (line 17) | @RunWith(AndroidJUnit4.class) method useAppContext (line 19) | @Test FILE: app/src/main/java/es/dmoral/toastysample/MainActivity.java class MainActivity (line 33) | public class MainActivity extends AppCompatActivity { method onCreate (line 34) | @Override method getFormattedMessage (line 96) | private CharSequence getFormattedMessage() { FILE: app/src/test/java/es/dmoral/toastysample/ExampleUnitTest.java class ExampleUnitTest (line 12) | public class ExampleUnitTest { method addition_isCorrect (line 13) | @Test FILE: toasty/src/androidTest/java/es/dmoral/toasty/ExampleInstrumentedTest.java class ExampleInstrumentedTest (line 17) | @RunWith(AndroidJUnit4.class) method useAppContext (line 19) | @Test FILE: toasty/src/main/java/es/dmoral/toasty/Toasty.java class Toasty (line 40) | @SuppressLint("InflateParams") method Toasty (line 59) | private Toasty() { method normal (line 63) | @CheckResult method normal (line 68) | @CheckResult method normal (line 73) | @CheckResult method normal (line 78) | @CheckResult method normal (line 83) | @CheckResult method normal (line 88) | @CheckResult method normal (line 93) | @CheckResult method normal (line 99) | @CheckResult method normal (line 105) | @CheckResult method normal (line 111) | @CheckResult method warning (line 117) | @CheckResult method warning (line 122) | @CheckResult method warning (line 127) | @CheckResult method warning (line 132) | @CheckResult method warning (line 137) | @CheckResult method warning (line 144) | @CheckResult method info (line 151) | @CheckResult method info (line 156) | @CheckResult method info (line 161) | @CheckResult method info (line 166) | @CheckResult method info (line 171) | @CheckResult method info (line 178) | @CheckResult method success (line 185) | @CheckResult method success (line 190) | @CheckResult method success (line 195) | @CheckResult method success (line 200) | @CheckResult method success (line 205) | @CheckResult method success (line 212) | @CheckResult method error (line 219) | @CheckResult method error (line 224) | @CheckResult method error (line 229) | @CheckResult method error (line 234) | @CheckResult method error (line 239) | @CheckResult method error (line 246) | @CheckResult method custom (line 253) | @CheckResult method custom (line 260) | @CheckResult method custom (line 267) | @CheckResult method custom (line 276) | @CheckResult method custom (line 285) | @CheckResult method custom (line 293) | @CheckResult method custom (line 301) | @SuppressLint("ShowToast") method normalWithDarkThemeSupport (line 353) | private static Toast normalWithDarkThemeSupport(@NonNull Context conte... method withLightTheme (line 370) | private static Toast withLightTheme(@NonNull Context context, @NonNull... method withDarkTheme (line 376) | private static Toast withDarkTheme(@NonNull Context context, @NonNull ... class Config (line 382) | public static class Config { method Config (line 394) | private Config() { method getInstance (line 398) | @CheckResult method reset (line 403) | public static void reset() { method setToastTypeface (line 415) | @CheckResult method setTextSize (line 421) | @CheckResult method tintIcon (line 427) | @CheckResult method allowQueue (line 433) | @CheckResult method setGravity (line 439) | @CheckResult method setGravity (line 447) | @CheckResult method supportDarkTheme (line 453) | @CheckResult method setRTL (line 459) | public Config setRTL(boolean isRTL) { method apply (line 464) | public void apply() { FILE: toasty/src/main/java/es/dmoral/toasty/ToastyUtils.java class ToastyUtils (line 33) | final class ToastyUtils { method ToastyUtils (line 34) | private ToastyUtils() { method tintIcon (line 37) | static Drawable tintIcon(@NonNull Drawable drawable, @ColorInt int tin... method tint9PatchDrawableFrame (line 42) | static Drawable tint9PatchDrawableFrame(@NonNull Context context, @Col... method setBackground (line 47) | static void setBackground(@NonNull View view, Drawable drawable) { method getDrawable (line 54) | static Drawable getDrawable(@NonNull Context context, @DrawableRes int... method getColor (line 58) | static int getColor(@NonNull Context context, @ColorRes int color){ FILE: toasty/src/test/java/es/dmoral/toasty/ExampleUnitTest.java class ExampleUnitTest (line 12) | public class ExampleUnitTest { method addition_isCorrect (line 13) | @Test