Home | History | Annotate | Download | only in webkit

Lines Matching defs:imm

830         InputMethodManager imm = InputMethodManager.getInstance(mContext);
831 if (imm.isActive(this)) {
832 imm.hideSoftInputFromWindow(getWindowToken(), 0);
1056 InputMethodManager imm = InputMethodManager.peekInstance();
1057 if (imm != null && imm.isActive(this)) {
1060 imm.restartInput(this);