Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DDefaultSoftKeyboardJAJP.java1304 BaseInputView baseInputView = (BaseInputView)getCurrentView(); in showInputModeSwitchDialog() local
1305 AlertDialog.Builder builder = new AlertDialog.Builder(baseInputView.getContext()); in showInputModeSwitchDialog()
1309 Resources r = baseInputView.getResources(); in showInputModeSwitchDialog()
1372 baseInputView.showDialog(builder); in showInputModeSwitchDialog()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnnJAJP.java584 …BaseInputView baseInputView = ((BaseInputView)((DefaultSoftKeyboard) mInputViewManager).getCurrent… in hideWindow() local
585 if (baseInputView != null) { in hideWindow()
586 baseInputView.closeDialog(); in hideWindow()