Searched refs:MAX_ID (Results 1 – 4 of 4) 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 217 @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() 1936 private Xyz(@NonNull String name, @IntRange(from = MIN_ID, to = MAX_ID) int id) { in Xyz() 1987 private Lab(@NonNull String name, @IntRange(from = MIN_ID, to = MAX_ID) int id) { in Lab() 2575 @IntRange(from = MIN_ID, to = MAX_ID) int id) { in Rgb() [all …]
|
/frameworks/opt/setupwizard/tools/docs/ |
D | jsilver.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/clearsilver/
org/ ... |
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/api/ |
D | current.txt | 14486 …method @IntRange(from=android.graphics.ColorSpace.MIN_ID, to=android.graphics.ColorSpace.MAX_ID) p… 14505 field public static final int MAX_ID = 63; // 0x3f
|