Home
last modified time | relevance | path

Searched refs:lifecycle (Results 1 – 22 of 22) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/manager/
DSupportRequestManagerFragment.java19 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()
DRequestManagerFragment.java21 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/
DRequestManager.java44 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 …]
DGenericRequestBuilder.java55 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()
DDrawableTypeRequest.java56 …RequestTracker requestTracker, Lifecycle lifecycle, RequestManager.OptionsApplier optionsApplier) { in DrawableTypeRequest() argument
60 glide, requestTracker, lifecycle); in DrawableTypeRequest()
DGenericTranscodeRequest.java59 …RequestTracker requestTracker, Lifecycle lifecycle, RequestManager.OptionsApplier optionsApplier) { in GenericTranscodeRequest() argument
61 … UnitTranscoder.<ResourceType>get()), resourceClass, glide, requestTracker, lifecycle); in GenericTranscodeRequest()
DDrawableRequestBuilder.java47 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/
DActivityUtils.java21 import android.support.test.runner.lifecycle.ActivityLifecycleMonitorRegistry;
22 import android.support.test.runner.lifecycle.Stage;
/external/guice/
Dbuild.properties13 lifecycle.src.dir=extensions/lifecycle/src
/external/jdiff/
Dbuild.gradle73 logger.lifecycle "Compressed maven artifacts to ${archivePath}"
/external/doclava/
Dbuild.gradle111 logger.lifecycle "Compressed maven artifacts to ${archivePath}"
/external/libcxx/docs/DesignDocs/
DAvailabilityMarkup.rst15 that can be placed on declarations to describe the lifecycle of a symbol in the
/external/python/cpython3/Lib/email/
Darchitecture.rst91 during the `Message` lifecycle. Most applications don't need to be aware of
/external/tensorflow/tensorflow/docs_src/programmers_guide/
Dsummaries_and_tensorboard.md28 lifecycle for summary data within TensorBoard.
/external/tensorflow/tensorflow/docs_src/install/
Dmigration.md9 throughout the 1.N lifecycle.
/external/python/cpython3/Doc/library/
Dweakref.rst244 simplifying lifecycle management.
/external/mesa3d/src/gallium/docs/source/
Dscreen.rst535 during their lifecycle. Bind flags are cumulative and may be combined to create
/external/libmicrohttpd/src/datadir/
Dspdy-draft.txt454 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/
DAttrDocs.td689 lifecycle of that declaration relative to operating system versions. Consider
/external/python/cpython3/Doc/whatsnew/
D3.4.rst1756 carefully manage the lifecycle of the weak reference itself. (Contributed by
D2.7.rst98 been ported to Python 3. The full expected lifecycle of the Python 2.7
/external/python/cpython2/Doc/whatsnew/
D2.7.rst98 been ported to Python 3. The full expected lifecycle of the Python 2.7