Searched refs:hasResource (Results 1 - 2 of 2) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
H A DEngineJob.java40 private boolean hasResource; field in class:EngineJob
77 if (hasResource) {
88 if (hasResource || hasException) {
116 if (hasException || hasResource || isCancelled) {
147 hasResource = true;
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/matchers/
H A DHasResourceMatcher.java42 public static Matcher<ImageView> hasResource(int expectedResourceId) { method in class:HasResourceMatcher

Completed in 272 milliseconds