Home
last modified time | relevance | path

Searched refs:inputMethodListener_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/frameworks/core/
H A Dinput_method_manager.cpp35 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()
/foundation/arkui/ui_lite/interfaces/innerkits/common/
H A Dinput_method_manager.h122 InputMethodListener* inputMethodListener_ = nullptr; member in OHOS::InputMethodManager

Completed in 2 milliseconds