Searched refs:backgroundDrawable (Results 1 – 7 of 7) sorted by relevance
135 private void updateReferenceToIndicatorDrawable(Drawable backgroundDrawable) { in updateReferenceToIndicatorDrawable() argument136 if (backgroundDrawable instanceof LayerDrawable) { in updateReferenceToIndicatorDrawable()137 LayerDrawable layerDrawable = (LayerDrawable) backgroundDrawable; in updateReferenceToIndicatorDrawable()
54 final Drawable backgroundDrawable = new ColorDrawable(Color.RED); in testAspectRatio() local56 illustration.setBackgroundDrawable(backgroundDrawable); in testAspectRatio()
75 Drawable backgroundDrawable) { in DetailsBackgroundVideoHelper() argument78 this.mBackgroundDrawable = backgroundDrawable; in DetailsBackgroundVideoHelper()
74 final Drawable backgroundDrawable = view.getBackground(); in getCombinedBackgroundBitmap() local75 if ((backgroundDrawable != null) && backgroundDrawable.isVisible()) { in getCombinedBackgroundBitmap()
255 Drawable backgroundDrawable = background == 0 in setItemBackground() local257 ViewCompat.setBackground(this, backgroundDrawable); in setItemBackground()
183 View view = mBinder.backgroundDrawable; in testBackgroundDrawableDrawable()
184 public AdaptiveIconDrawable(Drawable backgroundDrawable, in AdaptiveIconDrawable() argument187 if (backgroundDrawable != null) { in AdaptiveIconDrawable()188 addLayer(BACKGROUND_ID, createChildDrawable(backgroundDrawable)); in AdaptiveIconDrawable()