am 4da43a25: Shorten popup preview residual time (100ms)

Merge commit '4da43a25cb5826e96729c24a555111c7e390fbdd' into gingerbread-plus-aosp

* commit '4da43a25cb5826e96729c24a555111c7e390fbdd':
  Shorten popup preview residual time (100ms)
This commit is contained in:
Tadashi G. Takaoka 2010-09-20 21:04:21 -07:00 committed by Android Git Automerger
commit 0ab6747d42

View file

@ -154,7 +154,7 @@ public class LatinKeyboardBaseView extends View implements PointerTracker.UIProx
// Timing constants
private static final int DELAY_BEFORE_PREVIEW = 0;
private static final int DELAY_AFTER_PREVIEW = 150;
private static final int DELAY_AFTER_PREVIEW = 100;
private static final int REPEAT_INTERVAL = PointerTracker.REPEAT_INTERVAL;
// Miscellaneous constants