HomeSort by relevance Sort by last modified time
    Searched refs:InputMethodManager (Results 126 - 150 of 191) sorted by null

1 2 3 4 56 7 8

  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
LatinKeyboard.java 25 import android.view.inputmethod.InputMethodManager;
38 * visible while {@link InputMethodManager#shouldOfferSwitchingToNextInputMethod(IBinder)}
  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_controller_impl.cc 32 new ModeIndicatorController(InputMethodManager::Get()));
input_method_engine_browsertests.cc 74 InputMethodManager::Get()->GetComponentExtensionIMEManager();
84 InputMethodManager::Get()->SetEnabledExtensionImes(&extension_ime_ids);
87 InputMethodManager::Get()->GetInputMethodExtensions(&extension_imes);
89 // Test IME has two input methods, thus InputMethodManager should have two
158 InputMethodManager::Get()->ChangeInputMethod(kIdentityIMEID);
238 InputMethodManager::Get()->ChangeInputMethod(kAPIArgumentIMEID);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/
preferences.cc 52 input_method_manager_(input_method::InputMethodManager::Get()),
61 Preferences::Preferences(input_method::InputMethodManager* input_method_manager)
528 input_method::InputMethodManager::Get()
606 // When |preload_engines_| are set, InputMethodManager::ChangeInputMethod()
619 // is sent to the InputMethodManager. Otherwise, the ChangeInputMethod request
636 input_method::InputMethodManager::Get()
chrome_browser_main_chromeos.cc 268 // This function and SystemKeyEventListener use InputMethodManager.
292 input_method::InputMethodManager::Get()
576 input_method::InputMethodManager* const ime_manager =
577 input_method::InputMethodManager::Get();
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
SearchBar.java 44 import android.view.inputmethod.InputMethodManager;
113 private final InputMethodManager mInputMethodManager;
160 (InputMethodManager)context.getSystemService(Context.INPUT_METHOD_SERVICE);
449 InputMethodManager.RESULT_UNCHANGED_SHOWN);
  /frameworks/base/core/java/android/widget/
SearchView.java 56 import android.view.inputmethod.InputMethodManager;
151 InputMethodManager imm = (InputMethodManager)
    [all...]
TimePickerClockDelegate.java 33 import android.view.inputmethod.InputMethodManager;
446 InputMethodManager inputMethodManager = InputMethodManager.peekInstance();
447 if (inputMethodManager != null) {
448 if (inputMethodManager.isActive(mHourSpinnerInput)) {
450 inputMethodManager.hideSoftInputFromWindow(mDelegator.getWindowToken(), 0);
451 } else if (inputMethodManager.isActive(mMinuteSpinnerInput)) {
453 inputMethodManager.hideSoftInputFromWindow(mDelegator.getWindowToken(), 0);
454 } else if (inputMethodManager.isActive(mAmPmSpinnerInput))
    [all...]
TextView.java 126 import android.view.inputmethod.InputMethodManager;
    [all...]
Editor.java 104 import android.view.inputmethod.InputMethodManager;
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
BaseInputConnection.java 54 protected final InputMethodManager mIMM;
63 BaseInputConnection(InputMethodManager mgr, boolean fullEditor) {
70 mIMM = (InputMethodManager)targetView.getContext().getSystemService(
156 * Called when this InputConnection is no longer used by the InputMethodManager.
535 * Updates InputMethodManager with the current fullscreen mode.
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactSelectionActivity.java 40 import android.view.inputmethod.InputMethodManager;
633 final InputMethodManager imm = (InputMethodManager)
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListFragment.java 40 import android.view.inputmethod.InputMethodManager;
817 InputMethodManager inputMethodManager = (InputMethodManager)
819 inputMethodManager.hideSoftInputFromWindow(mListView.getWindowToken(), 0);
  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 34 import android.view.inputmethod.InputMethodManager;
110 private InputMethodManager mInputMethodManager;
219 mInputMethodManager = (InputMethodManager)
  /packages/apps/Launcher3/src/com/android/launcher3/
DragController.java 30 import android.view.inputmethod.InputMethodManager;
102 private InputMethodManager mInputMethodManager;
209 mInputMethodManager = (InputMethodManager)
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettingsForSetupWizardXL.java 36 import android.view.inputmethod.InputMethodManager;
127 private InputMethodManager mInputMethodManager;
150 mInputMethodManager = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
AppLoadingTask.java 43 import android.view.inputmethod.InputMethodManager;
373 InputMethodManager imm = (InputMethodManager)
  /external/chromium_org/chrome/browser/chromeos/login/session/
session_manager.cc 61 input_method::InputMethodManager* manager =
62 input_method::InputMethodManager::Get();
  /external/chromium_org/ui/base/ime/
input_method_chromeos.cc 108 chromeos::input_method::InputMethodManager* manager =
109 chromeos::input_method::InputMethodManager::Get();
  /external/chromium_org/ash/accelerators/
accelerator_controller.cc 648 chromeos::input_method::InputMethodManager* ime =
649 chromeos::input_method::InputMethodManager::Get();
672 chromeos::input_method::InputMethodManager* ime =
673 chromeos::input_method::InputMethodManager::Get();
    [all...]
  /external/chromium_org/chrome/browser/chromeos/accessibility/
accessibility_manager.cc 365 input_method::InputMethodManager::Get()->AddObserver(this);
386 input_method::InputMethodManager::Get()->RemoveObserver(this);
850 // Overridden from InputMethodManager::Observer.
852 input_method::InputMethodManager* manager,
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
oobe_localization_browsertest.cc 255 input_method::InputMethodManager::Get()
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc 155 chromeos::input_method::InputMethodManager::Get()->
176 chromeos::input_method::InputMethodManager::Get()->
855 chromeos::input_method::InputMethodManager* manager) {
860 chromeos::input_method::InputMethodManager* manager) {
    [all...]
  /packages/apps/Browser/src/com/android/browser/
AddBookmarkPage.java 54 import android.view.inputmethod.InputMethodManager;
143 private InputMethodManager getInputMethodManager() {
144 return (InputMethodManager) getSystemService(INPUT_METHOD_SERVICE);
278 InputMethodManager imm = getInputMethodManager();
279 // Set the InputMethodManager to focus on the ListView so that it
282 imm.showSoftInput(mFolderNamer, InputMethodManager.SHOW_IMPLICIT);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java 108 import android.view.inputmethod.InputMethodManager;
    [all...]

Completed in 1117 milliseconds

1 2 3 4 56 7 8