HomeSort by relevance Sort by last modified time
    Searched refs:BaseInputView (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
BaseInputView.java 30 public class BaseInputView extends LinearLayout {
37 public BaseInputView(Context context, AttributeSet attrs) {
44 BaseInputView(Context context) {
DefaultSoftKeyboard.java 162 protected BaseInputView mMainView;
618 mMainView = (BaseInputView) parent.getLayoutInflater().inflate(R.layout.keyboard_default_main, null);
    [all...]
OpenWnnEN.java 348 ((BaseInputView)((DefaultSoftKeyboard) mInputViewManager).getCurrentView()).closeDialog();
    [all...]
OpenWnnJAJP.java 44 import jp.co.omronsoft.openwnn.BaseInputView;
584 BaseInputView baseInputView = ((BaseInputView)((DefaultSoftKeyboard) mInputViewManager).getCurrentView());
585 if (baseInputView != null) {
586 baseInputView.closeDialog();
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DefaultSoftKeyboardJAJP.java 31 import jp.co.omronsoft.openwnn.BaseInputView;
    [all...]

Completed in 35 milliseconds