Home
last modified time | relevance | path

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

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