public class DrawableResourceContainer
extends java.lang.Object
Constructor and Description |
---|
DrawableResourceContainer(int resourceId,
java.lang.Integer colourFilterColour) |
DrawableResourceContainer(java.lang.String drawableName,
int resourceId,
java.lang.Integer colourFilterColour) |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getColourFilterColour() |
java.lang.String |
getDrawableName() |
int |
getResourceId() |
boolean |
hasColourFilter() |
void |
setDrawableWithColorOverrideMatrix(ImageView iv) |
void |
setDrawableWithPorterDuffMultiply(ImageView iv) |
public DrawableResourceContainer(int resourceId, java.lang.Integer colourFilterColour)
public DrawableResourceContainer(java.lang.String drawableName, int resourceId, java.lang.Integer colourFilterColour)
public java.lang.Integer getColourFilterColour()
public java.lang.String getDrawableName()
public int getResourceId()
public boolean hasColourFilter()
public void setDrawableWithColorOverrideMatrix(ImageView iv)
public void setDrawableWithPorterDuffMultiply(ImageView iv)