Home
last modified time | relevance | path

Searched defs:aboutToIMEInput (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkRichEditor.ts330 aboutToIMEInput(callback: (value: RichEditorInsertValue) => boolean): RichEditorAttribute { method in ArkRichEditorComponent
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Drich_editor_modifier.cpp183 …auto aboutToIMEInput = reinterpret_cast<std::function<bool(const RichEditorInsertValue&)>*>(callba… in SetRichEditorAboutToIMEInput() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js8583 aboutToIMEInput(callback) { method in ArkRichEditorComponent