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

/frameworks/base/core/java/android/animation/
H A DAnimator.java124 * {@link #getStartDelay() startDelay} will return true for {@link #isStarted()} during the
130 public boolean isStarted() { method in class:Animator
H A DAnimatorSet.java290 if (isStarted()) {
325 if (isStarted()) {
371 public boolean isStarted() { method in class:AnimatorSet
H A DValueAnimator.java971 public boolean isStarted() { method in class:ValueAnimator
/frameworks/base/core/java/android/content/
H A DLoader.java242 public boolean isStarted() { method in class:Loader
280 * {@link #isStarted()} and {@link #isReset()} will return the correct
341 * when the loader is started -- that is, {@link #isStarted()} returns true.
371 * {@link #isStarted()} will return the correct
431 * {@link #isStarted()} and {@link #isReset()} will return the correct
/frameworks/support/v4/java/android/support/v4/content/
H A DLoader.java156 public boolean isStarted() { method in class:Loader
188 * {@link #isStarted()} and {@link #isReset()} will return the correct
212 * when the loader is started -- that is, {@link #isStarted()} returns true.
236 * {@link #isStarted()} will return the correct
284 * {@link #isStarted()} and {@link #isReset()} will return the correct
/frameworks/base/test-runner/tests/src/android/test/
H A DInstrumentationTestRunnerTest.java144 assertTrue(mInstrumentationTestRunner.isStarted());
191 assertTrue(mInstrumentationTestRunner.isStarted());
244 public boolean isStarted() { method in class:InstrumentationTestRunnerTest.StubInstrumentationTestRunner
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorAudioPlayer.cpp299 bool VideoEditorAudioPlayer::isStarted() { function in class:android::VideoEditorAudioPlayer

Completed in 129 milliseconds