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

1 2 3 45 6 7 8

  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
AttachmentsView.java 29 import android.view.inputmethod.InputMethodManager;
79 InputMethodManager imm = (InputMethodManager) getContext().getSystemService(
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SubtypeSwitcher.java 31 import android.view.inputmethod.InputMethodManager;
205 final InputMethodManager imm = mRichImm.getInputMethodManager();
260 final InputMethodManager inputMethodManager = mRichImm.getInputMethodManager();
262 inputMethodManager.getEnabledInputMethodList();
265 inputMethodManager.getEnabledInputMethodSubtypeList(
  /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);
  /packages/apps/Contacts/src/com/android/contacts/editor/
TextFieldsEditorView.java 33 import android.view.inputmethod.InputMethodManager;
128 InputMethodManager imm =
129 (InputMethodManager)getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
131 if (!imm.showSoftInput(editor, InputMethodManager.SHOW_IMPLICIT)) {
  /external/chromium_org/chrome/browser/chromeos/login/ui/
webui_login_display.cc 165 input_method::InputMethodManager* ime_manager =
166 input_method::InputMethodManager::Get();
  /external/chromium_org/chrome/browser/chromeos/
preferences_browsertest.cc 55 input_method::InputMethodManager::Get())
106 input_method::InputMethodManager::Get()->GetCurrentInputMethod().id());
  /external/chromium_org/chrome/browser/ui/ash/
system_tray_delegate_chromeos.h 44 public input_method::InputMethodManager::Observer,
200 // Overridden from InputMethodManager::Observer.
201 virtual void InputMethodChanged(input_method::InputMethodManager* manager,
system_tray_delegate_chromeos.cc 287 input_method::InputMethodManager::Get()->AddObserver(this);
353 input_method::InputMethodManager::Get()->RemoveObserver(this);
744 input_method::InputMethodManager* manager =
745 input_method::InputMethodManager::Get();
753 input_method::InputMethodManager* manager =
754 input_method::InputMethodManager::Get();
783 input_method::InputMethodManager::Get()->ChangeInputMethod(ime_id);
787 input_method::InputMethodManager::Get()->ActivateInputMethodMenuItem(key);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
keyboard_overlay_ui.cc 331 chromeos::input_method::InputMethodManager* manager =
332 chromeos::input_method::InputMethodManager::Get();
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
Desktop.java 17 import android.view.inputmethod.InputMethodManager;
147 ((InputMethodManager)getSystemService(INPUT_METHOD_SERVICE)).toggleSoftInput(0, 0);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java 41 import android.view.inputmethod.InputMethodManager;
236 // create an InputMethodManager
237 InputMethodManager.getInstance();
265 // remove the InputMethodManager
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 57 import android.view.inputmethod.InputMethodManager;
248 final InputMethodManager imm = (InputMethodManager) getSystemService(
659 final InputMethodManager imm = (InputMethodManager) getSystemService(
759 final InputMethodManager imm = (InputMethodManager) getSystemService(
    [all...]
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine.cc 171 input_method::InputMethodManager::Get()->RemoveInputMethodExtension(profile_,
194 input_method::InputMethodManager* manager =
195 input_method::InputMethodManager::Get();
238 input_method::InputMethodManager* manager =
239 input_method::InputMethodManager::Get();
input_method_manager_impl.cc 74 InputMethodManager::Observer* observer) {
79 InputMethodManager::CandidateWindowObserver* observer) {
84 InputMethodManager::Observer* observer) {
89 InputMethodManager::CandidateWindowObserver* observer) {
401 FOR_EACH_OBSERVER(InputMethodManager::Observer,
860 FOR_EACH_OBSERVER(InputMethodManager::CandidateWindowObserver,
866 FOR_EACH_OBSERVER(InputMethodManager::CandidateWindowObserver,
    [all...]
  /frameworks/base/core/java/android/app/
SearchDialog.java 47 import android.view.inputmethod.InputMethodManager;
510 InputMethodManager imm = (InputMethodManager)getContext()
652 InputMethodManager imm = (InputMethodManager)getContext()
  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java 37 import android.view.inputmethod.InputMethodManager;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupWizardActivity.java 31 import android.view.inputmethod.InputMethodManager;
51 private InputMethodManager mImm;
81 private final InputMethodManager mImmInHandler;
84 final InputMethodManager imm) {
122 mImm = (InputMethodManager)getSystemService(INPUT_METHOD_SERVICE);
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 62 import android.view.inputmethod.InputMethodManager;
254 InputMethodManager mImm;
412 ? InputMethodManager.RESULT_HIDDEN
413 : (wasVis ? InputMethodManager.RESULT_UNCHANGED_SHOWN
414 : InputMethodManager.RESULT_UNCHANGED_HIDDEN), null);
440 ? InputMethodManager.RESULT_SHOWN
441 : (wasVis ? InputMethodManager.RESULT_UNCHANGED_SHOWN
442 : InputMethodManager.RESULT_UNCHANGED_HIDDEN), null);
670 mImm = (InputMethodManager)getSystemService(INPUT_METHOD_SERVICE);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
signin_screen_handler.cc 159 chromeos::input_method::InputMethodManager* manager) {
254 caps_lock_enabled_(chromeos::input_method::InputMethodManager::Get()
277 chromeos::input_method::InputMethodManager::Get()->GetImeKeyboard();
284 chromeos::input_method::InputMethodManager::Get()->GetImeKeyboard();
451 input_method::InputMethodManager::Get()
    [all...]
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndLanguageSettings.java 53 import android.view.inputmethod.InputMethodManager;
103 private InputMethodManager mImm;
118 mImm = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
325 final InputMethodManager imm = (InputMethodManager)
706 InputMethodManager inputMethodManager = (InputMethodManager) context.getSystemService(
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java 205 public final class InputMethodManager {
207 static final String TAG = "InputMethodManager";
211 static InputMethodManager sInstance;
537 private final InputMethodManager mParentInputMethodManager;
541 final InputMethodManager inputMethodManager) {
543 mParentInputMethodManager = inputMethodManager;
606 InputMethodManager(IInputMethodManager service, Looper looper) {
615 * Retrieve the global InputMethodManager instance, creating it if it
619 public static InputMethodManager getInstance()
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java 60 import android.view.inputmethod.InputMethodManager;
168 InputMethodManager imm = (InputMethodManager)
    [all...]
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 33 import android.view.inputmethod.InputMethodManager;
60 private InputMethodManager mInputMethodManager;
88 mInputMethodManager = (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(
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
SelectFromListWizardFragment.java 40 import android.view.inputmethod.InputMethodManager;
347 InputMethodManager inputMethodManager = (InputMethodManager) getActivity()
349 inputMethodManager.hideSoftInputFromWindow(

Completed in 760 milliseconds

1 2 3 45 6 7 8