android.renderscript.Byte2 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.renderscript;
public class Byte2
{
public Byte2() { throw new RuntimeException("Stub!"); }
public Byte2(byte initX, byte initY) { throw new RuntimeException("Stub!"); }
public byte x;
public byte y;
}