Searched refs:showTextInput (Results 1 – 11 of 11) sorted by relevance
165 当前应用在没有绑定输入法的情况下执行了比如showTextInput、hideTextInput等操作。
898 ### showTextInput<sup>10+</sup>900 showTextInput(callback: AsyncCallback<void>): void931 inputMethodController.showTextInput((err: BusinessError) => {933 console.error(`Failed to showTextInput: ${JSON.stringify(err)}`);940 ### showTextInput<sup>10+</sup>942 showTextInput(): Promise<void>973 inputMethodController.showTextInput().then(() => {976 console.error(`Failed to showTextInput: ${JSON.stringify(err)}`);990 > 调用该接口不会解除与输入法的绑定,再次调用[showTextInput](#showtextinput10)时,可重新进入文本编辑状态。1034 > 调用该接口不会解除与输入法的绑定,再次调用[showTextInput](#showtextinput10)时,可重新进入文本编辑状态。
342 auto showTextInput = []() { inputMethodController_->ShowTextInput(); }; in __anonff3e3efd0302() variable343 EXPECT_TRUE(InputMethodDfxTest::WriteAndWatch(watcher, showTextInput));
118 inputMethodCtrl.showTextInput((err) => {139 inputMethodCtrl.showTextInput().then(() => {
822 inputMethodCtrl.showTextInput((err) => {
165 The current application calls **showTextInput** or **hideTextInput** when not attached to an input …
897 ### showTextInput<sup>10+</sup>899 showTextInput(callback: AsyncCallback<void>): void930 inputMethodController.showTextInput((err: BusinessError) => {932 console.error(`Failed to showTextInput: ${JSON.stringify(err)}`);939 ### showTextInput<sup>10+</sup>941 showTextInput(): Promise<void>972 inputMethodController.showTextInput().then(() => {975 console.error(`Failed to showTextInput: ${JSON.stringify(err)}`);989 …not detach the edit box from the input method. The edit box can call [showTextInput](#showtextinpu…1033 …not detach the edit box from the input method. The edit box can call [showTextInput](#showtextinpu…
7 |新增|NA|类名:InputMethodController<br>方法or属性:showTextInput(callback: AsyncCallback\<void>): void;|@oho…8 |新增|NA|类名:InputMethodController<br>方法or属性:showTextInput(): Promise\<void>;|@ohos.inputMethod.d.ts|
7 |Added|NA|Class name: InputMethodController<br>Method or attribute name: showTextInput(callback: As…8 |Added|NA|Class name: InputMethodController<br>Method or attribute name: showTextInput(): Promise\<…
9 |新增|NA|类名:InputMethodController;<br>方法or属性:showTextInput(callback: AsyncCallback\<void>): void;|@oh…10 |新增|NA|类名:InputMethodController;<br>方法or属性:showTextInput(): Promise\<void>;|@ohos.inputMethod.d.ts|
9 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: showTextInput(callback: A…10 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: showTextInput(): Promise\…