Home
last modified time | relevance | path

Searched refs:mBackgroundColor (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/text/style/
DSuggestionRangeSpan.java31 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/
DHeadersFragment.java50 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()
DHeadersSupportFragment.java52 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()
DBackgroundManager.java109 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/
DTaskViewHeader.java66 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/
DSubtitleView.java66 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/
DDetailsOverviewRowPresenter.java264 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()
DPlaybackControlsRowPresenter.java138 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/
DAnimation.java188 private int mBackgroundColor; field in Animation
626 mBackgroundColor = bg; in setBackgroundColor()
757 return mBackgroundColor; in getBackgroundColor()
/frameworks/support/v4/java/android/support/v4/widget/
DMaterialProgressDrawable.java426 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/
DEditStyledText.java255 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()