Shorter timeout to update auto caps state (100ms)

Bug: 4319726
Change-Id: I068279ddfbb79dfebb6ab845d97cccd62d9e052a
main
Tadashi G. Takaoka 2011-04-26 20:10:54 +09:00
parent 1123bcaf2e
commit a7a659ab0f
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
private static final int DELAY_UPDATE_SUGGESTIONS = 180;
private static final int DELAY_UPDATE_OLD_SUGGESTIONS = 300;
private static final int DELAY_UPDATE_SHIFT_STATE = 300;
private static final int DELAY_UPDATE_SHIFT_STATE = 100;
private static final int EXTENDED_TOUCHABLE_REGION_HEIGHT = 100;
// How many continuous deletes at which to start deleting at a higher speed.