mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
13 lines
290 B
Java
Generated
13 lines
290 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){}
|
|
}
|