HomeSort by relevance Sort by last modified time
    Searched refs:isStarted (Results 26 - 50 of 146) sorted by null

12 3 4 5 6

  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RootsLoader.java 57 if (isStarted()) {
UriDerivativeLoader.java 77 if (isStarted()) {
  /frameworks/base/core/java/android/animation/
Animator.java 85 * #isStarted() started} or has since ended, then the call is ignored. Paused
93 if (isStarted() && !mPaused) {
202 * {@link #getStartDelay() startDelay} will return true for {@link #isStarted()} during the
208 public boolean isStarted() {
449 * <li>The animator is immutable while {@link #isStarted()} is true. Requests
462 * state of the Animator. For example, {@link #isStarted()} may still return true
464 * queries to {@link #isStarted()}, {@link #isRunning()}, and {@link #isPaused()}
  /frameworks/base/core/java/android/printservice/
PrintJob.java 122 public boolean isStarted() {
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...]
  /packages/apps/Camera2/src/com/android/camera/
AnimationManager.java 46 if (mCaptureAnimator != null && mCaptureAnimator.isStarted()) {
178 if (mCaptureAnimator != null && mCaptureAnimator.isStarted()) {
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
FlipDrawable.java 241 if (mFlipAnimator.isStarted()) {
267 return mFlipAnimator.isStarted();
CheckableContactFlipDrawable.java 101 if (mCheckmarkScaleAnimator.isStarted()) {
  /developers/build/prebuilts/gradle/Interpolator/Application/tests/src/com/example/android/interpolatorplayground/tests/
SampleTests.java 110 assertTrue(animator.isStarted());
  /developers/samples/android/ui/Interpolator/Application/tests/src/com/example/android/interpolatorplayground/tests/
SampleTests.java 110 assertTrue(animator.isStarted());
  /cts/tests/tests/animation/src/android/animation/cts/
AnimatorTest.java 63 assertTrue(mAnimator.isStarted());
81 assertFalse(mAnimator.isStarted());
86 assertTrue(mAnimator.isStarted());
  /frameworks/base/test-runner/tests/src/android/test/
InstrumentationTestRunnerTest.java 144 assertTrue(mInstrumentationTestRunner.isStarted());
191 assertTrue(mInstrumentationTestRunner.isStarted());
244 public boolean isStarted() {
  /packages/experimental/PrintService/src/foo/bar/printservice/
MyPrintService.java 142 if (printJob.isQueued() || printJob.isStarted() || printJob.isBlocked()) {
161 if (printJob.isQueued() || printJob.isStarted()) {
178 if (printJob.isStarted()) {
274 if (printJob.isStarted()) {
291 if (printJob.isStarted()) {
  /external/deqp/execserver/
xsWin32TestProcess.cpp 116 DE_ASSERT(!isStarted());
187 if (!isStarted())
215 DE_ASSERT(!isStarted());
330 if (!isStarted())
360 DE_ASSERT(m_logFile == INVALID_HANDLE_VALUE && !m_reader.isStarted());
378 if (!m_reader.isStarted())
xsWin32TestProcess.hpp 119 bool isRunning (void) const { return m_reader.isStarted(); }
  /device/generic/goldfish/camera/
EmulatedFakeCameraDevice.cpp 93 if (isStarted()) {
115 if (isStarted()) {
176 if (!isStarted()) {
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
Query11.cpp 150 bool Query11::isStarted() const
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedVectorDrawable.java 174 if (isStarted()) {
408 private boolean isStarted() {
413 if (animator.isStarted()) {
426 if (!animator.isStarted()) {
  /frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
PhotoBitmapLoader.java 89 if (isStarted()) {
  /packages/apps/Contacts/src/com/android/contacts/interactions/
SmsInteractionsLoader.java 139 if (isStarted()) {
CallLogInteractionsLoader.java 160 if (isStarted()) {
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialCursorLoader.java 115 if (isStarted()) {
  /frameworks/base/core/java/android/content/
CursorLoader.java 108 if (isStarted()) {
Loader.java 243 public boolean isStarted() {
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/
CursorLoader.java 72 if (isStarted()) {
Loader.java 157 public boolean isStarted() {
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

Completed in 824 milliseconds

12 3 4 5 6