Searched defs:mBackgroundColor (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/core/java/android/text/style/
H A DSuggestionRangeSpan.java31 private int mBackgroundColor; field in class:SuggestionRangeSpan
35 mBackgroundColor = 0;
39 mBackgroundColor = src.readInt();
54 dest.writeInt(mBackgroundColor);
68 mBackgroundColor = backgroundColor;
73 tp.bgColor = mBackgroundColor;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DAbstractMediaListHeaderPresenter.java41 private int mBackgroundColor = Color.TRANSPARENT; field in class:AbstractMediaListHeaderPresenter
100 vh.view.setBackgroundColor(mBackgroundColor);
119 mBackgroundColor = color;
H A DAbstractMediaItemPresenter.java88 private int mBackgroundColor = Color.TRANSPARENT; field in class:AbstractMediaItemPresenter
435 vh.mMediaRowView.setBackgroundColor(mBackgroundColor);
481 mBackgroundColor = color;
H A DPlaybackControlsRowPresenter.java156 private int mBackgroundColor = Color.TRANSPARENT; field in class:PlaybackControlsRowPresenter
241 mBackgroundColor = color;
251 return mBackgroundColor;
349 ? mBackgroundColor : getDefaultBackgroundColor(vh.view.getContext()));
438 vh.mCard.setBackgroundColor(mBackgroundColorSet ? mBackgroundColor :
H A DDetailsOverviewRowPresenter.java293 private int mBackgroundColor = Color.TRANSPARENT; field in class:DetailsOverviewRowPresenter
329 mBackgroundColor = color;
339 return mBackgroundColor;
506 final int bgColor = mBackgroundColorSet ? mBackgroundColor :
H A DFullWidthDetailsOverviewRowPresenter.java383 private int mBackgroundColor = Color.TRANSPARENT; field in class:FullWidthDetailsOverviewRowPresenter
436 mBackgroundColor = color;
445 return mBackgroundColor;
542 overview.setBackgroundColor(mBackgroundColor);
/frameworks/base/core/java/com/android/internal/widget/
H A DSubtitleView.java66 private int mBackgroundColor; field in class:SubtitleView
162 mBackgroundColor = color;
278 mBackgroundColor = style.hasBackgroundColor() ?
306 if (Color.alpha(mBackgroundColor) > 0) {
310 paint.setColor(mBackgroundColor);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationViewWrapper.java42 private int mBackgroundColor = 0; field in class:NotificationViewWrapper
102 mBackgroundColor = 0;
106 mBackgroundColor = ((ColorDrawable) background).getColor();
109 mShouldInvertDark = mBackgroundColor == 0 || isColorLight(mBackgroundColor);
171 return mRow.isSummaryWithChildren() ? 0 : mBackgroundColor;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DHeadersFragment.java86 private int mBackgroundColor; field in class:HeadersFragment
173 listView.setBackgroundColor(mBackgroundColor);
174 updateFadingEdgeToBrandColor(mBackgroundColor);
245 mBackgroundColor = color;
249 getVerticalGridView().setBackgroundColor(mBackgroundColor);
250 updateFadingEdgeToBrandColor(mBackgroundColor);
H A DHeadersSupportFragment.java83 private int mBackgroundColor; field in class:HeadersSupportFragment
170 listView.setBackgroundColor(mBackgroundColor);
171 updateFadingEdgeToBrandColor(mBackgroundColor);
242 mBackgroundColor = color;
246 getVerticalGridView().setBackgroundColor(mBackgroundColor);
247 updateFadingEdgeToBrandColor(mBackgroundColor);
H A DBackgroundManager.java103 int mBackgroundColor; field in class:BackgroundManager
522 if (mBackgroundColor != Color.TRANSPARENT) {
523 return new ColorDrawable(mBackgroundColor);
643 mBackgroundColor = color;
824 mBackgroundColor = color;
961 return mBackgroundColor;
/frameworks/base/core/java/android/text/
H A DHtml.java1108 setSpanFromMark(text, b, new BackgroundColorSpan(b.mBackgroundColor));
1300 private int mBackgroundColor; field in class:HtmlToSpannedConverter.Background
1303 mBackgroundColor = backgroundColor;
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java196 private int mBackgroundColor; field in class:Animation
634 mBackgroundColor = bg;
766 return mBackgroundColor;
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteControllerDialog.java1359 private int mBackgroundColor; field in class:MediaRouteControllerDialog.FetchArtTask
1443 mBackgroundColor = palette.getSwatches().isEmpty()
1457 mArtIconBackgroundColor = mBackgroundColor;
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java255 ss.mBackgroundColor = mManager.getBackgroundColor();
267 setBackgroundColor(ss.mBackgroundColor);
955 private int mBackgroundColor = DEFAULT_TRANSPARENT_COLOR; field in class:EditStyledText.EditorManager
1113 mBackgroundColor = DEFAULT_TRANSPARENT_COLOR;
1151 mBackgroundColor = color;
1273 || mBackgroundColor != DEFAULT_TRANSPARENT_COLOR) {
1288 return mBackgroundColor;
1994 public int mBackgroundColor; field in class:EditStyledText.SavedStyledTextState
2003 out.writeInt(mBackgroundColor);
2010 + mBackgroundColor
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java2774 private int mBackgroundColor = COLOR_INVALID; field in class:Notification.Builder
5091 return mBackgroundColor != COLOR_INVALID ? mBackgroundColor : mN.color;
5124 mBackgroundColor = backgroundColor;

Completed in 757 milliseconds