HomeSort by relevance Sort by last modified time
    Searched refs:ime (Results 1 - 22 of 22) sorted by null

  /frameworks/base/cmds/ime/
Android.mk 7 LOCAL_MODULE := ime
12 ALL_PREBUILT += $(TARGET_OUT)/bin/ime
13 $(TARGET_OUT)/bin/ime : $(LOCAL_PATH)/ime | $(ACP)
  /external/chromium/chrome/browser/extensions/
extension_input_api.cc 20 #include "views/ime/input_method.h"
125 views::InputMethod* ime = root_view->GetWidget()->GetInputMethod(); local
126 if (ime) {
127 ime->DispatchKeyEvent(event);
  /frameworks/base/core/java/android/inputmethodservice/
ExtractEditText.java 45 void setIME(InputMethodService ime) {
46 mIME = ime;
90 * Redirect clicks to the IME for handling there. First allows any
155 // and it has a reference to the IMS (the current IME),
  /build/target/product/
base.mk 43 ime \
  /build/core/
legacy_prebuilts.mk 53 ime \
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 206 public TutorialEN(OpenWnnEN ime, View inputView, DefaultSoftKeyboardEN inputManager) {
208 mIme = ime;
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndSubtypeUtil.java 85 for (String ime: imes) {
91 builder.append(ime);
132 // The first element is ime id.
246 // find the applicable IME from the history and the system locale.
248 Log.d(TAG, "Current IME was uninstalled or disabled.");
253 // If it's a disabled system ime, add it to the disabled list so that it
298 // IME from the history and the system locale.
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java 209 public TutorialJAJP(OpenWnnJAJP ime, View inputView, DefaultSoftKeyboardJAJP inputManager) {
212 mIme = ime;
  /frameworks/base/cmds/ime/src/com/android/commands/ime/
Ime.java 17 package com.android.commands.ime;
29 public final class Ime {
40 new Ime().run(args);
233 System.err.println("usage: ime list [-a] [-s]");
234 System.err.println(" ime enable ID");
235 System.err.println(" ime disable ID");
236 System.err.println(" ime set ID");
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java     [all...]
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java 188 // Used to bring IME service up to visible adjustment while it is being shown.
676 Slog.w(TAG, "No IME selected. Choose the most applicable IME.");
683 // IMMS wants to receive Intent.ACTION_LOCALE_CHANGED in order to update the current IME
699 // Do not reset the default (current) IME when it is a 3rd-party IME
745 // set the current ime to the proper one.
749 // If the locale is changed, needs to reset the default ime
796 Slog.w(TAG, "Found no subtypes in a system IME: " + imi.getPackageName());
845 statusBar.setIconVisibility("ime", false)
3686 Pair<String, String> ime = getLastSubtypeForInputMethodLockedInternal(imeId); local
    [all...]
  /external/chromium/chrome/browser/resources/
keyboard_overlay.js 36 glyph_ime: 'ime',
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java     [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp 3544 bool ime = !shouldSuppressKeyboard(node) && !inputElement->readOnly(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 4318 milliseconds