Fix build breakage

Change-Id: If7edc837fb5905fc7b66ef9cf20ac1b097795216
main
satok 2011-03-16 18:41:29 -07:00
parent 58bf184585
commit 296100fd5a
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}
}

0
temp
View File