summaryrefslogtreecommitdiff
authorbo.cao <bo.cao@amlogic.com>2012-06-22 07:46:07 (GMT)
committer bo.cao <bo.cao@amlogic.com>2012-06-22 07:46:07 (GMT)
commitfe4f6f87d626b353f434969506a1b50035bd4495 (patch)
tree80a0e3715c690546a81f2458eb981d4198f3478f
parent43f3186fa4f49adffcca97a68326fcc227adc3e0 (diff)
downloadRemoteIME-fe4f6f87d626b353f434969506a1b50035bd4495.zip
RemoteIME-fe4f6f87d626b353f434969506a1b50035bd4495.tar.gz
RemoteIME-fe4f6f87d626b353f434969506a1b50035bd4495.tar.bz2
adjust x & y bias correction for 32 size mouse
Diffstat
-rwxr-xr-xsrc/com/amlogic/inputmethod/remote/SkbContainer.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/amlogic/inputmethod/remote/SkbContainer.java b/src/com/amlogic/inputmethod/remote/SkbContainer.java
index e858145..b1a57da 100755
--- a/src/com/amlogic/inputmethod/remote/SkbContainer.java
+++ b/src/com/amlogic/inputmethod/remote/SkbContainer.java
@@ -44,7 +44,7 @@ public class SkbContainer extends RelativeLayout implements OnTouchListener {
* simple bias correction. If the input method runs on emulator, no bias
* correction will be used.
*/
- private static final int Y_BIAS_CORRECTION = 10;
+ private static final int Y_BIAS_CORRECTION = 5;
/**
* For finger touch, user tends to press the right part of the target key,
@@ -52,7 +52,7 @@ public class SkbContainer extends RelativeLayout implements OnTouchListener {
* simple bias correction. If the input method runs on emulator, no bias
* correction will be used.
*/
- private static final int X_BIAS_CORRECTION = 10;
+ private static final int X_BIAS_CORRECTION = 5;
/**
* Used to skip these move events whose position is too close to the