All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.renderscript.Type Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
package android.renderscript;
public class Type
  extends android.renderscript.BaseObj
{
public static enum CubemapFace
{
NEGATIVE_X(),
NEGATIVE_Y(),
NEGATIVE_Z(),
POSITIVE_X(),
POSITIVE_Y(),
POSITIVE_Z(),
POSITVE_X(),
POSITVE_Y(),
POSITVE_Z();
}
public static class Builder
{
public  Builder(android.renderscript.RenderScript rs, android.renderscript.Element e) { throw new RuntimeException("Stub!"); }
public  android.renderscript.Type.Builder setX(int value) { throw new RuntimeException("Stub!"); }
public  android.renderscript.Type.Builder setY(int value) { throw new RuntimeException("Stub!"); }
public  android.renderscript.Type.Builder setMipmaps(boolean value) { throw new RuntimeException("Stub!"); }
public  android.renderscript.Type.Builder setFaces(boolean value) { throw new RuntimeException("Stub!"); }
public  android.renderscript.Type create() { throw new RuntimeException("Stub!"); }
}
Type() { throw new RuntimeException("Stub!"); }
public  android.renderscript.Element getElement() { throw new RuntimeException("Stub!"); }
public  int getX() { throw new RuntimeException("Stub!"); }
public  int getY() { throw new RuntimeException("Stub!"); }
public  int getZ() { throw new RuntimeException("Stub!"); }
public  boolean hasMipmaps() { throw new RuntimeException("Stub!"); }
public  boolean hasFaces() { throw new RuntimeException("Stub!"); }
public  int getCount() { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy