Fix keyboard redraw bug on long-press of CapsLock.
Expose invalidateKey and invalidateAllKeys for subclasses to call when needed.
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user