aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/Dictionary.java
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2012-05-15 11:37:54 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-05-15 11:37:54 -0700
commit848081ad8bd190ec522a0617af4eb593ccd370e6 (patch)
tree0b5b7be491ddeaaa8e2ccad2eb8074f4f3ef386a /java/src/com/android/inputmethod/latin/Dictionary.java
parenta72b809892e62340900f51391e8a6b29e8b2ab19 (diff)
parent8dced70b062744a2c27e0cf6dcd0787cf598a97c (diff)
downloadlatinime-848081ad8bd190ec522a0617af4eb593ccd370e6.tar.gz
latinime-848081ad8bd190ec522a0617af4eb593ccd370e6.tar.xz
latinime-848081ad8bd190ec522a0617af4eb593ccd370e6.zip
am 8dced70b: Merge "Read and use user dictionary shortcuts." into jb-dev
* commit '8dced70b062744a2c27e0cf6dcd0787cf598a97c': Read and use user dictionary shortcuts.
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;