am b14fc882: am 58d6d061: Disable touchable region until we come up with correct implementation

* commit 'b14fc8822bd288f337a677a9a6fa8d3d1c8a0950':
  Disable touchable region until we come up with correct implementation
main
satok 2011-01-21 10:59:58 -08:00 committed by Android Git Automerger
commit 9dc260ebbf
1 changed files with 2 additions and 2 deletions

View File

@ -868,14 +868,14 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
if (!isFullscreenMode()) {
outInsets.contentTopInsets = outInsets.visibleTopInsets;
}
KeyboardView inputView = mKeyboardSwitcher.getInputView();
/*KeyboardView inputView = mKeyboardSwitcher.getInputView();
if (inputView != null) {
// Screen's heightPixels may be too big, but want to make
// it large enough to cover status bar in any cases.
outInsets.touchableInsets = InputMethodService.Insets.TOUCHABLE_INSETS_REGION;
outInsets.touchableRegion.set(
0, 0, inputView.getWidth(), getResources().getDisplayMetrics().heightPixels);
}
}*/
}
@Override