From 0e3431d4c73fec78c0c34dab291296f66b4c76d0 Mon Sep 17 00:00:00 2001 From: Tim Murray Date: Fri, 31 Jan 2014 12:57:20 -0800 Subject: DO NOT MERGE: Mark new util type functions as @hide in AOSP. Change-Id: I834e07aef142aa79ed1603535689d0b833357f6c --- rs/java/android/renderscript/Type.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rs') diff --git a/rs/java/android/renderscript/Type.java b/rs/java/android/renderscript/Type.java index 7283814..7bdd360 100644 --- a/rs/java/android/renderscript/Type.java +++ b/rs/java/android/renderscript/Type.java @@ -218,6 +218,7 @@ public class Type extends BaseObj { } /** + * @hide * Utility function for creating basic 1D types. The type is * created without mipmaps enabled. * @@ -241,6 +242,7 @@ public class Type extends BaseObj { } /** + * @hide * Utility function for creating basic 2D types. The type is * created without mipmaps or cubemaps. * @@ -266,6 +268,7 @@ public class Type extends BaseObj { } /** + * @hide * Utility function for creating basic 3D types. The type is * created without mipmaps. * -- cgit v1.1