HomeSort by relevance Sort by last modified time
    Searched full:inputmethodmanager (Results 126 - 150 of 255) sorted by null

1 2 3 4 56 7 8 91011

  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/android/
native_activity.h 272 * Flags for ANativeActivity_showSoftInput; see the Java InputMethodManager
281 * Show the IME while in the given activity. Calls InputMethodManager.showSoftInput()
289 * Flags for ANativeActivity_hideSoftInput; see the Java InputMethodManager
298 * Hide the IME while in the given activity. Calls InputMethodManager.hideSoftInput()
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/android/
native_activity.h 265 * Flags for ANativeActivity_showSoftInput; see the Java InputMethodManager
274 * Show the IME while in the given activity. Calls InputMethodManager.showSoftInput()
282 * Flags for ANativeActivity_hideSoftInput; see the Java InputMethodManager
291 * Hide the IME while in the given activity. Calls InputMethodManager.hideSoftInput()
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/android/
native_activity.h 265 * Flags for ANativeActivity_showSoftInput; see the Java InputMethodManager
274 * Show the IME while in the given activity. Calls InputMethodManager.showSoftInput()
282 * Flags for ANativeActivity_hideSoftInput; see the Java InputMethodManager
291 * Hide the IME while in the given activity. Calls InputMethodManager.hideSoftInput()
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/android/
native_activity.h 265 * Flags for ANativeActivity_showSoftInput; see the Java InputMethodManager
274 * Show the IME while in the given activity. Calls InputMethodManager.showSoftInput()
282 * Flags for ANativeActivity_hideSoftInput; see the Java InputMethodManager
291 * Hide the IME while in the given activity. Calls InputMethodManager.hideSoftInput()
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
LatinKeyboard.java 25 import android.view.inputmethod.InputMethodManager;
38 * visible while {@link InputMethodManager#shouldOfferSwitchingToNextInputMethod(IBinder)}
  /frameworks/base/core/java/android/inputmethodservice/
ExtractEditText.java 22 import android.view.inputmethod.InputMethodManager;
162 @Override protected void viewClicked(InputMethodManager imm) {
  /frameworks/base/core/java/com/android/internal/widget/
EditableInputConnection.java 41 // A negative value means that this connection has been finished by the InputMethodManager.
74 // When the connection is reset by the InputMethodManager and reportFinish
  /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/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
SelectFromListWizardFragment.java 37 import android.view.inputmethod.InputMethodManager;
550 InputMethodManager inputMethodManager = (InputMethodManager) getActivity()
552 inputMethodManager.hideSoftInputFromWindow(
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupWizardActivity.java 31 import android.view.inputmethod.InputMethodManager;
55 private InputMethodManager mImm;
85 private final InputMethodManager mImmInHandler;
88 final InputMethodManager imm) {
126 mImm = (InputMethodManager)getSystemService(INPUT_METHOD_SERVICE);
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
PrintContentView.java 25 import android.view.inputmethod.InputMethodManager;
382 InputMethodManager imm = (InputMethodManager) mContext.getSystemService(
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
AppRestrictionsHelper.java 37 import android.view.inputmethod.InputMethodManager;
271 InputMethodManager imm = (InputMethodManager)
  /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/Settings/src/com/android/settings/
DateTimeSettingsSetupWizard.java 34 import android.view.inputmethod.InputMethodManager;
73 private InputMethodManager mInputMethodManager;
139 mInputMethodManager = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndSubtypeEnabler.java 31 import android.view.inputmethod.InputMethodManager;
51 private InputMethodManager mImm;
64 mImm = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
  /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);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
RemoteInputView.java 44 import android.view.inputmethod.InputMethodManager;
506 final InputMethodManager imm = InputMethodManager.getInstance();
508 // onCreateInputConnection is called by InputMethodManager in the middle of
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
AutoCompleteTextViewActivityLandscape.java 30 import android.view.inputmethod.InputMethodManager;
AutoCompleteTextViewActivityPortrait.java 26 import android.view.inputmethod.InputMethodManager;
  /packages/apps/Contacts/src/com/android/contacts/editor/
TextFieldsEditorView.java 36 import android.view.inputmethod.InputMethodManager;
130 InputMethodManager imm =
131 (InputMethodManager)getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
133 if (!imm.showSoftInput(editor, InputMethodManager.SHOW_IMPLICIT)) {
  /frameworks/base/core/java/android/app/
SearchDialog.java 47 import android.view.inputmethod.InputMethodManager;
508 InputMethodManager imm = getContext().getSystemService(InputMethodManager.class);
645 InputMethodManager imm = getContext().getSystemService(InputMethodManager.class);
SystemServiceRegistry.java 128 import android.view.inputmethod.InputMethodManager;
308 registerService(Context.INPUT_METHOD_SERVICE, InputMethodManager.class,
309 new StaticServiceFetcher<InputMethodManager>() {
311 public InputMethodManager createService() {
312 return InputMethodManager.getInstance();
    [all...]
  /frameworks/base/core/java/android/view/
WindowManagerGlobal.java 32 import android.view.inputmethod.InputMethodManager;
184 InputMethodManager imm = InputMethodManager.getInstance();
441 InputMethodManager imm = InputMethodManager.getInstance();
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListFragment.java 41 import android.view.inputmethod.InputMethodManager;
854 InputMethodManager inputMethodManager = (InputMethodManager)
856 inputMethodManager.hideSoftInputFromWindow(mListView.getWindowToken(), 0);
    [all...]

Completed in 2330 milliseconds

1 2 3 4 56 7 8 91011