Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/accessibility/
H A 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
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DCachingIconView.java257 boolean hasColor = color != ColoredIconHelper.COLOR_INVALID; in setOriginalIconColor()
260 if (hasColor && icon != null) { in setOriginalIconColor()
266 if (hasColor) { in setOriginalIconColor()
/aosp12/hardware/interfaces/camera/device/3.4/default/
H A DExternalCameraDevice.cpp273 bool hasColor = false; in initAvailableCapabilities() local
277 case V4L2_PIX_FMT_MJPEG: hasColor = true; break; in initAvailableCapabilities()
286 if (hasColor) { in initAvailableCapabilities()
699 bool hasColor = false; in initOutputCharsKeys() local
713 hasColor = true; in initOutputCharsKeys()
729 if (hasColor) { in initOutputCharsKeys()
/aosp12/frameworks/base/core/java/android/content/res/
H A DGradientColor.java347 boolean hasColor = a.hasValue(R.styleable.GradientColorItem_color); in inflateChildElements()
349 if (!hasColor || !hasOffset) { in inflateChildElements()
/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/
H A DCaptionAppearanceFragment.java326 if (!CaptioningManager.CaptionStyle.hasColor(value)) { in parseColorOpacity()
350 if (!CaptioningManager.CaptionStyle.hasColor(colorValue)) { in mergeColorOpacity()
/aosp12/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
H A DInspectablePropertyProcessor.java349 final boolean hasColor = hasColorAnnotation(accessor); in determinePropertyType()
352 if (hasColor) { in determinePropertyType()
/aosp12/frameworks/base/tools/aapt2/compile/
H A DPng.cpp1007 bool hasColor = false; in do9Patch() local
1199 hasColor = true; in do9Patch()
1209 if (kDebug && hasColor) { in do9Patch()
/aosp12/frameworks/base/tools/aapt/
H A DImages.cpp573 bool hasColor = false; in do_9patch() local
761 hasColor = true; in do_9patch()
771 if (hasColor) { in do_9patch()
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.cpp1176 bool hasColor = true; in populateConfigs() local
1183 hasColor = false; in populateConfigs()
1186 auto attributeMap = hasColor ? in populateConfigs()
1199 if (hasColor) { in populateConfigs()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
H A DHWC2On1Adapter.cpp1132 bool hasColor = true; in populateConfigs() local
1139 hasColor = false; in populateConfigs()
1142 auto attributeMap = hasColor ? in populateConfigs()
1155 if (hasColor) { in populateConfigs()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt62147 Landroid/view/accessibility/CaptioningManager$CaptionStyle;->hasColor(I)Z