OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputMethodService
(Results
1 - 25
of
29
) sorted by null
1
2
/frameworks/testing/uiautomator/utils/DummyIME/src/com/android/testing/dummyime/
DummyIme.java
19
import android.
inputmethodservice
.
InputMethodService
;
24
public class DummyIme extends
InputMethodService
{
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
InputMethodServiceCompatUtils.java
19
import android.
inputmethodservice
.
InputMethodService
;
24
// Note that
InputMethodService
.enableHardwareAcceleration() has been introduced
27
CompatUtils.getMethod(
InputMethodService
.class, "enableHardwareAcceleration");
33
public static boolean enableHardwareAcceleration(final
InputMethodService
ims) {
/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
;
70
*
InputMethodService
provides a standard implementation of an InputMethod,
92
* work: the {@link android.
inputmethodservice
.
InputMethodService
} provides
101
* together in a single window managed by the
InputMethodService
. It will
127
* that view and can call back on the
InputMethodService
to interact with the
221
public class
InputMethodService
extends AbstractInputMethodService {
222
static final String TAG = "
InputMethodService
";
363
* {@link
InputMethodService
#onBindInput
InputMethodService
.onBindInput()
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/ui/
SplashScreen.java
24
import android.
inputmethodservice
.
InputMethodService
;
53
public SplashScreen(final
InputMethodService
inputMethodService
,
56
final Builder builder = new Builder(
inputMethodService
)
71
final String packageName =
inputMethodService
.getPackageName();
76
inputMethodService
.startActivity(intent);
84
inputMethodService
.requestHideSelf(0);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
UserLogRingCharBuffer.java
19
import android.
inputmethodservice
.
InputMethodService
;
47
public static UserLogRingCharBuffer init(final
InputMethodService
context,
UsabilityStudyLogUtils.java
21
import android.
inputmethodservice
.
InputMethodService
;
52
private
InputMethodService
mIms;
76
public void init(final
InputMethodService
ims) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibilityUtils.java
20
import android.
inputmethodservice
.
InputMethodService
;
66
public static void init(final
InputMethodService
inputMethod) {
AccessibleKeyboardViewProxy.java
20
import android.
inputmethodservice
.
InputMethodService
;
56
private
InputMethodService
mInputMethod;
70
public static void init(final
InputMethodService
inputMethod) {
82
private void initInternal(final
InputMethodService
inputMethod) {
AccessibilityEntityProvider.java
20
import android.
inputmethodservice
.
InputMethodService
;
57
private final
InputMethodService
mInputMethodService;
77
final
InputMethodService
inputMethod) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SubtypeSwitcher.java
24
import android.
inputmethodservice
.
InputMethodService
;
190
public void switchToShortcutIME(final
InputMethodService
context) {
200
final
InputMethodService
context) {
RichInputConnection.java
19
import android.
inputmethodservice
.
InputMethodService
;
78
private final
InputMethodService
mParent;
81
public RichInputConnection(final
InputMethodService
parent) {
[
all
...]
LatinIME.java
35
import android.
inputmethodservice
.
InputMethodService
;
117
public class LatinIME extends
InputMethodService
implements KeyboardActionListener,
[
all
...]
/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
...]
/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/tests/src/com/android/inputmethod/latin/
RichInputConnectionAndTextRangeTests.java
21
import android.
inputmethodservice
.
InputMethodService
;
122
private class MockInputMethodService extends
InputMethodService
{
/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/services/java/com/android/server/
InputMethodManagerService.java
64
import android.
inputmethodservice
.
InputMethodService
;
380
int mBackDisposition =
InputMethodService
.BACK_DISPOSITION_DEFAULT;
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java
51
import android.
inputmethodservice
.
InputMethodService
;
[
all
...]
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
Completed in 898 milliseconds
1
2