diff options
author | Tim Murray <timmurray@google.com> | 2013-04-09 11:01:01 -0700 |
---|---|---|
committer | Tim Murray <timmurray@google.com> | 2013-06-05 11:28:45 -0700 |
commit | c11e25c4e653124def1fb18e203b894f42106cbe (patch) | |
tree | 56827889775e5d4cf96f5fa2946ecf5484f3f540 /graphics/java/android/renderscript/AllocationAdapter.java | |
parent | aafed1df0404e2fb64c1adeb127dc7f300a2c07b (diff) |
Improve RS documentation.
bug 8570568
Change-Id: I465fcc8ec3e2cc892dc3cb0067aacf5224338102
Diffstat (limited to 'graphics/java/android/renderscript/AllocationAdapter.java')
-rw-r--r-- | graphics/java/android/renderscript/AllocationAdapter.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/java/android/renderscript/AllocationAdapter.java b/graphics/java/android/renderscript/AllocationAdapter.java index 85d86e5c1bf7..a6645bb591dc 100644 --- a/graphics/java/android/renderscript/AllocationAdapter.java +++ b/graphics/java/android/renderscript/AllocationAdapter.java @@ -22,6 +22,7 @@ import android.graphics.BitmapFactory; import android.util.TypedValue; /** + * Only intended for use by generated reflected code. * **/ public class AllocationAdapter extends Allocation { |