aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com
diff options
context:
space:
mode:
authorsatok <satok@google.com>2011-03-16 18:41:29 -0700
committersatok <satok@google.com>2011-03-16 18:41:29 -0700
commit296100fd5adc41fc894a2efd71567e0a4bedc705 (patch)
tree760839733aa1fdf0a0eff8e73f5011476824eae4 /java/src/com
parent58bf184585aa26a81dd8b50e3e88e4a9d720df03 (diff)
downloadlatinime-296100fd5adc41fc894a2efd71567e0a4bedc705.tar.gz
latinime-296100fd5adc41fc894a2efd71567e0a4bedc705.tar.xz
latinime-296100fd5adc41fc894a2efd71567e0a4bedc705.zip
Fix build breakage
Change-Id: If7edc837fb5905fc7b66ef9cf20ac1b097795216
Diffstat (limited to 'java/src/com')
-rw-r--r--java/src/com/android/inputmethod/latin/LatinIME.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java
index a55ee5246..acbccf6e6 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -898,8 +898,8 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
if (DEBUG) {
Log.d(TAG, "Touchable region " + x + ", " + y + ", " + width + ", " + height);
}
- outInsets.touchableInsets = InputMethodService.Insets.TOUCHABLE_INSETS_REGION;
- outInsets.touchableRegion.set(x, y, width, height);
+ //@@@outInsets.touchableInsets = InputMethodService.Insets.TOUCHABLE_INSETS_REGION;
+ //@@@outInsets.touchableRegion.set(x, y, width, height);
}
}