- getColourFilterColour() - Method in class co.uk.alt236.reflectivedrawableloader.containers.DrawableResourceContainer
-
- getDialogDrawable(String, String, int) - Method in class co.uk.alt236.reflectivedrawableloader.ReflectiveDrawableLoader
-
This is a convenience function which can be used to quickly fetch Dialog Drawables without
having to mess around with String concatenation in your code.
- getDialogDrawableContainer(String, String, String, int) - Method in class co.uk.alt236.reflectivedrawableloader.ReflectiveDrawableLoader
-
This is a convenience function which can be used to quickly fetch Dialog Drawables without
having to mess around with String concatenation in your code.
- getDrawableContainer(String, String, int) - Method in class co.uk.alt236.reflectivedrawableloader.ReflectiveDrawableLoader
-
This function will return
DrawableResourceContainer
containing the requested Drawable information
This function makes no assumptions regarding a Drawable's prefix, so you will need input its full name.
- getDrawableContainer(String, String, String, int) - Method in class co.uk.alt236.reflectivedrawableloader.ReflectiveDrawableLoader
-
This function will return
DrawableResourceContainer
containing the requested Drawable information
This function makes no assumptions regarding a Drawable's prefix, so you will need input its full name.
- getDrawableId(String, int) - Method in class co.uk.alt236.reflectivedrawableloader.ReflectiveDrawableLoader
-
Attempts to retrieve the Id of the requested Drawable.
- getDrawableId(String, String, int) - Method in class co.uk.alt236.reflectivedrawableloader.ReflectiveDrawableLoader
-
Attempts to retrieve the Id of the requested Drawable.
- getDrawableName() - Method in class co.uk.alt236.reflectivedrawableloader.containers.DrawableResourceContainer
-
- getInstance(Context) - Static method in class co.uk.alt236.reflectivedrawableloader.ReflectiveDrawableLoader
-
Returns an instance of the ReflectiveDrawableLoader
- getLauncherDrawableContainer(String, String, String, int) - Method in class co.uk.alt236.reflectivedrawableloader.ReflectiveDrawableLoader
-
This is a convenience function which can be used to quickly fetch Launcher Drawables without
having to mess around with String concatenation in your code.
- getLauncherDrawableId(String, String, int) - Method in class co.uk.alt236.reflectivedrawableloader.ReflectiveDrawableLoader
-
This is a convenience function which can be used to quickly fetch Launcher Drawables without
having to mess around with String concatenation in your code.
- getListDrawableContainer(String, String, String, int) - Method in class co.uk.alt236.reflectivedrawableloader.ReflectiveDrawableLoader
-
This is a convenience function which can be used to quickly fetch List Drawables without
having to mess around with String concatenation in your code.
- getListDrawableId(String, String, int) - Method in class co.uk.alt236.reflectivedrawableloader.ReflectiveDrawableLoader
-
This is a convenience function which can be used to quickly fetch List Drawables without
having to mess around with String concatenation in your code.
- getMenuDrawableContainer(String, String, String, int) - Method in class co.uk.alt236.reflectivedrawableloader.ReflectiveDrawableLoader
-
This is a convenience function which can be used to quickly fetch Menu Drawables without
having to mess around with String concatenation in your code.
- getMenuDrawableId(String, String, int) - Method in class co.uk.alt236.reflectivedrawableloader.ReflectiveDrawableLoader
-
This is a convenience function which can be used to quickly fetch Menu Drawables without
having to mess around with String concatenation in your code.
- getResourceId() - Method in class co.uk.alt236.reflectivedrawableloader.containers.DrawableResourceContainer
-
- getStatusBarDrawableContainer(String, String, String, int) - Method in class co.uk.alt236.reflectivedrawableloader.ReflectiveDrawableLoader
-
This is a convenience function which can be used to quickly fetch Status Bar Drawables without
having to mess around with String concatenation in your code.
- getStatusBarDrawableId(String, String, int) - Method in class co.uk.alt236.reflectivedrawableloader.ReflectiveDrawableLoader
-
This is a convenience function which can be used to quickly fetch Status Bar Drawables without
having to mess around with String concatenation in your code.
- getTabDrawableContainer(String, String, String, int) - Method in class co.uk.alt236.reflectivedrawableloader.ReflectiveDrawableLoader
-
This is a convenience function which can be used to quickly fetch Tab Drawables without
having to mess around with String concatenation in your code.
- getTabDrawableId(String, String, int) - Method in class co.uk.alt236.reflectivedrawableloader.ReflectiveDrawableLoader
-
This is a convenience function which can be used to quickly fetch Tab Drawables without
having to mess around with String concatenation in your code.