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

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowPhoneWindowFor22.java 22 this.backgroundDrawable = drawable;
ShadowWindow.java 23 protected Drawable backgroundDrawable;
61 return backgroundDrawable;
ShadowPhoneWindow.java 26 this.backgroundDrawable = drawable;
  /cts/tests/tests/widget/src/android/widget/cts/util/
TestUtils.java 83 final Drawable backgroundDrawable = view.getBackground();
84 if ((backgroundDrawable != null) && backgroundDrawable.isVisible()) {
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AdaptiveIconDrawableTest.java 151 Drawable backgroundDrawable = new ColorDrawable(Color.BLUE);
153 AdaptiveIconDrawable iconDrawable = new AdaptiveIconDrawable(backgroundDrawable, foregroundDrawable);
  /cts/tests/tests/widget/src/android/widget/cts/
ImageViewTest.java 591 Drawable backgroundDrawable = new ColorDrawable(0xFF0000FF);
592 mockImageView.setBackgroundDrawable(backgroundDrawable);
596 assertTrue(mockImageView.verifyDrawable(backgroundDrawable));
    [all...]
  /cts/tests/tests/transition/src/android/transition/cts/
ActivityTransitionTest.java 464 Drawable backgroundDrawable = sharedElement.getBackground();
465 BitmapDrawable bitmapDrawable = (BitmapDrawable) backgroundDrawable;

Completed in 2625 milliseconds