am bbed0d68: hide setGammaForText, which is only used for calibrating new devices

Merge commit 'bbed0d68c815446400193bdc8b16fbf73e1ee664' into eclair-plus-aosp

* commit 'bbed0d68c815446400193bdc8b16fbf73e1ee664':
  hide setGammaForText, which is only used for calibrating new devices
This commit is contained in:
Mike Reed
2009-10-01 06:42:33 -07:00
committed by Android Git Automerger
2 changed files with 2 additions and 15 deletions

View File

@@ -63542,21 +63542,6 @@
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"

View File

@@ -180,6 +180,8 @@ public class Typeface {
*
* @param blackGamma gamma coefficient for black text
* @param whiteGamma gamma coefficient for white text
*
* @hide - this is just for calibrating devices, not for normal apps
*/
public static native void setGammaForText(float blackGamma, float whiteGamma);
}