Searched defs:RequestManager (Results 1 - 1 of 1) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/
H A DRequestManager.java42 public class RequestManager implements LifecycleListener { class in inherits:LifecycleListener
50 public RequestManager(Context context, Lifecycle lifecycle) { method in class:RequestManager
54 RequestManager(Context context, final Lifecycle lifecycle, RequestTracker requestTracker, method in class:RequestManager
72 lifecycle.addListener(RequestManager.this);
83 * {@link com.bumptech.glide.RequestManager}.
96 * Sets an interface that can apply some default options to all Requests started using this {@link RequestManager}.
99 * Note - These options will be retained for the life the of this {@link com.bumptech.glide.RequestManager}
113 * Returns true if loads for this {@link RequestManager} are currently paused.

Completed in 324 milliseconds