Searched refs:getBackgroundDrawable (Results 1 – 3 of 3) sorted by relevance
34 public void getBackgroundDrawable() throws Exception { in getBackgroundDrawable() method in ShadowPhoneWindowTest37 assertThat(shadowOf(window).getBackgroundDrawable()).isSameAs(drawable); in getBackgroundDrawable()
52 assertThat(shadowWindow.getBackgroundDrawable()).isNull(); in getBackgroundDrawable_returnsSetDrawable()55 …assertThat(shadowOf(shadowWindow.getBackgroundDrawable()).createdFromResId).isEqualTo(R.drawable.b… in getBackgroundDrawable_returnsSetDrawable()
60 public Drawable getBackgroundDrawable() { in getBackgroundDrawable() method in ShadowWindow