Files
codeql/java/ql/test/stubs/google-android-9.0.0/android/graphics/PorterDuff.java
2021-10-12 12:35:05 +01:00

15 lines
383 B
Java
Generated

// Generated automatically from android.graphics.PorterDuff for testing purposes
package android.graphics;
public class PorterDuff
{
public PorterDuff(){}
static public enum Mode
{
ADD, CLEAR, DARKEN, DST, DST_ATOP, DST_IN, DST_OUT, DST_OVER, LIGHTEN, MULTIPLY, OVERLAY, SCREEN, SRC, SRC_ATOP, SRC_IN, SRC_OUT, SRC_OVER, XOR;
private Mode() {}
}
}