Home
last modified time | relevance | path

Searched refs:mSecondaryColor (Results 1 – 8 of 8) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DMaterialColorMapUtils.java41 mSecondaryColor = secondaryColor; in MaterialPalette()
44 public final int mSecondaryColor; field in MaterialColorMapUtils.MaterialPalette
61 if (mSecondaryColor != other.mSecondaryColor) { in equals()
72 result = prime * result + mSecondaryColor; in hashCode()
84 dest.writeInt(mSecondaryColor); in writeToParcel()
89 mSecondaryColor = in.readInt(); in MaterialPalette()
/packages/apps/Messaging/src/com/android/messaging/util/
DMaterialPalette.java21 public final int mSecondaryColor; field in MaterialPalette
25 mSecondaryColor = secondaryColor; in MaterialPalette()
/packages/apps/Settings/src/com/android/settings/datausage/
DChartDataUsagePreference.java47 private int mSecondaryColor; field in ChartDataUsagePreference
189 mSecondaryColor = secondaryColor; in setColors()
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DCircularRevealFragment.java120 activity.getWindow().setStatusBarColor(palette.mSecondaryColor); in startOutgoingAnimation()
DCallButtonFragment.java337 ((GradientDrawable) selectedDrawable.getDrawable(0)).setColor(palette.mSecondaryColor); in addSelected()
DInCallPresenter.java1742 color = mThemeColors.mSecondaryColor; in setThemeColors()
/packages/apps/Contacts/src/com/android/contacts/editor/
DEditorIntents.java152 materialPalette.mSecondaryColor); in putMaterialPalette()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java2324 mStatusBarColor = palette.mSecondaryColor; in setThemeColor()