Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_panel.h123 std::shared_ptr<InputMethodPanel> inputMethodPanel_ = nullptr; variable
H A Djs_panel.cpp101 inputMethodPanel_ = nullptr; in ~JsPanel()
106 inputMethodPanel_ = panel; in SetNative()
111 return inputMethodPanel_; in GetNative()