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

1 2

  /frameworks/testing/support/src/android/support/test/runner/lifecycle/
ActivityLifecycleCallback.java 17 package android.support.test.runner.lifecycle;
22 * Callback for monitoring activity lifecycle events. These callbacks are invoked on the main
28 * Called on the main thread after an activity has processed its lifecycle change event
ActivityLifecycleMonitor.java 17 package android.support.test.runner.lifecycle;
24 * Interface for tests to use when they need to query the activity lifecycle state.
26 * Activity lifecycle changes occur only on the UI thread - therefore listeners registered with
35 * Detecting these lifecycle states requires support from Instrumentation, therefore do not expect
42 * Adds a new callback that will be notified when lifecycle changes occur.
58 * Removes a previously registered lifecycle callback.
63 * Returns the current lifecycle stage of a given activity.
72 * lifecycle callback also registered with this monitor (eg: it would be horriblely wrong if a
77 * @return the lifecycle stage this activity is in.
85 * Returns all activities in a given stage of their lifecycle
    [all...]
Stage.java 17 package android.support.test.runner.lifecycle;
20 * An enumeration of the lifecycle stages an activity undergoes.
  /development/samples/training/basic/ActivityLifecycle/src/com/example/android/lifecycle/
DialogActivity.java 17 package com.example.android.lifecycle;
ActivityB.java 17 package com.example.android.lifecycle;
25 import com.example.android.lifecycle.util.StatusTracker;
26 import com.example.android.lifecycle.util.Utils;
29 * Example Activity to demonstrate the lifecycle callback methods.
ActivityC.java 17 package com.example.android.lifecycle;
25 import com.example.android.lifecycle.util.StatusTracker;
26 import com.example.android.lifecycle.util.Utils;
29 * Example Activity to demonstrate the lifecycle callback methods.
ActivityA.java 17 package com.example.android.lifecycle;
25 import com.example.android.lifecycle.util.StatusTracker;
26 import com.example.android.lifecycle.util.Utils;
29 * Example Activity to demonstrate the lifecycle callback methods.
  /development/samples/training/basic/ActivityLifecycle/src/com/example/android/lifecycle/util/
Utils.java 17 package com.example.android.lifecycle.util;
29 * Helper method to print out the lifecycle state of each Activity. Note this has
30 * been wrapped in a Handler to delay the output due to overlaps in lifecycle state
33 * @param viewMethods TextView to list out the lifecycle methods called
40 // Get the stack of Activity lifecycle methods called and print to TextView
StatusTracker.java 17 package com.example.android.lifecycle.util;
  /frameworks/testing/support/src/android/support/test/internal/runner/lifecycle/
ActivityLifecycleMonitorRegistry.java 17 package android.support.test.internal.runner.lifecycle;
19 import android.support.test.runner.lifecycle.ActivityLifecycleMonitor;
24 * An exposed registry instance to make it easy for callers to find the lifecycle monitor for their
46 throw new IllegalStateException("No lifecycle monitor registered! Are you running "
47 + "under an Instrumentation which registers lifecycle monitors?");
53 * Stores a lifecycle monitor in the registry.
ActivityLifecycleMonitorImpl.java 17 package android.support.test.internal.runner.lifecycle;
24 import android.support.test.runner.lifecycle.ActivityLifecycleCallback;
25 import android.support.test.runner.lifecycle.ActivityLifecycleMonitor;
26 import android.support.test.runner.lifecycle.Stage;
36 * The lifecycle monitor used by {@link AndroidJUnitRunner}.
136 * Called by the runner after a particular onXXX lifecycle method has been called on a given
142 Log.d(TAG, "Lifecycle status change: " + activity + " in: " + stage);
  /frameworks/testing/support/tests/src/android/support/test/internal/runner/lifecycle/
ActivityLifecycleMonitorImplTest.java 17 package android.support.test.internal.runner.lifecycle;
27 import android.support.test.internal.runner.lifecycle.ActivityLifecycleMonitorImpl;
28 import android.support.test.runner.lifecycle.ActivityLifecycleCallback;
29 import android.support.test.runner.lifecycle.Stage;
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-plugin-api-3.2.1.jar 
maven-core-3.2.1.jar 
org.eclipse.sisu.plexus-0.0.0.M5.jar 
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.cpp 201 lifecycle().advanceTo(DocumentLifecycle::InCompositingUpdate);
203 lifecycle().advanceTo(DocumentLifecycle::CompositingClean);
207 // ASSERT(lifecycle().state() == DocumentLifecycle::CompositingClean);
235 lifecycle().ensureStateAtMost(DocumentLifecycle::LayoutClean);
624 ASSERT(lifecycle().state() >= DocumentLifecycle::CompositingClean);
1229 DocumentLifecycle& RenderLayerCompositor::lifecycle() const function in class:WebCore::RenderLayerCompositor
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 739 lifecycle().advanceTo(DocumentLifecycle::InPreLayout);
767 lifecycle().advanceTo(DocumentLifecycle::StyleClean);
777 lifecycle().advanceTo(DocumentLifecycle::InPerformLayout);
809 lifecycle().advanceTo(DocumentLifecycle::AfterPerformLayout);
855 DocumentLifecycle::Scope lifecycleScope(lifecycle(), DocumentLifecycle::LayoutClean);
1048 DocumentLifecycle& FrameView::lifecycle() const function in class:WebCore::FrameView
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 1046 DocumentLifecycle& lifecycle() { return m_lifecycle; } function in class:WebCore::Document
    [all...]
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.10/
gradle-tooling-api-1.10.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.11/
gradle-tooling-api-1.11.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.12/
gradle-tooling-api-1.12.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.9/
gradle-tooling-api-1.9.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 

Completed in 192 milliseconds

1 2