Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp1021 void InputMethodController::ClearEditorCache(bool isNewEditor, sptr<OnTextChangedListener> lastList… in ClearEditorCache() argument
1023 IMSA_HILOGD("isNewEditor: %{public}d.", isNewEditor); in ClearEditorCache()
1024 if (isNewEditor && isBound_.load() && lastListener != nullptr in ClearEditorCache()
1032 if (isNewEditor || !isBound_.load()) { in ClearEditorCache()
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h837 void ClearEditorCache(bool isNewEditor, sptr<OnTextChangedListener> lastListener);