Home
last modified time | relevance | path

Searched refs:InputMethodManager (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
DInputMethodManagerTest.java37 final InputMethodManager globalImm = InputMethodManager.getInstance(); in testPrivateApiGetInstance()
41 + " @UnsupportedAppUsage", globalImm, InputMethodManager.peekInstance()); in testPrivateApiGetInstance()
49 final InputMethodManager imm = in testPrivateApiGetInstance()
50 defaultDisplayContext.getSystemService(InputMethodManager.class); in testPrivateApiGetInstance()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java239 public final class InputMethodManager { class
303 static InputMethodManager sInstance;
314 private static final SparseArray<InputMethodManager> sInstanceMap = new SparseArray<>();
506 private InputMethodManager getFallbackInputMethodManagerIfNecessary(@Nullable View view) { in getFallbackInputMethodManagerIfNecessary()
525 final InputMethodManager fallbackImm = in getFallbackInputMethodManagerIfNecessary()
526 viewRootImpl.mContext.getSystemService(InputMethodManager.class); in getFallbackInputMethodManagerIfNecessary()
750 private final InputMethodManager mParentInputMethodManager;
753 final InputMethodManager inputMethodManager) { in ControlledInputConnectionWrapper()
869 private static InputMethodManager createInstance(int displayId, Looper looper) { in createInstance()
875 private static InputMethodManager createRealInstance(int displayId, Looper looper) { in createRealInstance()
[all …]
DBaseInputConnection.java55 protected final InputMethodManager mIMM;
64 BaseInputConnection(InputMethodManager mgr, boolean fullEditor) { in BaseInputConnection()
71 mIMM = (InputMethodManager)targetView.getContext().getSystemService( in BaseInputConnection()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
DInputMethodSettingValuesWrapper.java24 import android.view.inputmethod.InputMethodManager;
45 private final InputMethodManager mImm;
61 mImm = context.getSystemService(InputMethodManager.class); in InputMethodSettingValuesWrapper()
DInputMethodPreference.java30 import android.view.inputmethod.InputMethodManager;
223 private InputMethodManager getInputMethodManager() { in getInputMethodManager()
224 return (InputMethodManager)getContext().getSystemService(Context.INPUT_METHOD_SERVICE); in getInputMethodManager()
228 final InputMethodManager imm = getInputMethodManager(); in getSummaryString()
DInputMethodAndSubtypeEnablerManagerCompat.java24 import android.view.inputmethod.InputMethodManager;
49 private InputMethodManager mImm;
56 mImm = fragment.getContext().getSystemService(InputMethodManager.class); in InputMethodAndSubtypeEnablerManagerCompat()
DInputMethodAndSubtypeEnablerManager.java24 import android.view.inputmethod.InputMethodManager;
48 private InputMethodManager mImm;
55 mImm = fragment.getContext().getSystemService(InputMethodManager.class); in InputMethodAndSubtypeEnablerManager()
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
DUiAutomatorTestCase.java27 import android.view.inputmethod.InputMethodManager;
136 InputMethodManager im = (InputMethodManager) context.getSystemService( in setDummyIme()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPasswordView.java34 import android.view.inputmethod.InputMethodManager;
57 InputMethodManager mImm;
96 mImm.showSoftInput(mPasswordEntry, InputMethodManager.SHOW_IMPLICIT); in resetState()
121 mImm.showSoftInput(mPasswordEntry, InputMethodManager.SHOW_IMPLICIT); in onResume()
177 mImm = (InputMethodManager) getContext().getSystemService( in onFinishInflate()
267 private boolean hasMultipleEnabledIMEsOrSubtypes(InputMethodManager imm, in hasMultipleEnabledIMEsOrSubtypes()
/frameworks/base/core/java/android/view/
DImeInsetsSourceConsumer.java26 import android.view.inputmethod.InputMethodManager;
175 private InputMethodManager getImm() { in getImm()
176 return mController.getViewRoot().mContext.getSystemService(InputMethodManager.class); in getImm()
DWindowManagerGlobal.java35 import android.view.inputmethod.InputMethodManager;
204 InputMethodManager.ensureDefaultInstanceForDefaultDisplayIfNecessary(); in getWindowSession()
485 InputMethodManager imm = view.getContext().getSystemService(InputMethodManager.class); in removeViewLocked()
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
DTimeZonePickerView.java30 import android.view.inputmethod.InputMethodManager;
154 InputMethodManager manager = in onItemClick()
155 (InputMethodManager) getContext().getSystemService(Context.INPUT_METHOD_SERVICE); in onItemClick()
/frameworks/layoutlib/bridge/src/android/view/inputmethod/
DInputMethodManager_Accessor.java25 InputMethodManager.tearDownEditMode(); in tearDownEditMode()
/frameworks/base/core/java/android/inputmethodservice/
DExtractEditText.java22 import android.view.inputmethod.InputMethodManager;
162 @Override protected void viewClicked(InputMethodManager imm) { in viewClicked()
DInputMethodService.java78 import android.view.inputmethod.InputMethodManager;
360 InputMethodManager mImm;
615 ? InputMethodManager.RESULT_HIDDEN in hideSoftInput()
616 : (wasVisible ? InputMethodManager.RESULT_UNCHANGED_SHOWN in hideSoftInput()
617 : InputMethodManager.RESULT_UNCHANGED_HIDDEN), null); in hideSoftInput()
648 ? InputMethodManager.RESULT_SHOWN in showSoftInput()
649 : (wasVisible ? InputMethodManager.RESULT_UNCHANGED_SHOWN in showSoftInput()
650 : InputMethodManager.RESULT_UNCHANGED_HIDDEN), null); in showSoftInput()
998 mImm = (InputMethodManager)getSystemService(INPUT_METHOD_SERVICE); in onCreate()
2868 requestHideSelf(InputMethodManager.HIDE_NOT_ALWAYS); in onExtractingInputChanged()
/frameworks/base/core/java/android/webkit/
DFindActionModeCallback.java34 import android.view.inputmethod.InputMethodManager;
48 private InputMethodManager mInput;
65 mInput = context.getSystemService(InputMethodManager.class); in FindActionModeCallback()
/frameworks/base/core/java/android/app/
DNativeActivity.java37 import android.view.inputmethod.InputMethodManager;
72 private InputMethodManager mIMM;
131 mIMM = getSystemService(InputMethodManager.class); in onCreate()
DSearchDialog.java48 import android.view.inputmethod.InputMethodManager;
525 InputMethodManager imm = getContext().getSystemService(InputMethodManager.class); in hide()
664 InputMethodManager imm = getContext().getSystemService(InputMethodManager.class); in onBackPressed()
DActivityView.java55 import android.view.inputmethod.InputMethodManager;
341 mContext.getSystemService(InputMethodManager.class).reportActivityView(displayId, null); in clearActivityViewGeometryForIme()
380 mContext.getSystemService(InputMethodManager.class) in updateLocationAndTapExcludeRegion()
/frameworks/base/core/java/android/widget/
DAutoCompleteTextView.java43 import android.view.inputmethod.InputMethodManager;
1203 InputMethodManager imm = getContext().getSystemService(InputMethodManager.class); in dismissDropDown()
1335 InputMethodManager imm = getContext().getSystemService(InputMethodManager.class); in buildImeCompletions()
DTimePickerSpinnerDelegate.java34 import android.view.inputmethod.InputMethodManager;
474 InputMethodManager inputMethodManager = mContext.getSystemService(InputMethodManager.class); in updateInputState()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DPrintContentView.java25 import android.view.inputmethod.InputMethodManager;
384 InputMethodManager imm = (InputMethodManager) mContext.getSystemService( in ensureImeClosedAndInputFocusCleared()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
DAppRestrictionsHelper.java37 import android.view.inputmethod.InputMethodManager;
422 InputMethodManager imm = (InputMethodManager) getContext().getSystemService( in getInputMethodList()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java49 import android.view.inputmethod.InputMethodManager;
623 final InputMethodManager imm = in onCreateInputConnection()
624 getContext().getSystemService(InputMethodManager.class); in onCreateInputConnection()
/frameworks/base/cmds/statsd/tools/loadtest/src/com/android/statsd/loadtest/
DLoadtestActivity.java39 import android.view.inputmethod.InputMethodManager;
285 InputMethodManager imm = in onCreate()
286 (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE); in onCreate()

12