Home
last modified time | relevance | path

Searched refs:InputMethodService (Results 1 – 18 of 18) sorted by relevance

/frameworks/support/emoji/core/src/android/support/text/emoji/widget/
DEmojiExtractTextLayout.java21 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()
/frameworks/base/tests/utils/DummyIME/src/com/android/testing/dummyime/
DDummyIme.java19 import android.inputmethodservice.InputMethodService;
24 public class DummyIme extends InputMethodService {
/frameworks/base/core/java/android/inputmethodservice/
DExtractEditText.java30 private InputMethodService mIME;
49 void setIME(InputMethodService ime) { in setIME()
DInputMethodService.java236 public class InputMethodService extends AbstractInputMethodService { class
550 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 …]
/frameworks/support/emoji/core/tests/java/android/support/text/emoji/widget/
DEmojiExtractTextLayoutTest.java34 import android.inputmethodservice.InputMethodService;
57 private InputMethodService mInputMethodService;
66 mInputMethodService = mock(InputMethodService.class); in setup()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethod.java23 import android.inputmethodservice.InputMethodService;
DInputConnection.java21 import android.inputmethodservice.InputMethodService;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarFragment.java42 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()
/frameworks/base/services/core/java/com/android/server/
DInputMethodManagerService.java90 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 …]
/frameworks/support/emoji/core/api/
Dcurrent.txt114 …method public void onUpdateExtractingViews(android.inputmethodservice.InputMethodService, android.…
D26.0.0.txt114 …method public void onUpdateExtractingViews(android.inputmethodservice.InputMethodService, android.…
/frameworks/base/config/
Dboot-image-profile.txt3238 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()V
3244 HPLandroid/inputmethodservice/InputMethodService$InputMethodSessionImpl;->displayCompletions([Landr…
3245 HPLandroid/inputmethodservice/InputMethodService$InputMethodSessionImpl;->updateSelection(IIIIII)V
3246 HPLandroid/inputmethodservice/InputMethodService$InputMethodSessionImpl;->viewClicked(Z)V
3247 HPLandroid/inputmethodservice/InputMethodService;->-get0(Landroid/inputmethodservice/InputMethodSer…
[all …]
Dcompiled-classes-phone2368 android.inputmethodservice.InputMethodService
2369 android.inputmethodservice.InputMethodService$1
2370 android.inputmethodservice.InputMethodService$2
2371 android.inputmethodservice.InputMethodService$InputMethodImpl
2372 android.inputmethodservice.InputMethodService$InputMethodSessionImpl
2373 android.inputmethodservice.InputMethodService$Insets
2374 android.inputmethodservice.InputMethodService$SettingsObserver
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13435 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();
/frameworks/base/api/
Dcurrent.txt20294 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();
Dtest-current.txt20392 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();
Dsystem-current.txt21837 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();
/frameworks/support/api/
D26.1.0.txt1955 …method public void onUpdateExtractingViews(android.inputmethodservice.InputMethodService, android.…