OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputMethodService
(Results
1 - 20
of
20
) sorted by null
/cts/tests/src/android/view/inputmethod/cts/
InputMethodInfoStub.java
19
import android.
inputmethodservice
.
InputMethodService
;
21
public class InputMethodInfoStub extends
InputMethodService
{
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
InputMethodServiceCompatWrapper.java
20
import android.
inputmethodservice
.
InputMethodService
;
30
public class InputMethodServiceCompatWrapper extends
InputMethodService
{
108
protected static void setTouchableRegionCompat(
InputMethodService
.Insets outInsets,
110
outInsets.touchableInsets =
InputMethodService
.Insets.TOUCHABLE_INSETS_REGION;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibleInputMethodServiceProxy.java
21
import android.
inputmethodservice
.
InputMethodService
;
52
private
InputMethodService
mInputMethod;
85
public static void init(
InputMethodService
inputMethod, SharedPreferences prefs) {
97
private void initInternal(
InputMethodService
inputMethod, SharedPreferences prefs) {
AccessibleKeyboardViewProxy.java
23
import android.
inputmethodservice
.
InputMethodService
;
40
private
InputMethodService
mInputMethod;
47
public static void init(
InputMethodService
inputMethod, SharedPreferences prefs) {
64
private void initInternal(
InputMethodService
inputMethod, SharedPreferences prefs) {
AccessibilityUtils.java
21
import android.
inputmethodservice
.
InputMethodService
;
58
public static void init(
InputMethodService
inputMethod, SharedPreferences prefs) {
/frameworks/base/core/java/android/view/inputmethod/
InputMethod.java
21
import android.
inputmethodservice
.
InputMethodService
;
38
* {@link
InputMethodService
} or one of its subclasses. When implementing
/frameworks/base/core/java/android/inputmethodservice/
ExtractEditText.java
17
package android.
inputmethodservice
;
30
private
InputMethodService
mIME;
45
void setIME(
InputMethodService
ime) {
InputMethodService.java
17
package android.
inputmethodservice
;
68
*
InputMethodService
provides a standard implementation of an InputMethod,
90
* work: the {@link android.
inputmethodservice
.
InputMethodService
} provides
99
* together in a single window managed by the
InputMethodService
. It will
125
* that view and can call back on the
InputMethodService
to interact with the
219
public class
InputMethodService
extends AbstractInputMethodService {
220
static final String TAG = "
InputMethodService
";
360
* {@link
InputMethodService
#onBindInput
InputMethodService
.onBindInput()
[
all
...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnn.java
19
import android.
inputmethodservice
.
InputMethodService
;
40
public class OpenWnn extends
InputMethodService
{
70
*
InputMethodService
72
/** @see android.
inputmethodservice
.
InputMethodService
#onCreate */
83
/** @see android.
inputmethodservice
.
InputMethodService
#onCreateCandidatesView */
97
/** @see android.
inputmethodservice
.
InputMethodService
#onCreateInputView *
[
all
...]
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SkbContainer.java
21
import android.
inputmethodservice
.
InputMethodService
;
70
private
InputMethodService
mService;
204
public void setService(
InputMethodService
service) {
PinyinIME.java
27
import android.
inputmethodservice
.
InputMethodService
;
57
public class PinyinIME extends
InputMethodService
{
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Utils.java
22
import android.
inputmethodservice
.
InputMethodService
;
222
private
InputMethodService
mContext;
237
public static RingCharBuffer init(
InputMethodService
context, boolean enabled,
433
private
InputMethodService
mIms;
452
public void init(
InputMethodService
ims) {
[
all
...]
LatinIME.java
28
import android.
inputmethodservice
.
InputMethodService
;
753
// Note: This call should be done by
InputMethodService
?
[
all
...]
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java
19
import android.
inputmethodservice
.
InputMethodService
;
20
import android.
inputmethodservice
.Keyboard;
21
import android.
inputmethodservice
.KeyboardView;
43
public class SoftKeyboard extends
InputMethodService
351
// The
InputMethodService
already takes care of the back
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletStatusBar.java
39
import android.
inputmethodservice
.
InputMethodService
;
[
all
...]
/frameworks/base/services/java/com/android/server/
InputMethodManagerService.java
58
import android.
inputmethodservice
.
InputMethodService
;
353
int mBackDisposition =
InputMethodService
.BACK_DISPOSITION_DEFAULT;
655
(
InputMethodService
.IME_ACTIVE |
InputMethodService
.IME_VISIBLE) : 0;
[
all
...]
/prebuilt/sdk/14/
android.jar
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
Completed in 1118 milliseconds