Home
last modified time | relevance | path

Searched defs:expectedResourceId (Results 1 – 3 of 3) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/matchers/
DHasResourceMatcher.java12 private int expectedResourceId; field in HasResourceMatcher
15 public HasResourceMatcher(int expectedResourceId) { in HasResourceMatcher()
42 public static Matcher<ImageView> hasResource(int expectedResourceId) { in hasResource()
DImageViewHasDrawableMatcher.java13 private int expectedResourceId; field in ImageViewHasDrawableMatcher
16 public ImageViewHasDrawableMatcher(int expectedResourceId) { in ImageViewHasDrawableMatcher()
46 public static <T extends ImageView> Matcher<T> hasDrawable(int expectedResourceId) { in hasDrawable()
DViewHasTextMatcher.java13 private int expectedResourceId; field in ViewHasTextMatcher
21 public ViewHasTextMatcher(int expectedResourceId) { in ViewHasTextMatcher()