Home
last modified time | relevance | path

Searched refs:onComputeInsets (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnn.java275 @Override public void onComputeInsets(InputMethodService.Insets outInsets) { in onComputeInsets() method in OpenWnn
276 super.onComputeInsets(outInsets); in onComputeInsets()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java1147 public void onComputeInsets(final InputMethodService.Insets outInsets) { in onComputeInsets() method in LatinIME
1148 super.onComputeInsets(outInsets); in onComputeInsets()