Shorter timeout to update auto caps state (100ms)
Bug: 4319726 Change-Id: I068279ddfbb79dfebb6ab845d97cccd62d9e052amain
parent
1123bcaf2e
commit
a7a659ab0f
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue