Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTextView.java181 public int getCompoundDrawablesWithIntrinsicBoundsBottom() { in getCompoundDrawablesWithIntrinsicBoundsBottom() method in ShadowTextView
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTextViewTest.java484 …assertThat(shadowOf(textView).getCompoundDrawablesWithIntrinsicBoundsBottom()).isEqualTo(R.drawabl… in setCompoundDrawablesWithIntrinsicBounds_setsValues()