am fee0f577: Merge change I99dc6477 into eclair
Merge commit 'fee0f5773335e42f4ffdf2d2d1c344ceee3ccb33' into eclair-mr2 * commit 'fee0f5773335e42f4ffdf2d2d1c344ceee3ccb33': Add WindowManagerPolicy.allowKeyRepeat() method for disabling key repeats.
This commit is contained in:
@@ -868,4 +868,9 @@ public interface WindowManagerPolicy {
|
||||
* requesting this is no longer visible.
|
||||
*/
|
||||
public void screenOnStoppedLw();
|
||||
|
||||
/**
|
||||
* Return false to disable key repeat events from being generated.
|
||||
*/
|
||||
public boolean allowKeyRepeat();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user