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

12 3 4 5 6 7 8

  /cts/tests/tests/view/src/android/view/inputmethod/cts/
InputMethodManagerTest.java 32 import android.view.inputmethod.InputMethodManager;
88 final InputMethodManager imManager = (InputMethodManager) context
112 assertTrue(imManager.showSoftInput(view, InputMethodManager.SHOW_IMPLICIT));
121 imManager.showSoftInputFromInputMethod(token, InputMethodManager.SHOW_FORCED);
122 imManager.hideSoftInputFromInputMethod(token, InputMethodManager.HIDE_NOT_ALWAYS);
125 imManager.toggleSoftInputFromWindow(token, 0, InputMethodManager.HIDE_NOT_ALWAYS);
126 imManager.toggleSoftInputFromWindow(token, 0, InputMethodManager.HIDE_NOT_ALWAYS);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowInputMethodManager.java 6 import android.view.inputmethod.InputMethodManager;
11 @Implements(InputMethodManager.class)
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
InputMethodManagerWrapper.java 11 import android.view.inputmethod.InputMethodManager;
14 * Wrapper around Android's InputMethodManager
23 private InputMethodManager getInputMethodManager() {
24 return (InputMethodManager) mContext.getSystemService(Context.INPUT_METHOD_SERVICE);
28 * @see android.view.inputmethod.InputMethodManager#restartInput(View)
35 * @see android.view.inputmethod.InputMethodManager#showSoftInput(View, int, ResultReceiver)
42 * @see android.view.inputmethod.InputMethodManager#isActive(View)
49 * @see InputMethodManager#hideSoftInputFromWindow(IBinder, int, ResultReceiver)
57 * @see android.view.inputmethod.InputMethodManager#updateSelection(View, int, int, int, int)
66 * @see android.view.inputmethod.InputMethodManager#isWatchingCursor(View
    [all...]
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
ButtonActivity.java 24 import android.view.inputmethod.InputMethodManager;
50 InputMethodManager imm = InputMethodManager.getInstance();
AutoCompleteTextViewActivityPortrait.java 26 import android.view.inputmethod.InputMethodManager;
  /frameworks/testing/espresso/espresso-sample/src/main/java/com/google/android/apps/common/testing/ui/testapp/
DelegatingEditText.java 24 import android.view.inputmethod.InputMethodManager;
56 InputMethodManager imm =
57 (InputMethodManager) mContext.getSystemService(Context.INPUT_METHOD_SERVICE);
  /external/chromium_org/chrome/browser/chromeos/input_method/
mock_input_method_manager.h 18 // The mock implementation of InputMethodManager for testing.
19 class MockInputMethodManager : public InputMethodManager {
24 // InputMethodManager override:
25 virtual void AddObserver(InputMethodManager::Observer* observer) OVERRIDE;
27 InputMethodManager::CandidateWindowObserver* observer) OVERRIDE;
28 virtual void RemoveObserver(InputMethodManager::Observer* observer) OVERRIDE;
30 InputMethodManager::CandidateWindowObserver* observer) OVERRIDE;
input_method_manager_impl.h 29 // The implementation of InputMethodManager.
30 class InputMethodManagerImpl : public InputMethodManager,
33 // Constructs an InputMethodManager instance. The client is responsible for
44 // Receives notification of an InputMethodManager::State transition.
47 // InputMethodManager override:
48 virtual void AddObserver(InputMethodManager::Observer* observer) OVERRIDE;
50 InputMethodManager::CandidateWindowObserver* observer) OVERRIDE;
51 virtual void RemoveObserver(InputMethodManager::Observer* observer) OVERRIDE;
53 InputMethodManager::CandidateWindowObserver* observer) OVERRIDE;
185 ObserverList<InputMethodManager::Observer> observers_
    [all...]
mock_input_method_manager.cc 22 InputMethodManager::Observer* observer) {
27 InputMethodManager::CandidateWindowObserver* observer) {
31 InputMethodManager::Observer* observer) {
36 InputMethodManager::CandidateWindowObserver* observer) {
mode_indicator_controller.cc 53 ModeIndicatorController::ModeIndicatorController(InputMethodManager* imm)
86 void ModeIndicatorController::InputMethodChanged(InputMethodManager* manager,
  /external/chromium_org/chrome/browser/chromeos/extensions/
input_method_api.cc 32 chromeos::input_method::InputMethodManager* manager =
33 chromeos::input_method::InputMethodManager::Get();
45 chromeos::input_method::InputMethodManager* manager =
46 chromeos::input_method::InputMethodManager::Get();
65 chromeos::input_method::InputMethodManager* manager =
66 chromeos::input_method::InputMethodManager::Get();
input_method_apitest_chromeos.cc 48 chromeos::input_method::InputMethodManager* manager =
49 chromeos::input_method::InputMethodManager::Get();
  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
Test1DetailFragment.java 26 import android.view.inputmethod.InputMethodManager;
65 InputMethodManager imm = (InputMethodManager) getActivity().getSystemService(
  /external/chromium_org/chrome/browser/chromeos/
preferences.h 33 class InputMethodManager;
46 input_method::InputMethodManager* input_method_manager); // for testing
110 input_method::InputMethodManager* input_method_manager_;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SystemBroadcastReceiver.java 24 import android.view.inputmethod.InputMethodManager;
90 final InputMethodManager imm =
91 (InputMethodManager)context.getSystemService(Context.INPUT_METHOD_SERVICE);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
InputConnectionCompatUtils.java 20 import android.view.inputmethod.InputMethodManager;
50 * Requests the editor to call back {@link InputMethodManager#updateCursorAnchorInfo}.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupActivity.java 25 import android.view.inputmethod.InputMethodManager;
  /external/chromium_org/chrome/browser/chromeos/events/
system_key_event_listener.cc 87 input_method::InputMethodManager* input_method_manager =
88 input_method::InputMethodManager::Get();
xinput_hierarchy_changed_event_listener.cc 42 chromeos::input_method::InputMethodManager* input_method_manager =
43 chromeos::input_method::InputMethodManager::Get();
  /development/samples/SoftKeyboard/src/com/android/inputmethodcommon/
InputMethodSettingsImpl.java 34 import android.view.inputmethod.InputMethodManager;
47 private InputMethodManager mImm;
59 mImm = (InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE);
88 private static InputMethodInfo getMyImi(Context context, InputMethodManager imm) {
100 Context context, InputMethodManager imm, InputMethodInfo imi) {
  /frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/
InputMethodSettingsImpl.java 28 import android.view.inputmethod.InputMethodManager;
41 private InputMethodManager mImm;
51 mImm = (InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE);
68 private static InputMethodInfo getMyImi(Context context, InputMethodManager imm) {
80 Context context, InputMethodManager imm, InputMethodInfo imi) {
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
CloseKeyboardAction.java 35 import android.view.inputmethod.InputMethodManager;
80 InputMethodManager imm = (InputMethodManager) getRootActivity(uiController)
110 if (atomicResultCode.get() != InputMethodManager.RESULT_UNCHANGED_HIDDEN
111 && atomicResultCode.get() != InputMethodManager.RESULT_HIDDEN) {
  /packages/apps/Dialer/src/com/android/dialer/util/
DialerUtils.java 33 import android.view.inputmethod.InputMethodManager;
173 final InputMethodManager imm = (InputMethodManager) view.getContext().getSystemService(
181 final InputMethodManager imm = (InputMethodManager) view.getContext().getSystemService(
  /external/chromium_org/ash/system/chromeos/
tray_caps_lock.cc 30 chromeos::input_method::InputMethodManager* ime =
31 chromeos::input_method::InputMethodManager::Get();
113 chromeos::input_method::InputMethodManager::Get()->GetImeKeyboard();
136 chromeos::input_method::InputMethodManager* ime =
137 chromeos::input_method::InputMethodManager::Get();
143 chromeos::input_method::InputMethodManager* ime =
144 chromeos::input_method::InputMethodManager::Get();
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_screen_handler.cc 102 input_method::InputMethodManager* manager =
103 input_method::InputMethodManager::Get();
112 input_method::InputMethodManager* manager =
113 input_method::InputMethodManager::Get();
330 input_method::InputMethodManager::Get()->ChangeInputMethod(id);
351 input_method::InputMethodManager* manager =
352 input_method::InputMethodManager::Get();
401 input_method::InputMethodManager::Get()->GetInputMethodUtil();
420 input_method::InputMethodManager* manager, bool show_message) {
437 input_method::InputMethodManager* manager
    [all...]

Completed in 503 milliseconds

12 3 4 5 6 7 8