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

  /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...]
  /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 72 milliseconds