Searched refs:MIN_ID (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | ParcelableColorSpace.java | 40 if (colorSpace.getId() == ColorSpace.MIN_ID) { in isParcelable() 63 if (mColorSpace.getId() == ColorSpace.MIN_ID) { in ParcelableColorSpace() 92 if (id == ColorSpace.MIN_ID) { in writeToParcel() 116 if (id == ColorSpace.MIN_ID) {
|
H A D | ColorSpace.java | 192 public static final int MIN_ID = -1; // Do not change 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) 2548 oetf, eotf, 0.0f, 1.0f, null, MIN_ID); in Rgb() 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 …]
|
H A D | Color.java | 1051 if (id == ColorSpace.MIN_ID) { in pack()
|
/aosp14/frameworks/base/core/java/android/provider/ |
H A D | ContactsContract.java | 1864 return (contactId >= ENTERPRISE_CONTACT_ID_BASE) && (contactId < Profile.MIN_ID); in isEnterpriseContactId() 2375 public static final long MIN_ID = Long.MAX_VALUE - (long) Integer.MAX_VALUE; field in ContactsContract.Profile 2388 return id >= Profile.MIN_ID; in isProfileId()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 15374 …method @IntRange(from=android.graphics.ColorSpace.MIN_ID, to=android.graphics.ColorSpace.MAX_ID) p… 15394 field public static final int MIN_ID = -1; // 0xffffffff 36654 field public static final long MIN_ID = 9223372034707292160L; // 0x7fffffff80000000L
|