Searched refs:destDrawable (Results 1 – 1 of 1) sorted by relevance
1264 Drawable destDrawable = mOriginalBackgroundDrawable; in updateBackgroundDrawable() local1266 destDrawable = new LayerDrawable(new Drawable[] {mBackgroundBlurDrawable, in updateBackgroundDrawable()1270 if (destDrawable != null && !mBackgroundInsets.equals(Insets.NONE)) { in updateBackgroundDrawable()1271 destDrawable = new InsetDrawable(destDrawable, in updateBackgroundDrawable()1287 super.setBackgroundDrawable(destDrawable); in updateBackgroundDrawable()