OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inputmethod
(Results
1 - 25
of
667
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/inputmethods/LatinIME/tools/makedict/etc/
manifest.txt
1
Main-Class: com.android.
inputmethod
.latin.DictionaryMaker
/packages/inputmethods/LatinIME/java/
proguard.flags
1
-keep class com.android.
inputmethod
.latin.BinaryDictionary {
6
-keep class com.android.
inputmethod
.latin.Suggest {
8
com.android.
inputmethod
.latin.SuggestedWords getSuggestions(...);
11
-keep class com.android.
inputmethod
.latin.UserBigramDictionary {
18
-keep class com.android.
inputmethod
.latin.AutoCorrection {
22
-keep class com.android.
inputmethod
.latin.Utils {
26
-keep class com.android.
inputmethod
.latin.spellcheck.SpellChecker {
30
-keep class com.android.
inputmethod
.latin.spellcheck.SpellCheckerSettingsFragment {
34
-keep class com.android.
inputmethod
.latin.SettingsActivity {
38
-keep class com.android.
inputmethod
.keyboard.internal.MiniKeyboardBuilder$MiniKeyboardParams
[
all
...]
AndroidManifest.xml
3
package="com.android.
inputmethod
.latin">
20
<action android:name="android.view.
InputMethod
" />
40
<activity android:name="com.android.
inputmethod
.latin.spellcheck.SpellCheckerSettingsActivity"
53
<activity android:name="com.android.
inputmethod
.deprecated.languageswitcher.InputLanguageSelection"
57
<action android:name="com.android.
inputmethod
.latin.INPUT_LANGUAGE_SELECTION"/>
/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
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;
39
import android.view.
inputmethod
.InputMethodSubtype;
49
* on to it back to calls on the public
InputMethod
interface, scheduling
72
final WeakReference<
InputMethod
> mInputMethod;
80
static 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/accessibility/
AccessibleInputMethodServiceProxy.java
17
package com.android.
inputmethod
.accessibility;
28
import android.view.
inputmethod
.ExtractedText;
29
import android.view.
inputmethod
.ExtractedTextRequest;
31
import com.android.
inputmethod
.latin.R;
32
import com.android.
inputmethod
.latin.StaticInnerHandlerWrapper;
85
public static void init(InputMethodService
inputMethod
, SharedPreferences prefs) {
86
sInstance.initInternal(
inputMethod
, prefs);
97
private void initInternal(InputMethodService
inputMethod
, SharedPreferences prefs) {
98
mInputMethod =
inputMethod
;
99
mVibrator = (Vibrator)
inputMethod
.getSystemService(Context.VIBRATOR_SERVICE)
[
all
...]
AccessibilityUtils.java
17
package com.android.
inputmethod
.accessibility;
29
import android.view.
inputmethod
.EditorInfo;
31
import com.android.
inputmethod
.compat.AccessibilityManagerCompatWrapper;
32
import com.android.
inputmethod
.compat.AudioManagerCompatWrapper;
33
import com.android.
inputmethod
.compat.InputTypeCompatUtils;
34
import com.android.
inputmethod
.compat.MotionEventCompatUtils;
35
import com.android.
inputmethod
.compat.SettingsSecureCompatUtils;
36
import com.android.
inputmethod
.latin.R;
58
public static void init(InputMethodService
inputMethod
, SharedPreferences prefs) {
63
sInstance.initInternal(
inputMethod
, prefs)
[
all
...]
AccessibleKeyboardViewProxy.java
17
package com.android.
inputmethod
.accessibility;
27
import android.view.
inputmethod
.EditorInfo;
29
import com.android.
inputmethod
.compat.AccessibilityEventCompatUtils;
30
import com.android.
inputmethod
.compat.MotionEventCompatUtils;
31
import com.android.
inputmethod
.keyboard.Key;
32
import com.android.
inputmethod
.keyboard.KeyDetector;
33
import com.android.
inputmethod
.keyboard.LatinKeyboardView;
34
import com.android.
inputmethod
.keyboard.PointerTracker;
47
public static void init(InputMethodService
inputMethod
, SharedPreferences prefs) {
48
sInstance.initInternal(
inputMethod
, prefs)
[
all
...]
/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
CompletionInfo.aidl
17
package android.view.
inputmethod
;
/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>
/cts/tests/tests/view/src/android/view/inputmethod/cts/
InputBindingTest.java
17
package android.view.
inputmethod
.cts;
28
import android.view.
inputmethod
.BaseInputConnection;
29
import android.view.
inputmethod
.InputBinding;
63
args = {android.view.
inputmethod
.InputConnection.class,
64
android.view.
inputmethod
.InputBinding.class}
69
args = {android.view.
inputmethod
.InputConnection.class, android.os.IBinder.class,
/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> <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<InputMethodSubtype></code> <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> <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
...]
android.view.inputmethod.EditorInfo.html
10
android.view.
inputmethod
.EditorInfo
74
Class android.view.
inputmethod
.<A HREF="../../../../reference/android/view/
inputmethod
/EditorInfo.html" target="_top"><font size="+2"><code>EditorInfo</code></font></A>
86
<A NAME="android.view.
inputmethod
.EditorInfo.makeCompatible_added(int)"></A>
87
<nobr><code>void</code> <A HREF="../../../../reference/android/view/
inputmethod
/EditorInfo.html#makeCompatible(int)" target="_top"><code>makeCompatible</code></A>(<code>int</code>)</nobr>
102
<A NAME="android.view.
inputmethod
.EditorInfo.IME_ACTION_PREVIOUS"></A>
103
<nobr><code>int</code> <A HREF="../../../../reference/android/view/
inputmethod
/EditorInfo.html#IME_ACTION_PREVIOUS" target="_top"><code>IME_ACTION_PREVIOUS</code></A></nobr>
109
<A NAME="android.view.
inputmethod
.EditorInfo.IME_FLAG_NAVIGATE_NEXT"></A>
110
<nobr><code>int</code> <A HREF="../../../../reference/android/view/
inputmethod
/EditorInfo.html#IME_FLAG_NAVIGATE_NEXT" target="_top"><code>IME_FLAG_NAVIGATE_NEXT</code></A></nobr>
116
<A NAME="android.view.
inputmethod
.EditorInfo.IME_FLAG_NAVIGATE_PREVIOUS"></A
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DictAndProximity.java
17
package com.android.
inputmethod
.latin.spellcheck;
19
import com.android.
inputmethod
.latin.Dictionary;
20
import com.android.
inputmethod
.keyboard.ProximityInfo;
/packages/inputmethods/LatinIME/java/res/layout/
input_view.xml
21
<com.android.
inputmethod
.latin.InputView
23
xmlns:latin="http://schemas.android.com/apk/res/com.android.
inputmethod
.latin"
46
<com.android.
inputmethod
.latin.SuggestionsView
59
<com.android.
inputmethod
.keyboard.LatinKeyboardView
64
</com.android.
inputmethod
.latin.InputView>
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/
LanguageSwitcherProxy.java
17
package com.android.
inputmethod
.deprecated;
19
import com.android.
inputmethod
.compat.InputMethodManagerCompatWrapper;
20
import com.android.
inputmethod
.deprecated.languageswitcher.LanguageSwitcher;
21
import com.android.
inputmethod
.latin.LatinIME;
22
import com.android.
inputmethod
.latin.Settings;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
FieldContext.java
17
package com.android.
inputmethod
.deprecated.voice;
21
import android.view.
inputmethod
.EditorInfo;
22
import android.view.
inputmethod
.ExtractedText;
23
import android.view.
inputmethod
.ExtractedTextRequest;
24
import android.view.
inputmethod
.InputConnection;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
MoreSuggestionsView.java
17
package com.android.
inputmethod
.latin;
27
import com.android.
inputmethod
.keyboard.KeyDetector;
28
import com.android.
inputmethod
.keyboard.Keyboard;
29
import com.android.
inputmethod
.keyboard.KeyboardActionListener;
30
import com.android.
inputmethod
.keyboard.KeyboardView;
31
import com.android.
inputmethod
.keyboard.MoreKeysDetector;
32
import com.android.
inputmethod
.keyboard.MoreKeysPanel;
33
import com.android.
inputmethod
.keyboard.PointerTracker;
34
import com.android.
inputmethod
.keyboard.PointerTracker.DrawingProxy;
35
import com.android.
inputmethod
.keyboard.PointerTracker.KeyEventHandler
[
all
...]
LatinImeLogger.java
17
package com.android.
inputmethod
.latin;
19
import com.android.
inputmethod
.keyboard.Keyboard;
20
import com.android.
inputmethod
.latin.Dictionary.DataType;
/frameworks/base/core/java/com/android/internal/view/
IInputContext.aidl
21
import android.view.
inputmethod
.CompletionInfo;
22
import android.view.
inputmethod
.CorrectionInfo;
23
import android.view.
inputmethod
.ExtractedTextRequest;
IInputMethod.aidl
24
import android.view.
inputmethod
.EditorInfo;
25
import android.view.
inputmethod
.InputBinding;
26
import android.view.
inputmethod
.InputMethodSubtype;
Completed in 2219 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>