Searched defs:mNotificationColor (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DMediaNotificationManager.java72 private int mNotificationColor; field in class:MediaNotificationManager
80 mNotificationColor = ResourceHelper.getThemeColor(mService,
273 .setColor(mNotificationColor)
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DMediaNotificationManager.java72 private int mNotificationColor; field in class:MediaNotificationManager
80 mNotificationColor = ResourceHelper.getThemeColor(mService,
273 .setColor(mNotificationColor)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java112 private int mNotificationColor; field in class:ExpandableNotificationRow
695 return mNotificationColor;
699 mNotificationColor = NotificationColorUtil.resolveContrastColor(mContext,

Completed in 54 milliseconds