OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inputmethodservice
(Results
1 - 25
of
101
) sorted by null
1
2
3
4
5
/frameworks/base/core/java/android/inputmethodservice/
package.html
6
{@link android.
inputmethodservice
.
InputMethodService
}.
ExtractButton.java
17
package android.
inputmethodservice
;
ExtractEditLayout.java
17
package android.
inputmethodservice
;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
InputMethodServiceCompatUtils.java
19
import android.
inputmethodservice
.
InputMethodService
;
24
// Note that {@link
InputMethodService
#enableHardwareAcceleration} has been introduced
27
CompatUtils.getMethod(
InputMethodService
.class, "enableHardwareAcceleration");
33
public static boolean enableHardwareAcceleration(final
InputMethodService
ims) {
ViewOutlineProviderCompatUtils.java
19
import android.
inputmethodservice
.
InputMethodService
;
29
public void setInsets(final
InputMethodService
.Insets insets);
34
public void setInsets(final
InputMethodService
.Insets insets) {}
ViewOutlineProviderCompatUtilsLXX.java
21
import android.
inputmethodservice
.
InputMethodService
;
52
public void setInsets(final
InputMethodService
.Insets insets) {
/frameworks/base/tests/utils/DummyIME/src/com/android/testing/dummyime/
DummyIme.java
19
import android.
inputmethodservice
.
InputMethodService
;
24
public class DummyIme extends
InputMethodService
{
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnn.java
20
import android.
inputmethodservice
.
InputMethodService
;
46
public class OpenWnn extends
InputMethodService
{
91
*
InputMethodService
93
/** @see android.
inputmethodservice
.
InputMethodService
#onCreate */
116
/** @see android.
inputmethodservice
.
InputMethodService
#onCreateCandidatesView */
138
/** @see android.
inputmethodservice
.
InputMethodService
#onCreateInputView *
[
all
...]
/frameworks/base/docs/html/sdk/api_diff/21/changes/
android.inputmethodservice.InputMethodService.html
10
android.
inputmethodservice
.
InputMethodService
74
Class android.
inputmethodservice
.<A HREF="../../../../reference/android/
inputmethodservice
/
InputMethodService
.html" target="_top"><font size="+2"><code>
InputMethodService
</code></font></A>
86
<A NAME="android.
inputmethodservice
.
InputMethodService
.getInputMethodWindowRecommendedHeight_added()"></A>
87
<nobr><code>int</code> <A HREF="../../../../reference/android/
inputmethodservice
/
InputMethodService
.html#getInputMethodWindowRecommendedHeight()" target="_top"><code>getInputMethodWindowRecommendedH (…)
[
all
...]
pkg_android.inputmethodservice.html
10
android.
inputmethodservice
74
Package <A HREF="../../../../reference/android/
inputmethodservice
/package-summary.html" target="_top"><font size="+1"><code>android.
inputmethodservice
</code></font></A>
85
<nobr><A HREF="android.
inputmethodservice
.ExtractEditText.html">ExtractEditText</A></nobr>
91
<A NAME="
InputMethodService
"></A>
92
<nobr><A HREF="android.
inputmethodservice
.
InputMethodService
.html">
InputMethodService
</A></nobr>
98
<A NAME="
InputMethodService
.InputMethodSessionImpl"></A>
99
<nobr><A HREF="android.
inputmethodservice
.InputMethodService.InputMethodSessionImpl.html">InputMethodService.InputMethodSessionImpl</A></nob (…)
[
all
...]
android.inputmethodservice.InputMethodService.InputMethodSessionImpl.html
10
android.
inputmethodservice
.
InputMethodService
.InputMethodSessionImpl
74
Class android.
inputmethodservice
.<A HREF="../../../../reference/android/
inputmethodservice
/
InputMethodService
.InputMethodSessionImpl.html" target="_top"><font size="+2"><code>
InputMethodService
.InputMethodSessionImpl</code></font></A>
86
<A NAME="android.
inputmethodservice
.
InputMethodService
.InputMethodSessionImpl.updateCursorAnchorInfo_added(android.view.inputmethod.CursorAnchorInfo)"></A>
87
<nobr><code>void</code> <A HREF="../../../../reference/android/
inputmethodservice
/
InputMethodService
.InputMethodSessionImpl.html#updateCursorAnchorInfo(android.view.inputmethod.CursorAnchorInfo)" tar (…)
[
all
...]
android.inputmethodservice.ExtractEditText.html
10
android.
inputmethodservice
.ExtractEditText
74
Class android.
inputmethodservice
.<A HREF="../../../../reference/android/
inputmethodservice
/ExtractEditText.html" target="_top"><font size="+2"><code>ExtractEditText</code></font></A>
85
<A NAME="android.
inputmethodservice
.ExtractEditText.ctor_added(android.content.Context, android.util.AttributeSet, int, int)"></A>
86
<nobr><A HREF="../../../../reference/android/
inputmethodservice
/ExtractEditText.html#ExtractEditText(android.content.Context, android.util.AttributeSet, int, int)" target="_top"><code>ExtractEditText</code></A>(<code>Context,</nobr> AttributeSet<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
android.inputmethodservice.KeyboardView.html
10
android.
inputmethodservice
.KeyboardView
74
Class android.
inputmethodservice
.<A HREF="../../../../reference/android/
inputmethodservice
/KeyboardView.html" target="_top"><font size="+2"><code>KeyboardView</code></font></A>
85
<A NAME="android.
inputmethodservice
.KeyboardView.ctor_added(android.content.Context, android.util.AttributeSet, int, int)"></A>
86
<nobr><A HREF="../../../../reference/android/
inputmethodservice
/KeyboardView.html#KeyboardView(android.content.Context, android.util.AttributeSet, int, int)" target="_top"><code>KeyboardView</code></A>(<code>Context,</nobr> AttributeSet<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
LatinKeyboardView.java
20
import android.
inputmethodservice
.Keyboard;
21
import android.
inputmethodservice
.Keyboard.Key;
22
import android.
inputmethodservice
.KeyboardView;
29
// TODO: Move this into android.
inputmethodservice
.Keyboard
/frameworks/base/core/res/res/layout/
input_method_extract_view.xml
21
<android.
inputmethodservice
.ExtractEditLayout
25
<android.
inputmethodservice
.ExtractEditText
34
</android.
inputmethodservice
.ExtractEditText>
43
<android.
inputmethodservice
.ExtractButton
50
</android.
inputmethodservice
.ExtractEditLayout>
/frameworks/base/core/res/res/layout-watch/
input_method_extract_view.xml
17
<android.
inputmethodservice
.CompactExtractEditLayout
25
<android.
inputmethodservice
.ExtractEditText
55
</android.
inputmethodservice
.CompactExtractEditLayout>
/frameworks/base/docs/html/guide/topics/text/
creating-input-method.jd
2
page.tags=ime,keyboard,
inputmethodservice
43
containing a class that extends {@link android.
inputmethodservice
.
InputMethodService
}. In
121
Classes specific to IMEs are found in the {@link android.
inputmethodservice
} and
127
{@link android.
inputmethodservice
.
InputMethodService
}. In addition to implementing the
130
{@link android.
inputmethodservice
.
InputMethodService
} class provides most of the implementation
146
<dt>{@link android.
inputmethodservice
.KeyboardView}</dt>
150
{@link android.
inputmethodservice
.Keyboard}, which you can define in an XML file
[
all
...]
/frameworks/base/docs/html/wear/preview/features/
ime.jd
91
a call to <a href="{@docRoot}reference/android/
inputmethodservice
/
InputMethodService
.html#sendDefaultEditorAction(boolean)">sendDefaultEditorAction</a>,
104
<a href="{@docRoot}reference/android/
inputmethodservice
/
InputMethodService
.html">
InputMethodService
</a>.
/frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboardView.java
20
import android.
inputmethodservice
.KeyboardView;
/packages/inputmethods/OpenWnn/res/layout/
keyboard_classic.xml
17
<android.
inputmethodservice
.KeyboardView
keyboard_ice.xml
17
<android.
inputmethodservice
.KeyboardView
keyboard_kyoto.xml
17
<android.
inputmethodservice
.KeyboardView
keyboard_light.xml
17
<android.
inputmethodservice
.KeyboardView
keyboard_wood.xml
17
<android.
inputmethodservice
.KeyboardView
/frameworks/base/core/java/com/android/internal/view/
InputConnectionWrapper.java
20
import android.
inputmethodservice
.AbstractInputMethodService;
221
@NonNull WeakReference<AbstractInputMethodService>
inputMethodService
,
223
mInputMethodService =
inputMethodService
;
526
final AbstractInputMethodService
inputMethodService
= mInputMethodService.get();
527
if (
inputMethodService
== null) {
531
inputMethodService
.exposeContent(inputContentInfo, this);
Completed in 842 milliseconds
1
2
3
4
5