mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
45 lines
1.7 KiB
Java
Generated
45 lines
1.7 KiB
Java
Generated
// Generated automatically from android.view.PointerIcon for testing purposes
|
|
|
|
package android.view;
|
|
|
|
import android.content.Context;
|
|
import android.content.res.Resources;
|
|
import android.graphics.Bitmap;
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
public class PointerIcon implements Parcelable
|
|
{
|
|
protected PointerIcon() {}
|
|
public boolean equals(Object p0){ return false; }
|
|
public int describeContents(){ return 0; }
|
|
public static Parcelable.Creator<PointerIcon> CREATOR = null;
|
|
public static PointerIcon create(Bitmap p0, float p1, float p2){ return null; }
|
|
public static PointerIcon getSystemIcon(Context p0, int p1){ return null; }
|
|
public static PointerIcon load(Resources p0, int p1){ return null; }
|
|
public static int TYPE_ALIAS = 0;
|
|
public static int TYPE_ALL_SCROLL = 0;
|
|
public static int TYPE_ARROW = 0;
|
|
public static int TYPE_CELL = 0;
|
|
public static int TYPE_CONTEXT_MENU = 0;
|
|
public static int TYPE_COPY = 0;
|
|
public static int TYPE_CROSSHAIR = 0;
|
|
public static int TYPE_DEFAULT = 0;
|
|
public static int TYPE_GRAB = 0;
|
|
public static int TYPE_GRABBING = 0;
|
|
public static int TYPE_HAND = 0;
|
|
public static int TYPE_HELP = 0;
|
|
public static int TYPE_HORIZONTAL_DOUBLE_ARROW = 0;
|
|
public static int TYPE_NO_DROP = 0;
|
|
public static int TYPE_NULL = 0;
|
|
public static int TYPE_TEXT = 0;
|
|
public static int TYPE_TOP_LEFT_DIAGONAL_DOUBLE_ARROW = 0;
|
|
public static int TYPE_TOP_RIGHT_DIAGONAL_DOUBLE_ARROW = 0;
|
|
public static int TYPE_VERTICAL_DOUBLE_ARROW = 0;
|
|
public static int TYPE_VERTICAL_TEXT = 0;
|
|
public static int TYPE_WAIT = 0;
|
|
public static int TYPE_ZOOM_IN = 0;
|
|
public static int TYPE_ZOOM_OUT = 0;
|
|
public void writeToParcel(Parcel p0, int p1){}
|
|
}
|