OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurrentInputConnection
(Results
1 - 12
of
12
) sorted by null
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java
265
InputConnection ic =
getCurrentInputConnection
();
305
InputConnection ic =
getCurrentInputConnection
();
374
InputConnection ic =
getCurrentInputConnection
();
439
caps =
getCurrentInputConnection
().getCursorCapsMode(attr.inputType);
460
getCurrentInputConnection
().sendKeyEvent(
462
getCurrentInputConnection
().sendKeyEvent(
478
getCurrentInputConnection
().commitText(String.valueOf((char) keyCode), 1);
490
commitTyped(
getCurrentInputConnection
());
521
InputConnection ic =
getCurrentInputConnection
();
565
getCurrentInputConnection
().setComposingText(mComposing, 1)
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java
380
InputConnection ic =
getCurrentInputConnection
();
578
InputConnection ic =
getCurrentInputConnection
();
618
InputConnection ic =
getCurrentInputConnection
();
648
getCurrentInputConnection
(), getWordSeparators());
769
InputConnection ic =
getCurrentInputConnection
();
779
InputConnection ic =
getCurrentInputConnection
();
786
InputConnection ic =
getCurrentInputConnection
();
[
all
...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnn.java
142
mInputConnection =
getCurrentInputConnection
();
151
mInputConnection =
getCurrentInputConnection
();
OpenWnnEN.java
252
return (
getCurrentInputConnection
().getCursorCapsMode(editor.inputType) == 0) ? 0 : 1;
[
all
...]
OpenWnnJAJP.java
[
all
...]
/frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java
190
* application, which can be retrieved from {@link #
getCurrentInputConnection
()}.
296
final InputConnection ic =
getCurrentInputConnection
();
334
InputConnection ic =
getCurrentInputConnection
();
650
doStartInput(
getCurrentInputConnection
(),
733
public InputConnection
getCurrentInputConnection
() {
763
InputConnection ic =
getCurrentInputConnection
();
[
all
...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
DefaultSoftKeyboardEN.java
99
InputConnection connection = mWnn.
getCurrentInputConnection
();
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinIME.java
264
getCurrentInputConnection
().clearMetaKeyStates(allMetaState);
295
return mImEn.processKey(
getCurrentInputConnection
(), event,
378
getCurrentInputConnection
().deleteSurroundingText(1, 0);
411
getCurrentInputConnection
().deleteSurroundingText(1, 0);
774
InputConnection ic =
getCurrentInputConnection
();
782
InputConnection ic =
getCurrentInputConnection
();
857
InputConnection ic =
getCurrentInputConnection
();
[
all
...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DefaultSoftKeyboardJAJP.java
[
all
...]
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
Completed in 144 milliseconds