Searched refs:isNewEditor (Results 1 – 2 of 2) sorted by relevance
1021 void InputMethodController::ClearEditorCache(bool isNewEditor, sptr<OnTextChangedListener> lastList… in ClearEditorCache() argument1023 IMSA_HILOGD("isNewEditor: %{public}d.", isNewEditor); in ClearEditorCache()1024 if (isNewEditor && isBound_.load() && lastListener != nullptr in ClearEditorCache()1032 if (isNewEditor || !isBound_.load()) { in ClearEditorCache()
837 void ClearEditorCache(bool isNewEditor, sptr<OnTextChangedListener> lastListener);