Home | History | Annotate | Download | only in latin

Lines Matching defs:ResearchLogger

78 import com.android.inputmethod.research.ResearchLogger;
383 ResearchLogger.getInstance().init(this, prefs);
474 ResearchLogger.getInstance().initSuggest(mSuggest);
654 ResearchLogger.latinIME_onStartInputViewInternal(editorInfo, mPrefs);
776 ResearchLogger.latinIME_onWindowHidden(mLastSelectionStart, mLastSelectionEnd,
791 ResearchLogger.getInstance().latinIME_onFinishInputInternal();
829 ResearchLogger.getAndClearLatinIMEExpectingUpdateSelection();
830 ResearchLogger.latinIME_onUpdateSelection(mLastSelectionStart, mLastSelectionEnd,
955 ResearchLogger.latinIME_onDisplayCompletions(null);
979 ResearchLogger.latinIME_onDisplayCompletions(applicationSpecifiedCompletions);
1153 ResearchLogger.latinIME_swapSwapperAndSpace();
1273 ResearchLogger.latinIME_sendKeyCodePoint(code);
1350 ResearchLogger.getInstance().onResearchKeySelected(this);
1392 ResearchLogger.latinIME_onCodeInput(primaryCode, x, y);
2061 ResearchLogger.latinIME_punctuationSuggestion(index, suggestion);
2101 ResearchLogger.latinIME_pickSuggestionManually(replacedWord, index, suggestion);
2243 ResearchLogger.latinIME_revertCommit(originallyTypedWord);