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

  /frameworks/base/core/java/android/inputmethodservice/
AbstractInputMethodService.java 24 import android.view.inputmethod.InputMethod;
25 import android.view.inputmethod.InputMethodSession;
34 * complete base class. Be sure to read {@link InputMethod} for more
38 * to the system with the InputMethod interface that input methods must
39 * implement. This base class takes care of reporting your InputMethod from
41 * of the InputMethod interface itself. Derived classes must implement that
46 private InputMethod mInputMethod;
52 * Base class for derived classes to implement their {@link InputMethod}
56 public abstract class AbstractInputMethodImpl implements InputMethod {
    [all...]
IInputMethodWrapper.java 34 import android.view.inputmethod.EditorInfo;
35 import android.view.inputmethod.InputBinding;
36 import android.view.inputmethod.InputConnection;
37 import android.view.inputmethod.InputMethod;
38 import android.view.inputmethod.InputMethodSession;
48 * on to it back to calls on the public InputMethod interface, scheduling
70 final WeakReference<InputMethod> mInputMethod;
77 static class InputMethodSessionCallbackWrapper implements InputMethod.SessionCallback {
99 InputMethod inputMethod)
    [all...]
InputMethodService.java 48 import android.view.inputmethod.CompletionInfo;
49 import android.view.inputmethod.ExtractedText;
50 import android.view.inputmethod.ExtractedTextRequest;
51 import android.view.inputmethod.InputBinding;
52 import android.view.inputmethod.InputConnection;
53 import android.view.inputmethod.InputMethod;
54 import android.view.inputmethod.InputMethodManager;
55 import android.view.inputmethod.EditorInfo;
64 * InputMethodService provides a standard implementation of an InputMethod,
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
InputMethod.java 17 package android.view.inputmethod;
26 * The InputMethod interface represents an input method which can generate key
47 * <p>The InputMethod interface is actually split into two parts: the interface
51 * {@link #createSession(android.view.inputmethod.InputMethod.SessionCallback)}
55 public interface InputMethod {
65 public static final String SERVICE_INTERFACE = "android.view.InputMethod";
68 * Name under which an InputMethod service component publishes information
71 * <code>&lt;{@link android.R.styleable#InputMethod input-method}&gt;</code>
170 * {@link #createSession(android.view.inputmethod.InputMethod.SessionCallback)}
    [all...]
InputMethodInfo.java 17 package android.view.inputmethod;
91 parser = si.loadXmlMetaData(pm, InputMethod.SERVICE_META_DATA);
94 + InputMethod.SERVICE_META_DATA + " meta-data");
113 com.android.internal.R.styleable.InputMethod);
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
InputMethodInfoTest.java 17 package android.view.inputmethod.cts;
32 import android.view.inputmethod.InputMethod;
33 import android.view.inputmethod.InputMethodInfo;
54 mSettingsActivity = "android.view.inputmethod.cts.InputMethodInfoStub";
129 Intent intent = new Intent(InputMethod.SERVICE_INTERFACE);
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java 71 import android.view.inputmethod.InputBinding;
72 import android.view.inputmethod.InputMethod;
73 import android.view.inputmethod.InputMethodInfo;
74 import android.view.inputmethod.InputMethodManager;
75 import android.view.inputmethod.EditorInfo;
634 flags |= InputMethod.SHOW_FORCED
635 | InputMethod.SHOW_EXPLICIT;
637 flags |= InputMethod.SHOW_EXPLICIT;
785 mCurIntent = new Intent(InputMethod.SERVICE_INTERFACE)
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebpage.cpp     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 1017 milliseconds