/frameworks/base/core/tests/coretests/src/android/view/inputmethod/ |
D | InputMethodManagerTest.java | 39 final InputMethodManager globalImm = InputMethodManager.getInstance(); in testPrivateApiGetInstance() 43 + " @UnsupportedAppUsage", globalImm, InputMethodManager.peekInstance()); in testPrivateApiGetInstance() 51 final InputMethodManager imm = in testPrivateApiGetInstance() 52 defaultDisplayContext.getSystemService(InputMethodManager.class); in testPrivateApiGetInstance()
|
/frameworks/base/core/java/android/widget/ |
D | ImeAwareEditText.java | 24 import android.view.inputmethod.InputMethodManager; 74 final InputMethodManager imm = in showSoftInputIfNecessary() 75 getContext().getSystemService(InputMethodManager.class); in showSoftInputIfNecessary() 82 final InputMethodManager imm = getContext().getSystemService(InputMethodManager.class); in scheduleShowSoftInput()
|
D | AutoCompleteTextView.java | 43 import android.view.inputmethod.InputMethodManager; 1204 InputMethodManager imm = getContext().getSystemService(InputMethodManager.class); in dismissDropDown() 1336 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/core/java/android/view/ |
D | ImeFocusController.java | 23 import android.view.inputmethod.InputMethodManager; 54 delegate = mViewRootImpl.mContext.getSystemService(InputMethodManager.class).getDelegate(); in getImmDelegate() 228 InputMethodManager.FinishedInputEventCallback callback) { in onProcessImeInputStage() 230 return InputMethodManager.DISPATCH_NOT_HANDLED; in onProcessImeInputStage() 232 final InputMethodManager imm = in onProcessImeInputStage() 233 mViewRootImpl.mContext.getSystemService(InputMethodManager.class); in onProcessImeInputStage() 235 return InputMethodManager.DISPATCH_NOT_HANDLED; in onProcessImeInputStage()
|
D | ViewRootInsetsControllerHost.java | 28 import android.view.inputmethod.InputMethodManager; 221 public InputMethodManager getInputMethodManager() { in getInputMethodManager() 222 return mViewRoot.mContext.getSystemService(InputMethodManager.class); in getInputMethodManager()
|
D | ImeInsetsSourceConsumer.java | 29 import android.view.inputmethod.InputMethodManager; 230 private InputMethodManager getImm() { in getImm()
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodManager.java | 245 public final class InputMethodManager { class 309 static InputMethodManager sInstance; 320 private static final SparseArray<InputMethodManager> sInstanceMap = new SparseArray<>(); 500 private InputMethodManager getFallbackInputMethodManagerIfNecessary(@Nullable View view) { in getFallbackInputMethodManagerIfNecessary() 519 final InputMethodManager fallbackImm = in getFallbackInputMethodManagerIfNecessary() 520 viewRootImpl.mContext.getSystemService(InputMethodManager.class); in getFallbackInputMethodManagerIfNecessary() 973 private final InputMethodManager mParentInputMethodManager; 977 InputMethodManager inputMethodManager, View servedView) { in ControlledInputConnectionWrapper() 1115 private static InputMethodManager createInstance(int displayId, Looper looper) { in createInstance() 1121 private static InputMethodManager createRealInstance(int displayId, Looper looper) { in createRealInstance() [all …]
|
/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; 224 private InputMethodManager getInputMethodManager() { in getInputMethodManager() 225 return (InputMethodManager)getContext().getSystemService(Context.INPUT_METHOD_SERVICE); in getInputMethodManager() 229 final InputMethodManager imm = getInputMethodManager(); in getSummaryString()
|
D | InputMethodAndSubtypeEnablerManager.java | 24 import android.view.inputmethod.InputMethodManager; 48 private InputMethodManager mImm; 55 mImm = fragment.getContext().getSystemService(InputMethodManager.class); in InputMethodAndSubtypeEnablerManager()
|
D | InputMethodAndSubtypeEnablerManagerCompat.java | 24 import android.view.inputmethod.InputMethodManager; 49 private InputMethodManager mImm; 56 mImm = fragment.getContext().getSystemService(InputMethodManager.class); in InputMethodAndSubtypeEnablerManagerCompat()
|
/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; 59 InputMethodManager mImm; 97 mImm.showSoftInput(mPasswordEntry, InputMethodManager.SHOW_IMPLICIT); in resetState() 122 mImm.showSoftInput(mPasswordEntry, InputMethodManager.SHOW_IMPLICIT); in onResume() 185 mImm = (InputMethodManager) getContext().getSystemService( in onFinishInflate() 275 private boolean hasMultipleEnabledIMEsOrSubtypes(InputMethodManager imm, in hasMultipleEnabledIMEsOrSubtypes()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | AuthCredentialPasswordView.java | 25 import android.view.inputmethod.InputMethodManager; 41 private final InputMethodManager mImm; 47 mImm = mContext.getSystemService(InputMethodManager.class); in AuthCredentialPasswordView()
|
/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/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 | 87 import android.view.inputmethod.InputMethodManager; 373 InputMethodManager mImm; 700 ? InputMethodManager.RESULT_HIDDEN in hideSoftInput() 701 : (wasVisible ? InputMethodManager.RESULT_UNCHANGED_SHOWN in hideSoftInput() 702 : InputMethodManager.RESULT_UNCHANGED_HIDDEN), null); in hideSoftInput() 755 ? InputMethodManager.RESULT_SHOWN in showSoftInput() 756 : (wasVisible ? InputMethodManager.RESULT_UNCHANGED_SHOWN in showSoftInput() 757 : InputMethodManager.RESULT_UNCHANGED_HIDDEN), null); in showSoftInput() 1192 mImm = (InputMethodManager)getSystemService(INPUT_METHOD_SERVICE); in onCreate() 3109 requestHideSelf(InputMethodManager.HIDE_NOT_ALWAYS); in onExtractingInputChanged()
|
/frameworks/layoutlib/bridge/src/android/view/inputmethod/ |
D | InputMethodManager_Accessor.java | 25 InputMethodManager.tearDownEditMode(); in tearDownEditMode()
|
/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()
|
/frameworks/base/core/java/android/window/ |
D | VirtualDisplayTaskEmbedder.java | 48 import android.view.inputmethod.InputMethodManager; 309 mContext.getSystemService(InputMethodManager.class) in reportLocation() 324 mContext.getSystemService(InputMethodManager.class).reportActivityView(displayId, null); in clearActivityViewGeometryForIme()
|
/frameworks/base/core/proto/android/view/inputmethod/ |
D | inputmethodmanager.proto | 24 * Represents a {@link android.view.inputmethod.InputMethodManager} object.
|
/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()
|