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

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DQsTuner.java484 mView.setBackgroundColor(0x77ffffff);
489 mView.setBackgroundColor(0x0);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBrowseFragment.java285 mHeadersFragment.setBackgroundColor(mBrandColor);
622 mHeadersFragment.setBackgroundColor(mBrandColor);
H A DBrowseSupportFragment.java287 mHeadersSupportFragment.setBackgroundColor(mBrandColor);
624 mHeadersSupportFragment.setBackgroundColor(mBrandColor);
/frameworks/base/core/java/com/android/internal/widget/
H A DSubtitleView.java160 public void setBackgroundColor(int color) { method in class:SubtitleView
/frameworks/support/v4/java/android/support/v4/widget/
H A DSwipeRefreshLayout.java331 mProgress.setBackgroundColor(CIRCLE_BG_LIGHT);
491 mCircleView.setBackgroundColor(color);
492 mProgress.setBackgroundColor(color);
/frameworks/base/media/java/android/media/
H A DWebVttRenderer.java1543 setBackgroundColor(DEBUG_REGION_BACKGROUND);
1545 setBackgroundColor(captionStyle.windowColor);
1559 setBackgroundColor(captionStyle.windowColor);
1697 setBackgroundColor(DEBUG_CUE_BACKGROUND);
1858 setBackgroundColor(captionStyle.backgroundColor);
H A DClosedCaptionRenderer.java1059 public void setBackgroundColor(int color) { method in class:MutableBackgroundColorSpan
1230 setBackgroundColor(Color.TRANSPARENT);
1364 bgSpans[i].setBackgroundColor(color);
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java267 setBackgroundColor(ss.mBackgroundColor);
711 public void setBackgroundColor(int color) { method in class:EditStyledText
713 super.setBackgroundColor(color);
717 mManager.setBackgroundColor(color);
1150 public void setBackgroundColor(int color) { method in class:EditStyledText.EditorManager
2206 mEST.setBackgroundColor(view.getDrawingCacheBackgroundColor());
2225 mEST.setBackgroundColor(DEFAULT_TRANSPARENT_COLOR);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintContentView.java339 mEmbeddedContentScrim.setBackgroundColor(computeScrimColor());
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSTileView.java93 mDivider.setBackgroundColor(context.getColor(R.color.qs_tile_divider));
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWindowAnimator.java134 anim.setBackgroundColor(0);
/frameworks/base/core/java/android/webkit/
H A DWebView.java2565 public void setBackgroundColor(int color) { method in class:WebView
2566 mProvider.getViewDelegate().setBackgroundColor(color);
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java585 tv.setBackgroundColor(Color.argb(127, 0, 0, 0));
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DRadialPickerLayout.java134 mGrayBox.setBackgroundColor(getResources().getColor(R.color.transparent_black));
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/
H A DVrView.java118 setBackgroundColor(Color.BLACK);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DSearchBar.java156 setBackgroundColor(Color.TRANSPARENT);
/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java1166 holder.row.setBackgroundColor(
1169 holder.row.setBackgroundColor(Color.TRANSPARENT);
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DMLand.java475 s.setBackgroundColor(Color.GRAY);
1204 setBackgroundColor(0xFFFF0000);
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java2996 view.setBackgroundColor(color);
3023 view.setBackgroundColor(color);
3091 mStatusGuard.setBackgroundColor(mContext.getColor(
3151 mNavigationGuard.setBackgroundColor(mContext.getColor(
/frameworks/base/core/java/android/widget/
H A DEditor.java2747 textView.setBackgroundColor(Color.TRANSPARENT);
2749 textView.setBackgroundColor(Color.WHITE);
2961 mSuggestionRangeSpan.setBackgroundColor(mTextView.mHighlightColor);
2965 mSuggestionRangeSpan.setBackgroundColor(
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV7.java1564 mStatusGuard.setBackgroundColor(mContext.getResources()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java1743 mBackdropBack.setBackgroundColor(0xFFFFFFFF);
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewLayoutTest.java2870 view.setBackgroundColor(Color.rgb(0, 0, 255));
/frameworks/base/core/java/android/view/
H A DView.java17183 public void setBackgroundColor(@ColorInt int color) { method in class:View

Completed in 871 milliseconds

123