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

  /external/glide/library/src/main/java/com/bumptech/glide/request/
GenericRequest.java 80 private Drawable errorDrawable;
98 Drawable errorDrawable,
124 errorDrawable,
150 errorDrawable = null;
170 Drawable errorDrawable,
191 this.errorDrawable = errorDrawable;
380 if (errorDrawable == null && errorResourceId > 0) {
381 errorDrawable = context.getResources().getDrawable(errorResourceId);
383 return errorDrawable;
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/picasso/picasso/2.5.2/
picasso-2.5.2.jar 
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/SNAPSHOT/
glide-SNAPSHOT.jar 

Completed in 1498 milliseconds