aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/SettingsValues.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-01-17 08:41:01 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-01-17 08:41:01 +0000
commit40c59727cf3c1b07a60c28f8df64876eb8ea03e3 (patch)
treeb97e599b01db8ae6e96b51676e8ee55980247e03 /java/src/com/android/inputmethod/latin/SettingsValues.java
parent1b1fa7a18b7baeb8fbdb3fb7ed46cf13a75fbac1 (diff)
parenta7a7f4e00277b2d3c1c38d2b6fe558e177e1e8d2 (diff)
downloadlatinime-40c59727cf3c1b07a60c28f8df64876eb8ea03e3.tar.gz
latinime-40c59727cf3c1b07a60c28f8df64876eb8ea03e3.tar.xz
latinime-40c59727cf3c1b07a60c28f8df64876eb8ea03e3.zip
Merge "Add default button to vibration/volume settings dialog"
Diffstat (limited to 'java/src/com/android/inputmethod/latin/SettingsValues.java')
-rw-r--r--java/src/com/android/inputmethod/latin/SettingsValues.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/SettingsValues.java b/java/src/com/android/inputmethod/latin/SettingsValues.java
index 9a2024618..f17ac9ca9 100644
--- a/java/src/com/android/inputmethod/latin/SettingsValues.java
+++ b/java/src/com/android/inputmethod/latin/SettingsValues.java
@@ -128,7 +128,7 @@ public final class SettingsValues {
mBigramPredictionEnabled = readBigramPredictionEnabled(prefs, res);
// Compute other readable settings
- mKeypressVibrationDuration = Settings.readVibrationDuration(prefs, res);
+ mKeypressVibrationDuration = Settings.readKeypressVibrationDuration(prefs, res);
mKeypressSoundVolume = Settings.readKeypressSoundVolume(prefs, res);
mKeyPreviewPopupDismissDelay = Settings.readKeyPreviewPopupDismissDelay(prefs, res);
mAutoCorrectionThreshold = readAutoCorrectionThreshold(res,