HomeSort by relevance Sort by last modified time
    Searched full:lifecycle (Results 126 - 150 of 335) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/Gallery2/src/com/android/photos/
BitmapRegionTileSource.java 84 // loaded, the lifecycle is different and interactions are on a different
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiAPITest.java 59 // Activity lifecycle
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SecureConversationViewFragment.java 106 * lifecycle events.
  /frameworks/base/core/java/android/content/
BroadcastReceiver.java 95 * <a href="{@docRoot}guide/topics/fundamentals.html#lcycles">application's overall lifecycle</a>.</p>
100 * <li><a href="#ReceiverLifecycle">Receiver Lifecycle</a>
101 * <li><a href="#ProcessLifecycle">Process Lifecycle</a>
169 * <h3>Receiver Lifecycle</h3>
189 * <h3>Process Lifecycle</h3>
    [all...]
  /frameworks/base/docs/html/guide/practices/
optimizing-for-3.0.jd 348 a fragment as a modular section of an activity, which has its own lifecycle, receives its own input
356 side by side, and each fragment has its own set of lifecycle callback methods and handles its own
    [all...]
  /external/chromium/chrome/browser/metrics/
metrics_service.h 138 // The MetricsService has a lifecycle that is stored as a state.
139 // See metrics_service.cc for description of this lifecycle.
  /external/chromium_org/chrome/common/extensions/docs/templates/json/
chrome_sidenav.json 378 "title": "App Lifecycle",
411 "title": "5 - Manage App Lifecycle",
  /frameworks/base/docs/html/guide/topics/data/
install-location.jd 190 <a href="{@docRoot}guide/components/activities.html#Lifecycle">Activity lifecycle</a>).</p>
  /frameworks/base/docs/html/training/connect-devices-wirelessly/
nsd.jd 329 lifecycle. Unregistering your application when it closes down helps prevent
333 resumed. Override the lifecycle methods of your main Activity and insert code
  /frameworks/base/docs/html/training/notepad/
notepad-ex3.jd 207 href="{@docRoot}guide/components/activities.html#Lifecycle">well-defined life
209 Lifecycle events can happen even if you are not handing off control to
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoTask.java 44 * component lifecycle. Using a hard reference may cause memory leaks as the
  /external/chromium_org/chrome/common/extensions/api/
sockets_tcp_server.idl 20 // Lifecycle</a>). The default value is "false." When the application is
  /external/chromium_org/third_party/WebKit/public/platform/
WebLayerTreeView.h 49 // Initialization and lifecycle --------------------------------------
  /external/jmonkeyengine/engine/src/core/com/jme3/app/state/
AppStateManager.java 49 * <p>The lifecycle for an attached AppState is as follows:</p>
  /frameworks/base/core/java/android/app/
Service.java 57 * <li><a href="#ServiceLifecycle">Service Lifecycle</a>
59 * <li><a href="#ProcessLifecycle">Process Lifecycle</a>
113 * <h3>Service Lifecycle</h3>
188 * <h3>Process Lifecycle</h3>
    [all...]
  /frameworks/base/core/java/android/app/backup/
RestoreSession.java 182 * progress callbacks nicely within the usual main-thread lifecycle pattern.
  /frameworks/base/core/java/android/view/
ActionMode.java 217 * <p>An action mode's lifecycle is as follows:
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RecentLoader.java 210 // Ignored, since we manage cursor lifecycle internally
  /packages/apps/Browser/src/com/android/browser/
GoogleAccountLogin.java 275 // play nice with the activity lifecycle, leading to issues
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
EmlMessageViewFragment.java 136 * lifecycle events.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
  /frameworks/base/core/java/android/accessibilityservice/
AccessibilityService.java 49 * <h3>Lifecycle</h3>
51 * The lifecycle of an accessibility service is managed exclusively by the system and
374 * This method is a part of the {@link AccessibilityService} lifecycle and is
  /frameworks/base/core/java/android/printservice/
PrintService.java 92 * <h3>Lifecycle</h3>
94 * The lifecycle of a print service is managed exclusively by the system and follows
95 * the established service lifecycle. Additionally, starting or stopping a print service
  /frameworks/base/docs/html/about/versions/
android-2.3-highlights.jd 272 Activity lifecycle, window management</strong></p>
275 <code>NativeActivity</code> whose lifecycle callbacks are implemented directly
279 and they receive the same lifecycle callbacks as do other Activities. </p>
  /frameworks/base/docs/html/training/printing/
custom-docs.jd 49 and begin the printing lifecycle. The following code example shows how to get the print manager
69 android.print.PrintDocumentAdapter} class which handles the steps of the printing lifecycle. The
95 printing lifecycle, which has four main callback methods. You must implement these methods

Completed in 1718 milliseconds

1 2 3 4 56 7 8 91011>>