diff options
author | 2014-01-31 15:58:14 +0900 | |
---|---|---|
committer | 2014-01-31 20:19:48 +0900 | |
commit | e855093f5513e46f7f2da6d99e74873ac4f1eeef (patch) | |
tree | 0f49888ee9c25c515b417c41bc8b0fb7b2e2bcd1 /tools/make-keyboard-text | |
parent | 4e6f72cb801df273ec649f56d6a5c0182063b332 (diff) | |
download | latinime-e855093f5513e46f7f2da6d99e74873ac4f1eeef.tar.gz latinime-e855093f5513e46f7f2da6d99e74873ac4f1eeef.tar.xz latinime-e855093f5513e46f7f2da6d99e74873ac4f1eeef.zip |
Move some methods to MoreKeySpec class
Change-Id: I025ed15e36ac3113db6a5fccefa0c87f016703fa
Diffstat (limited to 'tools/make-keyboard-text')
-rw-r--r-- | tools/make-keyboard-text/res/com/android/inputmethod/keyboard/internal/KeyboardTextsSet.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/make-keyboard-text/res/com/android/inputmethod/keyboard/internal/KeyboardTextsSet.tmpl b/tools/make-keyboard-text/res/com/android/inputmethod/keyboard/internal/KeyboardTextsSet.tmpl index 92529925d..db1dde39f 100644 --- a/tools/make-keyboard-text/res/com/android/inputmethod/keyboard/internal/KeyboardTextsSet.tmpl +++ b/tools/make-keyboard-text/res/com/android/inputmethod/keyboard/internal/KeyboardTextsSet.tmpl @@ -21,6 +21,7 @@ import android.content.res.Resources; import android.text.TextUtils; import com.android.inputmethod.annotations.UsedForTesting; +import com.android.inputmethod.latin.Constants; import com.android.inputmethod.latin.utils.CollectionUtils; import java.util.HashMap; @@ -47,7 +48,7 @@ import java.util.HashMap; */ public final class KeyboardTextsSet { public static final String PREFIX_TEXT = "!text/"; - private static final char BACKSLASH = '\\'; + private static final char BACKSLASH = Constants.CODE_BACKSLASH; private static final int MAX_STRING_REFERENCE_INDIRECTION = 10; // Language to texts map. |