Searched refs:StatsUtils (Results 1 – 7 of 7) sorted by relevance
59 import com.android.inputmethod.latin.utils.StatsUtils;147 StatsUtils.onWordCommitUserTyped( in startInput()206 StatsUtils.onWordCommitUserTyped( in finishInput()252 StatsUtils.onWordCommitUserTyped(mEnteredText, mWordComposer.isBatchMode()); in onTextInput()281 StatsUtils.onPickSuggestionManually( in onPickSuggestionManually()335 StatsUtils.onPickSuggestionManually( in onPickSuggestionManually()337 StatsUtils.onWordCommitSuggestionPickedManually( in onPickSuggestionManually()939 StatsUtils.onDoubleSpacePeriod(); in handleSeparatorEvent()1026 StatsUtils.onBackspaceWordDelete(rejectedSuggestion.length()); in handleBackspaceEvent()1029 StatsUtils.onBackspacePressed(1); in handleBackspaceEvent()[all …]
29 public final class StatsUtils { class31 private StatsUtils() { in StatsUtils() method in StatsUtils
21 import com.android.inputmethod.latin.utils.StatsUtils;54 StatsUtils.onSettingsActivity( in onCreate()
36 import com.android.inputmethod.latin.utils.StatsUtils;166 StatsUtils.onLoadSettings(mSettingsValues); in onSharedPreferenceChanged()
41 import com.android.inputmethod.latin.utils.StatsUtils;310 StatsUtils.onInvalidWordIdentification(text); in onGetSuggestionsInternal()
96 import com.android.inputmethod.latin.utils.StatsUtils;598 StatsUtils.onCreate(mSettings.getCurrent(), mRichImm); in onCreate()751 StatsUtils.onCreateInputView(); in onCreateInputView()785 StatsUtils.onFinishInputView(); in onFinishInputView()801 StatsUtils.onSubtypeChanged(oldSubtype, subtype); in onCurrentInputMethodSubtypeChanged()891 StatsUtils.onStartInputView(editorInfo.inputType, in onStartInputViewInternal()
46 import com.android.inputmethod.latin.utils.StatsUtils;468 StatsUtils.onInputConnectionLaggy(operation, duration); in detectLaggyConnection()