Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp233 auto lastListener = GetTextListener(); in Attach() local
234 clientInfo_.isNotifyInputStart = lastListener != listener; in Attach()
235 if (clientInfo_.isNotifyInputStart && lastListener != nullptr) { in Attach()
236 lastListener->OnDetach(); in Attach()
238 ClearEditorCache(clientInfo_.isNotifyInputStart, lastListener); in Attach()
1021 …InputMethodController::ClearEditorCache(bool isNewEditor, sptr<OnTextChangedListener> lastListener) in ClearEditorCache() argument
1024 if (isNewEditor && isBound_.load() && lastListener != nullptr in ClearEditorCache()
1027 lastListener->FinishTextPreview(); 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);