Home
last modified time | relevance | path

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

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