OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLatinIME
(Results
1 - 7
of
7
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java
49
protected LatinIME
mLatinIME
;
131
final SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(
mLatinIME
);
153
mLatinIME
= getService();
155
mLatinIME
.onCreate();
163
mLatinIME
.onCreateInputMethodInterface().startInput(ic, ei);
164
mLatinIME
.setInputView(mInputView);
165
mLatinIME
.onBindInput();
166
mLatinIME
.onCreateInputView();
167
mLatinIME
.onStartInputView(ei, false);
185
mLatinIME
.mHandler.post(new Runnable()
[
all
...]
InputLogicTests.java
35
mLatinIME
.onUpdateSelection(0, 0, WORD_TO_TYPE.length(), WORD_TO_TYPE.length(), -1, -1);
49
mLatinIME
.onUpdateSelection(0, 0, WORD_TO_TYPE.length(), WORD_TO_TYPE.length(), -1, -1);
64
mLatinIME
.onUpdateSelection(0, 0, WORD_TO_TYPE.length(), WORD_TO_TYPE.length(), -1, -1);
80
mLatinIME
.onUpdateSelection(0, 0, WORD_TO_TYPE.length(), WORD_TO_TYPE.length(), -1, -1);
99
mLatinIME
.onUpdateSelection(0, 0, typedLength, typedLength, -1, -1);
102
mLatinIME
.onUpdateSelection(typedLength, typedLength,
119
mLatinIME
.onUpdateSelection(0, 0, typedLength, typedLength, -1, -1);
122
mLatinIME
.onUpdateSelection(typedLength, typedLength,
147
mLatinIME
.onUpdateSelection(0, 0, STRING_TO_TYPE.length(), STRING_TO_TYPE.length(), -1, -1);
157
mLatinIME
.onUpdateSelection(0, 0, STRING_TO_TYPE.length(), STRING_TO_TYPE.length(), -1, -1)
[
all
...]
InputLogicTestsNonEnglish.java
53
mLatinIME
.getResources().getBoolean(R.bool.config_default_next_word_prediction);
63
mLatinIME
.isShowingPunctuationList());
78
mLatinIME
.getResources().getBoolean(R.bool.config_default_next_word_prediction);
88
EXPECTED_RESULT,
mLatinIME
.getFirstSuggestedWord());
PunctuationTests.java
33
mLatinIME
.getResources().getBoolean(R.bool.config_default_next_word_prediction);
38
mLatinIME
.loadSettings();
43
mLatinIME
.isShowingPunctuationList());
126
mLatinIME
.onTextInput(SPECIAL_KEY);
137
mLatinIME
.onTextInput(SPECIAL_KEY);
147
mLatinIME
.onTextInput(SPECIAL_KEY);
BlueUnderlineTests.java
96
mLatinIME
.onUpdateSelection(0, 0, typedLength, typedLength, -1, -1);
102
mLatinIME
.onUpdateSelection(typedLength, typedLength,
115
mLatinIME
.onUpdateSelection(0, 0, STRING_TO_TYPE.length(), STRING_TO_TYPE.length(), -1, -1);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java
78
private LatinIME
mLatinIME
;
108
mLatinIME
= latinIme;
209
mState.onUpdateShiftState(
mLatinIME
.getCurrentAutoCapsState(),
210
mLatinIME
.getCurrentRecapitalizeState());
223
mState.onPressKey(code, isSinglePointer,
mLatinIME
.getCurrentAutoCapsState());
279
mState.onUpdateShiftState(
mLatinIME
.getCurrentAutoCapsState(),
280
mLatinIME
.getCurrentRecapitalizeState());
353
mState.onCodeInput(code,
mLatinIME
.getCurrentAutoCapsState());
365
setContextThemeWrapper(
mLatinIME
, mKeyboardTheme);
374
mKeyboardView.setKeyboardActionListener(
mLatinIME
);
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ResearchLogger.java
180
/* package for test */ LatinIME
mLatinIME
;
212
mLatinIME
= latinIME;
225
mResearchLogDirectory = new ResearchLogDirectory(
mLatinIME
);
232
mUploadIntent = new Intent(
mLatinIME
, UploaderService.class);
233
mUploadNowIntent = new Intent(
mLatinIME
, UploaderService.class);
236
UploaderService.cancelAndRescheduleUploadingService(
mLatinIME
,
244
System.currentTimeMillis(), System.nanoTime()),
mLatinIME
);
309
final AlertDialog.Builder builder = new AlertDialog.Builder(
mLatinIME
)
324
final String packageName =
mLatinIME
.getPackageName();
329
mLatinIME
.startActivity(intent)
[
all
...]
Completed in 68 milliseconds