diff options
author | Jason Sams <jsams@google.com> | 2015-03-20 15:08:45 -0700 |
---|---|---|
committer | Jason Sams <jsams@google.com> | 2015-03-20 15:09:35 -0700 |
commit | 206666790ad35c5dcea3de1f85424ad6a5abbb4d (patch) | |
tree | e3a62a9c6ce68e1e506eed45fb0bc7224c152e7a /rs/java/android/renderscript/AllocationAdapter.java | |
parent | 79ec42e6a3c6a6f6a00ef3ad92221a5ad2149aa9 (diff) |
unhide AllocationAdapter APIs
Change-Id: Id7ff10c7b09a5bedd9952602dd394e76b4fae8b1
Diffstat (limited to 'rs/java/android/renderscript/AllocationAdapter.java')
-rw-r--r-- | rs/java/android/renderscript/AllocationAdapter.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rs/java/android/renderscript/AllocationAdapter.java b/rs/java/android/renderscript/AllocationAdapter.java index 183726fb2fc6..35d59ddca736 100644 --- a/rs/java/android/renderscript/AllocationAdapter.java +++ b/rs/java/android/renderscript/AllocationAdapter.java @@ -136,7 +136,7 @@ public class AllocationAdapter extends Allocation { /** - * @hide + * * Set the active X. The x value must be within the range for * the allocation being adapted. * @@ -208,7 +208,7 @@ public class AllocationAdapter extends Allocation { } /** - * @hide + * */ public void setArray(int arrayNum, int arrayVal) { if (mAdaptedAllocation.getType().getArray(arrayNum) == 0) { @@ -242,7 +242,7 @@ public class AllocationAdapter extends Allocation { } /** - * @hide + * * * Create an arbitrary window into the base allocation * The type describes the shape of the window. |