Searched refs:MAX_ID (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | ColorSpace.java | 198 public static final int MAX_ID = 63; // Do not change, used to encode in longs field in ColorSpace 218 @IntRange(from = MIN_ID, to = MAX_ID) private final int mId; 879 @IntRange(from = MIN_ID, to = MAX_ID) int id) { in ColorSpace() 890 if (id < MIN_ID || id > MAX_ID) { in ColorSpace() 892 MIN_ID + " and " + MAX_ID); in ColorSpace() 942 @IntRange(from = MIN_ID, to = MAX_ID) 1388 static ColorSpace get(@IntRange(from = MIN_ID, to = MAX_ID) int index) { in get() 1915 private Xyz(@NonNull String name, @IntRange(from = MIN_ID, to = MAX_ID) int id) { in Xyz() 1966 private Lab(@NonNull String name, @IntRange(from = MIN_ID, to = MAX_ID) int id) { in Lab() 2554 @IntRange(from = MIN_ID, to = MAX_ID) int id) { in Rgb() [all …]
|
/frameworks/base/core/api/ |
D | current.txt | 14443 …method @IntRange(from=android.graphics.ColorSpace.MIN_ID, to=android.graphics.ColorSpace.MAX_ID) p… 14462 field public static final int MAX_ID = 63; // 0x3f
|