HomeSort by relevance Sort by last modified time
    Searched refs:Lifecycle (Results 1 - 25 of 37) sorted by null

1 2

  /external/glide/library/src/main/java/com/bumptech/glide/manager/
Lifecycle.java 4 * An interface for listening to Activity/Fragment lifecycle events.
6 public interface Lifecycle {
8 * Adds the given listener to the set of listeners managed by this Lifecycle implementation.
ApplicationLifecycle.java 4 * A {@link com.bumptech.glide.manager.Lifecycle} implementation for tracking and notifying listeners of
5 * {@link android.app.Application} lifecycle events.
8 * Since there are essentially no {@link android.app.Application} lifecycle events, this class simply defaults to
12 class ApplicationLifecycle implements Lifecycle {
ActivityFragmentLifecycle.java 8 * A {@link com.bumptech.glide.manager.Lifecycle} implementation for tracking and notifying listeners of
9 * {@link android.app.Fragment} and {@link android.app.Activity} lifecycle events.
11 class ActivityFragmentLifecycle implements Lifecycle {
18 * Adds the given listener to the list of listeners to be notified on each lifecycle event.
21 * The latest lifecycle event will be called on the given listener synchronously in this method. If the
28 * lifecycle methods called more than once. It is the caller's responsibility to avoid adding listeners
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/
test_lifecycle.py 26 from boto.s3.lifecycle import Rule, Lifecycle, Transition
76 lifecycle = Lifecycle()
77 lifecycle.add_rule('myid', 'prefix', 'Enabled', 30)
78 xml = lifecycle.to_xml()
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
test_bucket.py 36 from boto.s3.lifecycle import Lifecycle
37 from boto.s3.lifecycle import Transition
38 from boto.s3.lifecycle import Expiration
39 from boto.s3.lifecycle import Rule
207 lifecycle = Lifecycle()
208 lifecycle.add_rule('myid', '', 'Enabled', 30)
209 self.assertTrue(self.bucket.configure_lifecycle(lifecycle))
219 lifecycle = Lifecycle(
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/
DrawableTypeRequest.java 12 import com.bumptech.glide.manager.Lifecycle;
56 RequestTracker requestTracker, Lifecycle lifecycle, RequestManager.OptionsApplier optionsApplier) {
60 glide, requestTracker, lifecycle);
GenericTranscodeRequest.java 9 import com.bumptech.glide.manager.Lifecycle;
59 RequestTracker requestTracker, Lifecycle lifecycle, RequestManager.OptionsApplier optionsApplier) {
61 UnitTranscoder.<ResourceType>get()), resourceClass, glide, requestTracker, lifecycle);
RequestManager.java 18 import com.bumptech.glide.manager.Lifecycle;
32 * A class for managing and starting requests for Glide. Can use activity, fragment and connectivity lifecycle events to
34 * built in Activity and Fragment lifecycle handling, use the static Glide.load methods with your Fragment or Activity.
44 private final Lifecycle lifecycle; field in class:RequestManager
50 public RequestManager(Context context, Lifecycle lifecycle) {
51 this(context, lifecycle, new RequestTracker(), new ConnectivityMonitorFactory());
54 RequestManager(Context context, final Lifecycle lifecycle, RequestTracker requestTracker
    [all...]
DrawableRequestBuilder.java 21 import com.bumptech.glide.manager.Lifecycle;
47 RequestTracker requestTracker, Lifecycle lifecycle) {
48 super(context, modelClass, loadProvider, GlideDrawable.class, glide, requestTracker, lifecycle);
GenericRequestBuilder.java 17 import com.bumptech.glide.manager.Lifecycle;
55 protected final Lifecycle lifecycle; field in class:GenericRequestBuilder
83 other.lifecycle);
93 Class<TranscodeType> transcodeClass, Glide glide, RequestTracker requestTracker, Lifecycle lifecycle) {
99 this.lifecycle = lifecycle;
613 lifecycle.addListener(target);
  /frameworks/base/tools/aapt2/util/
Maybe_test.cpp 108 TEST(MaybeTest, Lifecycle) {
  /frameworks/base/services/core/java/com/android/server/search/
SearchManagerService.java 61 public static class Lifecycle extends SystemService {
64 public Lifecycle(Context context) {
  /frameworks/base/services/java/com/android/server/
SystemServer.java 126 "com.android.server.backup.BackupManagerService$Lifecycle";
134 "com.android.server.usb.UsbService$Lifecycle";
136 "com.android.server.midi.MidiService$Lifecycle";
148 "com.android.server.LockSettingsService$Lifecycle";
150 "com.android.server.MountService$Lifecycle";
152 "com.android.server.search.SearchManagerService$Lifecycle";
158 "com.android.server.accounts.AccountManagerService$Lifecycle";
160 "com.android.server.content.ContentService$Lifecycle";
162 "com.android.server.wallpaper.WallpaperManagerService$Lifecycle";
410 ActivityManagerService.Lifecycle.class).getService()
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
lifecycle.py 26 A Lifecycle rule for an S3 bucket.
178 class Lifecycle(list):
180 A container for the rules associated with a Lifecycle configuration.
195 Returns a string containing the XML version of the Lifecycle
208 Add a rule to this Lifecycle configuration. This only adds
210 the bucket, you need to pass this Lifecycle config object
bucket.py 39 from boto.s3.lifecycle import Lifecycle
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/
maven-plugin-descriptor-2.0.9.jar 
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbService.java 56 public static class Lifecycle extends SystemService {
59 public Lifecycle(Context context) {
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-plugin-api-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-plugin-api/3.2.1/
maven-plugin-api-3.2.1.jar 
  /frameworks/base/services/midi/java/com/android/server/midi/
MidiService.java 63 public static class Lifecycle extends SystemService {
66 public Lifecycle(Context context) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/
TextServicesManagerService.java 87 public static final class Lifecycle extends SystemService {
90 public Lifecycle(Context context) {
    [all...]
LockSettingsService.java 157 public static final class Lifecycle extends SystemService {
160 public Lifecycle(Context context) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
ContentService.java 82 public static class Lifecycle extends SystemService {
85 public Lifecycle(Context context) {
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-core/2.0.9/
maven-core-2.0.9.jar 
  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutService.java 394 * System service lifecycle.
396 public static final class Lifecycle extends SystemService {
399 public Lifecycle(Context context) {
425 /** lifecycle event */
438 /** lifecycle event */
451 /** lifecycle event */
    [all...]

Completed in 258 milliseconds

1 2