Searched refs:inputMethodListener_ (Results 1 – 4 of 4) sorted by relevance
21 sptr<JsGetInputMethodTextChangedListener> JsGetInputMethodTextChangedListener::inputMethodListener_…24 if (inputMethodListener_ == nullptr) { in GetInstance()26 if (inputMethodListener_ == nullptr) { in GetInstance()27 inputMethodListener_ = new (std::nothrow) JsGetInputMethodTextChangedListener(); in GetInstance()30 return inputMethodListener_; in GetInstance()
47 static sptr<JsGetInputMethodTextChangedListener> inputMethodListener_; variable
35 if (inputMethodListener_ == nullptr) { in ShowInputMethod()51 inputMethodListener_->OnShow(param); in ShowInputMethod()57 if (inputMethodListener_ == nullptr) { in HideInputMethod()61 inputMethodListener_->OnHide(); in HideInputMethod()66 inputMethodListener_ = listener; in SetInputMethodListener()
122 InputMethodListener* inputMethodListener_ = nullptr; variable