Lines Matching defs:imm

1200             InputMethodManager imm = InputMethodManager.peekInstance();
1201 if (imm != null && imm.isActive(this)) {
1202 imm.hideSoftInputFromWindow(getWindowToken(), 0);
1209 InputMethodManager imm = InputMethodManager.peekInstance();
1210 if (imm != null) imm.restartInput(this);
1357 InputMethodManager imm = InputMethodManager.peekInstance();
1358 if (imm != null) imm.restartInput(this);
3222 InputMethodManager imm = InputMethodManager.peekInstance();
3223 if (imm != null) imm.restartInput(this);
3579 InputMethodManager imm = InputMethodManager.peekInstance();
3580 if (imm != null) imm.restartInput(this);
3822 InputMethodManager imm = InputMethodManager.peekInstance();
3823 if (imm != null && imm.isActive(this)) {
3824 imm.hideSoftInputFromWindow(getWindowToken(), 0);
4984 InputMethodManager imm = InputMethodManager.peekInstance();
4985 if (imm != null) {
4986 if (imm.isActive(this)) {
5002 imm.updateSelection(this, selStart, selEnd, candStart, candEnd);
5006 if (imm.isWatchingCursor(this) && highlight != null) {
5020 imm.updateCursor(this,
5524 InputMethodManager imm = InputMethodManager.peekInstance();
5525 viewClicked(imm);
5526 if (imm != null && mSoftInputShownOnFocus) {
5527 imm.showSoftInput(this, 0);
5579 InputMethodManager imm = InputMethodManager.peekInstance();
5580 if (imm != null && imm.isActive(this)) {
5581 imm.hideSoftInputFromWindow(getWindowToken(), 0);
5751 InputMethodManager imm = InputMethodManager.peekInstance();
5752 if (imm != null) {
5765 imm.updateExtractedText(this, req.token,
7857 InputMethodManager imm = InputMethodManager.peekInstance();
7859 && imm != null && imm.isFullscreenMode()) {
8362 final InputMethodManager imm = InputMethodManager.peekInstance();
8363 viewClicked(imm);
8365 handled |= imm != null && imm.showSoftInput(this, 0);
9068 InputMethodManager imm = InputMethodManager.peekInstance();
9069 return imm != null && imm.isActive(this);
9969 InputMethodManager imm = InputMethodManager.peekInstance();
9970 if (imm != null) {
9971 imm.notifySuggestionPicked(suggestionInfo.suggestionSpan, originalText,
10141 final InputMethodManager imm = InputMethodManager.peekInstance();
10142 if (imm != null) {
10143 imm.showSoftInput(this, 0, null);
10152 final InputMethodManager imm = InputMethodManager.peekInstance();
10153 return imm != null && imm.isFullscreenMode();
11446 protected void viewClicked(InputMethodManager imm) {
11447 if (imm != null) {
11448 imm.viewClicked(this);