Searched refs:baseInputView (Results 1 – 2 of 2) sorted by relevance
1304 BaseInputView baseInputView = (BaseInputView)getCurrentView(); in showInputModeSwitchDialog() local1305 AlertDialog.Builder builder = new AlertDialog.Builder(baseInputView.getContext()); in showInputModeSwitchDialog()1309 Resources r = baseInputView.getResources(); in showInputModeSwitchDialog()1372 baseInputView.showDialog(builder); in showInputModeSwitchDialog()
584 …BaseInputView baseInputView = ((BaseInputView)((DefaultSoftKeyboard) mInputViewManager).getCurrent… in hideWindow() local585 if (baseInputView != null) { in hideWindow()586 baseInputView.closeDialog(); in hideWindow()