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

/frameworks/base/core/java/android/print/
H A DPrintJob.java74 * @see #isStarted()
122 public boolean isStarted() { method in class:PrintJob
/frameworks/base/core/java/android/printservice/
H A DPrintJob.java122 public boolean isStarted() { method in class:PrintJob
203 * #isStarted()} or {@link #isBlocked()} returns true and you need
210 * @see #isStarted()
227 * #isStarted()} returns true and you are done printing.
231 * @see #isStarted()
235 if (isStarted()) {
243 * #isQueued()} or {@link #isStarted()} or {@link #isBlocked()}
251 * @see #isStarted()
264 * #isQueued()} or {@link #isStarted() or #isBlocked()} returns
270 * @see #isStarted()
[all...]
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNat464Xlat.java64 // - Starting: start() called. Interfaces are non-null. isStarted() returns true.
69 // Once mIface is non-null and isStarted() is true, methods called by ConnectivityService on
103 public boolean isStarted() { method in class:Nat464Xlat
120 if (isStarted()) {
143 // From now on, isStarted() will return true.
157 if (isStarted()) {
241 if (isStarted() && up && mIface.equals(iface)) {
261 if (isStarted() && mIface.equals(iface)) {
/frameworks/base/core/java/android/animation/
H A DAnimator.java99 * #isStarted() started} or has since ended, then the call is ignored. Paused
107 if (isStarted() && !mPaused) {
216 * {@link #getStartDelay() startDelay} will return true for {@link #isStarted()} during the
222 public boolean isStarted() { method in class:Animator
509 * <li>The animator is immutable while {@link #isStarted()} is true. Requests
522 * state of the Animator. For example, {@link #isStarted()} may still return true
524 * queries to {@link #isStarted()}, {@link #isRunning()}, and {@link #isPaused()}
H A DAnimatorSet.java321 if (isStarted()) {
356 if (isStarted()) {
402 public boolean isStarted() { method in class:AnimatorSet
H A DValueAnimator.java1116 public boolean isStarted() { method in class:ValueAnimator
1484 * <li>The animator is immutable while {@link #isStarted()} is true. Requests
1497 * state of the Animator. For example, {@link #isStarted()} may still return true
1499 * queries to {@link #isStarted()}, {@link #isRunning()}, and {@link #isPaused()}
/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/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java179 if (isStarted()) {
425 private boolean isStarted() { method in class:AnimatedVectorDrawable
430 if (animator.isStarted()) {
440 if (isStarted()) {
/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/base/core/java/android/view/
H A DRenderNodeAnimator.java345 public boolean isStarted() { method in class:RenderNodeAnimator

Completed in 271 milliseconds