diff options
author | Jason Sams <jsams@google.com> | 2014-05-20 18:48:35 -0700 |
---|---|---|
committer | Jason Sams <jsams@google.com> | 2014-05-20 18:48:35 -0700 |
commit | b69c791b7995afa5d74d081ef13ccc49a8a7e8da (patch) | |
tree | 0241c7ae2b2d056c7c16f81358d3da3d366ea40b /api | |
parent | 47a7d61e70230bbed030e8795a17bf43c479616f (diff) | |
download | frameworks_base-b69c791b7995afa5d74d081ef13ccc49a8a7e8da.zip frameworks_base-b69c791b7995afa5d74d081ef13ccc49a8a7e8da.tar.gz frameworks_base-b69c791b7995afa5d74d081ef13ccc49a8a7e8da.tar.bz2 |
Validate RenderScript context creation flags
Sync the IDs to that of the native interface.
Change-Id: I7516c1ea4f4a93844ddb8397b2fc1e79ff8d6b68
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/current.txt b/api/current.txt index 6353ada..27afcda 100644 --- a/api/current.txt +++ b/api/current.txt @@ -25086,8 +25086,8 @@ package android.renderscript { method public void setErrorHandler(android.renderscript.RenderScript.RSErrorHandler); method public void setMessageHandler(android.renderscript.RenderScript.RSMessageHandler); method public void setPriority(android.renderscript.RenderScript.Priority); - field public static final long CREATE_FLAG_LOW_LATENCY = 1L; // 0x1L - field public static final long CREATE_FLAG_LOW_POWER = 2L; // 0x2L + field public static final long CREATE_FLAG_LOW_LATENCY = 2L; // 0x2L + field public static final long CREATE_FLAG_LOW_POWER = 4L; // 0x4L field public static final long CREATE_FLAG_NONE = 0L; // 0x0L } |