Home
last modified time | relevance | path

Searched refs:getCompoundDrawablesWithIntrinsicBoundsRight (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTextView.java177 public int getCompoundDrawablesWithIntrinsicBoundsRight() { in getCompoundDrawablesWithIntrinsicBoundsRight() method in ShadowTextView
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTextViewTest.java483 …assertThat(shadowOf(textView).getCompoundDrawablesWithIntrinsicBoundsRight()).isEqualTo(R.drawable… in setCompoundDrawablesWithIntrinsicBounds_setsValues()