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

/frameworks/base/core/java/android/animation/
H A DAnimator.java124 * {@link #getStartDelay() startDelay} will return true for {@link #isStarted()} during the
130 public boolean isStarted() { method in class:Animator
H A DAnimatorSet.java290 if (isStarted()) {
325 if (isStarted()) {
371 public boolean isStarted() { method in class:AnimatorSet
H A DValueAnimator.java971 public boolean isStarted() { method in class:ValueAnimator
/frameworks/ex/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoBitmapLoader.java81 if (isStarted()) {
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoBitmapLoader.java81 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/av/libvideoeditor/lvpp/
H A DVideoEditorAudioPlayer.h77 bool isStarted();
H A DVideoEditorAudioPlayer.cpp299 bool VideoEditorAudioPlayer::isStarted() { function in class:android::VideoEditorAudioPlayer
H A DPreviewPlayer.cpp578 bool isAudioPlayerStarted = mAudioPlayer->isStarted();
/frameworks/support/v4/java/android/support/v4/content/
H A DLoader.java156 public boolean isStarted() { method in class:Loader
188 * {@link #isStarted()} and {@link #isReset()} will return the correct
212 * when the loader is started -- that is, {@link #isStarted()} returns true.
236 * {@link #isStarted()} will return the correct
284 * {@link #isStarted()} and {@link #isReset()} will return the correct
H A DCursorLoader.java80 if (isStarted()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java91 if (mTimeAnimator != null && mTimeAnimator.isStarted()) {
111 if (mTimeAnimator.isStarted()) {
123 if (!mTimeAnimator.isStarted()) {
402 if (!mTracking && !mRubberbanding && !mTimeAnimator.isStarted()
/frameworks/base/services/java/com/android/server/power/
H A DDisplayPowerController.java673 if (!mElectronBeamOffAnimator.isStarted()) {
685 if (!mElectronBeamOnAnimator.isStarted()) {
706 if (!mElectronBeamOnAnimator.isStarted()) {
707 if (!mElectronBeamOffAnimator.isStarted()) {
729 && !mElectronBeamOnAnimator.isStarted()
730 && !mElectronBeamOffAnimator.isStarted()
1222 pw.println(" mElectronBeamOnAnimator.isStarted()=" +
1223 mElectronBeamOnAnimator.isStarted());
1226 pw.println(" mElectronBeamOffAnimator.isStarted()=" +
1227 mElectronBeamOffAnimator.isStarted());
[all...]
/frameworks/base/core/java/android/content/
H A DCursorLoader.java112 if (isStarted()) {
H A DLoader.java242 public boolean isStarted() { method in class:Loader
280 * {@link #isStarted()} and {@link #isReset()} will return the correct
341 * when the loader is started -- that is, {@link #isStarted()} returns true.
371 * {@link #isStarted()} will return the correct
431 * {@link #isStarted()} and {@link #isReset()} will return the correct

Completed in 808 milliseconds