Searched refs:COLOR (Results 1 - 5 of 5) 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/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DCustomBar.java264 if (type == null || type == ResourceType.COLOR) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionController.java274 SubscriptionManager.COLOR));
695 value.put(SubscriptionManager.COLOR, color);
916 value.put(SubscriptionManager.COLOR, tint);
/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 141 milliseconds