HomeSort by relevance Sort by last modified time
    Searched defs:RequestManager (Results 1 - 2 of 2) sorted by null

  /packages/services/Mms/src/com/android/mms/service/
MmsRequest.java 44 public static interface RequestManager {
75 protected RequestManager mRequestManager;
87 public MmsRequest(RequestManager requestManager, int subId, String creator,
89 mRequestManager = requestManager;
  /external/glide/library/src/main/java/com/bumptech/glide/
RequestManager.java 42 public class RequestManager implements LifecycleListener {
50 public RequestManager(Context context, Lifecycle lifecycle) {
54 RequestManager(Context context, final Lifecycle lifecycle, RequestTracker requestTracker,
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 765 milliseconds