mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
15 lines
383 B
Java
Generated
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() {}
|
|
}
|
|
}
|