HomeSort by relevance Sort by last modified time
    Searched defs:setBackgroundColor (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
CalendarColorSquare.java 42 public void setBackgroundColor(int color) {
  /frameworks/base/core/java/android/text/style/
SuggestionRangeSpan.java 34 // 0 is a fully transparent black. Has to be set using #setBackgroundColor
67 public void setBackgroundColor(int backgroundColor) {
  /frameworks/support/v7/cardview/base/android/support/v7/widget/
CardViewImpl.java 53 void setBackgroundColor(CardViewDelegate cardView, @Nullable ColorStateList color);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
StatusBar.java 75 setBackgroundColor(color == 0 ? Config.getStatusBarColor(simulatedPlatformVersion) : color);
NavigationBar.java 55 setBackgroundColor(color == 0 ? 0xFF000000 : color);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
AbstractMediaListHeaderPresenter.java 101 vh.view.setBackgroundColor(mBackgroundColor);
118 public void setBackgroundColor(int color) {
PlaybackControlsRowPresenter.java 235 public void setBackgroundColor(@ColorInt int color) {
336 mPlaybackControlsPresenter.setBackgroundColor(vh.mControlsVh, mBackgroundColorSet ?
426 vh.mCard.setBackgroundColor(mBackgroundColorSet ? mBackgroundColor :
ControlBarPresenter.java 234 public void setBackgroundColor(ViewHolder vh, int color) {
235 vh.mControlsContainer.setBackgroundColor(color);
  /packages/apps/DeskClock/src/com/android/deskclock/
BaseActivity.java 61 setBackgroundColor(backgroundColor, false /* animate */);
77 setBackgroundColor(Utils.getCurrentHourColor(), true /* animate */);
83 setBackgroundColor(Utils.getCurrentHourColor(), true /* animate */);
113 protected void setBackgroundColor(int color, boolean animate) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
GLRotationGuideRenderer.java 56 public void setBackgroundColor(int value) {
  /cts/libs/deviceutillegacy/src/android/webkit/cts/
WebViewOnUiThread.java 220 public void setBackgroundColor(final int color) {
224 mWebView.setBackgroundColor(color);
  /developers/build/prebuilts/gradle/MultiWindowPlayground/Application/src/main/java/com/android/multiwindowplayground/activities/
LoggingActivity.java 149 protected void setBackgroundColor(@ColorRes int colorId) {
  /developers/samples/android/ui/window/MultiWindowPlayground/Application/src/main/java/com/android/multiwindowplayground/activities/
LoggingActivity.java 149 protected void setBackgroundColor(@ColorRes int colorId) {
  /development/samples/Support7Demos/src/com/example/android/supportv7/graphics/
PaletteActivity.java 210 setBackgroundColor(
213 setBackgroundColor(
216 setBackgroundColor(
219 setBackgroundColor(
222 setBackgroundColor(
225 setBackgroundColor(
235 static void setBackgroundColor(View view, Palette.Swatch swatch) {
237 view.setBackgroundColor(swatch.getRgb());
PaletteDetailActivity.java 168 setBackgroundColor(view, getItem(position));
176 setBackgroundColor(findViewById(R.id.text_vibrant), palette.getVibrantSwatch());
177 setBackgroundColor(findViewById(R.id.text_muted), palette.getMutedSwatch());
178 setBackgroundColor(findViewById(R.id.text_light_vibrant), palette.getLightVibrantSwatch());
179 setBackgroundColor(findViewById(R.id.text_light_muted), palette.getLightMutedSwatch());
180 setBackgroundColor(findViewById(R.id.text_dark_vibrant), palette.getDarkVibrantSwatch());
181 setBackgroundColor(findViewById(R.id.text_dark_muted), palette.getDarkMutedSwatch());
184 private void setBackgroundColor(View view, Palette.Swatch swatch) {
186 view.setBackgroundColor(swatch.getRgb());
  /development/samples/browseable/MultiWindowPlayground/src/com/android.multiwindowplayground/activities/
LoggingActivity.java 149 protected void setBackgroundColor(@ColorRes int colorId) {
  /frameworks/support/v7/cardview/api21/android/support/v7/widget/
CardViewApi21.java 109 public void setBackgroundColor(CardViewDelegate cardView, @Nullable ColorStateList color) {
  /frameworks/support/v7/cardview/eclair-mr1/android/support/v7/widget/
CardViewEclairMr1.java 118 public void setBackgroundColor(CardViewDelegate cardView, @Nullable ColorStateList color) {
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
PercentageBarChart.java 139 public void setBackgroundColor(int color) {
  /external/opencv3/modules/viz/src/
viz3d.cpp 140 void cv::viz::Viz3d::setBackgroundColor(const Color& color, const Color& color2) { impl_->setBackgroundColor(color, color2); }
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DirectoryItemAnimator.java 119 oldHolder.itemView.setBackgroundColor(startColor);
172 viewHolder.itemView.setBackgroundColor((Integer)animator.getAnimatedValue());
177 viewHolder.itemView.setBackgroundColor(mEndColor);
  /frameworks/support/design/src/android/support/design/widget/
FloatingActionButton.java 282 public void setBackgroundColor(int color) {
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
HeadersFragment.java 165 listView.setBackgroundColor(mBackgroundColor);
241 void setBackgroundColor(int color) {
246 getVerticalGridView().setBackgroundColor(mBackgroundColor);
HeadersSupportFragment.java 167 listView.setBackgroundColor(mBackgroundColor);
243 void setBackgroundColor(int color) {
248 getVerticalGridView().setBackgroundColor(mBackgroundColor);
  /frameworks/support/v4/java/android/support/v4/widget/
CircleImageView.java 117 setBackgroundColor(getContext().getResources().getColor(colorRes));
121 public void setBackgroundColor(int color) {

Completed in 2160 milliseconds

1 2 3 4 5