Searched refs:InputMethodService (Results 1 – 17 of 17) 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()
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;
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()
28 import android.inputmethodservice.InputMethodService;89 boolean imeShown = (vis & InputMethodService.IME_VISIBLE) != 0; 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;
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 …]
34956 Landroid/inputmethodservice/ExtractEditText;->mIME:Landroid/inputmethodservice/InputMethodService;34960 Landroid/inputmethodservice/ExtractEditText;->setIME(Landroid/inputmethodservice/InputMethodService…34963 Landroid/inputmethodservice/InputMethodService$BackDispositionMode;34964 Landroid/inputmethodservice/InputMethodService$InputMethodImpl;->dispatchStartInputWithToken(Landro…34965 Landroid/inputmethodservice/InputMethodService$SettingsObserver$ShowImeWithHardKeyboardType;34966 Landroid/inputmethodservice/InputMethodService$SettingsObserver$ShowImeWithHardKeyboardType;->FALSE…34967 Landroid/inputmethodservice/InputMethodService$SettingsObserver$ShowImeWithHardKeyboardType;->TRUE:I34968 Landroid/inputmethodservice/InputMethodService$SettingsObserver$ShowImeWithHardKeyboardType;->UNKNO…34969 Landroid/inputmethodservice/InputMethodService$SettingsObserver;34970 Landroid/inputmethodservice/InputMethodService$SettingsObserver;-><init>(Landroid/inputmethodservic…[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();
22356 public class InputMethodService extends android.inputmethodservice.AbstractInputMethodService {22357 ctor public InputMethodService();22378 method public void onComputeInsets(android.inputmethodservice.InputMethodService.Insets);22442 …public class InputMethodService.InputMethodImpl extends android.inputmethodservice.AbstractInputMe…22443 ctor public InputMethodService.InputMethodImpl();22454 …public class InputMethodService.InputMethodSessionImpl extends android.inputmethodservice.Abstract…22455 ctor public InputMethodService.InputMethodSessionImpl();22467 public static final class InputMethodService.Insets {22468 ctor public InputMethodService.Insets();