Searched refs:mIme (Results 1 – 2 of 2) sorted by relevance
58 private T mIme; field in ImeCommandReceiver61 mIme = ime; in register()70 Log.d(mIme.getClass().getSimpleName(), "onReceive: command=" + command); in onReceive()77 mIme.commandCommitText(text, newCursorPosition); in onReceive()82 mIme.commandSwitchInputMethod(imeId); in onReceive()87 mIme.commandRequestHideSelf(flags); in onReceive()93 mIme.switchInputMethod(imeId, null /* subtype*/); in onReceive()97 mIme.switchToNextInputMethod(false); in onReceive()101 mIme.switchToPreviousInputMethod(); in onReceive()
1424 private final MockIme mIme;1438 mIme = mockIme;1442 if (mIme.mSettings == null) {1446 if (!mIme.mSettings.getChannel().send(event.toBundle())) {1469 final ImeState enterState = mIme.getState();1487 final ImeState exitState = mIme.getState();1559 arguments.putParcelable("editorInfo", mIme.getCurrentInputEditorInfo());1565 arguments.putParcelable("editorInfo", mIme.getCurrentInputEditorInfo());1579 arguments.putParcelable("editorInfo", mIme.getCurrentInputEditorInfo());1729 mIme.mLastDispatchedConfiguration));