Searched refs:hasColor (Results 1 – 11 of 11) 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
257 boolean hasColor = color != ColoredIconHelper.COLOR_INVALID; in setOriginalIconColor()260 if (hasColor && icon != null) { in setOriginalIconColor()266 if (hasColor) { in setOriginalIconColor()
273 bool hasColor = false; in initAvailableCapabilities() local277 case V4L2_PIX_FMT_MJPEG: hasColor = true; break; in initAvailableCapabilities()286 if (hasColor) { in initAvailableCapabilities()699 bool hasColor = false; in initOutputCharsKeys() local713 hasColor = true; in initOutputCharsKeys()729 if (hasColor) { in initOutputCharsKeys()
347 boolean hasColor = a.hasValue(R.styleable.GradientColorItem_color); in inflateChildElements()349 if (!hasColor || !hasOffset) { in inflateChildElements()
326 if (!CaptioningManager.CaptionStyle.hasColor(value)) { in parseColorOpacity()350 if (!CaptioningManager.CaptionStyle.hasColor(colorValue)) { in mergeColorOpacity()
349 final boolean hasColor = hasColorAnnotation(accessor); in determinePropertyType()352 if (hasColor) { in determinePropertyType()
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()
1176 bool hasColor = true; in populateConfigs() local1183 hasColor = false; in populateConfigs()1186 auto attributeMap = hasColor ? in populateConfigs()1199 if (hasColor) { in populateConfigs()
1132 bool hasColor = true; in populateConfigs() local1139 hasColor = false; in populateConfigs()1142 auto attributeMap = hasColor ? in populateConfigs()1155 if (hasColor) { in populateConfigs()
62147 Landroid/view/accessibility/CaptioningManager$CaptionStyle;->hasColor(I)Z