C D F G H I L P R S 

C

co.uk.alt236.reflectivedrawableloader - package co.uk.alt236.reflectivedrawableloader
 
co.uk.alt236.reflectivedrawableloader.containers - package co.uk.alt236.reflectivedrawableloader.containers
 

D

DrawableResourceContainer - Class in co.uk.alt236.reflectivedrawableloader.containers
 
DrawableResourceContainer(int, Integer) - Constructor for class co.uk.alt236.reflectivedrawableloader.containers.DrawableResourceContainer
 
DrawableResourceContainer(String, int, Integer) - Constructor for class co.uk.alt236.reflectivedrawableloader.containers.DrawableResourceContainer
 

F

formatKey(String, String) - Static method in class co.uk.alt236.reflectivedrawableloader.ReflectiveDrawableLoader
 
formatKey(String, String, String) - Static method in class co.uk.alt236.reflectivedrawableloader.ReflectiveDrawableLoader
 

G

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.

H

hasColourFilter() - Method in class co.uk.alt236.reflectivedrawableloader.containers.DrawableResourceContainer
 

I

ICON_PREFIX_BASE - Static variable in class co.uk.alt236.reflectivedrawableloader.ReflectiveDrawableLoader
 
ICON_PREFIX_DIALOG - Static variable in class co.uk.alt236.reflectivedrawableloader.ReflectiveDrawableLoader
 
ICON_PREFIX_LAUNCHER - Static variable in class co.uk.alt236.reflectivedrawableloader.ReflectiveDrawableLoader
 
ICON_PREFIX_LIST - Static variable in class co.uk.alt236.reflectivedrawableloader.ReflectiveDrawableLoader
 
ICON_PREFIX_MENU - Static variable in class co.uk.alt236.reflectivedrawableloader.ReflectiveDrawableLoader
 
ICON_PREFIX_STATUS_BAR - Static variable in class co.uk.alt236.reflectivedrawableloader.ReflectiveDrawableLoader
 
ICON_PREFIX_TAB - Static variable in class co.uk.alt236.reflectivedrawableloader.ReflectiveDrawableLoader
 

L

LruLinkedHashMap<K,V> - Class in co.uk.alt236.reflectivedrawableloader.containers
 
LruLinkedHashMap(int, float) - Constructor for class co.uk.alt236.reflectivedrawableloader.containers.LruLinkedHashMap
 

P

printDrawablesToLogCat() - Method in class co.uk.alt236.reflectivedrawableloader.ReflectiveDrawableLoader
This function will print a list of all drawables this library can see into logcat Only useful for debugging.

R

ReflectiveDrawableLoader - Class in co.uk.alt236.reflectivedrawableloader
 
removeEldestEntry(Map.Entry) - Method in class co.uk.alt236.reflectivedrawableloader.containers.LruLinkedHashMap
 

S

setAddDrawableNameToContainer(boolean) - Method in class co.uk.alt236.reflectivedrawableloader.ReflectiveDrawableLoader
Enables or disables the addition of the requested Drawable name in the resulting DrawableResourceContainer when requesting a Colorised Drawable.
setDrawableWithColorOverrideMatrix(ImageView) - Method in class co.uk.alt236.reflectivedrawableloader.containers.DrawableResourceContainer
 
setDrawableWithPorterDuffMultiply(ImageView) - Method in class co.uk.alt236.reflectivedrawableloader.containers.DrawableResourceContainer
 
setLogErrors(boolean) - Method in class co.uk.alt236.reflectivedrawableloader.ReflectiveDrawableLoader
Enables or disables the logging of errors in LogCat during operation.
C D F G H I L P R S