Home | History | Annotate | Download | only in latin

Lines Matching defs:ResearchLogger

82 import com.android.inputmethod.research.ResearchLogger;
450 ResearchLogger.getInstance().init(this, mKeyboardSwitcher, mSuggest);
516 ResearchLogger.getInstance().initSuggest(mSuggest);
587 ResearchLogger.getInstance().onDestroy();
701 ResearchLogger.latinIME_onStartInputViewInternal(editorInfo, prefs);
858 // Notify ResearchLogger
860 ResearchLogger.latinIME_onFinishInputViewInternal(finishingInput, mLastSelectionStart,
883 ResearchLogger.getAndClearLatinIMEExpectingUpdateSelection();
884 ResearchLogger.latinIME_onUpdateSelection(mLastSelectionStart, mLastSelectionEnd,
1021 ResearchLogger.latinIME_onDisplayCompletions(null);
1044 ResearchLogger.latinIME_onDisplayCompletions(applicationSpecifiedCompletions);
1182 ResearchLogger.getInstance().onWordFinished(typedWord, mWordComposer.isBatchMode());
1233 ResearchLogger.latinIME_swapSwapperAndSpace(lastTwo, text);
1253 ResearchLogger.latinIME_maybeDoubleSpacePeriod(textToInsert,
1364 ResearchLogger.latinIME_sendKeyCodePoint(code);
1389 ResearchLogger.latinIME_onCodeInput(primaryCode, x, y);
1451 ResearchLogger.getInstance().onResearchKeySelected(this);
1549 ResearchLogger.latinIME_onTextInput(text, false /* isBatchMode */);
1734 ResearchLogger.latinIME_onEndBatchInput(batchInputText, 0, suggestedWords);
1797 ResearchLogger.latinIME_handleBackspace_batch(word, 1);
1798 ResearchLogger.getInstance().uncommitCurrentLogUnit(
1859 ResearchLogger.latinIME_handleBackspace(numCharsDeleted);
1877 ResearchLogger.latinIME_handleBackspace(1);
1882 ResearchLogger.latinIME_handleBackspace(1);
2024 ResearchLogger.latinIME_handleSeparator(primaryCode, mWordComposer.isComposingWord());
2279 ResearchLogger.latinIme_commitCurrentAutoCorrection(typedWord, autoCorrection,
2315 ResearchLogger.latinIME_punctuationSuggestion(index, suggestion,
2356 ResearchLogger.latinIME_pickSuggestionManually(replacedWord, index, suggestion,
2540 ResearchLogger.getInstance().uncommitCurrentLogUnit(wordString,
2586 ResearchLogger.latinIME_revertCommit(committedWord, originallyTypedWord,
2588 ResearchLogger.getInstance().uncommitCurrentLogUnit(committedWord,
2604 ResearchLogger.latinIME_promotePhantomSpace();