/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/ |
D | CrossfadeImageView.java | 67 imageViewBackground.setBackgroundColor(Color.BLACK); in CrossfadeImageView() 109 public void setBackgroundColor(int color) { in setBackgroundColor() method in CrossfadeImageView 116 mInactiveImageView.setBackgroundColor(color); in setBackgroundColor()
|
D | BackgroundImageView.java | 115 public void setBackgroundColor(int color) { in setBackgroundColor() method in BackgroundImageView 116 mImageView.setBackgroundColor(color); in setBackgroundColor()
|
/packages/apps/TV/src/com/android/tv/ui/ |
D | TvViewUiManager.java | 319 private void setBackgroundColor( in setBackgroundColor() method in TvViewUiManager 340 mContentView.setBackgroundColor(color); in setBackgroundColor() 350 mContentView.setBackgroundColor(color); in setBackgroundColor() 494 mHandler.post(() -> mContentView.setBackgroundColor(mBackgroundColor)); in initBackgroundAnimatorIfNeeded() 576 setBackgroundColor( in applyDisplayMode()
|
D | ProgramDetailsFragment.java | 116 rowPresenter.setBackgroundColor( in setupAdapter() 358 fragment.mBackgroundHelper.setBackgroundColor(
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ |
D | HighlightablePreferenceGroupAdapter.java | 157 v.setBackgroundColor(mHighlightColor); in addHighlightBackground() 169 animator -> v.setBackgroundColor((int) animator.getAnimatedValue())); in addHighlightBackground() 198 animator -> v.setBackgroundColor((int) animator.getAnimatedValue())); in removeHighlightBackground()
|
D | SwitchBar.java | 134 setBackgroundColor(mBackgroundColor); in SwitchBar() 172 setBackgroundColor(isChecked ? mBackgroundActivatedColor : mBackgroundColor); in setTextViewLabelAndBackground()
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | HighlightablePreferenceGroupAdapter.java | 157 v.setBackgroundColor(mHighlightColor); in addHighlightBackground() 169 animator -> v.setBackgroundColor((int) animator.getAnimatedValue())); in addHighlightBackground() 198 animator -> v.setBackgroundColor((int) animator.getAnimatedValue())); in removeHighlightBackground()
|
D | SwitchBar.java | 138 setBackgroundColor(mBackgroundColor); in SwitchBar() 182 setBackgroundColor(isChecked ? mBackgroundActivatedColor : mBackgroundColor); in setTextViewLabelAndBackground()
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
D | GalleryGridItemView.java | 154 setBackgroundColor(ConversationDrawables.get().getConversationThemeColor()); in updateImageView() 164 setBackgroundColor( in updateImageView() 179 setBackgroundColor( in updateImageView()
|
/packages/apps/DeskClock/src/com/android/deskclock/settings/ |
D | SimpleMenuPreference.kt | 101 view.setBackgroundColor(ContextCompat.getColor(getContext(), R.color.white_08p)) in getDropDownView() 103 view.setBackgroundColor(ContextCompat.getColor(getContext(), R.color.transparent)) in getDropDownView()
|
D | SimpleMenuPreference.java | 136 view.setBackgroundColor(ContextCompat.getColor(getContext(), R.color.white_08p)); in getDropDownView() 138 view.setBackgroundColor(ContextCompat.getColor(getContext(), R.color.transparent)); in getDropDownView()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | DirectoryItemAnimator.java | 144 viewHolder.itemView.setBackgroundColor((Integer)animator.getAnimatedValue()); in onAnimationUpdate() 149 viewHolder.itemView.setBackgroundColor(mEndColor); in onAnimationEnd()
|
/packages/services/Car/tests/ThemePlayground/src/com/android/car/themeplayground/ |
D | AbstractSampleActivity.java | 141 dialogLayout.setBackgroundColor(color); in setupBackgroundColorControls() 150 dialogLayout.setBackgroundColor(android.R.color.black); in setupBackgroundColorControls()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/ |
D | CaptionSettingsFragment.java | 167 mPreviewWindow.setBackgroundColor(style.windowColor); in refreshPreviewText() 171 mPreviewWindow.setBackgroundColor(defStyle.windowColor); in refreshPreviewText()
|
/packages/apps/Messaging/src/com/android/messaging/ui/animation/ |
D | ViewGroupItemVerticalExplodeAnimation.java | 127 shadowContainerLayer.setBackgroundColor(resources.getColor( in startAnimation() 159 expandLayer.setBackgroundColor(resources.getColor( in startAnimation()
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | StickyHeaderListView.java | 249 mSeparatorView.setBackgroundColor(color); in setHeaderSeparator() 390 mNonessentialHeader.setBackgroundColor(Color.TRANSPARENT); in setChildViews()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/ |
D | MaterialProgressDrawable.java | 214 public void setBackgroundColor(int color) { in setBackgroundColor() method in MaterialProgressDrawable 215 mRing.setBackgroundColor(color); in setBackgroundColor() 514 public void setBackgroundColor(int color) { in setBackgroundColor() method in MaterialProgressDrawable.Ring
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/contact/ |
D | ContactDetailsViewHolder.java | 110 mBackgroundImageView.setBackgroundColor(letterTile.getColor()); in bind() 148 mBackgroundImageView.setBackgroundColor(letterTile.getColor()); in bind()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/connectivity/ |
D | NetworkListAdapter.java | 101 vh.netActive.setBackgroundColor(mNetworkList[position].mRequested in getView() 118 convertView.setBackgroundColor(((position % 2) != 0) in getView()
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | SelfManagedCallListAdapter.java | 168 result.setBackgroundColor(result.getContext().getColor(R.color.test_call_a_color)); in getView() 170 result.setBackgroundColor(result.getContext().getColor(R.color.test_call_b_color)); in getView()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/text/ |
D | SubtitleView.java | 129 public void setBackgroundColor(int color) { in setBackgroundColor() method in SubtitleView 178 super.setBackgroundColor(style.windowColor); in setStyle()
|
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/ |
D | DvrDetailsFragment.java | 91 rowPresenter.setBackgroundColor( in setupAdapter() 295 fragment.mBackgroundHelper.setBackgroundColor( in onBitmapLoaded()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/ |
D | DaydreamVoiceAction.java | 38 view.setBackgroundColor(Color.BLACK); in onCreate()
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
D | BottomBar.java | 332 super.setBackgroundColor(mBackgroundColor); in setOverlayBottomBar() 373 public void setBackgroundColor(int color) { in setBackgroundColor() method in BottomBar
|
/packages/apps/TV/src/com/android/tv/menu/ |
D | AppLinkCardView.java | 242 mMetaViewHolder.setBackgroundColor(mChannel.getAppLinkColor()); in onBind() 414 mMetaViewHolder.setBackgroundColor(
|