Home
last modified time | relevance | path

Searched refs:getCompoundDrawablesImpl (Results 1 – 3 of 3) sorted by relevance

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/
DViewLoaderTest.java269 … assertThat(shadowTextView.getCompoundDrawablesImpl().getTop(), equalTo(R.drawable.an_image)); in testTextViewCompoundDrawablesAreSet()
270 …assertThat(shadowTextView.getCompoundDrawablesImpl().getRight(), equalTo(R.drawable.an_other_image… in testTextViewCompoundDrawablesAreSet()
271 …assertThat(shadowTextView.getCompoundDrawablesImpl().getBottom(), equalTo(R.drawable.third_image)); in testTextViewCompoundDrawablesAreSet()
272 … assertThat(shadowTextView.getCompoundDrawablesImpl().getLeft(), equalTo(R.drawable.fourth_image)); in testTextViewCompoundDrawablesAreSet()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/matchers/
DHasCompoundDrawablesMatcher.java27 …owTextView.CompoundDrawables actualCompoundDrawables = shadowOf(actual).getCompoundDrawablesImpl(); in matchesSafely()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTextView.java360 public CompoundDrawables getCompoundDrawablesImpl() { in getCompoundDrawablesImpl() method in ShadowTextView