diff options
author | Jeff Brown <jeffbrown@google.com> | 2011-07-01 19:25:46 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-07-01 19:25:46 -0700 |
commit | b4c5fbff77af4110d846c0ddf4d4d57c30d20972 (patch) | |
tree | 450c06a268fe69e4016b3c48a84506e899013004 /core | |
parent | 230a1ffcb004403fc4b812fe550399c551cda658 (diff) | |
parent | a4d1bc517207d7ca8d56f0004cd04f0f1dd4567d (diff) | |
download | frameworks_base-b4c5fbff77af4110d846c0ddf4d4d57c30d20972.zip frameworks_base-b4c5fbff77af4110d846c0ddf4d4d57c30d20972.tar.gz frameworks_base-b4c5fbff77af4110d846c0ddf4d4d57c30d20972.tar.bz2 |
Merge "Drop obsolete touch screen hacks."
Diffstat (limited to 'core')
-rwxr-xr-x | core/res/res/values/config.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 2c10b3d..87b9be4 100755 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -441,18 +441,6 @@ <!-- Enables swipe versus poly-finger touch disambiguation in the KeyboardView --> <bool name="config_swipeDisambiguation">true</bool> - <!-- Enables special filtering code in the framework for raw touch events - from the touch driver. This code exists for one particular device, - and should not be enabled for any others. Hopefully in the future - it will be removed when the lower-level touch driver generates better - data. --> - <bool name="config_filterTouchEvents">false</bool> - - <!-- Enables special filtering code in the framework for raw touch events - from the touch driver. This code exists for one particular device, - and should not be enabled for any others. --> - <bool name="config_filterJumpyTouchEvents">false</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. |