aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2011-07-04 06:38:41 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-07-04 06:38:41 -0700
commitbd02fa84951af5eeb5f1330373211a7d6503d0b9 (patch)
tree756ae8b82c0883d8873b5ac872fe1b4250142319 /java/res
parente55996373f96fa23a9457c94a8827dbbeb80b724 (diff)
parenta19b84dcf65bd70caa0fc72089cfe043b023a898 (diff)
downloadlatinime-bd02fa84951af5eeb5f1330373211a7d6503d0b9.tar.gz
latinime-bd02fa84951af5eeb5f1330373211a7d6503d0b9.tar.xz
latinime-bd02fa84951af5eeb5f1330373211a7d6503d0b9.zip
Merge "Move key hysteresis distance parameter to KeyDetector class"
Diffstat (limited to 'java/res')
-rw-r--r--java/res/values/attrs.xml3
-rw-r--r--java/res/values/styles.xml2
2 files changed, 0 insertions, 5 deletions
diff --git a/java/res/values/attrs.xml b/java/res/values/attrs.xml
index cf9138ba2..d0d66d68b 100644
--- a/java/res/values/attrs.xml
+++ b/java/res/values/attrs.xml
@@ -89,9 +89,6 @@
<!-- Size of the text for key press feedback popup, int the proportion of key height -->
<attr name="keyPreviewTextRatio" format="float" />
- <!-- Hysteresis distance for key debouncing -->
- <attr name="keyHysteresisDistance" format="dimension" />
-
<!-- Amount to offset the touch Y coordinate by, for bias correction. -->
<attr name="verticalCorrection" format="dimension" />
diff --git a/java/res/values/styles.xml b/java/res/values/styles.xml
index de55cbdae..8ed334376 100644
--- a/java/res/values/styles.xml
+++ b/java/res/values/styles.xml
@@ -62,7 +62,6 @@
<item name="keyPreviewHeight">@dimen/key_preview_height</item>
<item name="keyPreviewTextRatio">@fraction/key_preview_text_ratio</item>
<item name="popupLayout">@layout/keyboard_popup</item>
- <item name="keyHysteresisDistance">@dimen/key_hysteresis_distance</item>
<item name="verticalCorrection">@dimen/keyboard_vertical_correction</item>
<item name="shadowColor">#BB000000</item>
<item name="shadowRadius">2.75</item>
@@ -70,7 +69,6 @@
</style>
<style name="PopupMiniKeyboardView" parent="KeyboardView">
<item name="keyBackground">@drawable/btn_keyboard_key_popup</item>
- <item name="keyHysteresisDistance">0dip</item>
<item name="verticalCorrection">@dimen/mini_keyboard_vertical_correction</item>
</style>
<style name="PopupMiniKeyboardPanelStyle">