Lines Matching defs:off
445 off( method
468 off(type: 'keyboardShow' | 'keyboardHide', callback?: () => void): void; method
499 …off(type: 'inputStart', callback?: (kbController: KeyboardController, inputClient: InputClient) =>… method
519 off(type: 'inputStop', callback: () => void): void; method
539 off(type: 'setCallingWindow', callback: (wid: number) => void): void; method
559 off(type: 'keyboardShow' | 'keyboardHide', callback?: () => void): void; method
579 off(type: 'setSubtype', callback?: (inputMethodSubtype: InputMethodSubtype) => void): void; method
599 off(type: 'securityModeChange', callback?: Callback<SecurityMode>): void; method
622 off(type: 'privateCommand', callback?: Callback<Record<string, CommandDataType>>): void; method
1385 off(type: 'keyDown' | 'keyUp', callback?: (event: KeyEvent) => boolean): void; method
1406 off(type: 'keyEvent', callback?: (event: InputKeyEvent) => boolean): void; method
1426 … off(type: 'cursorContextChange', callback?: (x: number, y: number, height: number) => void): void; method
1451 off( method
1474 off(type: 'textChange', callback?: (text: string) => void): void; method
1494 off(type: 'editorAttributeChanged', callback?: (attr: EditorAttribute) => void): void; method
1670 off(type: 'show', callback?: () => void): void; method
1693 off(type: 'hide', callback?: () => void): void; method
1756 off(type: 'sizeChange', callback?: Callback<window.Size>): void; method