aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/research/Statistics.java
diff options
context:
space:
mode:
authorKurt Partridge <kep@google.com>2012-08-20 10:17:40 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-08-20 10:17:40 -0700
commit3d3590874926ff92009ed0b4f114c6e5a8ee7394 (patch)
tree99930ffdfc9057a570068dac679acbaf336fed7a /java/src/com/android/inputmethod/research/Statistics.java
parent221e756fd7d585f0eb75377b851f23cad24ccd7f (diff)
downloadlatinime-3d3590874926ff92009ed0b4f114c6e5a8ee7394.tar.gz
latinime-3d3590874926ff92009ed0b4f114c6e5a8ee7394.tar.xz
latinime-3d3590874926ff92009ed0b4f114c6e5a8ee7394.zip
Revert "ResearchLogging capture full n-gram data"
This reverts commit 221e756fd7d585f0eb75377b851f23cad24ccd7f Change-Id: Iefc4e4e27ddc925d4a4634627b0467bd4ee2a66e
Diffstat (limited to 'java/src/com/android/inputmethod/research/Statistics.java')
-rw-r--r--java/src/com/android/inputmethod/research/Statistics.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/com/android/inputmethod/research/Statistics.java b/java/src/com/android/inputmethod/research/Statistics.java
index eab465aa2..4a2cd079c 100644
--- a/java/src/com/android/inputmethod/research/Statistics.java
+++ b/java/src/com/android/inputmethod/research/Statistics.java
@@ -66,8 +66,8 @@ public class Statistics {
// To account for the interruptions when the user's attention is directed elsewhere, times
// longer than MIN_TYPING_INTERMISSION are not counted when estimating this statistic.
- public static final int MIN_TYPING_INTERMISSION = 2 * 1000; // in milliseconds
- public static final int MIN_DELETION_INTERMISSION = 10 * 1000; // in milliseconds
+ public static final int MIN_TYPING_INTERMISSION = 5 * 1000; // in milliseconds
+ public static final int MIN_DELETION_INTERMISSION = 15 * 1000; // in milliseconds
// The last time that a tap was performed
private long mLastTapTime;