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

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/matchers/
H A DHasCompoundDrawablesMatcher.java4 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/
H A DShadowButton.java8 public class ShadowButton extends ShadowTextView {
H A DShadowCheckedTextView.java9 public class ShadowCheckedTextView extends ShadowTextView {
H A DShadowCompoundButton.java15 public class ShadowCompoundButton extends ShadowTextView implements Checkable {
H A DShadowEditText.java15 public class ShadowEditText extends ShadowTextView {
H A DShadowTextView.java30 public class ShadowTextView extends ShadowView { class in inherits:ShadowView
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowCompoundButton.java14 public class ShadowCompoundButton extends ShadowTextView {
H A DShadowTextView.java27 public class ShadowTextView extends ShadowView { class in inherits:ShadowView
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DTextViewTest.java142 ShadowTextView view = new ShadowTextView();
148 ShadowTextView view = new ShadowTextView();
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/
H A DViewLoaderTest.java16 import com.xtremelabs.robolectric.shadows.ShadowTextView;
267 ShadowTextView shadowTextView = shadowOf((TextView) mediaView.findViewById(R.id.title));
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/
H A DRobolectric.java336 ShadowTextView.class,
962 public static ShadowTextView shadowOf(TextView instance) {
963 return (ShadowTextView) shadowOf_(instance);
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...

Completed in 214 milliseconds