HomeSort by relevance Sort by last modified time
    Searched refs:ShadowTextView (Results 1 - 9 of 9) sorted by null

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/
HasCompoundDrawablesMatcher.java 4 import com.xtremelabs.robolectric.shadows.ShadowTextView;
14 private ShadowTextView.CompoundDrawables expectedCompoundDrawables;
17 expectedCompoundDrawables = new ShadowTextView.CompoundDrawables(left, top, right, bottom);
27 ShadowTextView.CompoundDrawables actualCompoundDrawables = shadowOf(actual).getCompoundDrawablesImpl();
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowButton.java 8 public class ShadowButton extends ShadowTextView {
ShadowCheckedTextView.java 9 public class ShadowCheckedTextView extends ShadowTextView {
ShadowCompoundButton.java 15 public class ShadowCompoundButton extends ShadowTextView implements Checkable {
ShadowEditText.java 15 public class ShadowEditText extends ShadowTextView {
ShadowTextView.java 30 public class ShadowTextView extends ShadowView {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TextViewTest.java 142 ShadowTextView view = new ShadowTextView();
148 ShadowTextView view = new ShadowTextView();
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
ViewLoaderTest.java 16 import com.xtremelabs.robolectric.shadows.ShadowTextView;
267 ShadowTextView shadowTextView = shadowOf((TextView) mediaView.findViewById(R.id.title));
269 assertThat(shadowTextView.getCompoundDrawablesImpl().getTop(), equalTo(R.drawable.an_image));
270 assertThat(shadowTextView.getCompoundDrawablesImpl().getRight(), equalTo(R.drawable.an_other_image));
271 assertThat(shadowTextView.getCompoundDrawablesImpl().getBottom(), equalTo(R.drawable.third_image));
272 assertThat(shadowTextView.getCompoundDrawablesImpl().getLeft(), equalTo(R.drawable.fourth_image));
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
Robolectric.java 336 ShadowTextView.class,
    [all...]

Completed in 157 milliseconds