/frameworks/base/core/tests/coretests/src/android/view/inputmethod/ |
D | InputMethodManagerTest.java | 37 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/ |
D | InputMethodManager.java | 239 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 …]
|
D | BaseInputConnection.java | 55 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/ |
D | InputMethodSettingValuesWrapper.java | 24 import android.view.inputmethod.InputMethodManager; 45 private final InputMethodManager mImm; 61 mImm = context.getSystemService(InputMethodManager.class); in InputMethodSettingValuesWrapper()
|
D | InputMethodPreference.java | 30 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()
|
D | InputMethodAndSubtypeEnablerManagerCompat.java | 24 import android.view.inputmethod.InputMethodManager; 49 private InputMethodManager mImm; 56 mImm = fragment.getContext().getSystemService(InputMethodManager.class); in InputMethodAndSubtypeEnablerManagerCompat()
|
D | InputMethodAndSubtypeEnablerManager.java | 24 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/ |
D | UiAutomatorTestCase.java | 27 import android.view.inputmethod.InputMethodManager; 136 InputMethodManager im = (InputMethodManager) context.getSystemService( in setDummyIme()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardPasswordView.java | 34 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/ |
D | ImeInsetsSourceConsumer.java | 26 import android.view.inputmethod.InputMethodManager; 175 private InputMethodManager getImm() { in getImm() 176 return mController.getViewRoot().mContext.getSystemService(InputMethodManager.class); in getImm()
|
D | WindowManagerGlobal.java | 35 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/ |
D | TimeZonePickerView.java | 30 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/ |
D | InputMethodManager_Accessor.java | 25 InputMethodManager.tearDownEditMode(); in tearDownEditMode()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | ExtractEditText.java | 22 import android.view.inputmethod.InputMethodManager; 162 @Override protected void viewClicked(InputMethodManager imm) { in viewClicked()
|
D | InputMethodService.java | 78 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/ |
D | FindActionModeCallback.java | 34 import android.view.inputmethod.InputMethodManager; 48 private InputMethodManager mInput; 65 mInput = context.getSystemService(InputMethodManager.class); in FindActionModeCallback()
|
/frameworks/base/core/java/android/app/ |
D | NativeActivity.java | 37 import android.view.inputmethod.InputMethodManager; 72 private InputMethodManager mIMM; 131 mIMM = getSystemService(InputMethodManager.class); in onCreate()
|
D | SearchDialog.java | 48 import android.view.inputmethod.InputMethodManager; 525 InputMethodManager imm = getContext().getSystemService(InputMethodManager.class); in hide() 664 InputMethodManager imm = getContext().getSystemService(InputMethodManager.class); in onBackPressed()
|
D | ActivityView.java | 55 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/ |
D | AutoCompleteTextView.java | 43 import android.view.inputmethod.InputMethodManager; 1203 InputMethodManager imm = getContext().getSystemService(InputMethodManager.class); in dismissDropDown() 1335 InputMethodManager imm = getContext().getSystemService(InputMethodManager.class); in buildImeCompletions()
|
D | TimePickerSpinnerDelegate.java | 34 import android.view.inputmethod.InputMethodManager; 474 InputMethodManager inputMethodManager = mContext.getSystemService(InputMethodManager.class); in updateInputState()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/ |
D | PrintContentView.java | 25 import android.view.inputmethod.InputMethodManager; 384 InputMethodManager imm = (InputMethodManager) mContext.getSystemService( in ensureImeClosedAndInputFocusCleared()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/ |
D | AppRestrictionsHelper.java | 37 import android.view.inputmethod.InputMethodManager; 422 InputMethodManager imm = (InputMethodManager) getContext().getSystemService( in getInputMethodList()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | RemoteInputView.java | 49 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/ |
D | LoadtestActivity.java | 39 import android.view.inputmethod.InputMethodManager; 285 InputMethodManager imm = in onCreate() 286 (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE); in onCreate()
|