diff options
author | Miao Wang <miaowang@google.com> | 2015-06-19 21:19:54 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-06-19 21:19:56 +0000 |
commit | df584d34b5c58cdb59c7be3cc7d58333c74588f2 (patch) | |
tree | c687120c10f7540cb415f7d71c89b59fb3b086c1 /api/current.txt | |
parent | b6a092990cd9076f860ef1d97ef50a668c3d7a5b (diff) | |
parent | fb675a53966f8a1664405d2134665b67db071ec0 (diff) | |
download | frameworks_base-df584d34b5c58cdb59c7be3cc7d58333c74588f2.zip frameworks_base-df584d34b5c58cdb59c7be3cc7d58333c74588f2.tar.gz frameworks_base-df584d34b5c58cdb59c7be3cc7d58333c74588f2.tar.bz2 |
Merge "[RenderScript] Add documentation for IntrinsicBLAS, and @hide annotations." into mnc-dev
Diffstat (limited to 'api/current.txt')
-rw-r--r-- | api/current.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/api/current.txt b/api/current.txt index 76a98aa..73a252b 100644 --- a/api/current.txt +++ b/api/current.txt @@ -28074,18 +28074,6 @@ package android.renderscript { field public static final int UPPER = 121; // 0x79 } - public static abstract class ScriptIntrinsicBLAS.Diag implements java.lang.annotation.Annotation { - } - - public static abstract class ScriptIntrinsicBLAS.Side implements java.lang.annotation.Annotation { - } - - public static abstract class ScriptIntrinsicBLAS.Transpose implements java.lang.annotation.Annotation { - } - - public static abstract class ScriptIntrinsicBLAS.Uplo implements java.lang.annotation.Annotation { - } - public class ScriptIntrinsicBlend extends android.renderscript.ScriptIntrinsic { method public static android.renderscript.ScriptIntrinsicBlend create(android.renderscript.RenderScript, android.renderscript.Element); method public void forEachAdd(android.renderscript.Allocation, android.renderscript.Allocation); |