Searched refs:backgroundDrawable (Results 1 – 4 of 4) sorted by relevance
83 final Drawable backgroundDrawable = view.getBackground(); in getCombinedBackgroundBitmap() local84 if ((backgroundDrawable != null) && backgroundDrawable.isVisible()) { in getCombinedBackgroundBitmap()
167 Drawable backgroundDrawable = new ColorDrawable(Color.BLUE); in testDrawWithoutSetBounds() local169 …AdaptiveIconDrawable iconDrawable = new AdaptiveIconDrawable(backgroundDrawable, foregroundDrawabl… in testDrawWithoutSetBounds()
670 Drawable backgroundDrawable = new ColorDrawable(0xFF0000FF); in testVerifyDrawable() local671 mockImageView.setBackgroundDrawable(backgroundDrawable); in testVerifyDrawable()675 assertTrue(mockImageView.verifyDrawable(backgroundDrawable)); in testVerifyDrawable()
530 Drawable backgroundDrawable = sharedElement.getBackground(); in sharedElementCopied()531 BitmapDrawable bitmapDrawable = (BitmapDrawable) backgroundDrawable; in sharedElementCopied()