mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
18 lines
402 B
Java
Generated
18 lines
402 B
Java
Generated
// Generated automatically from android.graphics.Shader for testing purposes
|
|
|
|
package android.graphics;
|
|
|
|
import android.graphics.Matrix;
|
|
|
|
public class Shader
|
|
{
|
|
public Shader(){}
|
|
public boolean getLocalMatrix(Matrix p0){ return false; }
|
|
public void setLocalMatrix(Matrix p0){}
|
|
static public enum TileMode
|
|
{
|
|
CLAMP, DECAL, MIRROR, REPEAT;
|
|
private TileMode() {}
|
|
}
|
|
}
|