Searched refs:getCompoundDrawablesImpl (Results 1 – 3 of 3) sorted by relevance
27 …owTextView.CompoundDrawables actualCompoundDrawables = shadowOf(actual).getCompoundDrawablesImpl(); in matchesSafely()
269 … 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()
360 public CompoundDrawables getCompoundDrawablesImpl() { in getCompoundDrawablesImpl() method in ShadowTextView