Home
last modified time | relevance | path

Searched refs:inputKeyboardDelegate (Results 1 – 4 of 4) sorted by relevance

/test/xts/acts/inputmethod/InputMethodEngine/entry/src/main/ets/InputMethodEngineKey/
DKeyboardController.ts22 let inputKeyboardDelegate = inputmethodengine.getKeyboardDelegate(); variable
118 inputKeyboardDelegate.on('keyEvent', (KeyEvents) => {
119 inputKeyboardDelegate.off("keyEvent");
146 inputKeyboardDelegate.on('keyEvent', (KeyEvents) => {
147 inputKeyboardDelegate.off("keyEvent");
179 inputKeyboardDelegate.on('keyEvent', (KeyEvents) => {
193 inputKeyboardDelegate.off("keyEvent");
215 inputKeyboardDelegate.on('keyEvent', (KeyEvents) => {
229 inputKeyboardDelegate.off("keyEvent");
251 inputKeyboardDelegate.on('keyEvent', (KeyEvents) => {
[all …]
/test/xts/acts/inputmethod/InputMethodEngine/entry/src/main/ets/InputMethodEngine/
DKeyboardController.ts23 let inputKeyboardDelegate = inputmethodengine.createKeyboardDelegate(); variable
261 if (typeof (inputKeyboardDelegate) === "object") {
711 inputKeyboardDelegate.on('keyDown', (keyEvent) => {
712 inputKeyboardDelegate.off('keyDown');
720 inputKeyboardDelegate.on('keyUp', (keyEvent) => {
721 inputKeyboardDelegate.off('keyUp');
747 inputKeyboardDelegate.on('cursorContextChange', (x, y, h) => {
750 inputKeyboardDelegate.off('cursorContextChange');
785 inputKeyboardDelegate.on('selectionChange', (oldBegin, oldEnd, newBegin, newEnd) => {
787 inputKeyboardDelegate.off('selectionChange');
[all …]
/test/xts/acts/inputmethod/InputMethodDrawnControl/entry/src/main/ets/InputMethodDrawnControl/
DKeyboardDelegate.ts22 let inputKeyboardDelegate = inputMethodEngine.getKeyboardDelegate(); variable
477 inputKeyboardDelegate.on('editorAttributeChanged', (attr) => {
483 inputKeyboardDelegate.off('editorAttributeChanged');
500 inputKeyboardDelegate.on('editorAttributeChanged', editorCallback);
501 inputKeyboardDelegate.off('editorAttributeChanged', editorCallback);
/test/xts/acts/inputmethod/InputMethodEngine/entry/src/main/ets/InputMethodAbility/
DKeyboardDelegate.ts23 let inputKeyboardDelegate = inputMethodEngine.getKeyboardDelegate(); variable
453 if (typeof (inputKeyboardDelegate) === 'object') {
990 inputKeyboardDelegate.on('keyDown', (keyEvent) => {
991 inputKeyboardDelegate.off('keyDown');
999 inputKeyboardDelegate.on('keyUp', (keyEvent) => {
1000 inputKeyboardDelegate.off('keyUp');