Searched refs:setBackgroundColor (Results 26 - 50 of 74) sorted by relevance

123

/frameworks/support/v4/java/android/support/v4/view/
H A DPagerTabStrip.java179 public void setBackgroundColor(@ColorInt int color) { method in class:PagerTabStrip
180 super.setBackgroundColor(color);
/frameworks/base/tests/Assist/src/com/android/test/assist/
H A DAssistInteractionSession.java146 mBackground.setBackgroundColor((Integer) animation.getAnimatedValue());
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DCompareActivity.java62 mHardwareView.setBackgroundColor(Color.WHITE);
H A DManualActivity.java108 mSoftwareView.setBackgroundColor(Color.WHITE);
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
H A DAnimatedVectorDrawableDupPerf.java97 container.setBackgroundColor(0xFF888888);
H A DVectorDrawablePerformance.java107 container.setBackgroundColor(0xFF888888);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DNavigationBar.java69 setBackgroundColor(color == 0 ? 0xFF000000 : color);
H A DStatusBar.java75 setBackgroundColor(color == 0 ? Config.getStatusBarColor(simulatedPlatformVersion) : color);
/frameworks/support/graphics/drawable/teststatic/src/android/support/test/vectordrawable/
H A DTestActivity.java79 container.setBackgroundColor(0xFF888888);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DDetailsOverviewRowPresenter.java330 public void setBackgroundColor(@ColorInt int color) { method in class:DetailsOverviewRowPresenter
514 vh.mOverviewFrame.setBackgroundColor(bgColor);
519 vh.mRightPanel.setBackgroundColor(bgColor);
520 vh.mImageView.setBackgroundColor(bgColor);
H A DFullWidthDetailsOverviewRowPresenter.java442 public final void setBackgroundColor(int color) { method in class:FullWidthDetailsOverviewRowPresenter
448 * Returns the background color. If {@link #setBackgroundColor(int)}, transparent
563 overview.setBackgroundColor(bgColor);
567 .setBackgroundColor(actionBgColor);
H A DPlaybackControlsRowPresenter.java235 public void setBackgroundColor(@ColorInt int color) { method in class:PlaybackControlsRowPresenter
336 mPlaybackControlsPresenter.setBackgroundColor(vh.mControlsVh, mBackgroundColorSet ?
426 vh.mCard.setBackgroundColor(mBackgroundColorSet ? mBackgroundColor :
H A DImageCardView.java176 mInfoArea.setBackgroundColor(color);
H A DShadowOverlayContainer.java219 mColorDimOverlay.setBackgroundColor(overlayColor);
/frameworks/base/tests/SystemUIDemoModeController/src/com/example/android/demomodecontroller/
H A DDemoModeController.java59 mContent.setBackgroundColor(0xff33b5e5);
134 mContent.setBackgroundColor(color);
/frameworks/support/v4/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java199 public void setBackgroundColor(int color) { method in class:MaterialProgressDrawable
200 mRing.setBackgroundColor(color);
510 public void setBackgroundColor(int color) { method in class:MaterialProgressDrawable.Ring
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java248 setBackgroundColor(a.getInt(com.android.internal.R.styleable.Animation_background, 0));
627 public void setBackgroundColor(@ColorInt int bg) { method in class:Animation
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java374 public void setBackgroundColor(int color); method in interface:WebViewProvider.ViewDelegate
/frameworks/base/core/tests/coretests/src/android/util/
H A DGridScenario.java337 result.setBackgroundColor(0x55ffffff);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DTimePickerDialog.java332 view.findViewById(R.id.time_display_background).setBackgroundColor(mThemeDark? darkGray : white);
333 view.findViewById(R.id.time_display).setBackgroundColor(mThemeDark? darkGray : white);
336 view.findViewById(R.id.line).setBackgroundColor(mThemeDark? darkLine : line);
338 mTimePicker.setBackgroundColor(mThemeDark? lightGray : circleBackground);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DErrorFragment.java234 mErrorFrame.setBackgroundColor(mErrorFrame.getResources().getColor(
H A DErrorSupportFragment.java236 mErrorFrame.setBackgroundColor(mErrorFrame.getResources().getColor(
/frameworks/support/v7/cardview/eclair-mr1/android/support/v7/widget/
H A DCardViewEclairMr1.java112 public void setBackgroundColor(CardViewDelegate cardView, int color) { method in class:CardViewEclairMr1
/frameworks/support/v7/cardview/src/android/support/v7/widget/
H A DCardView.java234 IMPL.setBackgroundColor(this, color);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java293 v.setBackgroundColor(c);
534 setBackgroundColor(x << 24 & 0xFF000000);

Completed in 661 milliseconds

123