From 296100fd5adc41fc894a2efd71567e0a4bedc705 Mon Sep 17 00:00:00 2001 From: satok Date: Wed, 16 Mar 2011 18:41:29 -0700 Subject: Fix build breakage Change-Id: If7edc837fb5905fc7b66ef9cf20ac1b097795216 --- java/src/com/android/inputmethod/latin/LatinIME.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'java/src') 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); } } -- cgit v1.2.3-83-g751a