Home
last modified time | relevance | path

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

/frameworks/base/tests/utils/DummyIME/src/com/android/testing/dummyime/
DDummyIme.java19 import android.inputmethodservice.InputMethodService;
24 public class DummyIme extends InputMethodService {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DSizeCompatModeActivityControllerTest.java24 import android.inputmethodservice.InputMethodService;
93 mController.setImeWindowStatus(DISPLAY_ID, null /* token */, InputMethodService.IME_VISIBLE, in testChangeButtonVisibilityOnImeShowHide()
/frameworks/base/core/java/android/inputmethodservice/
DExtractEditText.java30 private InputMethodService mIME;
49 void setIME(InputMethodService ime) { in setIME()
DInputMethodService.java248 public class InputMethodService extends AbstractInputMethodService { class
720 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 …]
/frameworks/base/core/java/android/view/inputmethod/
DInputConnection.java21 import android.inputmethodservice.InputMethodService;
DInputMethod.java24 import android.inputmethodservice.InputMethodService;
DInputMethodManager.java38 import android.inputmethodservice.InputMethodService;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSizeCompatModeActivityController.java28 import android.inputmethodservice.InputMethodService;
89 boolean imeShown = (vis & InputMethodService.IME_VISIBLE) != 0; in setImeWindowStatus()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarFragment.java56 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNavigationBarFragmentTest.java19 import static android.inputmethodservice.InputMethodService.BACK_DISPOSITION_DEFAULT;
20 import static android.inputmethodservice.InputMethodService.IME_VISIBLE;
/frameworks/base/core/java/android/view/
DImeInsetsSourceConsumer.java21 import android.inputmethodservice.InputMethodService;
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java69 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 …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java21 import static android.inputmethodservice.InputMethodService.BACK_DISPOSITION_DEFAULT;
22 import static android.inputmethodservice.InputMethodService.IME_INVISIBLE;
38 import android.inputmethodservice.InputMethodService.BackDispositionMode;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...