Home
last modified time | relevance | path

Searched refs:backgroundDrawable (Results 1 – 6 of 6) sorted by relevance

/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DDvrDetailsFragment.java154 Drawable backgroundDrawable = null; in onLoadLogoAndBackgroundImages() local
161 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()
/packages/apps/TV/src/com/android/tv/ui/
DProgramDetailsFragment.java248 Drawable backgroundDrawable = null;
255 backgroundDrawable =
257 mBackgroundHelper.setBackground(backgroundDrawable);
259 if (logoDrawable != null && backgroundDrawable != null) {
263 && backgroundDrawable == null
285 if (backgroundDrawable == null) {
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DAudioRecordView.java228 final GradientDrawable backgroundDrawable = ((GradientDrawable) getResources() in updateRecordButtonAppearance() local
232 backgroundDrawable.setColor(mThemeColor); in updateRecordButtonAppearance()
235 backgroundDrawable.setColor(Color.WHITE); in updateRecordButtonAppearance()
238 mRecordButtonVisual.setBackground(backgroundDrawable); in updateRecordButtonAppearance()
/packages/apps/Dialer/java/com/android/dialer/app/filterednumber/
DBlockedNumbersFragment.java120 ColorDrawable backgroundDrawable = in onResume() local
122 actionBar.setBackgroundDrawable(backgroundDrawable); in onResume()
/packages/apps/Dialer/java/com/android/incallui/
DInCallActivity.java140 private GradientDrawable backgroundDrawable; field in InCallActivity
920 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()
/packages/apps/ThemePicker/src/com/android/customization/widget/
DDynamicAdaptiveIconDrawable.java140 public DynamicAdaptiveIconDrawable(Drawable backgroundDrawable, in DynamicAdaptiveIconDrawable() argument
143 if (backgroundDrawable != null) { in DynamicAdaptiveIconDrawable()
144 addLayer(BACKGROUND_ID, createChildDrawable(backgroundDrawable)); in DynamicAdaptiveIconDrawable()