Home
last modified time | relevance | path

Searched refs:MIN_ID (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DColorSpace.java192 public static final int MIN_ID = -1; // Do not change field in ColorSpace
212 @IntRange(from = MIN_ID, to = MAX_ID) private final int mId;
873 @IntRange(from = MIN_ID, to = MAX_ID) int id) { in ColorSpace()
884 if (id < MIN_ID || id > MAX_ID) { in ColorSpace()
886 MIN_ID + " and " + MAX_ID); in ColorSpace()
936 @IntRange(from = MIN_ID, to = MAX_ID)
1382 static ColorSpace get(@IntRange(from = MIN_ID, to = MAX_ID) int index) { in get()
1923 private Xyz(@NonNull String name, @IntRange(from = MIN_ID, to = MAX_ID) int id) { in Xyz()
1974 private Lab(@NonNull String name, @IntRange(from = MIN_ID, to = MAX_ID) int id) { in Lab()
2396 oetf, eotf, 0.0f, 1.0f, null, MIN_ID); in Rgb()
[all …]
DColor.java1052 if (id == ColorSpace.MIN_ID) { in pack()
/frameworks/base/core/java/android/provider/
DContactsContract.java1815 return (contactId >= ENTERPRISE_CONTACT_ID_BASE) && (contactId < Profile.MIN_ID); in isEnterpriseContactId()
2304 public static final long MIN_ID = Long.MAX_VALUE - (long) Integer.MAX_VALUE; field in ContactsContract.Profile
2317 return id >= Profile.MIN_ID; in isProfileId()
/frameworks/base/non-updatable-api/
Dcurrent.txt14026 …method @IntRange(from=android.graphics.ColorSpace.MIN_ID, to=android.graphics.ColorSpace.MAX_ID) p…
14046 field public static final int MIN_ID = -1; // 0xffffffff
38179 field public static final long MIN_ID = 9223372034707292160L; // 0x7fffffff80000000L
/frameworks/base/api/
Dcurrent.txt14026 …method @IntRange(from=android.graphics.ColorSpace.MIN_ID, to=android.graphics.ColorSpace.MAX_ID) p…
14046 field public static final int MIN_ID = -1; // 0xffffffff
38323 field public static final long MIN_ID = 9223372034707292160L; // 0x7fffffff80000000L
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt24566 field public static final long MIN_ID = 9223372034707292160L; // 0x7fffffff80000000L