am 4a3ffcbf: Longer popup preview residual time (150ms)
Merge commit '4a3ffcbf32c21bdb553bf9aed894350ab07f47d8' into gingerbread-plus-aosp * commit '4a3ffcbf32c21bdb553bf9aed894350ab07f47d8': Longer popup preview residual time (150ms)main
commit
051d4f459d
|
@ -153,7 +153,7 @@ public class LatinKeyboardBaseView extends View implements PointerTracker.UIProx
|
||||||
|
|
||||||
// Timing constants
|
// Timing constants
|
||||||
private static final int DELAY_BEFORE_PREVIEW = 0;
|
private static final int DELAY_BEFORE_PREVIEW = 0;
|
||||||
private static final int DELAY_AFTER_PREVIEW = 70;
|
private static final int DELAY_AFTER_PREVIEW = 150;
|
||||||
private static final int REPEAT_INTERVAL = PointerTracker.REPEAT_INTERVAL;
|
private static final int REPEAT_INTERVAL = PointerTracker.REPEAT_INTERVAL;
|
||||||
|
|
||||||
// Miscellaneous constants
|
// Miscellaneous constants
|
||||||
|
|
Loading…
Reference in New Issue