HomeSort by relevance Sort by last modified time
    Searched refs:InputMethodManager (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /frameworks/base/tools/layoutlib/bridge/src/android/view/inputmethod/
InputMethodManager_Delegate.java 27 * Delegate used to provide new implementation of a select few methods of {@link InputMethodManager}
29 * Through the layoutlib_create tool, the original methods of InputMethodManager have been replaced
38 /*package*/ static InputMethodManager getInstance() {
39 synchronized (InputMethodManager.class) {
40 InputMethodManager imm = InputMethodManager.peekInstance();
42 imm = new InputMethodManager(
44 InputMethodManager.sInstance = imm;
InputMethodManager_Accessor.java 25 InputMethodManager.sInstance = null;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
InputMethodManagerCompatWrapper.java 21 import android.view.inputmethod.InputMethodManager;
26 // Note that InputMethodManager.switchToNextInputMethod() has been introduced
29 InputMethodManager.class, "switchToNextInputMethod", IBinder.class, Boolean.TYPE);
31 public final InputMethodManager mImm;
34 mImm = (InputMethodManager)context.getSystemService(Context.INPUT_METHOD_SERVICE);
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodDialogReceiver.java 22 import android.view.inputmethod.InputMethodManager;
28 ((InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE))
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
DigitsEditText.java 24 import android.view.inputmethod.InputMethodManager;
40 final InputMethodManager imm = ((InputMethodManager) getContext()
51 final InputMethodManager imm = ((InputMethodManager) getContext()
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
QueryTextView.java 22 import android.view.inputmethod.InputMethodManager;
72 private InputMethodManager getInputMethodManager() {
73 return (InputMethodManager) getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
77 InputMethodManager imm = getInputMethodManager();
84 InputMethodManager imm = getInputMethodManager();
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
InputMethodManagerTest.java 8 import android.view.inputmethod.InputMethodManager;
19 private InputMethodManager manager;
24 manager = (InputMethodManager) Robolectric.application.getSystemService(Activity.INPUT_METHOD_SERVICE);
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
InputMethodManagerTest.java 31 import android.view.inputmethod.InputMethodManager;
82 final InputMethodManager imManager = (InputMethodManager) context
106 assertTrue(imManager.showSoftInput(view, InputMethodManager.SHOW_IMPLICIT));
115 imManager.showSoftInputFromInputMethod(token, InputMethodManager.SHOW_FORCED);
116 imManager.hideSoftInputFromInputMethod(token, InputMethodManager.HIDE_NOT_ALWAYS);
119 imManager.toggleSoftInputFromWindow(token, 0, InputMethodManager.HIDE_NOT_ALWAYS);
120 imManager.toggleSoftInputFromWindow(token, 0, InputMethodManager.HIDE_NOT_ALWAYS);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowInputMethodManager.java 6 import android.view.inputmethod.InputMethodManager;
11 @Implements(InputMethodManager.class)
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
ButtonActivity.java 24 import android.view.inputmethod.InputMethodManager;
50 InputMethodManager imm = InputMethodManager.getInstance();
AutoCompleteTextViewActivityPortrait.java 26 import android.view.inputmethod.InputMethodManager;
AutoCompleteTextViewActivityLandscape.java 30 import android.view.inputmethod.InputMethodManager;
ManyEditTextActivityNoScrollPanScan.java 26 import android.view.inputmethod.InputMethodManager;
ManyEditTextActivityScrollPanScan.java 26 import android.view.inputmethod.InputMethodManager;
  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
Test1DetailFragment.java 26 import android.view.inputmethod.InputMethodManager;
65 InputMethodManager imm = (InputMethodManager) getActivity().getSystemService(
Test3DetailFragment.java 31 import android.view.inputmethod.InputMethodManager;
97 InputMethodManager imm = (InputMethodManager) getActivity().getSystemService(
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupActivity.java 25 import android.view.inputmethod.InputMethodManager;
53 final InputMethodManager imm = RichInputMethodManager.getInstance().getInputMethodManager();
  /development/samples/SoftKeyboard/src/com/android/inputmethodcommon/
InputMethodSettingsImpl.java 34 import android.view.inputmethod.InputMethodManager;
47 private InputMethodManager mImm;
59 mImm = (InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE);
88 private static InputMethodInfo getMyImi(Context context, InputMethodManager imm) {
100 Context context, InputMethodManager imm, InputMethodInfo imi) {
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardPasswordView.java 30 import android.view.inputmethod.InputMethodManager;
49 InputMethodManager mImm;
81 mImm.showSoftInput(mPasswordEntry, InputMethodManager.SHOW_IMPLICIT);
97 mImm = (InputMethodManager) getContext().getSystemService(
159 private boolean hasMultipleEnabledIMEsOrSubtypes(InputMethodManager imm,
  /frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/
InputMethodSettingsImpl.java 28 import android.view.inputmethod.InputMethodManager;
41 private InputMethodManager mImm;
53 mImm = (InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE);
82 private static InputMethodInfo getMyImi(Context context, InputMethodManager imm) {
94 Context context, InputMethodManager imm, InputMethodInfo imi) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
InputMethodButton.java 24 import android.view.inputmethod.InputMethodManager;
44 private final InputMethodManager mImm;
61 mImm = (InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE);
  /frameworks/base/core/java/android/inputmethodservice/
ExtractEditText.java 22 import android.view.inputmethod.InputMethodManager;
153 @Override protected void viewClicked(InputMethodManager imm) {
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountServerBaseFragment.java 29 import android.view.inputmethod.InputMethodManager;
191 InputMethodManager imm =
192 (InputMethodManager)mContext.getSystemService(Context.INPUT_METHOD_SERVICE);
266 InputMethodManager imm = (InputMethodManager)mContext.
303 InputMethodManager imm = (InputMethodManager) context.getSystemService(
  /frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
ImfBaseTestCase.java 29 import android.view.inputmethod.InputMethodManager;
48 protected InputMethodManager mImm;
69 mImm = InputMethodManager.getInstance();
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigUiForSetupWizardXL.java 28 import android.view.inputmethod.InputMethodManager;
49 private final InputMethodManager mInputMethodManager;
73 mInputMethodManager = (InputMethodManager)

Completed in 674 milliseconds

1 2 3 4