Searched refs:ShowInputMethod (Results 1 – 4 of 4) sorted by relevance
74 inputMethodManager.ShowInputMethod(editView);98 inputMethodManager.ShowInputMethod(editView);122 inputMethodManager.ShowInputMethod(editView);168 inputMethodManager.ShowInputMethod(editView);
65 void ShowInputMethod(UIView* view);
29 void InputMethodManager::ShowInputMethod(UIView* view) in ShowInputMethod() function in OHOS::InputMethodManager
48 InputMethodManager::GetInstance().ShowInputMethod(focusView_); in RequestFocus()