/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/ |
D | ImfBaseTestCase.java | 48 protected InputMethodManager mImm; field in ImfBaseTestCase 69 mImm = InputMethodManager.getInstance(); in setUp() 84 mImm.hideSoftInputFromWindow(editText.getWindowToken(), 0); in verifyEditTextAdjustment() 110 mImm.hideSoftInputFromWindow(editText.getWindowToken(), 0); in verifyEditTextAdjustment() 130 mImm.hideSoftInputFromWindow(servedView.getWindowToken(), 0); in destructiveCheckImeUp()
|
D | ButtonActivityTest.java | 51 assertTrue(mImm.isActive()); in testButtonActivatesIme() 53 assertFalse(mImm.isAcceptingText()); in testButtonActivatesIme()
|
D | OneEditTextActivityNotSelectedTests.java | 37 assertFalse(mImm.isAcceptingText()); in testSoftKeyboardNoAutoPop()
|
D | OneEditTextActivitySelectedTests.java | 40 assertTrue(mImm.isAcceptingText()); in testSoftKeyboardAutoPop()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardPasswordView.java | 56 InputMethodManager mImm; field in KeyguardPasswordView 87 mImm.showSoftInput(mPasswordEntry, InputMethodManager.SHOW_IMPLICIT); in resetState() 112 mImm.showSoftInput(mPasswordEntry, InputMethodManager.SHOW_IMPLICIT); in onResume() 140 mImm.hideSoftInputFromWindow(getWindowToken(), 0); in onPause() 146 final boolean shouldBeVisible = hasMultipleEnabledIMEsOrSubtypes(mImm, false); in updateSwitchImeButton() 168 mImm = (InputMethodManager) getContext().getSystemService( in onFinishInflate() 196 mImm.showInputMethodPicker(false /* showAuxiliarySubtypes */); in onFinishInflate()
|
/frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/ |
D | InputMethodSettingsImpl.java | 41 private InputMethodManager mImm; field in InputMethodSettingsImpl 51 mImm = (InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE); in init() 52 mImi = getMyImi(context, mImm); in init() 169 final String summary = getEnabledSubtypesLabel(context, mImm, mImi); in updateSubtypeEnabler()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | InputMethodService.java | 344 InputMethodManager mImm; field in InputMethodService 480 if (mImm != null && mToken != null) { in bindInput() 481 mImm.reportFullscreenMode(mToken, mIsFullscreen); in bindInput() 582 mImm.setImeWindowStatus(mToken, mStartInputToken, in showSoftInput() 917 mImm = (InputMethodManager)getSystemService(INPUT_METHOD_SERVICE); in onCreate() 921 mShouldClearInsetOfPreviousIme = (mImm.getInputMethodWindowVisibleHeight() > 0); in onCreate() 1062 mImm.setImeWindowStatus(mToken, mStartInputToken, in resetStateForNewConfiguration() 1113 mImm.setImeWindowStatus(mToken, mStartInputToken, mapToImeWindowStatus(isInputViewShown()), in setBackDisposition() 1177 return mImm.switchToPreviousInputMethodInternal(mToken); in switchToPreviousInputMethod() 1189 return mImm.switchToNextInputMethodInternal(mToken, onlyCurrentIme); in switchToNextInputMethod() [all …]
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/ |
D | InputMethodSettingValuesWrapper.java | 50 private final InputMethodManager mImm; field in InputMethodSettingValuesWrapper 77 mImm = (InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE); in InputMethodSettingValuesWrapper() 85 final List<InputMethodInfo> imms = mImm.getInputMethodList(); in refreshAllInputMethodAndSubtypes()
|
D | InputMethodAndSubtypeEnablerManager.java | 47 private InputMethodManager mImm; field in InputMethodAndSubtypeEnablerManager 54 mImm = fragment.getContext().getSystemService(InputMethodManager.class); in InputMethodAndSubtypeEnablerManager() 56 mInputMethodInfoList = mImm.getInputMethodList(); in InputMethodAndSubtypeEnablerManager() 237 mImm.getEnabledInputMethodSubtypeList(imi, true); in updateImplicitlyEnabledSubtypesOf()
|
/frameworks/base/services/net/java/android/net/apf/ |
D | ApfGenerator.java | 103 private int mImm; field in ApfGenerator.Instruction 125 mImm = imm; in setImm() 245 writingOffset = writeValue(mImm, bytecode, writingOffset); in generate()
|