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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
H A DAccessibilityUtils.java135 // Always speak if the user is listening through headphones.
139 // Don't speak if the IME is connected to a password field.
147 * @param text the text to speak
149 public void speak(CharSequence text) { method in class:AccessibilityUtils
151 Log.e(TAG, "Attempted to speak when accessibility was disabled!");
157 // the screen reader to make it speak.
180 speak(text);

Completed in 53 milliseconds