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()
151 Drawable backgroundDrawable = new ColorDrawable(Color.BLUE); in testDrawWithoutSetBounds() local153 …AdaptiveIconDrawable iconDrawable = new AdaptiveIconDrawable(backgroundDrawable, foregroundDrawabl… in testDrawWithoutSetBounds()
645 Drawable backgroundDrawable = new ColorDrawable(0xFF0000FF); in testVerifyDrawable() local646 mockImageView.setBackgroundDrawable(backgroundDrawable); in testVerifyDrawable()650 assertTrue(mockImageView.verifyDrawable(backgroundDrawable)); in testVerifyDrawable()
528 Drawable backgroundDrawable = sharedElement.getBackground(); in sharedElementCopied()529 BitmapDrawable bitmapDrawable = (BitmapDrawable) backgroundDrawable; in sharedElementCopied()