Lines Matching refs:inputMethodEngine

95 …BaseContext, info: PanelInfo, callback: AsyncCallback\<Panel>): void;|@ohos.inputMethodEngine.d.ts|
96 …ame: createPanel(ctx: BaseContext, info: PanelInfo): Promise\<Panel>;|@ohos.inputMethodEngine.d.ts|
97 …me: destroyPanel(panel: Panel, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
98 …Method or attribute name: destroyPanel(panel: Panel): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
99 …br>Method or attribute name: deleteForwardSync(length: number): void;|@ohos.inputMethodEngine.d.ts|
100 …r>Method or attribute name: deleteBackwardSync(length: number): void;|@ohos.inputMethodEngine.d.ts|
101 …ent;<br>Method or attribute name: insertTextSync(text: string): void;|@ohos.inputMethodEngine.d.ts|
102 …<br>Method or attribute name: getForwardSync(length: number): string;|@ohos.inputMethodEngine.d.ts|
103 …br>Method or attribute name: getBackwardSync(length: number): string;|@ohos.inputMethodEngine.d.ts|
104 …>Method or attribute name: getEditorAttributeSync(): EditorAttribute;|@ohos.inputMethodEngine.d.ts|
105 …br>Method or attribute name: moveCursorSync(direction: number): void;|@ohos.inputMethodEngine.d.ts|
106 …e: selectByRange(range: Range, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
107 …ethod or attribute name: selectByRange(range: Range): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
108 …;<br>Method or attribute name: selectByRangeSync(range: Range): void;|@ohos.inputMethodEngine.d.ts|
109 …ByMovement(movement: Movement, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
110 …attribute name: selectByMovement(movement: Movement): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
111 …od or attribute name: selectByMovementSync(movement: Movement): void;|@ohos.inputMethodEngine.d.ts|
112 …e name: getTextIndexAtCursor(callback: AsyncCallback\<number>): void;|@ohos.inputMethodEngine.d.ts|
113 …r>Method or attribute name: getTextIndexAtCursor(): Promise\<number>;|@ohos.inputMethodEngine.d.ts|
114 …ent;<br>Method or attribute name: getTextIndexAtCursorSync(): number;|@ohos.inputMethodEngine.d.ts|
115 …ndAction(action: ExtendAction, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
116 …tribute name: sendExtendAction(action: ExtendAction): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
117 …type: 'keyEvent', callback: (event: InputKeyEvent) => boolean): void;|@ohos.inputMethodEngine.d.ts|
118 …rAttributeChanged', callback: (attr: EditorAttribute) => void): void;|@ohos.inputMethodEngine.d.ts|
119 …ype: 'keyEvent', callback?: (event: InputKeyEvent) => boolean): void;|@ohos.inputMethodEngine.d.ts|
120 …AttributeChanged', callback?: (attr: EditorAttribute) => void): void;|@ohos.inputMethodEngine.d.ts|
121 …me: setUiContent(path: string, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
122 …Method or attribute name: setUiContent(path: string): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
123 …string, storage: LocalStorage, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
124 …e: setUiContent(path: string, storage: LocalStorage): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
125 …width: number, height: number, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
126 …ttribute name: resize(width: number, height: number): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
127 …: moveTo(x: number, y: number, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
128 …thod or attribute name: moveTo(x: number, y: number): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
129 …Method or attribute name: show(callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
130 …ass name: Panel;<br>Method or attribute name: show(): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
131 …Method or attribute name: hide(callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
132 …ass name: Panel;<br>Method or attribute name: hide(): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
133 …thod or attribute name: on(type: 'show', callback: () => void): void;|@ohos.inputMethodEngine.d.ts|
134 …thod or attribute name: on(type: 'hide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts|
135 …od or attribute name: off(type: 'show', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts|
136 …od or attribute name: off(type: 'hide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts|
137 …anel;<br>Method or attribute name: changeFlag(flag: PanelFlag): void;|@ohos.inputMethodEngine.d.ts|
138 |Added|NA|Class name: PanelFlag;<br>Method or attribute name: FLG_FIXED = 0|@ohos.inputMethodEngine
139 |Added|NA|Class name: PanelFlag;<br>Method or attribute name: FLG_FLOATING|@ohos.inputMethodEngine.…
140 …Class name: PanelType;<br>Method or attribute name: SOFT_KEYBOARD = 0|@ohos.inputMethodEngine.d.ts|
141 |Added|NA|Class name: PanelType;<br>Method or attribute name: STATUS_BAR|@ohos.inputMethodEngine.d.…
142 …|Class name: PanelInfo;<br>Method or attribute name: type: PanelType;|@ohos.inputMethodEngine.d.ts|
143 …Class name: PanelInfo;<br>Method or attribute name: flag?: PanelFlag;|@ohos.inputMethodEngine.d.ts|
144 |Added|NA|Class name: Direction;<br>Method or attribute name: CURSOR_UP = 1|@ohos.inputMethodEngine
145 |Added|NA|Class name: Direction;<br>Method or attribute name: CURSOR_DOWN|@ohos.inputMethodEngine.d…
146 |Added|NA|Class name: Direction;<br>Method or attribute name: CURSOR_LEFT|@ohos.inputMethodEngine.d…
147 |Added|NA|Class name: Direction;<br>Method or attribute name: CURSOR_RIGHT|@ohos.inputMethodEngine.…
148 |Added|NA|Class name: Range;<br>Method or attribute name: start: number;|@ohos.inputMethodEngine.d.…
149 |Added|NA|Class name: Range;<br>Method or attribute name: end: number;|@ohos.inputMethodEngine.d.ts|
150 …ss name: Movement;<br>Method or attribute name: direction: Direction;|@ohos.inputMethodEngine.d.ts|
151 …Class name: ExtendAction;<br>Method or attribute name: SELECT_ALL = 0|@ohos.inputMethodEngine.d.ts|
152 |Added|NA|Class name: ExtendAction;<br>Method or attribute name: CUT = 3|@ohos.inputMethodEngine.d.…
153 |Added|NA|Class name: ExtendAction;<br>Method or attribute name: COPY = 4|@ohos.inputMethodEngine.d…
154 |Added|NA|Class name: ExtendAction;<br>Method or attribute name: PASTE = 5|@ohos.inputMethodEngine.…