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

  /external/glide/library/src/main/java/com/bumptech/glide/request/
RequestCoordinator.java 20 boolean canNotifyStatusChanged(Request request);
ThumbnailRequestCoordinator.java 48 public boolean canNotifyStatusChanged(Request request) {
53 return coordinator == null || coordinator.canNotifyStatusChanged(this);
GenericRequest.java 262 if (!isComplete() && !isFailed() && canNotifyStatusChanged()) {
302 // Resource must be released before canNotifyStatusChanged is called.
306 if (canNotifyStatusChanged()) {
368 if (!canNotifyStatusChanged()) {
433 private boolean canNotifyStatusChanged() {
434 return requestCoordinator == null || requestCoordinator.canNotifyStatusChanged(this);
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/SNAPSHOT/
glide-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 

Completed in 71 milliseconds