@Implements(value=android.graphics.PorterDuffColorFilter.class) public class ShadowPorterDuffColorFilter extends Object
Constructor and Description |
---|
ShadowPorterDuffColorFilter() |
Modifier and Type | Method and Description |
---|---|
protected void |
__constructor__(int color,
PorterDuff.Mode mode) |
boolean |
equals(Object object) |
int |
getColor() |
PorterDuff.Mode |
getMode() |
int |
hashCode() |
protected void |
setColor(int color) |
protected void |
setMode(PorterDuff.Mode mode) |
@Implementation protected void __constructor__(int color, PorterDuff.Mode mode)
@Implementation(minSdk=21, maxSdk=28) protected void setColor(int color)
@Implementation(minSdk=21, maxSdk=28) protected void setMode(PorterDuff.Mode mode)
@Implementation public boolean equals(Object object)
@Implementation public int hashCode()
public int getColor()
public PorterDuff.Mode getMode()