From fdb15a76a30de169aac63d4c2260aa293477557e 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/java/android') diff --git a/rs/java/android/renderscript/Type.java b/rs/java/android/renderscript/Type.java index 1b5f1a2500c0..ce7f571c8918 100644 --- a/rs/java/android/renderscript/Type.java +++ b/rs/java/android/renderscript/Type.java @@ -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. * -- cgit v1.2.3-59-g8ed1b