Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/util/
DTestUtils.java83 final Drawable backgroundDrawable = view.getBackground(); in getCombinedBackgroundBitmap() local
84 if ((backgroundDrawable != null) && backgroundDrawable.isVisible()) { in getCombinedBackgroundBitmap()
/cts/tests/tests/widget/src/android/widget/cts/
DImageViewTest.java510 Drawable backgroundDrawable = new ColorDrawable(0xFF0000FF); in testVerifyDrawable() local
511 mockImageView.setBackgroundDrawable(backgroundDrawable); in testVerifyDrawable()
515 assertTrue(mockImageView.verifyDrawable(backgroundDrawable)); in testVerifyDrawable()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAdaptiveIconDrawableTest.java138 Drawable backgroundDrawable = new ColorDrawable(Color.BLUE); in testDrawWithoutSetBounds() local
140 …AdaptiveIconDrawable iconDrawable = new AdaptiveIconDrawable(backgroundDrawable, foregroundDrawabl… in testDrawWithoutSetBounds()