Searched refs:ShadowTextView (Results 1 – 11 of 11) sorted by relevance
4 import com.xtremelabs.robolectric.shadows.ShadowTextView;14 private ShadowTextView.CompoundDrawables expectedCompoundDrawables;17 expectedCompoundDrawables = new ShadowTextView.CompoundDrawables(left, top, right, bottom); in HasCompoundDrawablesMatcher()27 …ShadowTextView.CompoundDrawables actualCompoundDrawables = shadowOf(actual).getCompoundDrawablesIm… in matchesSafely()
8 public class ShadowButton extends ShadowTextView {
9 public class ShadowCheckedTextView extends ShadowTextView {
15 public class ShadowCompoundButton extends ShadowTextView implements Checkable {
15 public class ShadowEditText extends ShadowTextView {
30 public class ShadowTextView extends ShadowView { class
142 ShadowTextView view = new ShadowTextView(); in shouldNotHaveTransformationMethodByDefault()148 ShadowTextView view = new ShadowTextView(); in shouldAllowSettingATransformationMethod()
14 public class ShadowCompoundButton extends ShadowTextView {
27 public class ShadowTextView extends ShadowView { class
16 import com.xtremelabs.robolectric.shadows.ShadowTextView;267 ShadowTextView shadowTextView = shadowOf((TextView) mediaView.findViewById(R.id.title)); in testTextViewCompoundDrawablesAreSet()
336 ShadowTextView.class, in getDefaultShadowClasses()962 public static ShadowTextView shadowOf(TextView instance) { in shadowOf()963 return (ShadowTextView) shadowOf_(instance); in shadowOf()