Searched refs:hasColor (Results 1 – 6 of 6) sorted by relevance
358 mHasForegroundColor = hasColor(foregroundColor); in CaptionStyle()359 mHasBackgroundColor = hasColor(backgroundColor); in CaptionStyle()361 mHasEdgeColor = hasColor(edgeColor); in CaptionStyle()362 mHasWindowColor = hasColor(windowColor); in CaptionStyle()382 public static boolean hasColor(int packedColor) { in hasColor() method in CaptioningManager.CaptionStyle
349 final boolean hasColor = hasColorAnnotation(accessor); in determinePropertyType()352 if (hasColor) { in determinePropertyType()
347 boolean hasColor = a.hasValue(R.styleable.GradientColorItem_color); in inflateChildElements()349 if (!hasColor || !hasOffset) { in inflateChildElements()
1007 bool hasColor = false; in do9Patch() local1199 hasColor = true; in do9Patch()1209 if (kDebug && hasColor) { in do9Patch()
573 bool hasColor = false; in do_9patch() local761 hasColor = true; in do_9patch()771 if (hasColor) { in do_9patch()
78471 Landroid/view/accessibility/CaptioningManager$CaptionStyle;->hasColor(I)Z