OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputMethodManager
(Results
26 - 50
of
149
) sorted by null
1
2
3
4
5
6
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsSearchBarController.java
27
import android.view.inputmethod.
InputMethodManager
;
50
protected
InputMethodManager
mInputMethodManager;
67
mInputMethodManager = (
InputMethodManager
)
148
mInputMethodManager.showSoftInput(mInput,
InputMethodManager
.SHOW_IMPLICIT);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardPasswordView.java
33
import android.view.inputmethod.
InputMethodManager
;
56
InputMethodManager
mImm;
87
mImm.showSoftInput(mPasswordEntry,
InputMethodManager
.SHOW_IMPLICIT);
112
mImm.showSoftInput(mPasswordEntry,
InputMethodManager
.SHOW_IMPLICIT);
174
mImm = (
InputMethodManager
) getContext().getSystemService(
256
private boolean hasMultipleEnabledIMEsOrSubtypes(
InputMethodManager
imm,
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GuidedActionAdapterGroup.java
24
import android.view.inputmethod.
InputMethodManager
;
128
InputMethodManager
mgr = (
InputMethodManager
)
144
InputMethodManager
mgr = (
InputMethodManager
)
/packages/apps/Email/src/com/android/email/activity/setup/
AccountServerBaseFragment.java
28
import android.view.inputmethod.
InputMethodManager
;
174
final
InputMethodManager
imm =
175
(
InputMethodManager
) mAppContext.getSystemService(Context.INPUT_METHOD_SERVICE);
223
InputMethodManager
imm = (
InputMethodManager
) mAppContext.
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
PasswordInputWizardFragment.java
30
import android.view.inputmethod.
InputMethodManager
;
165
InputMethodManager
inputMethodManager
=
166
(
InputMethodManager
) a.getSystemService(Context.INPUT_METHOD_SERVICE);
169
inputMethodManager
.viewClicked(mTextInput);
170
inputMethodManager
.showSoftInput(mTextInput, 0);
184
InputMethodManager
imm =
185
(
InputMethodManager
) getActivity().getSystemService(Context.INPUT_METHOD_SERVICE);
TextInputWizardFragment.java
30
import android.view.inputmethod.
InputMethodManager
;
165
InputMethodManager
inputMethodManager
= (
InputMethodManager
) a.getSystemService(
167
inputMethodManager
.showSoftInput(mTextInput, 0);
176
InputMethodManager
imm = (
InputMethodManager
) getActivity()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
HeadsUpNotificationTests.java
31
import android.view.inputmethod.
InputMethodManager
;
78
InputMethodManager
imm = (
InputMethodManager
) mContext
119
InputMethodManager
imm = (
InputMethodManager
) mContext
/cts/libs/deviceutil/src/android/cts/util/
KeyEventUtil.java
27
import android.view.inputmethod.
InputMethodManager
;
34
* {@link
InputMethodManager
#dispatchKeyEventFromInputMethod(View, KeyEvent)} to send the events.
186
InputMethodManager
imm = targetView.getContext().getSystemService(
InputMethodManager
.class);
/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
ImfBaseTestCase.java
29
import android.view.inputmethod.
InputMethodManager
;
48
protected
InputMethodManager
mImm;
69
mImm =
InputMethodManager
.getInstance();
/packages/apps/Messaging/src/com/android/messaging/ui/debug/
DebugMmsConfigItemView.java
26
import android.view.inputmethod.
InputMethodManager
;
123
((
InputMethodManager
) context.getSystemService(Context.INPUT_METHOD_SERVICE))
124
.toggleSoftInput(
InputMethodManager
.SHOW_IMPLICIT, 0);
/packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodSettingValuesWrapper.java
25
import android.view.inputmethod.
InputMethodManager
;
50
private final
InputMethodManager
mImm;
77
mImm = (
InputMethodManager
) context.getSystemService(Context.INPUT_METHOD_SERVICE);
VirtualKeyboardFragment.java
28
import android.view.inputmethod.
InputMethodManager
;
46
private
InputMethodManager
mImm;
54
mImm = Preconditions.checkNotNull(activity.getSystemService(
InputMethodManager
.class));
InputMethodPreference.java
32
import android.view.inputmethod.
InputMethodManager
;
214
private
InputMethodManager
getInputMethodManager() {
215
return (
InputMethodManager
)getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
219
final
InputMethodManager
imm = getInputMethodManager();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SystemBroadcastReceiver.java
31
import android.view.inputmethod.
InputMethodManager
;
99
final
InputMethodManager
imm = (
InputMethodManager
)
RichInputMethodManager.java
30
import android.view.inputmethod.
InputMethodManager
;
53
* Enrichment class for
InputMethodManager
to simplify interaction and add functionality.
120
public
InputMethodManager
getInputMethodManager() {
135
// Was not able to call {@link
InputMethodManager
#switchToNextInputMethodIBinder,boolean)}
145
final
InputMethodManager
imm = mImmWrapper.mImm;
167
final
InputMethodManager
imm = mImmWrapper.mImm;
200
// This method mimics {@link
InputMethodManager
#switchToNextInputMethod(IBinder,boolean)}.
230
private final
InputMethodManager
mImm;
239
public InputMethodInfoCache(final
InputMethodManager
imm, final String imePackageName) {
500
// {@link
InputMethodManager
#shouldOfferSwitchingToNextInputMethod} isn't yet availabl
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionaryList.java
30
import android.view.inputmethod.
InputMethodManager
;
83
final
InputMethodManager
imm =
84
(
InputMethodManager
)activity.getSystemService(Context.INPUT_METHOD_SERVICE);
/frameworks/base/core/java/android/inputmethodservice/
ExtractEditText.java
22
import android.view.inputmethod.
InputMethodManager
;
162
@Override protected void viewClicked(
InputMethodManager
imm) {
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidOnscreenKeyboard.java
38
import android.view.inputmethod.
InputMethodManager
;
137
InputMethodManager
input = (
InputMethodManager
)context.getSystemService(Context.INPUT_METHOD_SERVICE);
138
if (input != null) input.showSoftInput(textView,
InputMethodManager
.SHOW_FORCED);
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
AutoCompleteTextViewActivityLandscape.java
30
import android.view.inputmethod.
InputMethodManager
;
ManyEditTextActivityNoScrollPanScan.java
26
import android.view.inputmethod.
InputMethodManager
;
ManyEditTextActivityScrollPanScan.java
26
import android.view.inputmethod.
InputMethodManager
;
OneEditTextActivityNotSelected.java
27
import android.view.inputmethod.
InputMethodManager
;
OneEditTextActivitySelected.java
26
import android.view.inputmethod.
InputMethodManager
;
/cts/tests/tests/view/src/android/view/inputmethod/cts/
InputMethodInfoTest.java
32
import android.view.inputmethod.
InputMethodManager
;
204
final
InputMethodManager
imm = mContext.getSystemService(
InputMethodManager
.class);
246
final
InputMethodManager
imm = mContext.getSystemService(
InputMethodManager
.class);
/packages/apps/Terminal/src/com/android/terminal/
TerminalView.java
34
import android.view.inputmethod.
InputMethodManager
;
118
InputMethodManager
imm = (
InputMethodManager
) parent.getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
119
imm.showSoftInput(parent,
InputMethodManager
.SHOW_IMPLICIT);
Completed in 367 milliseconds
1
2
3
4
5
6