android.renderscript.Byte4 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 Byte4
{
public Byte4() { throw new RuntimeException("Stub!"); }
public Byte4(byte initX, byte initY, byte initZ, byte initW) { throw new RuntimeException("Stub!"); }
public byte x;
public byte y;
public byte z;
public byte w;
}