Searched defs:backgroundDrawable (Results 1 – 6 of 6) sorted by relevance
77 final Drawable backgroundDrawable = getContext().getDrawable(mBackgroundId); in onBindViewHolder() local
120 ColorDrawable backgroundDrawable = in onResume() local
228 final GradientDrawable backgroundDrawable = ((GradientDrawable) getResources() in updateRecordButtonAppearance() local
154 Drawable backgroundDrawable = null; in onLoadLogoAndBackgroundImages() local
137 public DynamicAdaptiveIconDrawable(Drawable backgroundDrawable, in DynamicAdaptiveIconDrawable()
140 private GradientDrawable backgroundDrawable; field in InCallActivity