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

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

Completed in 135 milliseconds