Home
last modified time | relevance | path

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

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