Searched refs:InputMethodService (Results 1 – 18 of 18) sorted by relevance
21 import android.inputmethodservice.InputMethodService;158 public void onUpdateExtractingViews(InputMethodService inputMethodService, EditorInfo ei) { in onUpdateExtractingViews()192 final InputMethodService inputMethodService) { in getButtonClickListener()200 private final InputMethodService mInputMethodService;202 ButtonOnclickListener(InputMethodService inputMethodService) { in ButtonOnclickListener()
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 …]
34 import android.inputmethodservice.InputMethodService;57 private InputMethodService mInputMethodService;66 mInputMethodService = mock(InputMethodService.class); in setup()
23 import android.inputmethodservice.InputMethodService;
21 import android.inputmethodservice.InputMethodService;
42 import android.inputmethodservice.InputMethodService;264 boolean imeShown = (vis & InputMethodService.IME_VISIBLE) != 0; in setImeWindowStatus()266 if ((backDisposition == InputMethodService.BACK_DISPOSITION_WILL_DISMISS) || imeShown) { in setImeWindowStatus()
90 import android.inputmethodservice.InputMethodService;510 int mBackDisposition = InputMethodService.BACK_DISPOSITION_DEFAULT;1975 if ((mImeWindowVis & InputMethodService.IME_ACTIVE) != 0 && savePosition) { in unbindCurrentMethodLocked()2115 if ((visibility & InputMethodService.IME_ACTIVE) == 0) return false; in shouldShowImeSwitcherLocked()2124 } else if ((visibility & InputMethodService.IME_VISIBLE) == 0) { in shouldShowImeSwitcherLocked()2194 case InputMethodService.BACK_DISPOSITION_WILL_DISMISS: in setImeWindowStatus()2197 case InputMethodService.BACK_DISPOSITION_WILL_NOT_DISMISS: in setImeWindowStatus()2201 case InputMethodService.BACK_DISPOSITION_DEFAULT: in setImeWindowStatus()2202 dismissImeOnBackKeyPressed = ((vis & InputMethodService.IME_VISIBLE) != 0); in setImeWindowStatus()2206 (vis & InputMethodService.IME_VISIBLE) != 0, in setImeWindowStatus()[all …]
114 …method public void onUpdateExtractingViews(android.inputmethodservice.InputMethodService, android.…
3238 HPLandroid/inputmethodservice/InputMethodService$1;->onComputeInternalInsets(Landroid/view/ViewTree…3239 HPLandroid/inputmethodservice/InputMethodService$InputMethodImpl;->changeInputMethodSubtype(Landroi…3240 HPLandroid/inputmethodservice/InputMethodService$InputMethodImpl;->hideSoftInput(ILandroid/os/Resul…3241 HPLandroid/inputmethodservice/InputMethodService$InputMethodImpl;->restartInput(Landroid/view/input…3242 HPLandroid/inputmethodservice/InputMethodService$InputMethodImpl;->showSoftInput(ILandroid/os/Resul…3243 HPLandroid/inputmethodservice/InputMethodService$InputMethodImpl;->unbindInput()V3244 HPLandroid/inputmethodservice/InputMethodService$InputMethodSessionImpl;->displayCompletions([Landr…3245 HPLandroid/inputmethodservice/InputMethodService$InputMethodSessionImpl;->updateSelection(IIIIII)V3246 HPLandroid/inputmethodservice/InputMethodService$InputMethodSessionImpl;->viewClicked(Z)V3247 HPLandroid/inputmethodservice/InputMethodService;->-get0(Landroid/inputmethodservice/InputMethodSer…[all …]
2368 android.inputmethodservice.InputMethodService2369 android.inputmethodservice.InputMethodService$12370 android.inputmethodservice.InputMethodService$22371 android.inputmethodservice.InputMethodService$InputMethodImpl2372 android.inputmethodservice.InputMethodService$InputMethodSessionImpl2373 android.inputmethodservice.InputMethodService$Insets2374 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();
20294 public class InputMethodService extends android.inputmethodservice.AbstractInputMethodService {20295 ctor public InputMethodService();20316 method public void onComputeInsets(android.inputmethodservice.InputMethodService.Insets);20374 …public class InputMethodService.InputMethodImpl extends android.inputmethodservice.AbstractInputMe…20375 ctor public InputMethodService.InputMethodImpl();20386 …public class InputMethodService.InputMethodSessionImpl extends android.inputmethodservice.Abstract…20387 ctor public InputMethodService.InputMethodSessionImpl();20399 public static final class InputMethodService.Insets {20400 ctor public InputMethodService.Insets();
20392 public class InputMethodService extends android.inputmethodservice.AbstractInputMethodService {20393 ctor public InputMethodService();20414 method public void onComputeInsets(android.inputmethodservice.InputMethodService.Insets);20472 …public class InputMethodService.InputMethodImpl extends android.inputmethodservice.AbstractInputMe…20473 ctor public InputMethodService.InputMethodImpl();20484 …public class InputMethodService.InputMethodSessionImpl extends android.inputmethodservice.Abstract…20485 ctor public InputMethodService.InputMethodSessionImpl();20497 public static final class InputMethodService.Insets {20498 ctor public InputMethodService.Insets();
21837 public class InputMethodService extends android.inputmethodservice.AbstractInputMethodService {21838 ctor public InputMethodService();21859 method public void onComputeInsets(android.inputmethodservice.InputMethodService.Insets);21917 …public class InputMethodService.InputMethodImpl extends android.inputmethodservice.AbstractInputMe…21918 ctor public InputMethodService.InputMethodImpl();21929 …public class InputMethodService.InputMethodSessionImpl extends android.inputmethodservice.Abstract…21930 ctor public InputMethodService.InputMethodSessionImpl();21942 public static final class InputMethodService.Insets {21943 ctor public InputMethodService.Insets();
1955 …method public void onUpdateExtractingViews(android.inputmethodservice.InputMethodService, android.…