Searched defs:outInsets (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnn.java275 @Override public void onComputeInsets(InputMethodService.Insets outInsets) { argument
276 super.onComputeInsets(outInsets);
277 outInsets.contentTopInsets = outInsets.visibleTopInsets;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java1132 public void onComputeInsets(final InputMethodService.Insets outInsets) { argument
1133 super.onComputeInsets(outInsets);
1144 outInsets.touchableInsets = inputHeight;
1145 outInsets.visibleTopInsets = inputHeight;
1161 outInsets.touchableInsets = InputMethodService.Insets.TOUCHABLE_INSETS_REGION;
1162 outInsets.touchableRegion.set(touchLeft, touchTop, touchRight, touchBottom);
1164 outInsets.contentTopInsets = visibleTopY;
1165 outInsets.visibleTopInsets = visibleTopY;

Completed in 312 milliseconds