Searched defs:setBackgroundColor (Results 1 - 25 of 31) 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/v17/leanback/src/android/support/v17/leanback/widget/
H A DAbstractMediaListHeaderPresenter.java100 vh.view.setBackgroundColor(mBackgroundColor);
117 public void setBackgroundColor(int color) { method in class:AbstractMediaListHeaderPresenter
H A DControlBarPresenter.java235 public void setBackgroundColor(ViewHolder vh, int color) { method in class:ControlBarPresenter
236 vh.mControlsContainer.setBackgroundColor(color);
H A DAbstractMediaItemPresenter.java435 vh.mMediaRowView.setBackgroundColor(mBackgroundColor);
479 public void setBackgroundColor(int color) { method in class:AbstractMediaItemPresenter
H A DPlaybackControlsRowPresenter.java240 public void setBackgroundColor(@ColorInt int color) { method in class:PlaybackControlsRowPresenter
348 mPlaybackControlsPresenter.setBackgroundColor(vh.mControlsVh, mBackgroundColorSet
438 vh.mCard.setBackgroundColor(mBackgroundColorSet ? mBackgroundColor :
H A DDetailsOverviewRowPresenter.java328 public void setBackgroundColor(@ColorInt int color) { method in class:DetailsOverviewRowPresenter
512 vh.mOverviewFrame.setBackgroundColor(bgColor);
517 vh.mRightPanel.setBackgroundColor(bgColor);
518 vh.mImageView.setBackgroundColor(bgColor);
H A DFullWidthDetailsOverviewRowPresenter.java435 public final void setBackgroundColor(int color) { method in class:FullWidthDetailsOverviewRowPresenter
441 * Returns the background color. If {@link #setBackgroundColor(int)}, transparent
542 overview.setBackgroundColor(mBackgroundColor);
546 .setBackgroundColor(mActionsBackgroundColor);
/frameworks/support/v7/cardview/src/android/support/v7/widget/
H A DCardViewApi21Impl.java111 public void setBackgroundColor(CardViewDelegate cardView, @Nullable ColorStateList color) { method in class:CardViewApi21Impl
H A DCardViewImpl.java53 void setBackgroundColor(CardViewDelegate cardView, @Nullable ColorStateList color); method in interface:CardViewImpl
H A DCardViewBaseImpl.java117 public void setBackgroundColor(CardViewDelegate cardView, @Nullable ColorStateList color) { method in class:CardViewBaseImpl
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DCircleImageView.java116 setBackgroundColor(ContextCompat.getColor(getContext(), colorRes));
120 public void setBackgroundColor(int color) { method in class:CircleImageView
H A DCircularProgressDrawable.java366 public void setBackgroundColor(int color) { method in class:CircularProgressDrawable
367 mRing.setBackgroundColor(color);
777 void setBackgroundColor(int color) { method in class:CircularProgressDrawable.Ring
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/graphics/
H A DPaletteActivity.java211 setBackgroundColor(
214 setBackgroundColor(
217 setBackgroundColor(
220 setBackgroundColor(
223 setBackgroundColor(
226 setBackgroundColor(
236 static void setBackgroundColor(View view, Palette.Swatch swatch) { method in class:PaletteActivity.PaletteMediaStoreListFragment
238 view.setBackgroundColor(swatch.getRgb());
H A DPaletteDetailActivity.java169 setBackgroundColor(view, getItem(position));
177 setBackgroundColor(findViewById(R.id.text_vibrant), palette.getVibrantSwatch());
178 setBackgroundColor(findViewById(R.id.text_muted), palette.getMutedSwatch());
179 setBackgroundColor(findViewById(R.id.text_light_vibrant), palette.getLightVibrantSwatch());
180 setBackgroundColor(findViewById(R.id.text_light_muted), palette.getLightMutedSwatch());
181 setBackgroundColor(findViewById(R.id.text_dark_vibrant), palette.getDarkVibrantSwatch());
182 setBackgroundColor(findViewById(R.id.text_dark_muted), palette.getDarkMutedSwatch());
185 private void setBackgroundColor(View view, Palette.Swatch swatch) { method in class:PaletteDetailActivity
187 view.setBackgroundColor(swatch.getRgb());
/frameworks/support/media-compat/java/android/support/v4/media/app/
H A DNotificationCompat.java417 setBackgroundColor(contentView);
457 setBackgroundColor(bigContentView);
489 setBackgroundColor(headsUpContentView);
494 private void setBackgroundColor(RemoteViews views) { method in class:NotificationCompat.DecoratedMediaCustomViewStyle
499 views.setInt(R.id.status_bar_latest_event_content, "setBackgroundColor", color);
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/graphics/
H A DPaletteActivity.java211 setBackgroundColor(
214 setBackgroundColor(
217 setBackgroundColor(
220 setBackgroundColor(
223 setBackgroundColor(
226 setBackgroundColor(
236 static void setBackgroundColor(View view, Palette.Swatch swatch) { method in class:PaletteActivity.PaletteMediaStoreListFragment
238 view.setBackgroundColor(swatch.getRgb());
H A DPaletteDetailActivity.java169 setBackgroundColor(view, getItem(position));
177 setBackgroundColor(findViewById(R.id.text_vibrant), palette.getVibrantSwatch());
178 setBackgroundColor(findViewById(R.id.text_muted), palette.getMutedSwatch());
179 setBackgroundColor(findViewById(R.id.text_light_vibrant), palette.getLightVibrantSwatch());
180 setBackgroundColor(findViewById(R.id.text_light_muted), palette.getLightMutedSwatch());
181 setBackgroundColor(findViewById(R.id.text_dark_vibrant), palette.getDarkVibrantSwatch());
182 setBackgroundColor(findViewById(R.id.text_dark_muted), palette.getDarkMutedSwatch());
185 private void setBackgroundColor(View view, Palette.Swatch swatch) { method in class:PaletteDetailActivity
187 view.setBackgroundColor(swatch.getRgb());
/frameworks/base/core/java/com/android/internal/widget/
H A DSubtitleView.java161 public void setBackgroundColor(int color) { method in class:SubtitleView
/frameworks/support/core-ui/java/android/support/v4/view/
H A DPagerTabStrip.java180 public void setBackgroundColor(@ColorInt int color) { method in class:PagerTabStrip
181 super.setBackgroundColor(color);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DHeadersFragment.java173 listView.setBackgroundColor(mBackgroundColor);
244 void setBackgroundColor(int color) { method in class:HeadersFragment
249 getVerticalGridView().setBackgroundColor(mBackgroundColor);
H A DHeadersSupportFragment.java170 listView.setBackgroundColor(mBackgroundColor);
241 void setBackgroundColor(int color) { method in class:HeadersSupportFragment
246 getVerticalGridView().setBackgroundColor(mBackgroundColor);
/frameworks/support/wear/src/android/support/wear/widget/
H A DCircularProgressLayout.java157 setBackgroundColor(a.getColor(R.styleable.CircularProgressLayout_backgroundColor,
203 public void setBackgroundColor(@ColorInt int color) { method in class:CircularProgressLayout
204 mProgressDrawable.setBackgroundColor(color);
H A DRoundedDrawable.java114 setBackgroundColor(
150 public void setBackgroundColor(@ColorInt int color) { method in class:RoundedDrawable
/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java300 public void setBackgroundColor(int color) { method in class:FloatingActionButton
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java254 setBackgroundColor(a.getInt(com.android.internal.R.styleable.Animation_background, 0));
633 public void setBackgroundColor(@ColorInt int bg) { method in class:Animation

Completed in 621 milliseconds

12