Searched refs:mAfterVoiceInputSelectionSpan (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
H A DVoiceInput.java129 private int mAfterVoiceInputSelectionSpan = 0; field in class:VoiceInput
214 mAfterVoiceInputSelectionSpan = span;
218 return mAfterVoiceInputSelectionSpan;
237 if (mAfterVoiceInputSelectionSpan > 0) {
240 mAfterVoiceInputDeleteCount += mAfterVoiceInputSelectionSpan;
255 if (mAfterVoiceInputSelectionSpan > 0) {
258 mAfterVoiceInputDeleteCount += mAfterVoiceInputSelectionSpan;

Completed in 29 milliseconds