Home
last modified time | relevance | path

Searched refs:mImm (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
DImfBaseTestCase.java48 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()
DButtonActivityTest.java51 assertTrue(mImm.isActive()); in testButtonActivatesIme()
53 assertFalse(mImm.isAcceptingText()); in testButtonActivatesIme()
DOneEditTextActivityNotSelectedTests.java37 assertFalse(mImm.isAcceptingText()); in testSoftKeyboardNoAutoPop()
DOneEditTextActivitySelectedTests.java40 assertTrue(mImm.isAcceptingText()); in testSoftKeyboardAutoPop()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPasswordView.java56 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/
DInputMethodSettingsImpl.java41 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/
DInputMethodService.java344 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/
DInputMethodSettingValuesWrapper.java50 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()
DInputMethodAndSubtypeEnablerManager.java47 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/
DApfGenerator.java103 private int mImm; field in ApfGenerator.Instruction
125 mImm = imm; in setImm()
245 writingOffset = writeValue(mImm, bytecode, writingOffset); in generate()