Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/ui/
DDvrDetailsFragment.java190 Drawable backgroundDrawable = null; in onLoadLogoAndBackgroundImages() local
197 backgroundDrawable = getContext().getResources() in onLoadLogoAndBackgroundImages()
199 mBackgroundHelper.setBackground(backgroundDrawable); in onLoadLogoAndBackgroundImages()
201 if (logoDrawable != null && backgroundDrawable != null) { in onLoadLogoAndBackgroundImages()
204 if (logoDrawable == null && backgroundDrawable == null in onLoadLogoAndBackgroundImages()
220 if (backgroundDrawable == null) { in onLoadLogoAndBackgroundImages()
/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/incallui/
DInCallActivity.java85 private GradientDrawable backgroundDrawable; field in InCallActivity
353 if (backgroundDrawable == null) { in updateWindowBackgroundColor()
355 backgroundDrawable = new GradientDrawable(Orientation.TOP_BOTTOM, backgroundDrawableColors); in updateWindowBackgroundColor()
371 backgroundDrawable.setColors(backgroundDrawableColors); in updateWindowBackgroundColor()
376 getWindow().setBackgroundDrawable(backgroundDrawable); in updateWindowBackgroundColor()
/packages/apps/Dialer/java/com/android/dialer/app/filterednumber/
DBlockedNumbersFragment.java124 ColorDrawable backgroundDrawable = in onResume() local
126 actionBar.setBackgroundDrawable(backgroundDrawable); in onResume()