HomeSort by relevance Sort by last modified time
    Searched refs:getBackgroundDrawable (Results 1 - 3 of 3) sorted by null

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowPhoneWindowTest.java 34 public void getBackgroundDrawable() throws Exception {
37 assertThat(shadowOf(window).getBackgroundDrawable()).isSameAs(drawable);
ShadowWindowTest.java 52 assertThat(shadowWindow.getBackgroundDrawable()).isNull();
55 assertThat(shadowOf(shadowWindow.getBackgroundDrawable()).createdFromResId).isEqualTo(R.drawable.btn_star);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowWindow.java 60 public Drawable getBackgroundDrawable() {

Completed in 2459 milliseconds