HomeSort by relevance Sort by last modified time
    Searched full:inputmethod (Results 1 - 25 of 1125) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/inputmethods/LatinIME/tools/dicttool/etc/
manifest.txt 1 Main-Class: com.android.inputmethod.latin.dicttool.Dicttool
  /packages/inputmethods/LatinIME/tools/maketext/etc/
manifest.txt 1 Main-Class: com.android.inputmethod.latin.maketext.LabelText
  /packages/inputmethods/PinyinIME/
proguard.flags 1 -keep class com.android.inputmethod.pinyin.PinyinDecoderService {
proguard.cfg 1 -keep class com.android.inputmethod.pinyin.PinyinDecoderService{
  /packages/inputmethods/LatinIME/java/
proguard.flags 2 -keep @com.android.inputmethod.annotations.UsedForTesting class *
4 @com.android.inputmethod.annotations.UsedForTesting *;
8 -keep @com.android.inputmethod.annotations.ExternallyReferenced class *
10 @com.android.inputmethod.annotations.ExternallyReferenced *;
AndroidManifest.xml 19 package="com.android.inputmethod.latin">
43 <action android:name="android.view.InputMethod" />
91 <activity android:name="com.android.inputmethod.latin.spellcheck.SpellCheckerSettingsActivity"
112 <action android:name="com.android.inputmethod.dictionarypack.UNKNOWN_CLIENT" />
116 <provider android:name="com.android.inputmethod.dictionarypack.DictionaryProvider"
124 <service android:name="com.android.inputmethod.dictionarypack.DictionaryService"
128 <receiver android:name="com.android.inputmethod.dictionarypack.EventHandler">
132 <action android:name="com.android.inputmethod.latin.dictionarypack.UPDATE_NOW" />
136 <activity android:name="com.android.inputmethod.dictionarypack.DictionarySettingsActivity"
145 <activity android:name="com.android.inputmethod.dictionarypack.DownloadOverMeteredDialog
    [all...]
  /packages/inputmethods/PinyinIME/lib/
Android.mk 6 com/android/inputmethod/pinyin/IPinyinDecoderService.aidl
8 LOCAL_MODULE := com.android.inputmethod.pinyin.lib
  /frameworks/base/core/java/android/inputmethodservice/
IInputMethodWrapper.java 36 import android.view.inputmethod.EditorInfo;
37 import android.view.inputmethod.InputBinding;
38 import android.view.inputmethod.InputConnection;
39 import android.view.inputmethod.InputMethod;
40 import android.view.inputmethod.InputMethodSession;
41 import android.view.inputmethod.InputMethodSubtype;
51 * on to it back to calls on the public InputMethod interface, scheduling
73 final WeakReference<InputMethod> mInputMethod;
81 static final class InputMethodSessionCallbackWrapper implements InputMethod.SessionCallback
    [all...]
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...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DictAndKeyboard.java 17 package com.android.inputmethod.latin.spellcheck;
19 import com.android.inputmethod.latin.Dictionary;
20 import com.android.inputmethod.keyboard.Keyboard;
21 import com.android.inputmethod.keyboard.KeyboardId;
22 import com.android.inputmethod.keyboard.KeyboardLayoutSet;
23 import com.android.inputmethod.keyboard.ProximityInfo;
SpellCheckerSettingsFragment.java 17 package com.android.inputmethod.latin.spellcheck;
23 import com.android.inputmethod.latin.R;
24 import com.android.inputmethod.latin.Utils;
  /frameworks/base/core/java/android/view/inputmethod/
package.html 4 as soft keyboards). See {@link android.view.inputmethod.InputMethodManager} for
9 {@link android.view.inputmethod.InputConnection} class to allow the current
  /packages/inputmethods/PinyinIME/res/layout/
skb_container.xml 16 <com.android.inputmethod.pinyin.SkbContainer xmlns:android="http://schemas.android.com/apk/res/android"
28 <com.android.inputmethod.pinyin.SoftKeyboardView
32 <com.android.inputmethod.pinyin.SoftKeyboardView
37 </com.android.inputmethod.pinyin.SkbContainer>
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
MoreSuggestionsView.java 17 package com.android.inputmethod.latin.suggestions;
23 import com.android.inputmethod.keyboard.Keyboard;
24 import com.android.inputmethod.keyboard.MoreKeysKeyboardView;
25 import com.android.inputmethod.latin.R;
26 import com.android.inputmethod.latin.SuggestedWords;
27 import com.android.inputmethod.latin.suggestions.MoreSuggestions.MoreSuggestionsListener;
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
android.view.inputmethod.InputMethodManager.html 10 android.view.inputmethod.InputMethodManager
74 Class android.view.inputmethod.<A HREF="../../../../reference/android/view/inputmethod/InputMethodManager.html" target="_top"><font size="+2"><code>InputMethodManager</code></font></A>
86 <A NAME="android.view.inputmethod.InputMethodManager.getCurrentInputMethodSubtype_added()"></A>
87 <nobr><code>InputMethodSubtype</code>&nbsp;<A HREF="../../../../reference/android/view/inputmethod/InputMethodManager.html#getCurrentInputMethodSubtype()" target="_top"><code>getCurrentInputMethodSubtype</code></A>()</nobr>
93 <A NAME="android.view.inputmethod.InputMethodManager.getEnabledInputMethodSubtypeList_added(android.view.inputmethod.InputMethodInfo, boolean)"></A>
94 <nobr><code>List&lt;InputMethodSubtype&gt;</code>&nbsp;<A HREF="../../../../reference/android/view/inputmethod/InputMethodManager.html#getEnabledInputMethodSubtypeList(android.view.inputmethod.InputMethodInfo, boolean)" target="_top"><code>getEnabledInputMethodSubtypeList</code></A>(<code>InputMethodInfo,</nobr> boolean<nobr><nobr></code>)</nobr>
100 <A NAME="android.view.inputmethod.InputMethodManager.getShortcutInputMethodsAndSubtypes_added()"></A
    [all...]
android.view.inputmethod.InputMethod.html 10 android.view.inputmethod.InputMethod
74 Interface android.view.inputmethod.<A HREF="../../../../reference/android/view/inputmethod/InputMethod.html" target="_top"><font size="+2"><code>InputMethod</code></font></A>
86 <A NAME="android.view.inputmethod.InputMethod.changeInputMethodSubtype_added(android.view.inputmethod.InputMethodSubtype)"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/view/inputmethod/InputMethod.html#changeInputMethodSubtype(android.view.inputmethod.InputMethodSubtype)" target="_t (…)
    [all...]
pkg_android.view.inputmethod.html 10 android.view.inputmethod
74 Package <A HREF="../../../../reference/android/view/inputmethod/package-summary.html" target="_top"><font size="+1"><code>android.view.inputmethod</code></font></A>
85 <nobr><A HREF="../../../../reference/android/view/inputmethod/CorrectionInfo.html" target="_top"><code>CorrectionInfo</code></A></nobr>
92 <nobr><A HREF="../../../../reference/android/view/inputmethod/InputMethodSubtype.html" target="_top"><code>InputMethodSubtype</code></A></nobr>
107 <nobr><A HREF="android.view.inputmethod.BaseInputConnection.html">BaseInputConnection</A></nobr>
114 <nobr><A HREF="android.view.inputmethod.EditorInfo.html">EditorInfo</A></nobr>
121 <nobr><A HREF="android.view.inputmethod.InputConnection.html"><I>InputConnection</I></A></nobr>
128 <nobr><A HREF="android.view.inputmethod.InputConnectionWrapper.html">InputConnectionWrapper</A></nobr>
134 <A NAME="InputMethod"></A
    [all...]
  /packages/inputmethods/LatinIME/java/res/values-sw600dp/
touch-position-correction.xml 21 <!-- Note that correctionX is obsolete (See com.android.inputmethod.keyboard.internal.TouchPositionCorrection)
32 <!-- The default touch position data (See com.android.inputmethod.keyboard.ProximityInfo)
43 <!-- The default touch position data (See com.android.inputmethod.keyboard.ProximityInfo)
54 <!-- The default touch position data (See com.android.inputmethod.keyboard.ProximityInfo)
  /frameworks/base/core/tests/inputmethodtests/
AndroidManifest.xml 19 package="com.android.frameworks.coretests.inputmethod"
27 android:targetPackage="com.android.frameworks.coretests.inputmethod"
28 android:label="Frameworks InputMethod Core Tests" />
  /packages/inputmethods/LatinIME/java/res/layout/
research_feedback_activity.xml 17 <com.android.inputmethod.research.FeedbackLayout
27 android:name="com.android.inputmethod.research.FeedbackFragment"
31 </com.android.inputmethod.research.FeedbackLayout>
  /packages/inputmethods/LatinIME/java/res/values/
dictionary-pack.xml 21 <string name="dictionary_pack_client_id" translatable="false">com.android.inputmethod.latin</string>
23 <string name="dictionary_pack_settings_activity" translatable="false">com.android.inputmethod.dictionarypack.DictionarySettingsActivity</string>
24 <string name="authority" translatable="false">com.android.inputmethod.dictionarypack.aosp</string>
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeysCache.java 17 package com.android.inputmethod.keyboard.internal;
19 import com.android.inputmethod.keyboard.Key;
20 import com.android.inputmethod.latin.CollectionUtils;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SynchronouslyLoadedContactsBinaryDictionary.java 17 package com.android.inputmethod.latin;
21 import com.android.inputmethod.keyboard.ProximityInfo;
22 import com.android.inputmethod.latin.SuggestedWords.SuggestedWordInfo;
SynchronouslyLoadedUserBinaryDictionary.java 17 package com.android.inputmethod.latin;
21 import com.android.inputmethod.keyboard.ProximityInfo;
22 import com.android.inputmethod.latin.SuggestedWords.SuggestedWordInfo;
  /packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/dicttool/
BinaryDictOffdeviceUtilsTests.java 17 package com.android.inputmethod.latin.dicttool;
19 import com.android.inputmethod.latin.makedict.BinaryDictInputOutput;
20 import com.android.inputmethod.latin.makedict.FormatSpec.FormatOptions;
21 import com.android.inputmethod.latin.makedict.FusionDictionary;
22 import com.android.inputmethod.latin.makedict.FusionDictionary.DictionaryOptions;
23 import com.android.inputmethod.latin.makedict.FusionDictionary.Node;
24 import com.android.inputmethod.latin.makedict.UnsupportedFormatException;

Completed in 955 milliseconds

1 2 3 4 5 6 7 8 91011>>