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 00:43:31 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-01-17 00:43:31 -0800
commita4d1ab9bb9c69c5d2ed0ebc34b851b4da2cff885 (patch)
tree8231e40a4cfab1009553a2dd0a4ad02bf6e8cf86 /java/src/com/android/inputmethod/latin/SettingsValues.java
parentdc5f40d7041fd4494e4d92bea55e493db620bdbe (diff)
parent40c59727cf3c1b07a60c28f8df64876eb8ea03e3 (diff)
downloadlatinime-a4d1ab9bb9c69c5d2ed0ebc34b851b4da2cff885.tar.gz
latinime-a4d1ab9bb9c69c5d2ed0ebc34b851b4da2cff885.tar.xz
latinime-a4d1ab9bb9c69c5d2ed0ebc34b851b4da2cff885.zip
am 40c59727: Merge "Add default button to vibration/volume settings dialog"
* commit '40c59727cf3c1b07a60c28f8df64876eb8ea03e3': 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,