Searched refs:InputMethodService (Results 1 – 19 of 19) sorted by relevance
19 import android.inputmethodservice.InputMethodService;24 public class StubIme extends InputMethodService {
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 …]
24 import android.inputmethodservice.InputMethodService;93 mController.setImeWindowStatus(DISPLAY_ID, null /* token */, InputMethodService.IME_VISIBLE, in testChangeButtonVisibilityOnImeShowHide()
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;432 boolean imeShown = (vis & InputMethodService.IME_VISIBLE) != 0; in setImeWindowStatus()435 case InputMethodService.BACK_DISPOSITION_DEFAULT: in setImeWindowStatus()436 case InputMethodService.BACK_DISPOSITION_WILL_NOT_DISMISS: in setImeWindowStatus()437 case InputMethodService.BACK_DISPOSITION_WILL_DISMISS: in setImeWindowStatus()444 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;
41 import android.inputmethodservice.InputMethodService;1115 boolean isKeyboardVisible = (vis & InputMethodService.IME_VISIBLE) != 0; in setImeWindowStatus()
9015 HSPLandroid/inputmethodservice/-$$Lambda$InputMethodService$8T9TmAUIN7vW9eU6kTg8309_d4E;->onCompute…9039 HSPLandroid/inputmethodservice/InputMethodService$InputMethodImpl;-><init>(Landroid/inputmethodserv…9040 HSPLandroid/inputmethodservice/InputMethodService$InputMethodImpl;->attachToken(Landroid/os/IBinder…9041 HSPLandroid/inputmethodservice/InputMethodService$InputMethodImpl;->bindInput(Landroid/view/inputme…9042 HSPLandroid/inputmethodservice/InputMethodService$InputMethodImpl;->dispatchStartInputWithToken(Lan…9043 HSPLandroid/inputmethodservice/InputMethodService$InputMethodImpl;->hideSoftInput(ILandroid/os/Resu…9044 HSPLandroid/inputmethodservice/InputMethodService$InputMethodImpl;->initializeInternal(Landroid/os/…9045 HSPLandroid/inputmethodservice/InputMethodService$InputMethodImpl;->showSoftInput(ILandroid/os/Resu…9046 HSPLandroid/inputmethodservice/InputMethodService$InputMethodImpl;->startInput(Landroid/view/inputm…9047 HSPLandroid/inputmethodservice/InputMethodService$InputMethodImpl;->unbindInput()V[all …]
32644 Landroid/inputmethodservice/ExtractEditText;->mIME:Landroid/inputmethodservice/InputMethodService;32648 Landroid/inputmethodservice/ExtractEditText;->setIME(Landroid/inputmethodservice/InputMethodService…32651 Landroid/inputmethodservice/InputMethodService$InputMethodImpl;->dispatchStartInputWithToken(Landro…32652 Landroid/inputmethodservice/InputMethodService$SettingsObserver$ShowImeWithHardKeyboardType;->FALSE…32653 Landroid/inputmethodservice/InputMethodService$SettingsObserver$ShowImeWithHardKeyboardType;->TRUE:I32654 Landroid/inputmethodservice/InputMethodService$SettingsObserver$ShowImeWithHardKeyboardType;->UNKNO…32655 Landroid/inputmethodservice/InputMethodService$SettingsObserver;-><init>(Landroid/inputmethodservic…32656 …/InputMethodService$SettingsObserver;->createAndRegister(Landroid/inputmethodservice/InputMethodSe…32657 Landroid/inputmethodservice/InputMethodService$SettingsObserver;->mService:Landroid/inputmethodserv…32658 Landroid/inputmethodservice/InputMethodService$SettingsObserver;->mShowImeWithHardKeyboard:I[all …]
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();
22622 public class InputMethodService extends android.inputmethodservice.AbstractInputMethodService {22623 ctor public InputMethodService();22644 method public void onComputeInsets(android.inputmethodservice.InputMethodService.Insets);22708 …public class InputMethodService.InputMethodImpl extends android.inputmethodservice.AbstractInputMe…22709 ctor public InputMethodService.InputMethodImpl();22720 …public class InputMethodService.InputMethodSessionImpl extends android.inputmethodservice.Abstract…22721 ctor public InputMethodService.InputMethodSessionImpl();22733 public static final class InputMethodService.Insets {22734 ctor public InputMethodService.Insets();