Searched refs:InputMethodService (Results 1 – 10 of 10) sorted by relevance
19 import android.inputmethodservice.InputMethodService;24 public class DummyIme extends InputMethodService {
30 private InputMethodService mIME;49 void setIME(InputMethodService ime) { in setIME()
236 public class InputMethodService extends AbstractInputMethodService { class550 InputMethodService.this.onUpdateSelection(oldSelStart, oldSelEnd, in updateSelection()559 InputMethodService.this.onViewClicked(focusChanged); in viewClicked()570 InputMethodService.this.onUpdateCursor(newCursor); in updateCursor()581 InputMethodService.this.onAppPrivateCommand(action, data); in appPrivateCommand()588 InputMethodService.this.onToggleSoftInput(showFlags, hideFlags); in toggleSoftInput()599 InputMethodService.this.onUpdateCursorAnchorInfo(info); in updateCursorAnchorInfo()696 private final InputMethodService mService;698 private SettingsObserver(InputMethodService service) { in SettingsObserver()715 public static SettingsObserver createAndRegister(InputMethodService service) { in createAndRegister()[all …]
23 import android.inputmethodservice.InputMethodService;
21 import android.inputmethodservice.InputMethodService;
42 import android.inputmethodservice.InputMethodService;266 boolean imeShown = (vis & InputMethodService.IME_VISIBLE) != 0; in setImeWindowStatus()268 if ((backDisposition == InputMethodService.BACK_DISPOSITION_WILL_DISMISS) || imeShown) { in setImeWindowStatus()
2333 android.inputmethodservice.InputMethodService2334 android.inputmethodservice.InputMethodService$12335 android.inputmethodservice.InputMethodService$22336 android.inputmethodservice.InputMethodService$InputMethodImpl2337 android.inputmethodservice.InputMethodService$InputMethodSessionImpl2338 android.inputmethodservice.InputMethodService$Insets2339 android.inputmethodservice.InputMethodService$SettingsObserver
13435 public class InputMethodService extends android.inputmethodservice.AbstractInputMethodService {13436 ctor public InputMethodService();13457 method public void onComputeInsets(android.inputmethodservice.InputMethodService.Insets);13515 …public class InputMethodService.InputMethodImpl extends android.inputmethodservice.AbstractInputMe…13516 ctor public InputMethodService.InputMethodImpl();13527 …public class InputMethodService.InputMethodSessionImpl extends android.inputmethodservice.Abstract…13528 ctor public InputMethodService.InputMethodSessionImpl();13540 public static final class InputMethodService.Insets {13541 ctor public InputMethodService.Insets();
20195 public class InputMethodService extends android.inputmethodservice.AbstractInputMethodService {20196 ctor public InputMethodService();20217 method public void onComputeInsets(android.inputmethodservice.InputMethodService.Insets);20275 …public class InputMethodService.InputMethodImpl extends android.inputmethodservice.AbstractInputMe…20276 ctor public InputMethodService.InputMethodImpl();20287 …public class InputMethodService.InputMethodSessionImpl extends android.inputmethodservice.Abstract…20288 ctor public InputMethodService.InputMethodSessionImpl();20300 public static final class InputMethodService.Insets {20301 ctor public InputMethodService.Insets();
21703 public class InputMethodService extends android.inputmethodservice.AbstractInputMethodService {21704 ctor public InputMethodService();21725 method public void onComputeInsets(android.inputmethodservice.InputMethodService.Insets);21783 …public class InputMethodService.InputMethodImpl extends android.inputmethodservice.AbstractInputMe…21784 ctor public InputMethodService.InputMethodImpl();21795 …public class InputMethodService.InputMethodSessionImpl extends android.inputmethodservice.Abstract…21796 ctor public InputMethodService.InputMethodSessionImpl();21808 public static final class InputMethodService.Insets {21809 ctor public InputMethodService.Insets();