diff options
| author | Mike Reed <reed@google.com> | 2009-08-25 13:20:19 -0400 |
|---|---|---|
| committer | Mike Reed <reed@google.com> | 2009-08-25 13:47:47 -0400 |
| commit | dbade9d6a075b1d5b8ebe10ee8961a5de296c93b (patch) | |
| tree | ba87f0dbb1f4ca2521a7282a65faa6ed0963eb9e /api | |
| parent | 523018f1828884e96b1265f3e347410280577945 (diff) | |
| download | frameworks_base-dbade9d6a075b1d5b8ebe10ee8961a5de296c93b.zip frameworks_base-dbade9d6a075b1d5b8ebe10ee8961a5de296c93b.tar.gz frameworks_base-dbade9d6a075b1d5b8ebe10ee8961a5de296c93b.tar.bz2 | |
expose runtime changes to gamma
Diffstat (limited to 'api')
| -rw-r--r-- | api/current.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index 2d7ee31..3c76361 100644 --- a/api/current.xml +++ b/api/current.xml @@ -60507,6 +60507,21 @@ visibility="public" > </method> +<method name="setGammaForText" + return="void" + abstract="false" + native="true" + synchronized="false" + static="true" + final="false" + deprecated="not deprecated" + visibility="public" +> +<parameter name="blackGamma" type="float"> +</parameter> +<parameter name="whiteGamma" type="float"> +</parameter> +</method> <field name="BOLD" type="int" transient="false" |
