Lines Matching refs:KeyboardDelegate
159 | ohos.inputmethodengine | KeyboardDelegate | off(type: 'textChange', callback?: (text: string) => …
160 | ohos.inputmethodengine | KeyboardDelegate | on(type: 'textChange', callback: (text: string) => vo…
161 | ohos.inputmethodengine | KeyboardDelegate | off(type: 'selectionChange', callback?: (oldBegin: nu…
162 | ohos.inputmethodengine | KeyboardDelegate | on(type: 'selectionChange', callback: (oldBegin: numb…
163 | ohos.inputmethodengine | KeyboardDelegate | off(type: 'cursorContextChange', callback?: (x: numbe…
164 | ohos.inputmethodengine | KeyboardDelegate | on(type: 'cursorContextChange', callback: (x: number,…
165 | ohos.inputmethodengine | KeyboardDelegate | off(type: 'keyDown'\|'keyUp', callback?: (event: KeyE…
166 | ohos.inputmethodengine | KeyboardDelegate | off(type: 'keyDown'\|'keyUp', callback?: (event: KeyE…
167 | ohos.inputmethodengine | KeyboardDelegate | on(type: 'keyDown'\|'keyUp', callback: (event: KeyEve…
168 | ohos.inputmethodengine | KeyboardDelegate | on(type: 'keyDown'\|'keyUp', callback: (event: KeyEve…
183 | ohos.inputmethodengine | inputMethodEngine | function createKeyboardDelegate(): KeyboardDelegate;…