Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7a659ab authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Shorter timeout to update auto caps state (100ms)

Bug: 4319726
Change-Id: I068279ddfbb79dfebb6ab845d97cccd62d9e052a
parent 1123bcaf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.