Loading api/current.txt +0 −3 Original line number Diff line number Diff line Loading @@ -22681,9 +22681,6 @@ package android.renderscript { } public class Type extends android.renderscript.BaseObj { method public static android.renderscript.Type createX(android.renderscript.RenderScript, android.renderscript.Element, int); method public static android.renderscript.Type createXY(android.renderscript.RenderScript, android.renderscript.Element, int, int); method public static android.renderscript.Type createXYZ(android.renderscript.RenderScript, android.renderscript.Element, int, int, int); method public int getCount(); method public android.renderscript.Element getElement(); method public int getX(); rs/java/android/renderscript/Type.java +3 −0 Original line number Diff line number Diff line Loading @@ -216,6 +216,7 @@ public class Type extends BaseObj { } /** * @hide * Utility function for creating basic 1D types. The type is * created without mipmaps enabled. * Loading @@ -239,6 +240,7 @@ public class Type extends BaseObj { } /** * @hide * Utility function for creating basic 2D types. The type is * created without mipmaps or cubemaps. * Loading @@ -264,6 +266,7 @@ public class Type extends BaseObj { } /** * @hide * Utility function for creating basic 3D types. The type is * created without mipmaps. * Loading Loading
api/current.txt +0 −3 Original line number Diff line number Diff line Loading @@ -22681,9 +22681,6 @@ package android.renderscript { } public class Type extends android.renderscript.BaseObj { method public static android.renderscript.Type createX(android.renderscript.RenderScript, android.renderscript.Element, int); method public static android.renderscript.Type createXY(android.renderscript.RenderScript, android.renderscript.Element, int, int); method public static android.renderscript.Type createXYZ(android.renderscript.RenderScript, android.renderscript.Element, int, int, int); method public int getCount(); method public android.renderscript.Element getElement(); method public int getX();
rs/java/android/renderscript/Type.java +3 −0 Original line number Diff line number Diff line Loading @@ -216,6 +216,7 @@ public class Type extends BaseObj { } /** * @hide * Utility function for creating basic 1D types. The type is * created without mipmaps enabled. * Loading @@ -239,6 +240,7 @@ public class Type extends BaseObj { } /** * @hide * Utility function for creating basic 2D types. The type is * created without mipmaps or cubemaps. * Loading @@ -264,6 +266,7 @@ public class Type extends BaseObj { } /** * @hide * Utility function for creating basic 3D types. The type is * created without mipmaps. * Loading