Searched refs:isStarted (Results 1 - 25 of 26) sorted by relevance

12

/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/print/
H A DPrintJob.java74 * @see #isStarted()
122 public boolean isStarted() { method in class:PrintJob
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRootsLoader.java57 if (isStarted()) {
H A DUriDerivativeLoader.java77 if (isStarted()) {
H A DDirectoryLoader.java213 if (isStarted()) {
H A DRecentLoader.java271 if (isStarted()) {
/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 DObjectAnimator.java897 if (isStarted()) {
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/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/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/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/opt/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoBitmapLoader.java89 if (isStarted()) {
/frameworks/base/core/java/android/content/
H A DCursorLoader.java108 if (isStarted()) {
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 DCursorLoader.java72 if (isStarted()) {
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/services/core/java/com/android/server/display/
H A DDisplayPowerController.java686 && !mColorFadeOnAnimator.isStarted()
687 && !mColorFadeOffAnimator.isStarted()
801 if (mColorFadeOnAnimator.isStarted()
802 || mColorFadeOffAnimator.isStarted()) {
1087 pw.println(" mColorFadeOnAnimator.isStarted()=" +
1088 mColorFadeOnAnimator.isStarted());
1091 pw.println(" mColorFadeOffAnimator.isStarted()=" +
1092 mColorFadeOffAnimator.isStarted());
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DExtendedBitmapDrawable.java489 if (mPulseAnimator != null && !mPulseAnimator.isStarted()) {
500 if (mPulseAnimator != null && mPulseEnabled && !mPulseAnimator.isStarted()) {
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DFusedPrintersProvider.java130 if (isStarted()) {
278 if (isStarted() && mDiscoverySession != null
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java219 if (mAnimator != null && mAnimator.isStarted()) {
233 return mAnimator != null && mAnimator.isStarted();
/frameworks/base/core/java/android/view/
H A DRenderNodeAnimator.java345 public boolean isStarted() { method in class:RenderNodeAnimator
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java989 mPeekAnimator, ((mPeekAnimator!=null && mPeekAnimator.isStarted())?" (started)":""),
990 mHeightAnimator, ((mHeightAnimator !=null && mHeightAnimator.isStarted())?" (started)":""),
/frameworks/base/core/java/android/transition/
H A DTransition.java1745 if (anim.isRunning() || anim.isStarted()) {

Completed in 745 milliseconds

12