Searched defs:isStopped (Results 1 - 3 of 3) sorted by relevance
/frameworks/base/core/java/android/speech/tts/ | ||
H A D | TextToSpeechService.java | 487 protected synchronized boolean isStopped() { method in class:TextToSpeechService.SpeechItem 569 if (isStopped()) { |
/frameworks/av/services/audioflinger/ | ||
H A D | AudioFlinger.h | 421 bool isStopped() const { function in class:android::AudioFlinger::ThreadBase::TrackBase |
/frameworks/base/core/java/android/widget/ | ||
H A D | TextView.java | 6933 if ((mMarquee == null || mMarquee.isStopped()) && (isFocused() || isSelected()) && 6952 if (mMarquee != null && !mMarquee.isStopped()) { 7481 if (mMarquee != null && !mMarquee.isStopped()) { 7510 if (mMarquee != null && !mMarquee.isStopped()) { 8706 boolean isStopped() { method in class:TextView.Marquee |
Completed in 114 milliseconds