DO NOT MERGE: Mark new util type functions as @hide in AOSP.

Change-Id: I834e07aef142aa79ed1603535689d0b833357f6c
This commit is contained in:
Tim Murray
2014-01-31 12:57:20 -08:00
committed by Qiwen Zhao
parent 90fd93c0ef
commit 9dad7d44d2
2 changed files with 3 additions and 3 deletions

View File

@@ -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();

View File

@@ -216,6 +216,7 @@ public class Type extends BaseObj {
}
/**
* @hide
* Utility function for creating basic 1D types. The type is
* created without mipmaps enabled.
*
@@ -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.
*
@@ -264,6 +266,7 @@ public class Type extends BaseObj {
}
/**
* @hide
* Utility function for creating basic 3D types. The type is
* created without mipmaps.
*