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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationData.java 71 private static final int COLOR_INVALID = 1;
89 private int mCachedContrastColor = COLOR_INVALID;
90 private int mCachedContrastColorIsFor = COLOR_INVALID;
215 if (mCachedContrastColorIsFor == rawColor && mCachedContrastColor != COLOR_INVALID) {
  /frameworks/base/media/java/android/media/
ClosedCaptionRenderer.java 511 static final int COLOR_INVALID = 7;
531 if (color == COLOR_INVALID) {
593 if (color == COLOR_INVALID) {
    [all...]
  /frameworks/base/core/java/android/app/
Notification.java 665 public static final int COLOR_INVALID = 1;
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 

Completed in 2038 milliseconds