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

/frameworks/base/core/java/android/animation/
H A DAnimator.java131 * {@link #getStartDelay() startDelay} will return true for {@link #isStarted()} during the
137 public boolean isStarted() { method in class:Animator
H A DAnimatorSet.java306 if (isStarted()) {
341 if (isStarted()) {
387 public boolean isStarted() { method in class:AnimatorSet
H A DValueAnimator.java979 public boolean isStarted() { method in class:ValueAnimator
/frameworks/base/services/java/com/android/server/connectivity/
H A DNat464Xlat.java135 public boolean isStarted() { method in class:Nat464Xlat
/frameworks/base/core/java/android/content/
H A DLoader.java243 public boolean isStarted() { method in class:Loader
281 * {@link #isStarted()} and {@link #isReset()} will return the correct
342 * when the loader is started -- that is, {@link #isStarted()} returns true.
372 * {@link #isStarted()} will return the correct
432 * {@link #isStarted()} and {@link #isReset()} will return the correct
/frameworks/support/v4/java/android/support/v4/content/
H A DLoader.java157 public boolean isStarted() { method in class:Loader
189 * {@link #isStarted()} and {@link #isReset()} will return the correct
213 * when the loader is started -- that is, {@link #isStarted()} returns true.
237 * {@link #isStarted()} will return the correct
285 * {@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 337 milliseconds