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

/frameworks/base/core/java/android/os/
H A DSystemService.java91 public static boolean isStopped(String service) { method in class:SystemService
/frameworks/av/services/audioflinger/
H A DTrackBase.h111 bool isStopped() const { function in class:TrackBase
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java804 protected synchronized boolean isStopped() { method in class:TextToSpeechService.SpeechItem
956 if (isStopped()) {
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphRunner.java742 public boolean isStopped() { method in class:GraphRunner
/frameworks/base/core/java/android/widget/
H A DTextView.java7830 if ((mMarquee == null || mMarquee.isStopped()) && (isFocused() || isSelected()) &&
7849 if (mMarquee != null && !mMarquee.isStopped()) {
8426 if (mMarquee != null && !mMarquee.isStopped()) {
8464 if (mMarquee != null && !mMarquee.isStopped()) {
10131 boolean isStopped() { method in class:TextView.Marquee
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 135 milliseconds