Home
last modified time | relevance | path

Searched refs:MAX_ID (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DColorSpace.java198 public static final int MAX_ID = 63; // Do not change, used to encode in longs field in ColorSpace
230 @IntRange(from = MIN_ID, to = MAX_ID) private final int mId;
913 @IntRange(from = MIN_ID, to = MAX_ID) int id) { in ColorSpace()
924 if (id < MIN_ID || id > MAX_ID) { in ColorSpace()
926 MIN_ID + " and " + MAX_ID); in ColorSpace()
976 @IntRange(from = MIN_ID, to = MAX_ID)
1422 static ColorSpace get(@IntRange(from = MIN_ID, to = MAX_ID) int index) { in get()
2714 @IntRange(from = MIN_ID, to = MAX_ID) int id) { in Rgb()
2832 @IntRange(from = MIN_ID, to = MAX_ID) int id) { in Rgb()
2892 @IntRange(from = MIN_ID, to = MAX_ID) int id) { in Rgb()
[all …]
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt15374 …method @IntRange(from=android.graphics.ColorSpace.MIN_ID, to=android.graphics.ColorSpace.MAX_ID) p…
15393 field public static final int MAX_ID = 63; // 0x3f