OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inputmethod
(Results
751 - 775
of
1330
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/chromium_org/content/shell/android/java/src/org/chromium/content_shell/
Shell.java
13
import android.view.
inputmethod
.EditorInfo;
14
import android.view.
inputmethod
.InputMethodManager;
/external/chromium_org/ui/base/ime/
input_method_ibus.h
32
// A ui::
InputMethod
implementation based on IBus.
41
// Overridden from
InputMethod
:
input_method_tsf.cc
66
const base::NativeEvent& event,
InputMethod
::NativeEventResult* result) {
79
// ui::
InputMethod
interface is responsible for handling Win32 character
/external/chromium_org/ui/keyboard/
keyboard_util.cc
53
ui::
InputMethod
* input_method = root_window->GetProperty(
69
// here would get the ui::
InputMethod
from the root_window, and the
/external/chromium_org/ui/views/ime/
input_method_bridge.cc
16
ui::
InputMethod
* host,
253
ui::
InputMethod
* InputMethodBridge::GetHostInputMethod() const {
/external/chromium_org/ui/views/widget/
native_widget_delegate.h
30
class
InputMethod
;
126
virtual
InputMethod
* GetInputMethodDirect() = 0;
/frameworks/base/core/java/android/inputmethodservice/
ExtractEditText.java
21
import android.view.
inputmethod
.ExtractedText;
22
import android.view.
inputmethod
.InputMethodManager;
/frameworks/base/core/java/android/view/inputmethod/
InputMethodSession.java
17
package android.view.
inputmethod
;
26
* of {@link
InputMethod
} that is safe to expose to applications.
/frameworks/base/docs/html/sdk/api_diff/11/changes/
android.inputmethodservice.InputMethodService.InputMethodImpl.html
86
<A NAME="android.inputmethodservice.InputMethodService.InputMethodImpl.changeInputMethodSubtype_added(android.view.
inputmethod
.InputMethodSubtype)"></A>
87
<nobr><code>void</code> <A HREF="../../../../reference/android/inputmethodservice/InputMethodService.InputMethodImpl.html#changeInputMethodSubtype(android.view.
inputmethod
.InputMethodSubtype)" target="_top"><code>changeInputMethodSubtype</code></A>(<code>InputMethodSubtype</code>)</nobr>
/frameworks/base/docs/html/sdk/api_diff/12/changes/
packages_index_changes.html
74
<A HREF="pkg_android.view.
inputmethod
.html" class="hiddenlink" target="rightframe">android.view.
inputmethod
</A><br>
/frameworks/base/docs/html/sdk/api_diff/17/changes/
android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl.html
86
<A NAME="android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl.dispatchGenericMotionEvent_added(int, android.view.MotionEvent, android.view.
inputmethod
.InputMethodSession.EventCallback)"></A>
87
<nobr><code>void</code> <A HREF="../../../../reference/android/inputmethodservice/AbstractInputMethodService.AbstractInputMethodSessionImpl.html#dispatchGenericMotionEvent(int, android.view.MotionEvent, android.view.
inputmethod
.InputMethodSession.EventCallback)" target="_top"><code>dispatchGenericMotionEvent</code></A>(<code>int,</nobr> MotionEvent<nobr>,</nobr> EventCallback<nobr><nobr></code>)</nobr>
constructors_index_additions.html
55
<nobr><A HREF="android.view.
inputmethod
.InputMethodSubtype.html#android.view.
inputmethod
.InputMethodSubtype.ctor_added(int, int, java.lang.String, java.lang.String, java.lang.String, boolean, boolean, int)" class="hiddenlink" target="rightframe"><b>InputMethodSubtype</b>
constructors_index_all.html
56
<nobr><A HREF="android.view.
inputmethod
.InputMethodSubtype.html#android.view.
inputmethod
.InputMethodSubtype.ctor_added(int, int, java.lang.String, java.lang.String, java.lang.String, boolean, boolean, int)" class="hiddenlink" target="rightframe"><b>InputMethodSubtype</b>
/frameworks/base/docs/html/sdk/api_diff/3/changes/
android.widget.TextView.html
121
<A NAME="android.widget.TextView.extractText_added(android.view.
inputmethod
.ExtractedTextRequest, android.view.
inputmethod
.ExtractedText)"></A>
122
<nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/TextView.html#extractText(android.view.
inputmethod
.ExtractedTextRequest, android.view.
inputmethod
.ExtractedText)" target="_top"><code>extractText</code></A>(<code>ExtractedTextRequest,</nobr> ExtractedText<nobr><nobr></code>)</nobr>
198
<A NAME="android.widget.TextView.onCommitCompletion_added(android.view.
inputmethod
.CompletionInfo)"></A>
199
<nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#onCommitCompletion(android.view.
inputmethod
.CompletionInfo)" target="_top"><code>onCommitCompletion</code></A>(<code>CompletionInfo</code>)</nobr>
247
<A NAME="android.widget.TextView.setExtractedText_added(android.view.
inputmethod
.ExtractedText)"></A>
248
<nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#setExtractedText(android.view.
inputmethod
.ExtractedText)" target="_top"><code>setExtractedText</code></A>(<code>ExtractedText</code>)</nobr>
/frameworks/base/docs/html/training/keyboard-input/
visibility.jd
64
the input method is visible, you can use the {@link android.view.
inputmethod
.InputMethodManager}
69
{@link android.view.
inputmethod
.InputMethodManager#showSoftInput showSoftInput()} to open
/packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionaryAddWordFragment.java
17
package com.android.settings.
inputmethod
;
32
import com.android.settings.
inputmethod
.UserDictionaryAddWordContents.LocaleRenderer;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
ButtonSwitcher.java
17
package com.android.
inputmethod
.dictionarypack;
28
import com.android.
inputmethod
.latin.R;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
MatrixUtils.java
17
package com.android.
inputmethod
.keyboard.internal;
19
import com.android.
inputmethod
.annotations.UsedForTesting;
PointerTrackerQueue.java
17
package com.android.
inputmethod
.keyboard.internal;
21
import com.android.
inputmethod
.latin.utils.CollectionUtils;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerSession.java
17
package com.android.
inputmethod
.latin.spellcheck;
26
import com.android.
inputmethod
.latin.utils.CollectionUtils;
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
PunctuationTests.java
17
package com.android.
inputmethod
.latin;
21
import com.android.
inputmethod
.latin.R;
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
ResourceUtilsTests.java
17
package com.android.
inputmethod
.latin.utils;
22
import com.android.
inputmethod
.latin.utils.ResourceUtils.DeviceOverridePatternSyntaxError;
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/research/
MotionEventReaderTests.java
17
package com.android.
inputmethod
.research;
23
import com.android.
inputmethod
.research.MotionEventReader.ReplayData;
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinDecoderService.java
17
package com.android.
inputmethod
.pinyin;
19
import com.android.
inputmethod
.pinyin.IPinyinDecoderService;
SoftKey.java
17
package com.android.
inputmethod
.pinyin;
25
* @see com.android.
inputmethod
.pinyin.SoftKeyToggle
Completed in 1752 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>