Home
last modified time | relevance | path

Searched refs:backgroundDrawable (Results 1 – 7 of 7) 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.java231 Drawable backgroundDrawable = null;
238 backgroundDrawable =
240 mBackgroundHelper.setBackground(backgroundDrawable);
242 if (logoDrawable != null && backgroundDrawable != null) {
246 && backgroundDrawable == null
268 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/Car/libs/car-apps-common/src/com/android/car/apps/common/widget/
DCarTabLayout.java227 Drawable backgroundDrawable = Themes.getAttrDrawable(getContext(), in createCarTabItemView() local
229 carTabItemView.setBackground(backgroundDrawable); in createCarTabItemView()
/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()