Searched refs:MAX_ID (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | ColorSpace.java | 194 public static final int MAX_ID = 63; // Do not change, used to encode in longs field in ColorSpace 213 @IntRange(from = MIN_ID, to = MAX_ID) private final int mId; 874 @IntRange(from = MIN_ID, to = MAX_ID) int id) { in ColorSpace() 885 if (id < MIN_ID || id > MAX_ID) { in ColorSpace() 887 MIN_ID + " and " + MAX_ID); in ColorSpace() 937 @IntRange(from = MIN_ID, to = MAX_ID) 1383 static ColorSpace get(@IntRange(from = MIN_ID, to = MAX_ID) int index) { in get() 1859 private Xyz(@NonNull String name, @IntRange(from = MIN_ID, to = MAX_ID) int id) { in Xyz() 1910 private Lab(@NonNull String name, @IntRange(from = MIN_ID, to = MAX_ID) int id) { in Lab() 2498 @IntRange(from = MIN_ID, to = MAX_ID) int id) { in Rgb() [all …]
|
/frameworks/base/core/api/ |
D | current.txt | 15110 …method @IntRange(from=android.graphics.ColorSpace.MIN_ID, to=android.graphics.ColorSpace.MAX_ID) p… 15129 field public static final int MAX_ID = 63; // 0x3f
|