DO NOT MERGE: Mark new util type functions as @hide in AOSP.
Change-Id: I834e07aef142aa79ed1603535689d0b833357f6c
This commit is contained in:
@@ -22681,9 +22681,6 @@ package android.renderscript {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public class Type extends android.renderscript.BaseObj {
|
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 int getCount();
|
||||||
method public android.renderscript.Element getElement();
|
method public android.renderscript.Element getElement();
|
||||||
method public int getX();
|
method public int getX();
|
||||||
|
|||||||
@@ -216,6 +216,7 @@ public class Type extends BaseObj {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @hide
|
||||||
* Utility function for creating basic 1D types. The type is
|
* Utility function for creating basic 1D types. The type is
|
||||||
* created without mipmaps enabled.
|
* created without mipmaps enabled.
|
||||||
*
|
*
|
||||||
@@ -239,6 +240,7 @@ public class Type extends BaseObj {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @hide
|
||||||
* Utility function for creating basic 2D types. The type is
|
* Utility function for creating basic 2D types. The type is
|
||||||
* created without mipmaps or cubemaps.
|
* created without mipmaps or cubemaps.
|
||||||
*
|
*
|
||||||
@@ -264,6 +266,7 @@ public class Type extends BaseObj {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @hide
|
||||||
* Utility function for creating basic 3D types. The type is
|
* Utility function for creating basic 3D types. The type is
|
||||||
* created without mipmaps.
|
* created without mipmaps.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user