Lines Matching defs:off
419 off( method
442 off(type: 'keyboardShow' | 'keyboardHide', callback?: () => void): void; method
473 …off(type: 'inputStart', callback?: (kbController: KeyboardController, inputClient: InputClient) =>… method
493 off(type: 'inputStop', callback: () => void): void; method
513 off(type: 'setCallingWindow', callback: (wid: number) => void): void; method
533 off(type: 'keyboardShow' | 'keyboardHide', callback?: () => void): void; method
553 off(type: 'setSubtype', callback?: (inputMethodSubtype: InputMethodSubtype) => void): void; method
1198 off(type: 'keyDown' | 'keyUp', callback?: (event: KeyEvent) => boolean): void; method
1219 off(type: 'keyEvent', callback?: (event: InputKeyEvent) => boolean): void; method
1239 … off(type: 'cursorContextChange', callback?: (x: number, y: number, height: number) => void): void; method
1264 off( method
1287 off(type: 'textChange', callback?: (text: string) => void): void; method
1307 off(type: 'editorAttributeChanged', callback?: (attr: EditorAttribute) => void): void; method
1474 off(type: 'show', callback?: () => void): void; method
1496 off(type: 'hide', callback?: () => void): void; method