Searched defs:setBackgroundColor (Results 1 - 25 of 33) sorted by relevance

12

/frameworks/base/core/java/android/text/style/
H A DSuggestionRangeSpan.java34 // 0 is a fully transparent black. Has to be set using #setBackgroundColor
67 public void setBackgroundColor(int backgroundColor) { method in class:SuggestionRangeSpan
/frameworks/support/cardview/src/main/java/androidx/cardview/widget/
H A DCardViewApi21Impl.java112 public void setBackgroundColor(CardViewDelegate cardView, @Nullable ColorStateList color) { method in class:CardViewApi21Impl
H A DCardViewImpl.java54 void setBackgroundColor(CardViewDelegate cardView, @Nullable ColorStateList color); method in interface:CardViewImpl
H A DCardViewBaseImpl.java118 public void setBackgroundColor(CardViewDelegate cardView, @Nullable ColorStateList color) { method in class:CardViewBaseImpl
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DAbstractMediaListHeaderPresenter.java101 vh.view.setBackgroundColor(mBackgroundColor);
118 public void setBackgroundColor(int color) { method in class:AbstractMediaListHeaderPresenter
H A DControlBarPresenter.java236 public void setBackgroundColor(ViewHolder vh, int color) { method in class:ControlBarPresenter
237 vh.mControlsContainer.setBackgroundColor(color);
H A DAbstractMediaItemPresenter.java436 vh.mMediaRowView.setBackgroundColor(mBackgroundColor);
480 public void setBackgroundColor(int color) { method in class:AbstractMediaItemPresenter
H A DPlaybackControlsRowPresenter.java242 public void setBackgroundColor(@ColorInt int color) { method in class:PlaybackControlsRowPresenter
350 mPlaybackControlsPresenter.setBackgroundColor(vh.mControlsVh, mBackgroundColorSet
440 vh.mCard.setBackgroundColor(mBackgroundColorSet ? mBackgroundColor :
H A DDetailsOverviewRowPresenter.java329 public void setBackgroundColor(@ColorInt int color) { method in class:DetailsOverviewRowPresenter
513 vh.mOverviewFrame.setBackgroundColor(bgColor);
518 vh.mRightPanel.setBackgroundColor(bgColor);
519 vh.mImageView.setBackgroundColor(bgColor);
H A DFullWidthDetailsOverviewRowPresenter.java436 public final void setBackgroundColor(int color) { method in class:FullWidthDetailsOverviewRowPresenter
442 * Returns the background color. If {@link #setBackgroundColor(int)}, transparent
543 overview.setBackgroundColor(mBackgroundColor);
547 .setBackgroundColor(mActionsBackgroundColor);
/frameworks/support/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/graphics/
H A DPaletteActivity.java214 setBackgroundColor(
217 setBackgroundColor(
220 setBackgroundColor(
223 setBackgroundColor(
226 setBackgroundColor(
229 setBackgroundColor(
239 static void setBackgroundColor(View view, Palette.Swatch swatch) { method in class:PaletteActivity.PaletteMediaStoreListFragment
241 view.setBackgroundColor(swatch.getRgb());
H A DPaletteDetailActivity.java170 setBackgroundColor(view, getItem(position));
178 setBackgroundColor(findViewById(R.id.text_vibrant), palette.getVibrantSwatch());
179 setBackgroundColor(findViewById(R.id.text_muted), palette.getMutedSwatch());
180 setBackgroundColor(findViewById(R.id.text_light_vibrant), palette.getLightVibrantSwatch());
181 setBackgroundColor(findViewById(R.id.text_light_muted), palette.getLightMutedSwatch());
182 setBackgroundColor(findViewById(R.id.text_dark_vibrant), palette.getDarkVibrantSwatch());
183 setBackgroundColor(findViewById(R.id.text_dark_muted), palette.getDarkMutedSwatch());
186 private void setBackgroundColor(View view, Palette.Swatch swatch) { method in class:PaletteDetailActivity
188 view.setBackgroundColor(swatch.getRgb());
/frameworks/support/media/src/main/java/androidx/media/app/
H A DNotificationCompat.java418 setBackgroundColor(contentView);
458 setBackgroundColor(bigContentView);
490 setBackgroundColor(headsUpContentView);
495 private void setBackgroundColor(RemoteViews views) { method in class:NotificationCompat.DecoratedMediaCustomViewStyle
500 views.setInt(R.id.status_bar_latest_event_content, "setBackgroundColor", color);
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/graphics/
H A DPaletteActivity.java214 setBackgroundColor(
217 setBackgroundColor(
220 setBackgroundColor(
223 setBackgroundColor(
226 setBackgroundColor(
229 setBackgroundColor(
239 static void setBackgroundColor(View view, Palette.Swatch swatch) { method in class:PaletteActivity.PaletteMediaStoreListFragment
241 view.setBackgroundColor(swatch.getRgb());
H A DPaletteDetailActivity.java170 setBackgroundColor(view, getItem(position));
178 setBackgroundColor(findViewById(R.id.text_vibrant), palette.getVibrantSwatch());
179 setBackgroundColor(findViewById(R.id.text_muted), palette.getMutedSwatch());
180 setBackgroundColor(findViewById(R.id.text_light_vibrant), palette.getLightVibrantSwatch());
181 setBackgroundColor(findViewById(R.id.text_light_muted), palette.getLightMutedSwatch());
182 setBackgroundColor(findViewById(R.id.text_dark_vibrant), palette.getDarkVibrantSwatch());
183 setBackgroundColor(findViewById(R.id.text_dark_muted), palette.getDarkMutedSwatch());
186 private void setBackgroundColor(View view, Palette.Swatch swatch) { method in class:PaletteDetailActivity
188 view.setBackgroundColor(swatch.getRgb());
/frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
H A DCircleImageView.java117 setBackgroundColor(ContextCompat.getColor(getContext(), colorRes));
121 public void setBackgroundColor(int color) { method in class:CircleImageView
/frameworks/base/core/java/com/android/internal/widget/
H A DSubtitleView.java161 public void setBackgroundColor(int color) { method in class:SubtitleView
/frameworks/support/leanback/src/main/java/androidx/leanback/app/
H A DHeadersFragment.java182 listView.setBackgroundColor(mBackgroundColor);
253 void setBackgroundColor(int color) { method in class:HeadersFragment
258 getVerticalGridView().setBackgroundColor(mBackgroundColor);
H A DHeadersSupportFragment.java173 listView.setBackgroundColor(mBackgroundColor);
244 void setBackgroundColor(int color) { method in class:HeadersSupportFragment
249 getVerticalGridView().setBackgroundColor(mBackgroundColor);
/frameworks/support/viewpager/src/main/java/androidx/viewpager/widget/
H A DPagerTabStrip.java183 public void setBackgroundColor(@ColorInt int color) { method in class:PagerTabStrip
184 super.setBackgroundColor(color);
/frameworks/support/wear/src/main/java/androidx/wear/widget/
H A DCircularProgressLayout.java158 setBackgroundColor(a.getColor(R.styleable.CircularProgressLayout_backgroundColor,
204 public void setBackgroundColor(@ColorInt int color) { method in class:CircularProgressLayout
205 mProgressDrawable.setBackgroundColor(color);
H A DRoundedDrawable.java112 setBackgroundColor(
148 public void setBackgroundColor(@ColorInt int color) { method in class:RoundedDrawable
/frameworks/base/core/java/android/view/
H A DSurfaceView.java928 mSurfaceControl.setBackgroundColor(bgColor);
1226 private void setBackgroundColor(int bgColor) { method in class:SurfaceView.SurfaceControlWithBackground
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java256 setBackgroundColor(a.getInt(com.android.internal.R.styleable.Animation_background, 0));
638 public void setBackgroundColor(@ColorInt int bg) { method in class:Animation
/frameworks/support/media/src/main/java/androidx/media/subtitle/
H A DCea608CCParser.java417 public void setBackgroundColor(int color) { method in class:Cea608CCParser.MutableBackgroundColorSpan

Completed in 288 milliseconds

12