Searched defs:isStarted (Results 1 - 17 of 17) sorted by last modified time

/frameworks/support/core-utils/java/android/support/v4/content/
H A DLoader.java225 public boolean isStarted() { method in class:Loader
263 * {@link #isStarted()} and {@link #isReset()} will return the correct
324 * when the loader is started -- that is, {@link #isStarted()} returns true.
354 * {@link #isStarted()} will return the correct
414 * {@link #isStarted()} and {@link #isReset()} will return the correct
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
H A DAnimatedVectorDrawableCompat.java198 if (isStarted()) {
608 private boolean isStarted() { method in class:AnimatedVectorDrawableCompat
630 if (isStarted()) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/services/net/java/android/net/util/
H A DStopwatch.java29 public boolean isStarted() { method in class:Stopwatch
38 return (isStarted() && !isStopped());
45 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/services/core/java/com/android/server/connectivity/
H A DKeepaliveTracker.java99 public boolean isStarted; field in class:KeepaliveTracker.KeepaliveInfo
126 .append(" isStarted=").append(isStarted)
206 if (isStarted) {
315 if (reason == SUCCESS && !ki.isStarted) {
318 ki.isStarted = true;
322 ki.isStarted = false;
H A DNat464Xlat.java67 // - Starting: start() called. Interfaces are non-null. isStarted() returns true.
72 // Once mIface is non-null and isStarted() is true, methods called by ConnectivityService on
106 public boolean isStarted() { method in class:Nat464Xlat
123 if (isStarted()) {
146 // From now on, isStarted() will return true.
160 if (isStarted()) {
244 if (isStarted() && up && mIface.equals(iface)) {
264 if (isStarted() && mIface.equals(iface)) {
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java407 if (mAnimatorSet.isInfinite() && mAnimatorSet.isStarted()) {
992 boolean isStarted(); method in interface:AnimatedVectorDrawable.VectorDrawableAnimator
1039 if (mSet == null || mSet.isStarted()) {
1103 if (mSet != null && mSet.isStarted()) {
1109 public boolean isStarted() { method in class:AnimatedVectorDrawable.VectorDrawableAnimatorUI
1110 return mSet != null && mSet.isStarted();
1636 public boolean isStarted() { method in class:AnimatedVectorDrawable.VectorDrawableAnimatorRT
/frameworks/base/core/java/android/print/
H A DPrintJob.java79 * @see #isStarted()
127 public boolean isStarted() { method in class:PrintJob
/frameworks/base/core/java/android/printservice/
H A DPrintJob.java139 public boolean isStarted() { method in class:PrintJob
227 * Blocks the print job. You should call this method if {@link #isStarted()} returns true and
235 * @see #isStarted()
251 * #isStarted()} returns true and you are done printing.
255 * @see #isStarted()
260 if (isStarted()) {
268 * #isQueued()} or {@link #isStarted()} or {@link #isBlocked()}
276 * @see #isStarted()
290 * #isQueued()} or {@link #isStarted() or #isBlocked()} returns
296 * @see #isStarted()
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java820 protected synchronized boolean isStarted() { method in class:TextToSpeechService.SpeechItem
848 mCallbacks.dispatchOnStop(getCallerIdentity(), utteranceId, isStarted());
/frameworks/base/core/java/android/view/
H A DRenderNodeAnimator.java350 public boolean isStarted() { method in class:RenderNodeAnimator
/frameworks/base/core/java/android/animation/
H A DAnimator.java105 * #isStarted() started} or has since ended, then the call is ignored. Paused
113 if (isStarted() && !mPaused) {
242 * nonzero {@link #getStartDelay() startDelay} will return true for {@link #isStarted()} during
249 public boolean isStarted() { method in class:Animator
540 * <li>The animator is immutable while {@link #isStarted()} is true. Requests
553 * state of the Animator. For example, {@link #isStarted()} may still return true
555 * queries to {@link #isStarted()}, {@link #isRunning()}, and {@link #isPaused()}
H A DAnimatorSet.java354 if (isStarted()) {
386 if (mShouldIgnoreEndWithoutStart && !isStarted()) {
390 if (isStarted()) {
443 if (node != mRootNode && node.mAnimation.isStarted()) {
451 public boolean isStarted() { method in class:AnimatorSet
568 if (mDelayAnim.isStarted()) {
588 if (mDelayAnim.isStarted()) {
H A DValueAnimator.java1095 public boolean isStarted() { method in class:ValueAnimator
1444 * <li>The animator is immutable while {@link #isStarted()} is true. Requests
1457 * state of the Animator. For example, {@link #isStarted()} may still return true
1459 * 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/av/services/audiopolicy/engineconfigurable/wrapper/
H A DParameterManagerWrapper.cpp330 bool ParameterManagerWrapper::isStarted() function in class:android::audio_policy::ParameterManagerWrapper
332 return mPfwConnector && mPfwConnector->isStarted();

Completed in 944 milliseconds