OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputMethodManager
(Results
51 - 75
of
149
) sorted by null
1
2
3
4
5
6
/packages/services/Telecomm/src/com/android/server/telecom/settings/
BlockedNumbersActivity.java
43
import android.view.inputmethod.
InputMethodManager
;
235
InputMethodManager
inputMethodManager
=
236
(
InputMethodManager
) getSystemService(Context.INPUT_METHOD_SERVICE);
237
inputMethodManager
.showSoftInput(editText,
238
InputMethodManager
.SHOW_IMPLICIT);
/developers/build/prebuilts/gradle/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/
FingerprintAuthenticationDialogFragment.java
30
import android.view.inputmethod.
InputMethodManager
;
59
private
InputMethodManager
mInputMethodManager;
140
mInputMethodManager = mActivity.getSystemService(
InputMethodManager
.class);
/developers/samples/android/security/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/
FingerprintAuthenticationDialogFragment.java
30
import android.view.inputmethod.
InputMethodManager
;
59
private
InputMethodManager
mInputMethodManager;
140
mInputMethodManager = mActivity.getSystemService(
InputMethodManager
.class);
/development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
FingerprintAuthenticationDialogFragment.java
30
import android.view.inputmethod.
InputMethodManager
;
59
private
InputMethodManager
mInputMethodManager;
140
mInputMethodManager = mActivity.getSystemService(
InputMethodManager
.class);
/frameworks/base/core/java/android/webkit/
FindActionModeCallback.java
33
import android.view.inputmethod.
InputMethodManager
;
47
private
InputMethodManager
mInput;
64
mInput = context.getSystemService(
InputMethodManager
.class);
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZonePickerView.java
30
import android.view.inputmethod.
InputMethodManager
;
154
InputMethodManager
manager =
155
(
InputMethodManager
) getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
/packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorBaseActivity.java
42
import android.view.inputmethod.
InputMethodManager
;
238
final
InputMethodManager
imm = (
InputMethodManager
) getSystemService(INPUT_METHOD_SERVICE);
/packages/apps/Contacts/src/com/android/contacts/group/
GroupBrowseListFragment.java
39
import android.view.inputmethod.
InputMethodManager
;
278
InputMethodManager
inputMethodManager
= (
InputMethodManager
)
280
inputMethodManager
.hideSoftInputFromWindow(mListView.getWindowToken(), 0);
/packages/apps/Settings/src/com/android/settings/inputmethod/
AvailableVirtualKeyboardFragment.java
35
import android.view.inputmethod.
InputMethodManager
;
51
private
InputMethodManager
mImm;
61
mImm = activity.getSystemService(
InputMethodManager
.class);
UserDictionaryList.java
29
import android.view.inputmethod.
InputMethodManager
;
109
final
InputMethodManager
imm =
110
(
InputMethodManager
) context.getSystemService(Context.INPUT_METHOD_SERVICE);
InputMethodAndSubtypeEnabler.java
31
import android.view.inputmethod.
InputMethodManager
;
51
private
InputMethodManager
mImm;
64
mImm = (
InputMethodManager
) getSystemService(Context.INPUT_METHOD_SERVICE);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
KeyboardFragment.java
34
import android.view.inputmethod.
InputMethodManager
;
47
private
InputMethodManager
mInputMethodManager;
56
(
InputMethodManager
) getActivity().getSystemService(Context.INPUT_METHOD_SERVICE);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
MaterialSearchActionView.java
35
import android.view.inputmethod.
InputMethodManager
;
63
private
InputMethodManager
mImm;
142
mImm = (
InputMethodManager
) getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
/platform_testing/tests/functional/settingstests/src/com/android/settings/functional/
MainSettingsTests.java
27
import android.view.inputmethod.
InputMethodManager
;
113
InputMethodManager
imm = (
InputMethodManager
) mContext
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SearchActivityView.java
30
import android.view.inputmethod.
InputMethodManager
;
296
InputMethodManager
imm = (
InputMethodManager
)
339
InputMethodManager
imm = (
InputMethodManager
)
/packages/apps/Settings/src/com/android/settings/
ConfirmLockPassword.java
38
import android.view.inputmethod.
InputMethodManager
;
104
private
InputMethodManager
mImm;
139
mImm = (
InputMethodManager
) getActivity().getSystemService(
291
mImm.showSoftInput(mPasswordEntry,
InputMethodManager
.SHOW_IMPLICIT);
313
InputMethodManager
.HIDE_IMPLICIT_ONLY);
DateTimeSettingsSetupWizard.java
34
import android.view.inputmethod.
InputMethodManager
;
73
private
InputMethodManager
mInputMethodManager;
139
mInputMethodManager = (
InputMethodManager
)getSystemService(Context.INPUT_METHOD_SERVICE);
/frameworks/base/core/java/android/app/
NativeActivity.java
36
import android.view.inputmethod.
InputMethodManager
;
79
private
InputMethodManager
mIMM;
136
mIMM = getSystemService(
InputMethodManager
.class);
/frameworks/base/core/java/android/text/style/
SuggestionSpan.java
32
import android.view.inputmethod.
InputMethodManager
;
417
InputMethodManager
imm =
InputMethodManager
.peekInstance();
/packages/apps/Settings/src/com/android/settings/search/
DynamicIndexableContentMonitor.java
45
import android.view.inputmethod.
InputMethodManager
;
141
InputMethodManager
imeManager = (
InputMethodManager
)
/packages/apps/Settings/src/com/android/settings/wifi/
WriteWifiConfigToNfcDialog.java
38
import android.view.inputmethod.
InputMethodManager
;
169
InputMethodManager
imm = (
InputMethodManager
)
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
AttachmentsView.java
29
import android.view.inputmethod.
InputMethodManager
;
79
InputMethodManager
imm = (
InputMethodManager
) getContext().getSystemService(
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
UserDictionaryProvider.java
43
import android.view.inputmethod.
InputMethodManager
;
97
private
InputMethodManager
mImeManager;
143
mImeManager = getContext().getSystemService(
InputMethodManager
.class);
/packages/services/Car/car-support-lib/src/android/support/car/app/
CarProxyActivity.java
37
import android.view.inputmethod.
InputMethodManager
;
328
private final
InputMethodManager
mInputManager;
333
mInputManager = (
InputMethodManager
) mActivity.get()
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/
NotificationStudioActivity.java
37
import android.view.inputmethod.
InputMethodManager
;
241
InputMethodManager
imm =
242
(
InputMethodManager
) getSystemService(Context.INPUT_METHOD_SERVICE);
Completed in 615 milliseconds
1
2
3
4
5
6