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

/frameworks/base/graphics/java/android/renderscript/
H A DMesh.java573 public static final int COLOR = 0x0001; field in class:Mesh.TriangleMeshBuilder
588 * @param flags bitfield that is a combination of COLOR, NORMAL,
617 if ((mFlags & COLOR) != 0) {
734 if ((mFlags & COLOR) == 0) {
791 if ((mFlags & COLOR) != 0) {
/frameworks/base/core/java/android/provider/
H A DCalendarContract.java2462 public static final String COLOR = "color"; field in interface:CalendarContract.ColorsColumns
2470 * adapter. Only {@link #COLOR} may be updated after the initial insert. In

Completed in 69 milliseconds