HomeSort by relevance Sort by last modified time
    Searched defs:isStarted (Results 1 - 25 of 43) sorted by null

1 2

  /cts/tests/src/android/app/cts/
ChildActivity.java 22 public static boolean isStarted = false;
27 isStarted = true;
  /external/webkit/Source/WebKit/chromium/src/
WebSharedWorkerImpl.cpp 62 bool WebSharedWorkerImpl::isStarted()
  /cts/tests/tests/text/src/android/text/cts/
LoginFilterTest.java 41 assertFalse(loginFilter.isStarted());
46 assertTrue(loginFilter.isStarted());
52 assertTrue(loginFilter.isStarted());
59 assertTrue(loginFilter.isStarted());
66 assertTrue(loginFilter.isStarted());
74 assertTrue(loginFilter.isStarted());
82 assertTrue(loginFilter.isStarted());
167 public boolean isStarted() {
  /frameworks/base/core/java/android/animation/
Animator.java 124 * {@link #getStartDelay() startDelay} will return true for {@link #isStarted()} during the
130 public boolean isStarted() {
AnimatorSet.java 290 if (isStarted()) {
325 if (isStarted()) {
371 public boolean isStarted() {
    [all...]
ValueAnimator.java     [all...]
  /frameworks/base/test-runner/tests/src/android/test/
InstrumentationTestRunnerTest.java 144 assertTrue(mInstrumentationTestRunner.isStarted());
191 assertTrue(mInstrumentationTestRunner.isStarted());
244 public boolean isStarted() {
  /cts/libs/vogar-expect/src/vogar/commands/
Command.java 85 if (isStarted()) {
103 public boolean isStarted() {
108 if (!isStarted()) {
117 if (!isStarted()) {
  /development/tools/emulator/system/camera/
EmulatedCameraDevice.h 195 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__);
207 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__);
218 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__);
229 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__);
255 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__);
273 inline bool isStarted() const {
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorAudioPlayer.cpp 299 bool VideoEditorAudioPlayer::isStarted() {
  /frameworks/base/core/java/android/content/
Loader.java 242 public boolean isStarted() {
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
  /frameworks/support/v4/java/android/support/v4/content/
Loader.java 156 public boolean isStarted() {
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
  /packages/apps/Contacts/src/com/android/contacts/list/
ProviderStatusWatcher.java 125 if (isStarted()) {
132 private boolean isStarted() {
156 if (!isStarted()) {
  /cts/tests/tests/animation/src/android/animation/cts/
AnimatorTest.java 61 assertTrue(mAnimator.isStarted());
79 assertFalse(mAnimator.isStarted());
84 assertTrue(mAnimator.isStarted());
ObjectAnimatorTest.java 231 assertTrue(objAnimator.isStarted());
ValueAnimatorTest.java 57 assertFalse(mValueAnimator.isStarted());
62 assertTrue(mValueAnimator.isStarted());
  /packages/apps/Contacts/src/com/android/contacts/interactions/
ContactDeletionInteraction.java 173 if (isStarted()) {
186 boolean isStarted() {
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherViewPropertyAnimator.java 139 public boolean isStarted() {
  /external/srec/srec/Recognizer/include/
SR_RecognizerImpl.h 231 ESR_BOOL isStarted;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib2/libs/
android-support-v4.jar 

Completed in 191 milliseconds

1 2