Home | History | Annotate | Download | only in research

Lines Matching refs:LatinIME

65 import com.android.inputmethod.latin.LatinIME;
87 * Logs the use of the LatinIME keyboard.
172 // set when LatinIME should ignore an onUpdateSelection() callback that
179 // TODO: Check whether a superclass can be used instead of LatinIME.
180 /* package for test */ LatinIME mLatinIME;
209 public void init(final LatinIME latinIME, final KeyboardSwitcher keyboardSwitcher,
211 assert latinIME != null;
212 mLatinIME = latinIME;
213 mPrefs = PreferenceManager.getDefaultSharedPreferences(latinIME);
220 final Resources res = latinIME.getResources();
450 public void onResearchKeySelected(final LatinIME latinIME) {
452 Toast.makeText(latinIME, R.string.research_please_exit_feedback_form,
456 presentFeedbackDialog(latinIME);
459 public void presentFeedbackDialog(final LatinIME latinIME) {
480 latinIME.startActivity(intent);
561 public void enableOrDisable(final boolean showEnable, final LatinIME latinIME) {
567 Toast.makeText(latinIME,
571 Toast toast = Toast.makeText(latinIME,
581 Toast.makeText(latinIME, R.string.research_notify_logging_suspended,
1003 * Log a call to LatinIME.onStartInputViewInternal().
1100 * Log a call to LatinIME.onCodeInput().
1118 * Log a call to LatinIME.onDisplayCompletions().
1208 * Log a call to LatinIME.onUpdateSelection().
1240 * Log a call to LatinIME.onTextInput().
1250 * Log a call to LatinIME.pickSuggestionManually().
1275 * Log a call to LatinIME.punctuationSuggestion().
1292 * Log a call to LatinIME.sendKeyCodePoint().
1309 * Log a call to LatinIME.promotePhantomSpace().
1323 * Log a call to LatinIME.swapSwapperAndSpace().
1343 * Log a call to LatinIME.maybeDoubleSpacePeriod().
1368 * This is typically called right after LatinIME.onStartInputViewInternal (when starting a new
1393 * Log a call to LatinIME.revertCommit().
1441 * LatinIME.onCodeInput will also be called.
1487 * TODO: Differentiate with LatinIME.processMotionEvent.
1500 * TODO: Differentiate with LatinIME.processMotionEvent().
1546 * Log a call to LatinIME.commitCurrentAutoCorrection().
1749 * Log a call to LatinIME.onEndBatchInput().
1770 * Log a call to LatinIME.handleBackspace() that is not a batch delete.
1783 * Log a call to LatinIME.handleBackspace() that is a batch delete.
1824 * Log a call to LatinIME.handleSeparator()