diff options
author | 2012-05-11 16:33:01 +0900 | |
---|---|---|
committer | 2012-05-15 12:23:43 +0900 | |
commit | 19ad9bf1457af47d98d6464392ca2e1c431f9d1f (patch) | |
tree | 377cf8e810aca0789796389e6e3a3e440eb326a6 /java/src/com/android/inputmethod/latin/Dictionary.java | |
parent | a9aeb6f3ccd2964d79c287860bd660d9f19c8917 (diff) | |
download | latinime-19ad9bf1457af47d98d6464392ca2e1c431f9d1f.tar.gz latinime-19ad9bf1457af47d98d6464392ca2e1c431f9d1f.tar.xz latinime-19ad9bf1457af47d98d6464392ca2e1c431f9d1f.zip |
Read and use user dictionary shortcuts.
Bug: 4646172
Change-Id: I51002c73d5bad1a698110c5cda02253348be8eed
Diffstat (limited to 'java/src/com/android/inputmethod/latin/Dictionary.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/Dictionary.java | 5 |
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; |