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