Home
last modified time | relevance | path

Searched refs:backgroundDrawable (Results 1 – 4 of 4) 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/graphics/src/android/graphics/drawable/cts/
DAdaptiveIconDrawableTest.java151 Drawable backgroundDrawable = new ColorDrawable(Color.BLUE); in testDrawWithoutSetBounds() local
153 …AdaptiveIconDrawable iconDrawable = new AdaptiveIconDrawable(backgroundDrawable, foregroundDrawabl… in testDrawWithoutSetBounds()
/cts/tests/tests/widget/src/android/widget/cts/
DImageViewTest.java645 Drawable backgroundDrawable = new ColorDrawable(0xFF0000FF); in testVerifyDrawable() local
646 mockImageView.setBackgroundDrawable(backgroundDrawable); in testVerifyDrawable()
650 assertTrue(mockImageView.verifyDrawable(backgroundDrawable)); in testVerifyDrawable()
/cts/tests/tests/transition/src/android/transition/cts/
DActivityTransitionTest.java528 Drawable backgroundDrawable = sharedElement.getBackground(); in sharedElementCopied()
529 BitmapDrawable bitmapDrawable = (BitmapDrawable) backgroundDrawable; in sharedElementCopied()