Home
last modified time | relevance | path

Searched refs:setBackgroundColor (Results 1 – 25 of 93) sorted by relevance

1234

/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DCrossfadeImageView.java67 imageViewBackground.setBackgroundColor(Color.BLACK); in CrossfadeImageView()
109 public void setBackgroundColor(int color) { in setBackgroundColor() method in CrossfadeImageView
116 mInactiveImageView.setBackgroundColor(color); in setBackgroundColor()
DBackgroundImageView.java115 public void setBackgroundColor(int color) { in setBackgroundColor() method in BackgroundImageView
116 mImageView.setBackgroundColor(color); in setBackgroundColor()
/packages/apps/TV/src/com/android/tv/ui/
DTvViewUiManager.java319 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()
DProgramDetailsFragment.java116 rowPresenter.setBackgroundColor( in setupAdapter()
358 fragment.mBackgroundHelper.setBackgroundColor(
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DHighlightablePreferenceGroupAdapter.java157 v.setBackgroundColor(mHighlightColor); in addHighlightBackground()
169 animator -> v.setBackgroundColor((int) animator.getAnimatedValue())); in addHighlightBackground()
198 animator -> v.setBackgroundColor((int) animator.getAnimatedValue())); in removeHighlightBackground()
DSwitchBar.java134 setBackgroundColor(mBackgroundColor); in SwitchBar()
172 setBackgroundColor(isChecked ? mBackgroundActivatedColor : mBackgroundColor); in setTextViewLabelAndBackground()
/packages/apps/Settings/src/com/android/settings/widget/
DHighlightablePreferenceGroupAdapter.java157 v.setBackgroundColor(mHighlightColor); in addHighlightBackground()
169 animator -> v.setBackgroundColor((int) animator.getAnimatedValue())); in addHighlightBackground()
198 animator -> v.setBackgroundColor((int) animator.getAnimatedValue())); in removeHighlightBackground()
DSwitchBar.java138 setBackgroundColor(mBackgroundColor); in SwitchBar()
182 setBackgroundColor(isChecked ? mBackgroundActivatedColor : mBackgroundColor); in setTextViewLabelAndBackground()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DGalleryGridItemView.java154 setBackgroundColor(ConversationDrawables.get().getConversationThemeColor()); in updateImageView()
164 setBackgroundColor( in updateImageView()
179 setBackgroundColor( in updateImageView()
/packages/apps/DeskClock/src/com/android/deskclock/settings/
DSimpleMenuPreference.kt101 view.setBackgroundColor(ContextCompat.getColor(getContext(), R.color.white_08p)) in getDropDownView()
103 view.setBackgroundColor(ContextCompat.getColor(getContext(), R.color.transparent)) in getDropDownView()
DSimpleMenuPreference.java136 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/
DDirectoryItemAnimator.java144 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/
DAbstractSampleActivity.java141 dialogLayout.setBackgroundColor(color); in setupBackgroundColorControls()
150 dialogLayout.setBackgroundColor(android.R.color.black); in setupBackgroundColorControls()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DCaptionSettingsFragment.java167 mPreviewWindow.setBackgroundColor(style.windowColor); in refreshPreviewText()
171 mPreviewWindow.setBackgroundColor(defStyle.windowColor); in refreshPreviewText()
/packages/apps/Messaging/src/com/android/messaging/ui/animation/
DViewGroupItemVerticalExplodeAnimation.java127 shadowContainerLayer.setBackgroundColor(resources.getColor( in startAnimation()
159 expandLayer.setBackgroundColor(resources.getColor( in startAnimation()
/packages/apps/Calendar/src/com/android/calendar/
DStickyHeaderListView.java249 mSeparatorView.setBackgroundColor(color); in setHeaderSeparator()
390 mNonessentialHeader.setBackgroundColor(Color.TRANSPARENT); in setChildViews()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DMaterialProgressDrawable.java214 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/
DContactDetailsViewHolder.java110 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/
DNetworkListAdapter.java101 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/
DSelfManagedCallListAdapter.java168 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/
DSubtitleView.java129 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/
DDvrDetailsFragment.java91 rowPresenter.setBackgroundColor( in setupAdapter()
295 fragment.mBackgroundHelper.setBackgroundColor( in onBitmapLoaded()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/
DDaydreamVoiceAction.java38 view.setBackgroundColor(Color.BLACK); in onCreate()
/packages/apps/Camera2/src/com/android/camera/ui/
DBottomBar.java332 super.setBackgroundColor(mBackgroundColor); in setOverlayBottomBar()
373 public void setBackgroundColor(int color) { in setBackgroundColor() method in BottomBar
/packages/apps/TV/src/com/android/tv/menu/
DAppLinkCardView.java242 mMetaViewHolder.setBackgroundColor(mChannel.getAppLinkColor()); in onBind()
414 mMetaViewHolder.setBackgroundColor(

1234