/external/glide/library/src/main/java/com/bumptech/glide/manager/ |
D | SupportRequestManagerFragment.java | 19 private final ActivityFragmentLifecycle lifecycle; field in SupportRequestManagerFragment 27 public SupportRequestManagerFragment(ActivityFragmentLifecycle lifecycle) { in SupportRequestManagerFragment() argument 28 this.lifecycle = lifecycle; in SupportRequestManagerFragment() 41 return lifecycle; in getGlideLifecycle() 54 lifecycle.onStart(); in onStart() 60 lifecycle.onStop(); in onStop() 66 lifecycle.onDestroy(); in onDestroy()
|
D | RequestManagerFragment.java | 21 private final ActivityFragmentLifecycle lifecycle; field in RequestManagerFragment 30 RequestManagerFragment(ActivityFragmentLifecycle lifecycle) { in RequestManagerFragment() argument 31 this.lifecycle = lifecycle; in RequestManagerFragment() 44 return lifecycle; in getGlideLifecycle() 57 lifecycle.onStart(); in onStart() 63 lifecycle.onStop(); in onStop() 69 lifecycle.onDestroy(); in onDestroy()
|
/external/glide/library/src/main/java/com/bumptech/glide/ |
D | RequestManager.java | 44 private final Lifecycle lifecycle; field in RequestManager 50 public RequestManager(Context context, Lifecycle lifecycle) { in RequestManager() argument 51 this(context, lifecycle, new RequestTracker(), new ConnectivityMonitorFactory()); in RequestManager() 54 RequestManager(Context context, final Lifecycle lifecycle, RequestTracker requestTracker, in RequestManager() argument 57 this.lifecycle = lifecycle; in RequestManager() 72 lifecycle.addListener(RequestManager.this); in RequestManager() 76 lifecycle.addListener(this); in RequestManager() 78 lifecycle.addListener(connectivityMonitor); in RequestManager() 368 … fileDescriptorModelLoader, context, glide, requestTracker, lifecycle, optionsApplier)); in fromMediaStore() 585 glide, requestTracker, lifecycle, optionsApplier)); in loadGeneric() [all …]
|
D | GenericRequestBuilder.java | 55 protected final Lifecycle lifecycle; field in GenericRequestBuilder 83 other.lifecycle); in GenericRequestBuilder() 93 …s<TranscodeType> transcodeClass, Glide glide, RequestTracker requestTracker, Lifecycle lifecycle) { in GenericRequestBuilder() argument 99 this.lifecycle = lifecycle; in GenericRequestBuilder() 613 lifecycle.addListener(target); in into()
|
D | DrawableTypeRequest.java | 56 …RequestTracker requestTracker, Lifecycle lifecycle, RequestManager.OptionsApplier optionsApplier) { in DrawableTypeRequest() argument 60 glide, requestTracker, lifecycle); in DrawableTypeRequest()
|
D | GenericTranscodeRequest.java | 59 …RequestTracker requestTracker, Lifecycle lifecycle, RequestManager.OptionsApplier optionsApplier) { in GenericTranscodeRequest() argument 61 … UnitTranscoder.<ResourceType>get()), resourceClass, glide, requestTracker, lifecycle); in GenericTranscodeRequest()
|
D | DrawableRequestBuilder.java | 47 RequestTracker requestTracker, Lifecycle lifecycle) { in DrawableRequestBuilder() argument 48 … super(context, modelClass, loadProvider, GlideDrawable.class, glide, requestTracker, lifecycle); in DrawableRequestBuilder()
|
/external/droiddriver/src/io/appium/droiddriver/util/ |
D | ActivityUtils.java | 21 import android.support.test.runner.lifecycle.ActivityLifecycleMonitorRegistry; 22 import android.support.test.runner.lifecycle.Stage;
|
/external/guice/ |
D | build.properties | 13 lifecycle.src.dir=extensions/lifecycle/src
|
/external/jdiff/ |
D | build.gradle | 73 logger.lifecycle "Compressed maven artifacts to ${archivePath}"
|
/external/doclava/ |
D | build.gradle | 111 logger.lifecycle "Compressed maven artifacts to ${archivePath}"
|
/external/libcxx/docs/DesignDocs/ |
D | AvailabilityMarkup.rst | 15 that can be placed on declarations to describe the lifecycle of a symbol in the
|
/external/python/cpython3/Lib/email/ |
D | architecture.rst | 91 during the `Message` lifecycle. Most applications don't need to be aware of
|
/external/tensorflow/tensorflow/docs_src/programmers_guide/ |
D | summaries_and_tensorboard.md | 28 lifecycle for summary data within TensorBoard.
|
/external/tensorflow/tensorflow/docs_src/install/ |
D | migration.md | 9 throughout the 1.N lifecycle.
|
/external/python/cpython3/Doc/library/ |
D | weakref.rst | 244 simplifying lifecycle management.
|
/external/mesa3d/src/gallium/docs/source/ |
D | screen.rst | 535 during their lifecycle. Bind flags are cumulative and may be combined to create
|
/external/libmicrohttpd/src/datadir/ |
D | spdy-draft.txt | 454 SPDY defines 3 control frames to manage the lifecycle of a stream: 2281 contexts are not cheap, so the lifecycle of each context would need 2341 not have a specific lifecycle for when they could disavow knowledge
|
/external/clang/include/clang/Basic/ |
D | AttrDocs.td | 689 lifecycle of that declaration relative to operating system versions. Consider
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.4.rst | 1756 carefully manage the lifecycle of the weak reference itself. (Contributed by
|
D | 2.7.rst | 98 been ported to Python 3. The full expected lifecycle of the Python 2.7
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.7.rst | 98 been ported to Python 3. The full expected lifecycle of the Python 2.7
|