mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
85 lines
4.0 KiB
Java
Generated
85 lines
4.0 KiB
Java
Generated
// Generated automatically from android.graphics.RenderNode for testing purposes
|
|
|
|
package android.graphics;
|
|
|
|
import android.graphics.Matrix;
|
|
import android.graphics.Outline;
|
|
import android.graphics.Paint;
|
|
import android.graphics.RecordingCanvas;
|
|
import android.graphics.Rect;
|
|
import android.graphics.RenderEffect;
|
|
|
|
public class RenderNode
|
|
{
|
|
protected RenderNode() {}
|
|
public RecordingCanvas beginRecording(){ return null; }
|
|
public RecordingCanvas beginRecording(int p0, int p1){ return null; }
|
|
public RenderNode(String p0){}
|
|
public boolean getClipToBounds(){ return false; }
|
|
public boolean getClipToOutline(){ return false; }
|
|
public boolean getUseCompositingLayer(){ return false; }
|
|
public boolean hasDisplayList(){ return false; }
|
|
public boolean hasIdentityMatrix(){ return false; }
|
|
public boolean hasOverlappingRendering(){ return false; }
|
|
public boolean hasShadow(){ return false; }
|
|
public boolean isForceDarkAllowed(){ return false; }
|
|
public boolean isPivotExplicitlySet(){ return false; }
|
|
public boolean offsetLeftAndRight(int p0){ return false; }
|
|
public boolean offsetTopAndBottom(int p0){ return false; }
|
|
public boolean resetPivot(){ return false; }
|
|
public boolean setAlpha(float p0){ return false; }
|
|
public boolean setAmbientShadowColor(int p0){ return false; }
|
|
public boolean setCameraDistance(float p0){ return false; }
|
|
public boolean setClipRect(Rect p0){ return false; }
|
|
public boolean setClipToBounds(boolean p0){ return false; }
|
|
public boolean setClipToOutline(boolean p0){ return false; }
|
|
public boolean setElevation(float p0){ return false; }
|
|
public boolean setForceDarkAllowed(boolean p0){ return false; }
|
|
public boolean setHasOverlappingRendering(boolean p0){ return false; }
|
|
public boolean setOutline(Outline p0){ return false; }
|
|
public boolean setPivotX(float p0){ return false; }
|
|
public boolean setPivotY(float p0){ return false; }
|
|
public boolean setPosition(Rect p0){ return false; }
|
|
public boolean setPosition(int p0, int p1, int p2, int p3){ return false; }
|
|
public boolean setProjectBackwards(boolean p0){ return false; }
|
|
public boolean setProjectionReceiver(boolean p0){ return false; }
|
|
public boolean setRenderEffect(RenderEffect p0){ return false; }
|
|
public boolean setRotationX(float p0){ return false; }
|
|
public boolean setRotationY(float p0){ return false; }
|
|
public boolean setRotationZ(float p0){ return false; }
|
|
public boolean setScaleX(float p0){ return false; }
|
|
public boolean setScaleY(float p0){ return false; }
|
|
public boolean setSpotShadowColor(int p0){ return false; }
|
|
public boolean setTranslationX(float p0){ return false; }
|
|
public boolean setTranslationY(float p0){ return false; }
|
|
public boolean setTranslationZ(float p0){ return false; }
|
|
public boolean setUseCompositingLayer(boolean p0, Paint p1){ return false; }
|
|
public float getAlpha(){ return 0; }
|
|
public float getCameraDistance(){ return 0; }
|
|
public float getElevation(){ return 0; }
|
|
public float getPivotX(){ return 0; }
|
|
public float getPivotY(){ return 0; }
|
|
public float getRotationX(){ return 0; }
|
|
public float getRotationY(){ return 0; }
|
|
public float getRotationZ(){ return 0; }
|
|
public float getScaleX(){ return 0; }
|
|
public float getScaleY(){ return 0; }
|
|
public float getTranslationX(){ return 0; }
|
|
public float getTranslationY(){ return 0; }
|
|
public float getTranslationZ(){ return 0; }
|
|
public int getAmbientShadowColor(){ return 0; }
|
|
public int getBottom(){ return 0; }
|
|
public int getHeight(){ return 0; }
|
|
public int getLeft(){ return 0; }
|
|
public int getRight(){ return 0; }
|
|
public int getSpotShadowColor(){ return 0; }
|
|
public int getTop(){ return 0; }
|
|
public int getWidth(){ return 0; }
|
|
public long computeApproximateMemoryUsage(){ return 0; }
|
|
public long getUniqueId(){ return 0; }
|
|
public void discardDisplayList(){}
|
|
public void endRecording(){}
|
|
public void getInverseMatrix(Matrix p0){}
|
|
public void getMatrix(Matrix p0){}
|
|
}
|