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

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

Completed in 102 milliseconds