diff options
author | 2012-03-23 06:25:13 -0700 | |
---|---|---|
committer | 2012-03-23 06:25:13 -0700 | |
commit | fce9ca420234302fae859ef5c857fcf5b82f9218 (patch) | |
tree | 47782be01f4be050b99b629393386942774bdaca /java/src | |
parent | 380ad509e69ba2924d98d9c1e22888757638a0c5 (diff) | |
parent | 61f24842c74c9b622a28fd1e99f8698058cce003 (diff) | |
download | latinime-fce9ca420234302fae859ef5c857fcf5b82f9218.tar.gz latinime-fce9ca420234302fae859ef5c857fcf5b82f9218.tar.xz latinime-fce9ca420234302fae859ef5c857fcf5b82f9218.zip |
Merge "Remove verbose debug message"
Diffstat (limited to 'java/src')
-rw-r--r-- | java/src/com/android/inputmethod/latin/LatinIME.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java index 2ee5a3819..175d953a6 100644 --- a/java/src/com/android/inputmethod/latin/LatinIME.java +++ b/java/src/com/android/inputmethod/latin/LatinIME.java @@ -1006,10 +1006,6 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar final int touchHeight = inputView.getHeight() + extraHeight // Extend touchable region below the keyboard. + EXTENDED_TOUCHABLE_REGION_HEIGHT; - if (DEBUG) { - Log.d(TAG, "Touchable region: y=" + touchY + " width=" + touchWidth - + " height=" + touchHeight); - } setTouchableRegionCompat(outInsets, 0, touchY, touchWidth, touchHeight); } outInsets.contentTopInsets = touchY; |