Searched refs:hasStarted (Results 1 – 18 of 18) sorted by relevance
134 boolean hasStarted(); in hasStarted() method
111 public boolean hasStarted() { in hasStarted() method in PlaybackSynthesisCallback
271 public boolean hasStarted() { in hasStarted() method in FileSynthesisCallback
1017 if (synthesisCallback.hasStarted() && !synthesisCallback.hasFinished()) { in playImpl()
315 if (mAudioTrack->hasStarted()) { in updateStateMachine()
387 started = started || a.hasStarted(); in getTransformation()
961 public boolean hasStarted() { in hasStarted() method
891 bool hasStarted(); // not const
489 assertTrue(fragment.animation.hasStarted()); in assertFragmentAnimation()
1468 final boolean overflowOpening = mOpenOverflowAnimation.hasStarted() in isOverflowAnimating()1470 final boolean overflowClosing = mCloseOverflowAnimation.hasStarted() in isOverflowAnimating()
897 return animation != null && animation.hasStarted() && !animation.hasEnded(); in isAnimationRunning()
2978 bool AudioTrack::hasStarted() in hasStarted() function in android::AudioTrack
27357 method public abstract boolean hasStarted();35269 method public boolean hasStarted();
37916 method public abstract boolean hasStarted();47649 method public boolean hasStarted();
38171 method public abstract boolean hasStarted();48115 method public boolean hasStarted();
41138 method public abstract boolean hasStarted();51240 method public boolean hasStarted();
34643 HSPLandroid/view/animation/Animation;->hasStarted()Z