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