android.graphics.AvoidXfermode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.graphics;
@java.lang.Deprecated()
public class AvoidXfermode
extends android.graphics.Xfermode
{
public static enum Mode
{
AVOID(),
TARGET();
}
public AvoidXfermode(int opColor, int tolerance, android.graphics.AvoidXfermode.Mode mode) { throw new RuntimeException("Stub!"); }
}