Home
last modified time | relevance | path

Searched refs:getBackgroundDrawable (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowPhoneWindowTest.java34 public void getBackgroundDrawable() throws Exception { in getBackgroundDrawable() method in ShadowPhoneWindowTest
37 assertThat(shadowOf(window).getBackgroundDrawable()).isSameAs(drawable); in getBackgroundDrawable()
DShadowWindowTest.java52 assertThat(shadowWindow.getBackgroundDrawable()).isNull(); in getBackgroundDrawable_returnsSetDrawable()
55 …assertThat(shadowOf(shadowWindow.getBackgroundDrawable()).createdFromResId).isEqualTo(R.drawable.b… in getBackgroundDrawable_returnsSetDrawable()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowWindow.java60 public Drawable getBackgroundDrawable() { in getBackgroundDrawable() method in ShadowWindow