OSDN Git Service

Corrected repeat count for key repeat in input device.
authorKristian Dreher <kristian.dreher@sonyericsson.com>
Tue, 23 Feb 2010 07:49:05 +0000 (08:49 +0100)
committerJean-Baptiste Queru <jbq@google.com>
Fri, 16 Jul 2010 00:01:51 +0000 (17:01 -0700)
commit5a233c13d7bba14a879befe9dfc7ede065117897
tree2f7494839874dae229b728ee69fba8e4f95cea33
parentf7013a0b1203e31b7762d1042aa75ef525371645
Corrected repeat count for key repeat in input device.

Previously the key event repeat count was always zero when the repeated
key down events was generated by the input device in the Linux kernel.

Change-Id: I9e295ca41ffe7324f54083f0a493e073187feb28
phone/com/android/internal/policy/impl/PhoneWindowManager.java