Home
last modified time | relevance | path

Searched refs:ShadowTextView (Results 1 – 11 of 11) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/matchers/
DHasCompoundDrawablesMatcher.java4 import com.xtremelabs.robolectric.shadows.ShadowTextView;
14 private ShadowTextView.CompoundDrawables expectedCompoundDrawables;
17 expectedCompoundDrawables = new ShadowTextView.CompoundDrawables(left, top, right, bottom); in HasCompoundDrawablesMatcher()
27ShadowTextView.CompoundDrawables actualCompoundDrawables = shadowOf(actual).getCompoundDrawablesIm… in matchesSafely()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowButton.java8 public class ShadowButton extends ShadowTextView {
DShadowCheckedTextView.java9 public class ShadowCheckedTextView extends ShadowTextView {
DShadowCompoundButton.java15 public class ShadowCompoundButton extends ShadowTextView implements Checkable {
DShadowEditText.java15 public class ShadowEditText extends ShadowTextView {
DShadowTextView.java30 public class ShadowTextView extends ShadowView { class
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DTextViewTest.java142 ShadowTextView view = new ShadowTextView(); in shouldNotHaveTransformationMethodByDefault()
148 ShadowTextView view = new ShadowTextView(); in shouldAllowSettingATransformationMethod()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowCompoundButton.java14 public class ShadowCompoundButton extends ShadowTextView {
DShadowTextView.java27 public class ShadowTextView extends ShadowView { class
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/
DViewLoaderTest.java16 import com.xtremelabs.robolectric.shadows.ShadowTextView;
267 ShadowTextView shadowTextView = shadowOf((TextView) mediaView.findViewById(R.id.title)); in testTextViewCompoundDrawablesAreSet()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/
DRobolectric.java336 ShadowTextView.class, in getDefaultShadowClasses()
962 public static ShadowTextView shadowOf(TextView instance) { in shadowOf()
963 return (ShadowTextView) shadowOf_(instance); in shadowOf()