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
1330
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/inputmethods/LatinIME/tools/dicttool/etc/
manifest.txt
1
Main-Class: com.android.
inputmethod
.latin.dicttool.Dicttool
/packages/inputmethods/LatinIME/tools/make-keyboard-text/etc/
manifest.txt
1
Main-Class: com.android.
inputmethod
.keyboard.tools.MakeKeyboardText
/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 *;
/packages/inputmethods/PinyinIME/lib/
Android.mk
6
com/android/
inputmethod
/pinyin/IPinyinDecoderService.aidl
8
LOCAL_MODULE := com.android.
inputmethod
.pinyin.lib
/external/chromium_org/ui/base/ime/
input_method_observer.h
12
class
InputMethod
;
24
// Called when the observed
InputMethod
is being destroyed.
25
virtual void OnInputMethodDestroyed(const
InputMethod
* input_method) = 0;
input_method_factory.cc
24
InputMethod
* g_shared_input_method = NULL;
28
InputMethod
* CreateInputMethodWinInternal(
40
InputMethod
* CreateInputMethod(internal::InputMethodDelegate* delegate,
57
InputMethod
* GetSharedInputMethod() {
input_method_factory.h
13
class
InputMethod
;
21
UI_EXPORT
InputMethod
* CreateInputMethod(
32
UI_EXPORT
InputMethod
* GetSharedInputMethod();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
FragmentUtils.java
17
package com.android.
inputmethod
.latin.utils;
19
import com.android.
inputmethod
.dictionarypack.DictionarySettingsFragment;
20
import com.android.
inputmethod
.latin.about.AboutPreferences;
21
import com.android.
inputmethod
.latin.settings.AdditionalSubtypeSettings;
22
import com.android.
inputmethod
.latin.settings.DebugSettings;
23
import com.android.
inputmethod
.latin.settings.SettingsFragment;
24
import com.android.
inputmethod
.latin.spellcheck.SpellCheckerSettingsFragment;
25
import com.android.
inputmethod
.latin.userdictionary.UserDictionaryAddWordFragment;
26
import com.android.
inputmethod
.latin.userdictionary.UserDictionaryList;
27
import com.android.
inputmethod
.latin.userdictionary.UserDictionaryLocalePicker
[
all
...]
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
InputMethodManagerWrapper.java
11
import android.view.
inputmethod
.InputMethodManager;
28
* @see android.view.
inputmethod
.InputMethodManager#restartInput(View)
35
* @see android.view.
inputmethod
.InputMethodManager#showSoftInput(View, int, ResultReceiver)
42
* @see android.view.
inputmethod
.InputMethodManager#isActive(View)
57
* @see android.view.
inputmethod
.InputMethodManager#updateSelection(View, int, int, int, int)
/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;
/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
/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
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
DynamicPersonalizationDictionaryWriter.java
17
package com.android.
inputmethod
.latin.personalization;
21
import com.android.
inputmethod
.annotations.UsedForTesting;
22
import com.android.
inputmethod
.compat.ActivityManagerCompatUtils;
23
import com.android.
inputmethod
.keyboard.ProximityInfo;
24
import com.android.
inputmethod
.latin.AbstractDictionaryWriter;
25
import com.android.
inputmethod
.latin.ExpandableDictionary;
26
import com.android.
inputmethod
.latin.WordComposer;
27
import com.android.
inputmethod
.latin.ExpandableDictionary.NextWord;
28
import com.android.
inputmethod
.latin.SuggestedWords.SuggestedWordInfo;
29
import com.android.
inputmethod
.latin.makedict.DictEncoder
[
all
...]
PersonalizationDictionary.java
17
package com.android.
inputmethod
.latin.personalization;
19
import com.android.
inputmethod
.latin.Dictionary;
20
import com.android.
inputmethod
.latin.ExpandableBinaryDictionary;
21
import com.android.
inputmethod
.latin.utils.CollectionUtils;
/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/
DictionaryWriter.java
17
package com.android.
inputmethod
.latin;
21
import com.android.
inputmethod
.keyboard.ProximityInfo;
22
import com.android.
inputmethod
.latin.SuggestedWords.SuggestedWordInfo;
23
import com.android.
inputmethod
.latin.makedict.DictEncoder;
24
import com.android.
inputmethod
.latin.makedict.FormatSpec;
25
import com.android.
inputmethod
.latin.makedict.FusionDictionary;
26
import com.android.
inputmethod
.latin.makedict.FusionDictionary.PtNodeArray;
27
import com.android.
inputmethod
.latin.makedict.FusionDictionary.WeightedString;
28
import com.android.
inputmethod
.latin.makedict.UnsupportedFormatException;
29
import com.android.
inputmethod
.latin.utils.CollectionUtils
[
all
...]
/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.DictDecoder;
20
import com.android.
inputmethod
.latin.makedict.DictEncoder;
21
import com.android.
inputmethod
.latin.makedict.FormatSpec;
22
import com.android.
inputmethod
.latin.makedict.FormatSpec.FormatOptions;
23
import com.android.
inputmethod
.latin.makedict.FusionDictionary;
24
import com.android.
inputmethod
.latin.makedict.FusionDictionary.DictionaryOptions;
25
import com.android.
inputmethod
.latin.makedict.FusionDictionary.PtNodeArray;
26
import com.android.
inputmethod
.latin.makedict.UnsupportedFormatException;
27
import com.android.
inputmethod
.latin.makedict.Ver3DictEncoder
[
all
...]
/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> <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
...]
/packages/inputmethods/LatinIME/java/res/values-sw540dp/
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)
/external/chromium_org/ui/views/corewm/
input_method_event_filter.h
21
class
InputMethod
;
38
ui::
InputMethod
* input_method() const { return input_method_.get(); }
50
scoped_ptr<ui::
InputMethod
> input_method_;
/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" />
Completed in 333 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>