Fix keyboard redraw bug on long-press of CapsLock.

Expose invalidateKey and invalidateAllKeys for subclasses to call when needed.
This commit is contained in:
Amith Yamasani
2009-05-06 15:46:00 -07:00
parent c825d3ebd6
commit f04da95400
2 changed files with 46 additions and 8 deletions

View File

@ -61016,6 +61016,30 @@
visibility="public"
>
</method>
<method name="invalidateAllKeys"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</method>
<method name="invalidateKey"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="keyIndex" type="int">
</parameter>
</method>
<method name="isPreviewEnabled"
return="boolean"
abstract="false"