HomeSort by relevance Sort by last modified time
    Searched refs:NotificationColorUtil (Results 1 - 11 of 11) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationOverflowIconsView.java 26 import com.android.internal.util.NotificationColorUtil;
38 private NotificationColorUtil mNotificationColorUtil;
47 mNotificationColorUtil = NotificationColorUtil.getInstance(getContext());
NotificationContentView.java 34 import com.android.internal.util.NotificationColorUtil;
    [all...]
ExpandableNotificationRow.java 47 import com.android.internal.util.NotificationColorUtil;
689 mNotificationColor = NotificationColorUtil.resolveContrastColor(mContext,
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationUtils.java 23 import com.android.internal.util.NotificationColorUtil;
33 public static boolean isGrayscale(ImageView v, NotificationColorUtil colorUtil) {
  /frameworks/base/core/java/com/android/internal/util/
NotificationColorUtil.java 48 public class NotificationColorUtil {
50 private static final String TAG = "NotificationColorUtil";
54 private static NotificationColorUtil sInstance;
62 public static NotificationColorUtil getInstance(Context context) {
65 sInstance = new NotificationColorUtil(context);
71 private NotificationColorUtil(Context context) {
326 color = NotificationColorUtil.ensureLargeTextContrast(color, actionBg);
327 color = NotificationColorUtil.ensureTextContrast(color, notiBg);
335 NotificationColorUtil.contrastChange(resolvedColor, color, actionBg),
336 NotificationColorUtil.contrastChange(resolvedColor, color, notiBg)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationIconAreaController.java 14 import com.android.internal.util.NotificationColorUtil;
27 private final NotificationColorUtil mNotificationColorUtil;
41 mNotificationColorUtil = NotificationColorUtil.getInstance(context);
  /frameworks/base/core/java/android/app/
Notification.java 70 import com.android.internal.util.NotificationColorUtil;
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 152 milliseconds