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

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowItemizedOverlay.java21 private boolean shouldHit; field in class:ShadowItemizedOverlay
45 return shouldHit;
81 * @param shouldHit the value that
85 public void setShouldHit(boolean shouldHit) { argument
86 this.shouldHit = shouldHit;

Completed in 126 milliseconds