summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-01-11 20:57:21 -0800
committerJeff Brown <jeffbrown@google.com>2011-01-11 20:58:02 -0800
commit90d714bc07bf0dd099ee0697dc2344aa0a34b8b9 (patch)
tree7212fcc2ed54f72d0d010b4577e21738f8fe94fb /overlay
parentfded9b2a36f7e5d25c746110cfffeeba5653cb38 (diff)
downloaddevice_samsung_crespo-90d714bc07bf0dd099ee0697dc2344aa0a34b8b9.zip
device_samsung_crespo-90d714bc07bf0dd099ee0697dc2344aa0a34b8b9.tar.gz
device_samsung_crespo-90d714bc07bf0dd099ee0697dc2344aa0a34b8b9.tar.bz2
Set virtual key quiet time to 250ms. (DO NOT MERGE)
Bug: 3089163 Change-Id: I484e3a3fdaa519e780ba5598c2bc9b5359ea1ca8
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 1c374d1..05090fd 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -166,4 +166,11 @@
<!-- Boolean indicating if restoring network selection should be skipped -->
<!-- The restoring is handled by modem if it is true -->
<bool translatable="false" name="skip_restoring_network_selection">true</bool>
+
+ <!-- Specifies the amount of time to disable virtual keys after the screen is touched
+ in order to filter out accidental virtual key presses due to swiping gestures
+ or taps near the edge of the display. May be 0 to disable the feature.
+ It is recommended that this value be no more than 250 ms.
+ This feature should be disabled for most devices. -->
+ <integer name="config_virtualKeyQuietTimeMillis">250</integer>
</resources>