aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/Dictionary.java
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2012-05-14 20:38:23 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-05-14 20:38:23 -0700
commit8dced70b062744a2c27e0cf6dcd0787cf598a97c (patch)
tree76097450249f6d73569307936dcf242b948afe96 /java/src/com/android/inputmethod/latin/Dictionary.java
parent30236efee1bdac32d2c5b5c2875191a05e690865 (diff)
parent19ad9bf1457af47d98d6464392ca2e1c431f9d1f (diff)
downloadlatinime-8dced70b062744a2c27e0cf6dcd0787cf598a97c.tar.gz
latinime-8dced70b062744a2c27e0cf6dcd0787cf598a97c.tar.xz
latinime-8dced70b062744a2c27e0cf6dcd0787cf598a97c.zip
Merge "Read and use user dictionary shortcuts." into jb-dev
Diffstat (limited to 'java/src/com/android/inputmethod/latin/Dictionary.java')
-rw-r--r--java/src/com/android/inputmethod/latin/Dictionary.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/java/src/com/android/inputmethod/latin/Dictionary.java b/java/src/com/android/inputmethod/latin/Dictionary.java
index a405aa409..1ec678f7f 100644
--- a/java/src/com/android/inputmethod/latin/Dictionary.java
+++ b/java/src/com/android/inputmethod/latin/Dictionary.java
@@ -24,11 +24,6 @@ import com.android.inputmethod.keyboard.ProximityInfo;
*/
public abstract class Dictionary {
/**
- * Whether or not to replicate the typed word in the suggested list, even if it's valid.
- */
- protected static final boolean INCLUDE_TYPED_WORD_IF_VALID = false;
-
- /**
* The weight to give to a word if it's length is the same as the number of typed characters.
*/
protected static final int FULL_WORD_SCORE_MULTIPLIER = 2;