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

123

/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/core/java/android/speech/tts/
H A DITextToSpeechCallback.aidl43 void onStop(String utteranceId, boolean isStarted);
/frameworks/base/core/tests/coretests/src/android/animation/
H A DValueAnimatorTests.java81 // Test the time between isRunning() and isStarted()
82 assertFalse(a.isStarted());
86 assertTrue(a.isStarted());
104 assertFalse(a.isStarted());
180 assertFalse(a1.isStarted());
181 assertFalse(a2.isStarted());
194 assertTrue(a1.isStarted());
195 assertTrue(a2.isStarted());
226 assertFalse(a1.isStarted());
228 assertFalse(a2.isStarted());
[all...]
H A DAnimatorSetActivityTest.java291 assertTrue(s.isStarted());
306 assertFalse(s.isStarted());
308 assertFalse(a1.isStarted());
309 assertFalse(a2.isStarted());
310 assertFalse(a3.isStarted());
311 assertFalse(a4.isStarted());
408 assertTrue(s.isStarted());
411 if (animators.get(i).isStarted()) {
449 boolean passedStartDelay = a1.isStarted() || a2.isStarted() || a
[all...]
/frameworks/base/services/core/java/com/android/server/connectivity/
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)) {
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;
/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/pip/
H A DPipOnboardingActivity.java85 if (mEnterAnimator.isStarted()) {
93 if (mEnterAnimator.isStarted()) {
H A DPipRecentsControlsView.java144 if (!animator.isStarted()) {
150 if (animator.isStarted()) {
H A DPipControlButtonView.java141 if (animator.isStarted()) {
/frameworks/base/core/java/android/print/
H A DPrintServiceRecommendationsLoader.java116 if (isStarted()) {
H A DPrintJob.java79 * @see #isStarted()
127 public boolean isStarted() { method in class:PrintJob
H A DPrintServicesLoader.java124 if (isStarted()) {
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRootsLoader.java56 if (isStarted()) {
H A DUriDerivativeLoader.java77 if (isStarted()) {
/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()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/animations/
H A DViewFocusAnimator.java111 if (mFocusAnimation.isStarted()) {
148 if (mFocusAnimation.isStarted()) {
H A DRecentsRowFocusAnimationHolder.java90 if (animator.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/av/services/audiopolicy/engineconfigurable/wrapper/include/
H A DParameterManagerWrapper.h76 bool isStarted();
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoBitmapLoader.java89 if (isStarted()) {
/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/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java313 if (mAnimatorSet.isInfinite() && mAnimatorSet.isStarted()) {
825 boolean isStarted(); method in interface:AnimatedVectorDrawable.VectorDrawableAnimator
872 if (mSet == null || mSet.isStarted()) {
936 if (mSet != null && mSet.isStarted()) {
942 public boolean isStarted() { method in class:AnimatedVectorDrawable.VectorDrawableAnimatorUI
943 return mSet != null && mSet.isStarted();
1419 public boolean isStarted() { method in class:AnimatedVectorDrawable.VectorDrawableAnimatorRT
/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

Completed in 4231 milliseconds

123