Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DDefaultSoftKeyboard.java615 mKeyboardView.setOnKeyboardActionListener(this); in initView()
901 mKeyboardView.setOnKeyboardActionListener(this); in setNormalKeyboard()
910 mKeyboardView.setOnKeyboardActionListener(mSymbolOnKeyboardAction); in setSymbolKeyboard()
DKeyboardView.java440 public void setOnKeyboardActionListener(OnKeyboardActionListener listener) { in setOnKeyboardActionListener() method in KeyboardView
1075 mMiniKeyboard.setOnKeyboardActionListener(new OnKeyboardActionListener() { in onLongPress()