Searched refs:BaseInputView (Results 1 – 5 of 5) sorted by relevance
30 public class BaseInputView extends LinearLayout { class37 public BaseInputView(Context context, AttributeSet attrs) { in BaseInputView() method in BaseInputView44 BaseInputView(Context context) { in BaseInputView() method in BaseInputView
162 protected BaseInputView mMainView;618 …mMainView = (BaseInputView) parent.getLayoutInflater().inflate(R.layout.keyboard_default_main, nul… in initView()
44 import jp.co.omronsoft.openwnn.BaseInputView;584 …BaseInputView baseInputView = ((BaseInputView)((DefaultSoftKeyboard) mInputViewManager).getCurrent… in hideWindow()
348 ((BaseInputView)((DefaultSoftKeyboard) mInputViewManager).getCurrentView()).closeDialog(); in hideWindow()
31 import jp.co.omronsoft.openwnn.BaseInputView;1304 BaseInputView baseInputView = (BaseInputView)getCurrentView(); in showInputModeSwitchDialog()