summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/AllocationAdapter.java
diff options
context:
space:
mode:
authorJason Sams <jsams@google.com>2015-03-20 15:08:45 -0700
committerJason Sams <jsams@google.com>2015-03-20 15:09:35 -0700
commit206666790ad35c5dcea3de1f85424ad6a5abbb4d (patch)
treee3a62a9c6ce68e1e506eed45fb0bc7224c152e7a /rs/java/android/renderscript/AllocationAdapter.java
parent79ec42e6a3c6a6f6a00ef3ad92221a5ad2149aa9 (diff)
unhide AllocationAdapter APIs
Change-Id: Id7ff10c7b09a5bedd9952602dd394e76b4fae8b1
Diffstat (limited to 'rs/java/android/renderscript/AllocationAdapter.java')
-rw-r--r--rs/java/android/renderscript/AllocationAdapter.java6
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.