Searched defs:swipe (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
H A DVoiceInputLogger.java142 public void start(String locale, boolean swipe) { argument
145 i.putExtra(LoggingEvents.VoiceIme.EXTRA_START_SWIPE, swipe);
H A DVoiceInput.java281 * @param swipe whether this voice input was started by swipe, for logging purposes
283 public void startListening(FieldContext context, boolean swipe) { argument
289 mLogger.start(localeString, swipe);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java131 // If we detect a swipe gesture within N ms of typing, then swipe is
973 startListening(false /* was a button press, was not a swipe */);
1286 private void startListening(boolean swipe) { argument
1290 showVoiceWarningDialog(swipe);
1292 reallyStartListening(swipe);
1296 private void reallyStartListening(boolean swipe) { argument
1325 mVoiceInput.startListening(context, swipe);
1329 private void showVoiceWarningDialog(final boolean swipe) { argument
1336 reallyStartListening(swipe);
[all...]

Completed in 49 milliseconds