OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:errordrawable
(Results
1 - 7
of
7
) sorted by null
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
ImageViewTarget.java
55
* @param
errorDrawable
{@inheritDoc}
58
public void onLoadFailed(Exception e, Drawable
errorDrawable
) {
59
view.setImageDrawable(
errorDrawable
);
Target.java
58
* @param
errorDrawable
The error drawable to optionally show, or null.
60
void onLoadFailed(Exception e, Drawable
errorDrawable
);
BaseTarget.java
65
public void onLoadFailed(Exception e, Drawable
errorDrawable
) {
/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
...]
RequestFutureTarget.java
168
public synchronized void onLoadFailed(Exception e, Drawable
errorDrawable
) {
/external/glide/library/src/main/java/com/bumptech/glide/
Glide.java
650
public void onLoadFailed(Exception e, Drawable
errorDrawable
) {
/frameworks/support/samples/SupportLeanbackShowcase/libs/
picasso-2.5.2.jar
Completed in 1116 milliseconds