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

/frameworks/base/core/java/android/animation/
H A DAnimator.java131 * {@link #getStartDelay() startDelay} will return true for {@link #isStarted()} during the
137 public boolean isStarted() { method in class:Animator
H A DAnimatorSet.java306 if (isStarted()) {
341 if (isStarted()) {
387 public boolean isStarted() { method in class:AnimatorSet
H A DValueAnimator.java979 public boolean isStarted() { method in class:ValueAnimator
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java205 if (mTimeAnimator != null && mTimeAnimator.isStarted()) {
225 if (mTimeAnimator.isStarted()) {
237 if (!mTimeAnimator.isStarted()) {
402 if (mPeekAnimator != null && mPeekAnimator.isStarted()) {
519 if (!mTracking && !mRubberbanding && !mTimeAnimator.isStarted()
533 if (mTimeAnimator.isStarted()) {
654 mPeekAnimator, ((mPeekAnimator!=null && mPeekAnimator.isStarted())?" (started)":""),
655 mTimeAnimator, ((mTimeAnimator!=null && mTimeAnimator.isStarted())?" (started)":"")
/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/opt/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoBitmapLoader.java86 if (isStarted()) {
/frameworks/base/services/java/com/android/server/power/
H A DDisplayPowerController.java672 if (!mElectronBeamOffAnimator.isStarted()) {
684 if (!mElectronBeamOnAnimator.isStarted()) {
705 if (!mElectronBeamOnAnimator.isStarted()) {
706 if (!mElectronBeamOffAnimator.isStarted()) {
728 && !mElectronBeamOnAnimator.isStarted()
729 && !mElectronBeamOffAnimator.isStarted()
1221 pw.println(" mElectronBeamOnAnimator.isStarted()=" +
1222 mElectronBeamOnAnimator.isStarted());
1225 pw.println(" mElectronBeamOffAnimator.isStarted()=" +
1226 mElectronBeamOffAnimator.isStarted());
[all...]
/frameworks/base/core/java/android/content/
H A DCursorLoader.java109 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/base/services/java/com/android/server/connectivity/
H A DNat464Xlat.java135 public boolean isStarted() { method in class:Nat464Xlat
/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

Completed in 372 milliseconds