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

1 23 4 5 6 7 8

  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_screen_handler.h 33 public input_method::InputMethodManager::Observer {
60 // InputMethodManager::Observer implementation:
61 virtual void InputMethodChanged(input_method::InputMethodManager* manager,
  /external/chromium_org/chrome/browser/chromeos/input_method/
mode_indicator_browsertest.cc 102 InputMethodManager::Get()
111 InputMethodManager::Get()->GetComponentExtensionIMEManager();
131 InputMethodManager* imm = InputMethodManager::Get();
199 InputMethodManager* imm = InputMethodManager::Get();
input_method_manager_impl_unittest.cc 61 class TestObserver : public InputMethodManager::Observer,
71 virtual void InputMethodChanged(InputMethodManager* manager,
90 : public InputMethodManager::CandidateWindowObserver {
99 virtual void CandidateWindowOpened(InputMethodManager* manager) OVERRIDE {
102 virtual void CandidateWindowClosed(InputMethodManager* manager) OVERRIDE {
511 manager_->SetState(InputMethodManager::STATE_BROWSER_SCREEN);
538 manager_->SetState(InputMethodManager::STATE_BROWSER_SCREEN);
569 manager_->SetState(InputMethodManager::STATE_BROWSER_SCREEN);
595 manager_->SetState(InputMethodManager::STATE_BROWSER_SCREEN);
618 manager_->SetState(InputMethodManager::STATE_BROWSER_SCREEN)
    [all...]
  /external/chromium_org/ui/android/java/src/org/chromium/ui/
UiUtils.java 15 import android.view.inputmethod.InputMethodManager;
63 InputMethodManager imm =
64 (InputMethodManager) view.getContext().getSystemService(
67 imm.showSoftInput(view, InputMethodManager.SHOW_IMPLICIT);
76 InputMethodManager imm =
77 (InputMethodManager) view.getContext().getSystemService(
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardPasswordView.java 32 import android.view.inputmethod.InputMethodManager;
49 InputMethodManager mImm;
95 mImm.showSoftInput(mPasswordEntry, InputMethodManager.SHOW_IMPLICIT);
119 mImm = (InputMethodManager) getContext().getSystemService(
208 private boolean hasMultipleEnabledIMEsOrSubtypes(InputMethodManager imm,
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountServerBaseFragment.java 28 import android.view.inputmethod.InputMethodManager;
174 final InputMethodManager imm =
175 (InputMethodManager) mAppContext.getSystemService(Context.INPUT_METHOD_SERVICE);
223 InputMethodManager imm = (InputMethodManager) mAppContext.
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
PasswordInputWizardFragment.java 34 import android.view.inputmethod.InputMethodManager;
181 InputMethodManager inputMethodManager = (InputMethodManager) a.getSystemService(
183 inputMethodManager.showSoftInput(mTextInput, 0);
192 InputMethodManager imm = (InputMethodManager) getActivity()
TextInputWizardFragment.java 31 import android.view.inputmethod.InputMethodManager;
163 InputMethodManager inputMethodManager = (InputMethodManager) a.getSystemService(
165 inputMethodManager.showSoftInput(mTextInput, 0);
174 InputMethodManager imm = (InputMethodManager) getActivity()
  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
Test3DetailFragment.java 31 import android.view.inputmethod.InputMethodManager;
97 InputMethodManager imm = (InputMethodManager) getActivity().getSystemService(
  /frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
ImfBaseTestCase.java 29 import android.view.inputmethod.InputMethodManager;
48 protected InputMethodManager mImm;
69 mImm = InputMethodManager.getInstance();
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodSettingValuesWrapper.java 28 import android.view.inputmethod.InputMethodManager;
50 private final InputMethodManager mImm;
77 mImm = (InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE);
UserDictionaryList.java 33 import android.view.inputmethod.InputMethodManager;
103 final InputMethodManager imm =
104 (InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigUiForSetupWizardXL.java 28 import android.view.inputmethod.InputMethodManager;
49 private final InputMethodManager mInputMethodManager;
73 mInputMethodManager = (InputMethodManager)
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/base/
TextInputWizardFragment.java 30 import android.view.inputmethod.InputMethodManager;
143 InputMethodManager inputMethodManager = (InputMethodManager) getActivity()
145 inputMethodManager.showSoftInput(mTextInput, 0);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionaryList.java 30 import android.view.inputmethod.InputMethodManager;
81 final InputMethodManager imm =
82 (InputMethodManager)activity.getSystemService(Context.INPUT_METHOD_SERVICE);
  /external/chromium_org/chrome/browser/chromeos/base/
locale_util.cc 64 input_method::InputMethodManager* manager =
65 input_method::InputMethodManager::Get();
  /frameworks/base/core/java/android/inputmethodservice/
ExtractEditText.java 22 import android.view.inputmethod.InputMethodManager;
157 @Override protected void viewClicked(InputMethodManager imm) {
  /external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/shell/
AwShellActivity.java 22 import android.view.inputmethod.InputMethodManager;
148 InputMethodManager imm = (InputMethodManager) getSystemService(
151 imm.showSoftInput(mUrlTextView, InputMethodManager.SHOW_IMPLICIT);
  /external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/
ChromeShellToolbar.java 15 import android.view.inputmethod.InputMethodManager;
165 InputMethodManager imm = (InputMethodManager) getContext().getSystemService(
168 imm.showSoftInput(mUrlTextView, InputMethodManager.SHOW_IMPLICIT);
  /external/chromium_org/content/shell/android/java/src/org/chromium/content_shell/
Shell.java 15 import android.view.inputmethod.InputMethodManager;
297 InputMethodManager imm = (InputMethodManager) getContext().getSystemService(
300 imm.showSoftInput(mUrlTextView, InputMethodManager.SHOW_IMPLICIT);
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
AutoCompleteTextViewActivityLandscape.java 30 import android.view.inputmethod.InputMethodManager;
ManyEditTextActivityNoScrollPanScan.java 26 import android.view.inputmethod.InputMethodManager;
ManyEditTextActivityScrollPanScan.java 26 import android.view.inputmethod.InputMethodManager;
OneEditTextActivityNotSelected.java 27 import android.view.inputmethod.InputMethodManager;
OneEditTextActivitySelected.java 26 import android.view.inputmethod.InputMethodManager;

Completed in 1049 milliseconds

1 23 4 5 6 7 8