summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2012-04-11 17:27:29 -0700
committerStephen Hines <srhines@google.com>2012-04-11 18:15:55 -0700
commit3a2914132146f340511425d7f78540098606b512 (patch)
treecac181c8235b60f244e31e83a7c156b97101592f /api
parent7e6ee74ac40396746f814d57160e30543e632c9a (diff)
downloadframeworks_base-3a2914132146f340511425d7f78540098606b512.zip
frameworks_base-3a2914132146f340511425d7f78540098606b512.tar.gz
frameworks_base-3a2914132146f340511425d7f78540098606b512.tar.bz2
Add missing support for Element.FONT().
Change-Id: Id66676958cc41d934b7f01acd65916f6d777d355
Diffstat (limited to 'api')
-rw-r--r--api/current.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 35ae56b..539eb60 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -18089,6 +18089,7 @@ package android.renderscript {
method public static android.renderscript.Element F64_2(android.renderscript.RenderScript);
method public static android.renderscript.Element F64_3(android.renderscript.RenderScript);
method public static android.renderscript.Element F64_4(android.renderscript.RenderScript);
+ method public static android.renderscript.Element FONT(android.renderscript.RenderScript);
method public static android.renderscript.Element I16(android.renderscript.RenderScript);
method public static android.renderscript.Element I16_2(android.renderscript.RenderScript);
method public static android.renderscript.Element I16_3(android.renderscript.RenderScript);
@@ -18174,6 +18175,7 @@ package android.renderscript {
enum_constant public static final android.renderscript.Element.DataType MATRIX_4X4;
enum_constant public static final android.renderscript.Element.DataType RS_ALLOCATION;
enum_constant public static final android.renderscript.Element.DataType RS_ELEMENT;
+ enum_constant public static final android.renderscript.Element.DataType RS_FONT;
enum_constant public static final android.renderscript.Element.DataType RS_MESH;
enum_constant public static final android.renderscript.Element.DataType RS_PROGRAM_FRAGMENT;
enum_constant public static final android.renderscript.Element.DataType RS_PROGRAM_RASTER;