Searched refs:backgroundDrawable (Results 1 – 7 of 7) sorted by relevance
154 Drawable backgroundDrawable = null; in onLoadLogoAndBackgroundImages() local161 backgroundDrawable = in onLoadLogoAndBackgroundImages()163 mBackgroundHelper.setBackground(backgroundDrawable); in onLoadLogoAndBackgroundImages()165 if (logoDrawable != null && backgroundDrawable != null) { in onLoadLogoAndBackgroundImages()169 && backgroundDrawable == null in onLoadLogoAndBackgroundImages()191 if (backgroundDrawable == null) { in onLoadLogoAndBackgroundImages()
248 Drawable backgroundDrawable = null;255 backgroundDrawable =257 mBackgroundHelper.setBackground(backgroundDrawable);259 if (logoDrawable != null && backgroundDrawable != null) {263 && backgroundDrawable == null285 if (backgroundDrawable == null) {
228 final GradientDrawable backgroundDrawable = ((GradientDrawable) getResources() in updateRecordButtonAppearance() local232 backgroundDrawable.setColor(mThemeColor); in updateRecordButtonAppearance()235 backgroundDrawable.setColor(Color.WHITE); in updateRecordButtonAppearance()238 mRecordButtonVisual.setBackground(backgroundDrawable); in updateRecordButtonAppearance()
120 ColorDrawable backgroundDrawable = in onResume() local122 actionBar.setBackgroundDrawable(backgroundDrawable); in onResume()
230 Drawable backgroundDrawable = Themes.getAttrDrawable(getContext(), in createCarTabItemView() local232 carTabItemView.setBackground(backgroundDrawable); in createCarTabItemView()
140 private GradientDrawable backgroundDrawable; field in InCallActivity920 if (backgroundDrawable == null) { in updateWindowBackgroundColor()922 backgroundDrawable = new GradientDrawable(Orientation.TOP_BOTTOM, backgroundDrawableColors); in updateWindowBackgroundColor()938 backgroundDrawable.setColors(backgroundDrawableColors); in updateWindowBackgroundColor()943 getWindow().setBackgroundDrawable(backgroundDrawable); in updateWindowBackgroundColor()
140 public DynamicAdaptiveIconDrawable(Drawable backgroundDrawable, in DynamicAdaptiveIconDrawable() argument143 if (backgroundDrawable != null) { in DynamicAdaptiveIconDrawable()144 addLayer(BACKGROUND_ID, createChildDrawable(backgroundDrawable)); in DynamicAdaptiveIconDrawable()