Searched refs:BaseInputView (Results 1 - 5 of 5) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DBaseInputView.java30 public class BaseInputView extends LinearLayout { class in inherits:LinearLayout
37 public BaseInputView(Context context, AttributeSet attrs) { method in class:BaseInputView
44 BaseInputView(Context context) { method in class:BaseInputView
H A DDefaultSoftKeyboard.java162 protected BaseInputView mMainView;
618 mMainView = (BaseInputView) parent.getLayoutInflater().inflate(R.layout.keyboard_default_main, null);
H A DOpenWnnEN.java348 ((BaseInputView)((DefaultSoftKeyboard) mInputViewManager).getCurrentView()).closeDialog();
H A DOpenWnnJAJP.java44 import jp.co.omronsoft.openwnn.BaseInputView;
584 BaseInputView baseInputView = ((BaseInputView)((DefaultSoftKeyboard) mInputViewManager).getCurrentView());
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DDefaultSoftKeyboardJAJP.java31 import jp.co.omronsoft.openwnn.BaseInputView;
1304 BaseInputView baseInputView = (BaseInputView)getCurrentView();

Completed in 55 milliseconds