Searched defs:aboutToIMEInput (Results 1 – 3 of 3) sorted by relevance
330 aboutToIMEInput(callback: (value: RichEditorInsertValue) => boolean): RichEditorAttribute { method in ArkRichEditorComponent
183 …auto aboutToIMEInput = reinterpret_cast<std::function<bool(const RichEditorInsertValue&)>*>(callba… in SetRichEditorAboutToIMEInput() local
8583 aboutToIMEInput(callback) { method in ArkRichEditorComponent