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

/frameworks/base/core/java/android/speech/tts/
H A DSynthesisCallback.java135 public boolean hasStarted(); method in interface:SynthesisCallback
H A DFileSynthesisCallback.java271 public boolean hasStarted() { method in class:FileSynthesisCallback
H A DPlaybackSynthesisCallback.java111 public boolean hasStarted() { method in class:PlaybackSynthesisCallback
H A DTextToSpeechService.java994 if (synthesisCallback.hasStarted() && !synthesisCallback.hasFinished()) {
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java960 public boolean hasStarted() { method in class:Animation
H A DAnimationSet.java387 started = started || a.hasStarted();
/frameworks/support/v4/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java270 if (animator.hasStarted() && !animator.hasEnded()) {
H A DSwipeRefreshLayout.java895 return animation != null && animation.hasStarted() && !animation.hasEnded();
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java1387 final boolean overflowOpening = mOpenOverflowAnimation.hasStarted()
1389 final boolean overflowClosing = mCloseOverflowAnimation.hasStarted()

Completed in 148 milliseconds