Lines Matching defs:off
326 …off(type: 'inputStart', callback?: (kbController: KeyboardController, textInputClient: TextInputCl… method
340 off(type: 'keyboardShow'|'keyboardHide', callback?: () => void): void; method
368 …off(type: 'inputStart', callback?: (kbController: KeyboardController, inputClient: InputClient) =>… method
386 off(type: 'inputStop', callback: () => void): void; method
404 off(type: 'setCallingWindow', callback: (wid:number) => void): void; method
422 off(type: 'keyboardShow'|'keyboardHide', callback?: () => void): void; method
440 off(type: 'setSubtype', callback?: (inputMethodSubtype: InputMethodSubtype) => void): void; method
756 off(type: 'keyDown'|'keyUp', callback?: (event: KeyEvent) => boolean): void; method
770 … off(type: 'cursorContextChange', callback?: (x: number, y: number, height: number) => void): void; method
784 …off(type: 'selectionChange', callback?: (oldBegin: number, oldEnd: number, newBegin: number, newEn… method
798 off(type: 'textChange', callback?: (text: string) => void): void; method