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

1 2

  /external/robolectric/v1/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/v1/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-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowCompoundButton.java 14 public class ShadowCompoundButton extends ShadowTextView {
ShadowTextView.java 27 public class ShadowTextView extends ShadowView {
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
TextViewTest.java 142 ShadowTextView view = new ShadowTextView();
148 ShadowTextView view = new ShadowTextView();
  /external/robolectric/v1/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/v1/src/main/java/com/xtremelabs/robolectric/
Robolectric.java 336 ShadowTextView.class,
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 

Completed in 556 milliseconds

1 2