OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurrentInputConnection
(Results
1 - 6
of
6
) sorted by null
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java
286
InputConnection ic =
getCurrentInputConnection
();
326
InputConnection ic =
getCurrentInputConnection
();
395
InputConnection ic =
getCurrentInputConnection
();
460
caps =
getCurrentInputConnection
().getCursorCapsMode(attr.inputType);
481
getCurrentInputConnection
().sendKeyEvent(
483
getCurrentInputConnection
().sendKeyEvent(
499
getCurrentInputConnection
().commitText(String.valueOf((char) keyCode), 1);
511
commitTyped(
getCurrentInputConnection
());
542
InputConnection ic =
getCurrentInputConnection
();
586
getCurrentInputConnection
().setComposingText(mComposing, 1)
[
all
...]
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
MockIme.java
137
return
getCurrentInputConnection
().getTextBeforeCursor(n, flag);
142
return
getCurrentInputConnection
().getTextAfterCursor(n, flag);
146
return
getCurrentInputConnection
().getSelectedText(flag);
150
return
getCurrentInputConnection
().getCursorCapsMode(reqModes);
156
return
getCurrentInputConnection
().getExtractedText(request, flags);
161
return
getCurrentInputConnection
().deleteSurroundingText(
167
return
getCurrentInputConnection
().deleteSurroundingTextInCodePoints(
174
return
getCurrentInputConnection
().setComposingText(
180
return
getCurrentInputConnection
().setComposingRegion(start, end);
183
return
getCurrentInputConnection
().finishComposingText()
[
all
...]
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/
CtsBaseInputMethod.java
104
getCurrentInputConnection
().performPrivateCommand(
186
final InputConnection ic =
getCurrentInputConnection
();
/developers/build/prebuilts/gradle/CommitContentSampleIME/app/src/main/java/com/example/android/commitcontent/ime/
ImageKeyboard.java
70
final InputConnection ic =
getCurrentInputConnection
();
131
getCurrentInputConnection
(), getCurrentInputEditorInfo(), inputContentInfoCompat,
/developers/samples/android/input/keyboard/CommitContentSampleIME/app/src/main/java/com/example/android/commitcontent/ime/
ImageKeyboard.java
70
final InputConnection ic =
getCurrentInputConnection
();
131
getCurrentInputConnection
(), getCurrentInputEditorInfo(), inputContentInfoCompat,
/development/samples/browseable/CommitContentSampleIME/src/com.example.android.commitcontent.ime/
ImageKeyboard.java
70
final InputConnection ic =
getCurrentInputConnection
();
131
getCurrentInputConnection
(), getCurrentInputEditorInfo(), inputContentInfoCompat,
Completed in 581 milliseconds