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

Merge commit '0ab6747d424f412a103a4092bc3fcb2e891994ad'

* commit '0ab6747d424f412a103a4092bc3fcb2e891994ad':
  Shorten popup preview residual time (100ms)
main
Tadashi G. Takaoka 2010-09-20 21:07:12 -07:00 committed by Android Git Automerger
commit a628e46c11
1 changed files with 1 additions and 1 deletions

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