Home
last modified time | relevance | path

Searched refs:hasColor (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/accessibility/
DCaptioningManager.java358 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
/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
DInspectablePropertyProcessor.java349 final boolean hasColor = hasColorAnnotation(accessor); in determinePropertyType()
352 if (hasColor) { in determinePropertyType()
/frameworks/base/core/java/android/content/res/
DGradientColor.java347 boolean hasColor = a.hasValue(R.styleable.GradientColorItem_color); in inflateChildElements()
349 if (!hasColor || !hasOffset) { in inflateChildElements()
/frameworks/base/tools/aapt2/compile/
DPng.cpp1007 bool hasColor = false; in do9Patch() local
1199 hasColor = true; in do9Patch()
1209 if (kDebug && hasColor) { in do9Patch()
/frameworks/base/tools/aapt/
DImages.cpp573 bool hasColor = false; in do_9patch() local
761 hasColor = true; in do_9patch()
771 if (hasColor) { in do_9patch()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt78471 Landroid/view/accessibility/CaptioningManager$CaptionStyle;->hasColor(I)Z