Searched refs:InputMethodService (Results 1 – 14 of 14) sorted by relevance
19 import android.inputmethodservice.InputMethodService;24 public class DummyIme extends InputMethodService {
24 import android.inputmethodservice.InputMethodService;93 mController.setImeWindowStatus(DISPLAY_ID, null /* token */, InputMethodService.IME_VISIBLE, in testChangeButtonVisibilityOnImeShowHide()
30 private InputMethodService mIME;49 void setIME(InputMethodService ime) { in setIME()
248 public class InputMethodService extends AbstractInputMethodService { class720 InputMethodService.this.onUpdateSelection(oldSelStart, oldSelEnd, in updateSelection()729 InputMethodService.this.onViewClicked(focusChanged); in viewClicked()740 InputMethodService.this.onUpdateCursor(newCursor); in updateCursor()751 InputMethodService.this.onAppPrivateCommand(action, data); in appPrivateCommand()758 InputMethodService.this.onToggleSoftInput(showFlags, hideFlags); in toggleSoftInput()769 InputMethodService.this.onUpdateCursorAnchorInfo(info); in updateCursorAnchorInfo()777 InputMethodService.this.notifyImeHidden(); in notifyImeHidden()874 private final InputMethodService mService;876 private SettingsObserver(InputMethodService service) { in SettingsObserver()[all …]
21 import android.inputmethodservice.InputMethodService;
24 import android.inputmethodservice.InputMethodService;
38 import android.inputmethodservice.InputMethodService;
28 import android.inputmethodservice.InputMethodService;89 boolean imeShown = (vis & InputMethodService.IME_VISIBLE) != 0; in setImeWindowStatus()
56 import android.inputmethodservice.InputMethodService;429 boolean imeShown = (vis & InputMethodService.IME_VISIBLE) != 0; in setImeWindowStatus()432 case InputMethodService.BACK_DISPOSITION_DEFAULT: in setImeWindowStatus()433 case InputMethodService.BACK_DISPOSITION_WILL_NOT_DISMISS: in setImeWindowStatus()434 case InputMethodService.BACK_DISPOSITION_WILL_DISMISS: in setImeWindowStatus()441 case InputMethodService.BACK_DISPOSITION_ADJUST_NOTHING: in setImeWindowStatus()
19 import static android.inputmethodservice.InputMethodService.BACK_DISPOSITION_DEFAULT;20 import static android.inputmethodservice.InputMethodService.IME_VISIBLE;
69 import android.inputmethodservice.InputMethodService;655 int mBackDisposition = InputMethodService.BACK_DISPOSITION_DEFAULT;2296 mBackDisposition = InputMethodService.BACK_DISPOSITION_DEFAULT; in unbindCurrentMethodLocked()2433 if ((visibility & InputMethodService.IME_ACTIVE) == 0 in shouldShowImeSwitcherLocked()2434 || (visibility & InputMethodService.IME_INVISIBLE) != 0) { in shouldShowImeSwitcherLocked()2445 } else if ((visibility & InputMethodService.IME_VISIBLE) == 0) { in shouldShowImeSwitcherLocked()2520 case InputMethodService.BACK_DISPOSITION_WILL_DISMISS: in setImeWindowStatus()2523 case InputMethodService.BACK_DISPOSITION_WILL_NOT_DISMISS: in setImeWindowStatus()2527 case InputMethodService.BACK_DISPOSITION_DEFAULT: in setImeWindowStatus()2528 dismissImeOnBackKeyPressed = ((vis & InputMethodService.IME_VISIBLE) != 0); in setImeWindowStatus()[all …]
21 import static android.inputmethodservice.InputMethodService.BACK_DISPOSITION_DEFAULT;22 import static android.inputmethodservice.InputMethodService.IME_INVISIBLE;38 import android.inputmethodservice.InputMethodService.BackDispositionMode;
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...