/frameworks/base/core/java/android/text/style/ |
D | SuggestionRangeSpan.java | 32 private int mBackgroundColor; field in SuggestionRangeSpan 37 mBackgroundColor = 0; in SuggestionRangeSpan() 42 mBackgroundColor = src.readInt(); in SuggestionRangeSpan() 57 dest.writeInt(mBackgroundColor); in writeToParcelInternal() 72 mBackgroundColor = backgroundColor; in setBackgroundColor() 77 tp.bgColor = mBackgroundColor; in updateDrawState()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationCustomViewWrapper.java | 52 if (needsInversion(mBackgroundColor, mView)) { in onContentUpdated() 58 ColorUtils.colorToHSL(mBackgroundColor, hsl); in onContentUpdated() 59 if (mBackgroundColor != Color.TRANSPARENT && hsl[2] > 0.5) { in onContentUpdated() 61 mBackgroundColor = ColorUtils.HSLToColor(hsl); in onContentUpdated()
|
D | NotificationViewWrapper.java | 52 protected int mBackgroundColor = 0; field in NotificationViewWrapper 93 mBackgroundColor = 0; in onReinflated() 97 mBackgroundColor = backgroundColor; in onReinflated() 272 return mRow.isSummaryWithChildren() ? 0 : mBackgroundColor; in getCustomBackgroundColor()
|
D | NotificationMediaTemplateViewWrapper.java | 372 mSeekBarTotalTime.setShadowLayer(1.5f, 1.5f, 1.5f, mBackgroundColor); in updateSeekBarTint()
|
/frameworks/base/packages/SettingsLib/AdaptiveIcon/src/com/android/settingslib/widget/ |
D | AdaptiveIcon.java | 44 int mBackgroundColor = -1; field in AdaptiveIcon 94 mBackgroundColor = color; in setBackgroundColor() 96 Log.d(TAG, "Setting background color " + mBackgroundColor); in setBackgroundColor()
|
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/hvac/ |
D | AnimatedTemperatureView.java | 97 private final ColorDrawable mBackgroundColor; field in AnimatedTemperatureView 136 mBackgroundColor = new ColorDrawable(Color.TRANSPARENT); in AnimatedTemperatureView() 137 background.setImageDrawable(mBackgroundColor); in AnimatedTemperatureView() 215 ObjectAnimator.ofInt(mBackgroundColor, COLOR_PROPERTY, color); in setTemp() 220 mBackgroundColor.setColor(color); in setTemp()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | SubtitleView.java | 66 private int mBackgroundColor; field in SubtitleView 162 mBackgroundColor = color; in setBackgroundColor() 281 mBackgroundColor = style.hasBackgroundColor() ? in setStyle() 309 if (Color.alpha(mBackgroundColor) > 0) { in onDraw() 313 paint.setColor(mBackgroundColor); in onDraw()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/ |
D | AdaptiveIconTest.java | 95 assertThat(icon.mBackgroundColor).isEqualTo(0xff0000); in setBackgroundColor_externalTileWithBackgroundColorRawValue_shouldUpdateIcon() 107 assertThat(icon.mBackgroundColor) in setBackgroundColor_tileWithoutBackgroundColor_shouldSetDefaultBackgroundColor() 123 assertThat(icon.mBackgroundColor) in onBindTile_externalTileWithBackgroundColorHint_shouldUpdateIcon()
|
/frameworks/base/core/java/android/view/animation/ |
D | Animation.java | 201 private int mBackgroundColor; field in Animation 641 mBackgroundColor = bg; in setBackgroundColor() 799 return mBackgroundColor; in getBackgroundColor()
|
/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()
|
/frameworks/base/core/java/android/text/ |
D | Html.java | 1110 setSpanFromMark(text, b, new BackgroundColorSpan(b.mBackgroundColor)); in endCssStyle() 1302 private int mBackgroundColor; field in HtmlToSpannedConverter.Background 1305 mBackgroundColor = backgroundColor; in Background()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 3410 private int mBackgroundColor = COLOR_INVALID; field in Notification.Builder 6028 return mBackgroundColor != COLOR_INVALID ? mBackgroundColor : getRawColor(p); 6081 mBackgroundColor = backgroundColor;
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 7653 Landroid/app/Notification$Builder;->mBackgroundColor:I 70845 Landroid/text/style/SuggestionRangeSpan;->mBackgroundColor:I 73522 Landroid/view/animation/Animation;->mBackgroundColor:I 101086 Lcom/android/internal/widget/SubtitleView;->mBackgroundColor:I
|