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

1 2 3 4 5 6

  /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/base/tests/UiBench/src/com/android/test/uibench/
InvalidateTreeActivity.java 41 parent.setBackgroundColor((mColorToggle < 2) ? Color.RED : Color.BLUE);
  /frameworks/support/core-utils/tests/java/android/support/v4/app/
FrameMetricsActivity.java 38 mLayout.setBackgroundColor(Color.BLUE);
43 mView.setBackgroundColor(Color.GREEN);
49 mLayout.setBackgroundColor(Color.rgb((int) (255 * Math.random()),
  /frameworks/support/v7/cardview/src/android/support/v7/widget/
CardViewImpl.java 53 void setBackgroundColor(CardViewDelegate cardView, @Nullable ColorStateList color);
CardViewApi21Impl.java 111 public void setBackgroundColor(CardViewDelegate cardView, @Nullable ColorStateList color) {
CardViewBaseImpl.java 117 public 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 100 vh.view.setBackgroundColor(mBackgroundColor);
117 public void setBackgroundColor(int color) {
PlaybackControlsRowPresenter.java 240 public void setBackgroundColor(@ColorInt int color) {
348 mPlaybackControlsPresenter.setBackgroundColor(vh.mControlsVh, mBackgroundColorSet
438 vh.mCard.setBackgroundColor(mBackgroundColorSet ? mBackgroundColor :
  /packages/apps/TV/src/com/android/tv/dvr/ui/
DetailsViewBackgroundHelper.java 78 public void setBackgroundColor(int color) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
WaveScopeView.java 51 public void setBackgroundColor(int color) { mBackgroundColor = color; }
  /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 252 public void setBackgroundColor(final int color) {
256 mWebView.setBackgroundColor(color);
    [all...]
  /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/browseable/MultiWindowPlayground/src/com/android.multiwindowplayground/activities/
LoggingActivity.java 149 protected void setBackgroundColor(@ColorRes int colorId) {
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/graphics/
PaletteActivity.java 211 setBackgroundColor(
214 setBackgroundColor(
217 setBackgroundColor(
220 setBackgroundColor(
223 setBackgroundColor(
226 setBackgroundColor(
236 static void setBackgroundColor(View view, Palette.Swatch swatch) {
238 view.setBackgroundColor(swatch.getRgb());
PaletteDetailActivity.java 169 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) {
187 view.setBackgroundColor(swatch.getRgb());
  /packages/apps/Car/Media/src/com/android/car/media/
CrossfadeImageView.java 78 imageViewBackground.setBackgroundColor(Color.BLACK);
110 public void setBackgroundColor(int color) {
117 mInactiveImageView.setBackgroundColor(color);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
PercentageBarChart.java 139 public void setBackgroundColor(int color) {
  /frameworks/support/core-ui/java/android/support/v4/widget/
CircleImageView.java 116 setBackgroundColor(ContextCompat.getColor(getContext(), colorRes));
120 public void setBackgroundColor(int color) {
  /frameworks/support/design/src/android/support/design/widget/
FloatingActionButton.java 300 public void setBackgroundColor(int color) {
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
HeadersFragment.java 170 listView.setBackgroundColor(mBackgroundColor);
241 void setBackgroundColor(int color) {
246 getVerticalGridView().setBackgroundColor(mBackgroundColor);

Completed in 424 milliseconds

1 2 3 4 5 6