删除延迟3秒拉起输入法

Signed-off-by: zhouyongfei <zhouyongfei@huawei.com>
This commit is contained in:
zhouyongfei
2021-10-11 19:05:22 +08:00
parent fe9ad48c12
commit adb0cea38a
5 changed files with 17 additions and 7 deletions
@@ -47,8 +47,8 @@ namespace MiscServices {
class InputMethodController : public RefBase {
public:
static sptr<InputMethodController> GetInstance();
void Attach();
void ShowTextInput(sptr<OnTextChangedListener> &listener);
void Attach(sptr<OnTextChangedListener> &listener);
void ShowTextInput();
void HideTextInput();
void Close();
void OnRemoteSaDied(const wptr<IRemoteObject> &object);