Searched refs:ATTR_COLOR (Results 1 – 4 of 4) sorted by relevance
40 public static final String ATTR_COLOR = "color"; //$NON-NLS-1$ field in ColorDescriptors78 ResourceType.COLOR, ATTR_COLOR, in updateDescriptors()80 new AttributeInfo(ATTR_COLOR, Format.COLOR_SET)).setTooltip( in updateDescriptors()
25 import static com.android.ide.eclipse.adt.internal.editors.color.ColorDescriptors.ATTR_COLOR;277 if (ATTR_COLOR.equals(name)) { in getAttributePriority()
22 import static com.android.SdkConstants.ATTR_COLOR;638 if (element.hasAttributeNS(ANDROID_URI, ATTR_COLOR)) { in findColorValue()649 return element.getAttributeNS(ANDROID_URI, ATTR_COLOR); in findColorValue()
696 public static final String ATTR_COLOR = "color"; //$NON-NLS-1$ field in SdkConstants