Home
last modified time | relevance | path

Searched refs:mPrimaryColor (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Dialer/java/com/android/contacts/common/util/
DMaterialColorMapUtils.java120 public final int mPrimaryColor; field in MaterialColorMapUtils.MaterialPalette
124 mPrimaryColor = primaryColor; in MaterialPalette()
129 mPrimaryColor = in.readInt(); in MaterialPalette()
145 if (mPrimaryColor != other.mPrimaryColor) { in equals()
158 result = prime * result + mPrimaryColor; in hashCode()
170 dest.writeInt(mPrimaryColor); in writeToParcel()
/packages/apps/Contacts/src/com/android/contacts/util/
DMaterialColorMapUtils.java43 mPrimaryColor = primaryColor; in MaterialPalette()
46 public final int mPrimaryColor; field in MaterialColorMapUtils.MaterialPalette
61 if (mPrimaryColor != other.mPrimaryColor) { in equals()
74 result = prime * result + mPrimaryColor; in hashCode()
86 dest.writeInt(mPrimaryColor); in writeToParcel()
91 mPrimaryColor = in.readInt(); in MaterialPalette()
/packages/apps/Dialer/java/com/android/incallui/
DThemeColorManager.java87 backgroundColorTop = applyAlpha(palette.mPrimaryColor, backgroundColorTop); in updateThemeColors()
88 backgroundColorMiddle = applyAlpha(palette.mPrimaryColor, backgroundColorMiddle); in updateThemeColors()
89 backgroundColorBottom = applyAlpha(palette.mPrimaryColor, backgroundColorBottom); in updateThemeColors()
90 backgroundColorSolid = applyAlpha(palette.mPrimaryColor, backgroundColorSolid); in updateThemeColors()
94 primaryColor = palette.mPrimaryColor; in updateThemeColors()
/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/source/
DMediaSourceColors.java46 private final int mPrimaryColor; field in MediaSourceColors
51 this.mPrimaryColor = primaryColor; in MediaSourceColors()
60 return mPrimaryColor == FLAG_USE_DEFAULT_COLOR ? defaultColor : mPrimaryColor; in getPrimaryColor()
/packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/dynamicui/
DWallpaperColorsCompat.java26 private final int mPrimaryColor; field in WallpaperColorsCompat
33 mPrimaryColor = primaryColor; in WallpaperColorsCompat()
40 return mPrimaryColor; in getPrimaryColor()
/packages/apps/Messaging/src/com/android/messaging/util/
DMaterialPalette.java20 public final int mPrimaryColor; field in MaterialPalette
24 mPrimaryColor = primaryColor; in MaterialPalette()
/packages/apps/Contacts/src/com/android/contacts/editor/
DEditorUiUtils.java272 ? getDefaultPrimaryAndSecondaryColors(resources).mPrimaryColor in setDefaultPhoto()
273 : materialPalette.mPrimaryColor); in setDefaultPhoto()
DEditorIntents.java115 materialPalette.mPrimaryColor); in putMaterialPalette()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java2023 mColorFilterColor = palette.mPrimaryColor; in setThemeColor()