summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2010-12-16 21:50:34 -0500
committerSteve Kondik <shade@chemlab.org>2010-12-16 21:50:34 -0500
commitecbc2e153e44d3237d509e8c448db067c0cca3d4 (patch)
tree94d99c7e1cb0e76af91d7c29e4faf45f5b3290a3
parente684d60701e2e32f6114e757bf8d904d1205de3e (diff)
downloadvendor_replicant-ecbc2e153e44d3237d509e8c448db067c0cca3d4.zip
vendor_replicant-ecbc2e153e44d3237d509e8c448db067c0cca3d4.tar.gz
vendor_replicant-ecbc2e153e44d3237d509e8c448db067c0cca3d4.tar.bz2
passion: Disable filterTouchEvents
This was an old hack to help with multitouch bugs but seems to make them worse now. Disabling it helps a little with Google Maps 2-finger rotation, but not much since the touchscreen hardware on the N1 is crap. Change-Id: I60c6084d6f92897fd75411aa51ba7f10e92c2a43
-rw-r--r--overlay/passion/frameworks/base/core/res/res/values/config.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/overlay/passion/frameworks/base/core/res/res/values/config.xml b/overlay/passion/frameworks/base/core/res/res/values/config.xml
index 4a6f6ef..d3b987e 100644
--- a/overlay/passion/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/passion/frameworks/base/core/res/res/values/config.xml
@@ -21,13 +21,6 @@
<!-- Control whether status bar should distinguish HSPA data icon form UMTS data icon on devices -->
<bool name="config_hspa_data_distinguishable">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">true</bool>
-
<!-- Component name of the default wallpaper. This will be ImageWallpaper if not
specified -->
<string name="default_wallpaper_component">com.android.wallpaper/.nexus.NexusWallpaper</string>