/frameworks/base/core/java/android/text/style/ |
D | SuggestionRangeSpan.java | 31 private int mBackgroundColor; field in SuggestionRangeSpan 35 mBackgroundColor = 0; in SuggestionRangeSpan() 39 mBackgroundColor = src.readInt(); in SuggestionRangeSpan() 49 dest.writeInt(mBackgroundColor); in writeToParcel() 58 mBackgroundColor = backgroundColor; in setBackgroundColor() 63 tp.bgColor = mBackgroundColor; in updateDrawState()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/ |
D | HeadersFragment.java | 50 private int mBackgroundColor; field in HeadersFragment 204 mBackgroundColor = color; in setBackgroundColor() 208 getView().setBackgroundColor(mBackgroundColor); in setBackgroundColor() 209 updateFadingEdgeToBrandColor(mBackgroundColor); in setBackgroundColor() 229 return mBackgroundColor; in getBackgroundColor()
|
D | HeadersSupportFragment.java | 52 private int mBackgroundColor; field in HeadersSupportFragment 206 mBackgroundColor = color; in setBackgroundColor() 210 getView().setBackgroundColor(mBackgroundColor); in setBackgroundColor() 211 updateFadingEdgeToBrandColor(mBackgroundColor); in setBackgroundColor() 231 return mBackgroundColor; in getBackgroundColor()
|
D | BackgroundManager.java | 109 private int mBackgroundColor; field in BackgroundManager 439 + mBackgroundColor + " drawable " + mBackgroundDrawable); in onActivityResume() 440 mService.setColor(mBackgroundColor); in onActivityResume() 452 mBackgroundColor = color; in syncWithService() 578 mColorWrapper.setColor(mBackgroundColor); in updateImmediate() 580 mDimWrapper.setAlpha(mBackgroundColor == Color.TRANSPARENT ? 0 : DIM_ALPHA_ON_SOLID); in updateImmediate() 582 showWallpaper(mBackgroundColor == Color.TRANSPARENT); in updateImmediate() 606 mBackgroundColor = color; in setColor() 607 mService.setColor(mBackgroundColor); in setColor() 610 mColorWrapper.setColor(mBackgroundColor); in setColor() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | TaskViewHeader.java | 66 int mBackgroundColor; field in TaskViewHeader 207 mBackgroundColor = t.colorPrimary; in rebindToTask() 303 int currentColor = mBackgroundColor; in onTaskViewFocusChanged() 318 mBackgroundColor = color; in onTaskViewFocusChanged() 336 int currentColor = mBackgroundColor; in onTaskViewFocusChanged() 344 mBackgroundColor = color; in onTaskViewFocusChanged()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | SubtitleView.java | 66 private int mBackgroundColor; field in SubtitleView 162 mBackgroundColor = color; in setBackgroundColor() 278 mBackgroundColor = style.hasBackgroundColor() ? in setStyle() 306 if (Color.alpha(mBackgroundColor) > 0) { in onDraw() 310 paint.setColor(mBackgroundColor); in onDraw()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | DetailsOverviewRowPresenter.java | 264 private int mBackgroundColor = Color.TRANSPARENT; field in DetailsOverviewRowPresenter 301 mBackgroundColor = color; in setBackgroundColor() 310 return mBackgroundColor; in getBackgroundColor() 466 final int bgColor = mBackgroundColorSet ? mBackgroundColor : in onBindRowViewHolder()
|
D | PlaybackControlsRowPresenter.java | 138 mBackgroundColor : getDefaultBackgroundColor(view.getContext())); in setBackground() 148 private int mBackgroundColor = Color.TRANSPARENT; field in PlaybackControlsRowPresenter 236 mBackgroundColor = color; in setBackgroundColor() 245 return mBackgroundColor; in getBackgroundColor()
|
/frameworks/base/core/java/android/view/animation/ |
D | Animation.java | 188 private int mBackgroundColor; field in Animation 626 mBackgroundColor = bg; in setBackgroundColor() 757 return mBackgroundColor; in getBackgroundColor()
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | MaterialProgressDrawable.java | 426 private int mBackgroundColor; field in MaterialProgressDrawable.Ring 440 mBackgroundColor = color; in setBackgroundColor() 472 mCirclePaint.setColor(mBackgroundColor); in draw()
|
/frameworks/ex/common/java/com/android/ex/editstyledtext/ |
D | EditStyledText.java | 255 ss.mBackgroundColor = mManager.getBackgroundColor(); in onSaveInstanceState() 267 setBackgroundColor(ss.mBackgroundColor); in onRestoreInstanceState() 955 private int mBackgroundColor = DEFAULT_TRANSPARENT_COLOR; field in EditStyledText.EditorManager 1113 mBackgroundColor = DEFAULT_TRANSPARENT_COLOR; in clearStyles() 1151 mBackgroundColor = color; in setBackgroundColor() 1273 || mBackgroundColor != DEFAULT_TRANSPARENT_COLOR) { in isStyledText() 1288 return mBackgroundColor; in getBackgroundColor() 1994 public int mBackgroundColor; field in EditStyledText.SavedStyledTextState 2003 out.writeInt(mBackgroundColor); in writeToParcel() 2010 + mBackgroundColor + "}"; in toString()
|