Home | History | Annotate | Download | only in latin

Lines Matching defs:ResearchLogger

396             ResearchLogger.init(this, prefs);
663 ResearchLogger.latinIME_onStartInputViewInternal(editorInfo, mPrefs);
783 ResearchLogger.latinIME_onUpdateSelection(mLastSelectionStart, mLastSelectionEnd,
889 ResearchLogger.latinIME_onDisplayCompletions(applicationSpecifiedCompletions);
1043 ResearchLogger.latinIME_commitText(typedWord);
1091 ResearchLogger.latinIME_deleteSurroundingText(2);
1095 ResearchLogger.latinIME_swapSwapperAndSpaceWhileInBatchEdit();
1114 ResearchLogger.latinIME_doubleSpaceAutoPeriod();
1142 ResearchLogger.latinIME_deleteSurroundingText(1);
1200 ResearchLogger.latinIME_performEditorAction(actionId);
1258 ResearchLogger.latinIME_sendKeyCodePoint(code);
1273 if (ResearchLogger.sIsLogging) {
1274 ResearchLogger.getInstance().logKeyEvent(primaryCode, x, y);
1366 ResearchLogger.latinIME_commitText(text);
1422 ResearchLogger.latinIME_deleteSurroundingText(length);
1447 ResearchLogger.latinIME_deleteSurroundingText(1);
1477 ResearchLogger.latinIME_deleteSurroundingText(lengthToDelete);
1498 ResearchLogger.latinIME_deleteSurroundingText(1);
1503 ResearchLogger.latinIME_deleteSurroundingText(1);
1738 ResearchLogger.latinIME_switchToKeyboardView();
1875 ResearchLogger.latinIME_commitCurrentAutoCorrection(typedWord,
1909 ResearchLogger.latinIME_punctuationSuggestion(index, suggestion, x, y);
1938 ResearchLogger.latinIME_pickApplicationSpecifiedCompletion(index,
1951 ResearchLogger.latinIME_pickSuggestionManually(replacedWord, index, suggestion, x, y);
2010 ResearchLogger.latinIME_commitText(chosenWord);
2015 ResearchLogger.latinIME_commitText(chosenWord);
2182 ResearchLogger.latinIME_deleteSurroundingText(length);
2213 ResearchLogger.latinIME_deleteSurroundingText(deleteLength);
2231 ResearchLogger.latinIME_revertCommit(originallyTypedWord);
2257 ResearchLogger.latinIME_deleteSurroundingText(2);
2261 ResearchLogger.latinIME_revertDoubleSpaceWhileInBatchEdit();
2284 ResearchLogger.latinIME_deleteSurroundingText(2);
2288 ResearchLogger.latinIME_revertSwapPunctuation();