Searched defs:COLOR (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DMesh.java579 public static final int COLOR = 0x0001; field in class:Mesh.TriangleMeshBuilder
594 * @param flags bitfield that is a combination of COLOR, NORMAL,
623 if ((mFlags & COLOR) != 0) {
740 if ((mFlags & COLOR) == 0) {
797 if ((mFlags & COLOR) != 0) {
/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java193 public static final String COLOR = "color"; field in class:SubscriptionManager
/frameworks/base/core/java/android/provider/
H A DCalendarContract.java2477 public static final String COLOR = "color"; field in interface:CalendarContract.ColorsColumns
2485 * adapter. Only {@link #COLOR} may be updated after the initial insert. In

Completed in 91 milliseconds