OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLatinIME
(Results
1 - 11
of
11
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
LatinImeTests.java
24
mLatinIME
.mHandler.onFinishInputView(true);
29
((LatinIMEForTests)
mLatinIME
).getDeallocateMemoryWasPerformed());
33
mLatinIME
.mHandler.onFinishInputView(true);
38
((LatinIMEForTests)
mLatinIME
).getDeallocateMemoryWasPerformed());
InputTestsBase.java
76
protected LatinIME
mLatinIME
;
161
final SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(
mLatinIME
);
170
return PreferenceManager.getDefaultSharedPreferences(
mLatinIME
)
176
final SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(
mLatinIME
);
209
mLatinIME
= getService();
215
mLatinIME
.onCreate();
223
mLatinIME
.onCreateInputMethodInterface().startInput(ic, ei);
224
mLatinIME
.setInputView(mInputView);
225
mLatinIME
.onBindInput();
226
mLatinIME
.onCreateInputView()
[
all
...]
PunctuationTests.java
34
mLatinIME
.getResources().getBoolean(R.bool.config_default_next_word_prediction);
39
mLatinIME
.loadSettings();
44
mLatinIME
.getSuggestedWordsForTest().isPunctuationSuggestions());
127
mLatinIME
.onTextInput(SPECIAL_KEY);
138
mLatinIME
.onTextInput(SPECIAL_KEY);
148
mLatinIME
.onTextInput(SPECIAL_KEY);
159
+ " ; Suggestions = " +
mLatinIME
.getSuggestedWordsForTest(),
169
+ " ; Suggestions = " +
mLatinIME
.getSuggestedWordsForTest(),
InputLogicTestsDeadKeys.java
59
mLatinIME
.onEvent(event);
73
mLatinIME
.onEvent(event);
85
mLatinIME
.onEvent(event);
103
mLatinIME
.onEvent(event);
118
mLatinIME
.onEvent(event);
121
mLatinIME
.onEvent(Event.createSoftwareKeypressEvent(Event.NOT_A_CODE_POINT,
137
mLatinIME
.onEvent(event);
160
mLatinIME
.onEvent(event);
176
mLatinIME
.onEvent(event);
193
mLatinIME
.onEvent(event)
[
all
...]
BlueUnderlineTests.java
73
mLatinIME
.onUpdateSelection(0, 0, typedLength + 1, typedLength + 1, -1, -1);
99
mLatinIME
.onUpdateSelection(0, 0, typedLength, typedLength, -1, -1);
105
mLatinIME
.onUpdateSelection(typedLength, typedLength,
119
mLatinIME
.onUpdateSelection(0, 0, STRING_TO_TYPE.length(), STRING_TO_TYPE.length(), -1, -1);
InputLogicTestsLanguageWithoutSpaces.java
75
mLatinIME
.onUpdateSelection(0, 0, typedLength, typedLength, -1, -1);
77
mLatinIME
.onUpdateSelection(typedLength, typedLength,
98
mLatinIME
.onUpdateSelection(0, 0, typedLength, typedLength, 0, typedLength);
102
mLatinIME
.onUpdateSelection(typedLength, typedLength,
130
final SuggestedWords suggestedWords =
mLatinIME
.getSuggestedWordsForTest();
InputLogicTests.java
119
mLatinIME
.onUpdateSelection(0, 0, typedLength, typedLength, -1, -1);
122
mLatinIME
.onUpdateSelection(typedLength, typedLength,
140
mLatinIME
.onUpdateSelection(0, 0, typedLength, typedLength, -1, -1);
143
mLatinIME
.onUpdateSelection(typedLength, typedLength,
282
mLatinIME
.loadSettings();
510
final SuggestedWords suggestedWords =
mLatinIME
.getSuggestedWordsForTest();
516
mLatinIME
.clearPersonalizedDictionariesForTest();
526
SuggestedWords suggestedWords =
mLatinIME
.getSuggestedWordsForTest();
527
suggestedWords =
mLatinIME
.getSuggestedWordsForTest();
529
mLatinIME
.getSuggestedWordsForTest().getWord(0))
[
all
...]
ShiftModeTests.java
36
return
mLatinIME
.mKeyboardSwitcher.getKeyboardShiftMode()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogicHandler.java
35
final LatinIME
mLatinIME
;
66
mLatinIME
= null;
75
mLatinIME
= latinIME;
98
mLatinIME
.getSuggestedWords(msg.arg1 /* inputStyle */,
161
mLatinIME
.mHandler.showGesturePreviewAndSuggestionStrip(suggestedWordsToShowSuggestions,
167
mLatinIME
.mHandler.showTailBatchInputResult(suggestedWordsToShowSuggestions);
InputLogic.java
76
final LatinIME
mLatinIME
;
122
mLatinIME
= latinIME;
162
mInputLogicHandler = new InputLogicHandler(
mLatinIME
, this);
417
mLatinIME
.mHandler.postResumeSuggestions(true /* shouldDelay */);
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java
56
private LatinIME
mLatinIME
;
84
mLatinIME
= latinIme;
88
InputMethodServiceCompatUtils.enableHardwareAcceleration(
mLatinIME
);
93
mLatinIME
, KeyboardTheme.getKeyboardTheme(
mLatinIME
/* context */));
95
mLatinIME
.setInputView(onCreateInputView(mIsHardwareAcceleratedDrawingEnabled));
120
builder.setLanguageSwitchKeyEnabled(
mLatinIME
.shouldShowLanguageSwitchKey());
341
mLatinIME
.stopShowingInputView();
342
mLatinIME
.hideWindow();
345
mLatinIME
.startShowingInputView(true)
[
all
...]
Completed in 111 milliseconds