Home
last modified time | relevance | path

Searched refs:COLOR (Results 1 – 25 of 25) sorted by relevance

/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/partner/
DPartnerConfig.java26 PartnerConfigKey.KEY_TOOLBAR_BG_COLOR, ResourceType.COLOR),
59 PartnerConfigKey.KEY_TOOLBAR_PRIMARY_BUTTON_BG_COLOR, ResourceType.COLOR),
62 PartnerConfigKey.KEY_TOOLBAR_PRIMARY_BUTTON_TEXT_COLOR, ResourceType.COLOR),
68 PartnerConfigKey.KEY_TOOLBAR_SECONDARY_BUTTON_BG_COLOR, ResourceType.COLOR),
71 PartnerConfigKey.KEY_TOOLBAR_SECONDARY_BUTTON_TEXT_COLOR, ResourceType.COLOR),
80 PartnerConfigKey.KEY_LOADING_INDICATOR_COLOR, ResourceType.COLOR),
86 PartnerConfigKey.KEY_LAYOUT_BG_COLOR, ResourceType.COLOR),
92 COLOR, enumConstant
DPartnerConfigHelper.java75 if (partnerConfig.getResourceType() != PartnerConfig.ResourceType.COLOR) { in getColor()
114 if (partnerConfig.getResourceType() != PartnerConfig.ResourceType.COLOR) { in getColorStateList()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/
DControlViewHolderTest.kt93 cvh.updateStatusRow(enabled = true, CONTROL_TITLE, DRAWABLE, COLOR, control) in updateStatusRow_customIconWithTint_iconTintRemains()
108 cvh.updateStatusRow(enabled = true, CONTROL_TITLE, DRAWABLE, COLOR, control) in updateStatusRow_customIconWithTintList_iconTintListRemains()
138 private val COLOR = ColorStateList.valueOf(0xffff00) constant
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/robolectric/
DExternalResources.java102 return (int) get(id, ResType.COLOR); in getColor()
107 return (int) get(id, ResType.COLOR); in getColor()
113 new TypedResource<>(value, ResType.COLOR, null)); in putColor()
/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/partner/
DExternalResources.java142 return (int) get(id, ResType.COLOR); in getColor()
147 return (int) get(id, ResType.COLOR); in getColor()
153 new TypedResource<>(value, ResType.COLOR, null)); in putColor()
255 && override.getResType() == ResType.COLOR) { in get()
/frameworks/base/tests/GamePerformance/src/android/gameperformance/
DRenderPatchOpenGLTest.java31 private final float[] COLOR = new float[] { 1.0f, 1.0f, 1.0f, 1.0f }; field in RenderPatchOpenGLTest
112 return COLOR; in getColor()
/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
DInspectablePropertyProcessor.java374 return Property.Type.COLOR; in determinePropertyType()
409 case COLOR: in determinePropertyType()
412 return Property.Type.COLOR; in determinePropertyType()
492 return Property.Type.COLOR; in convertTypeMirrorToPropertyType()
DInspectableClassModel.java295 COLOR, enumConstant
DInspectionCompanionGenerator.java499 case COLOR: in methodSuffixForPropertyType()
/frameworks/base/core/java/android/view/inspector/
DInspectableProperty.java225 COLOR, enumConstant
/frameworks/base/rs/java/android/renderscript/
DMesh.java591 public static final int COLOR = 0x0001; field in Mesh.TriangleMeshBuilder
636 if ((mFlags & COLOR) != 0) { in latch()
754 if ((mFlags & COLOR) == 0) { in setColor()
813 if ((mFlags & COLOR) != 0) { in create()
/frameworks/native/services/surfaceflinger/tests/unittests/
DCompositionTest.cpp491 static constexpr float COLOR[] = {1.f, 1.f, 1.f, 1.f}; member
570 setLayerPlaneAlpha(HWC_DISPLAY, HWC_LAYER, LayerProperties::COLOR[3])) in setupHwcSetGeometryCallExpectations()
670 EXPECT_EQ(LayerProperties::COLOR[3], layer.alpha); in setupREBufferCompositionCommonCallExpectations()
715 EXPECT_EQ(half3(LayerProperties::COLOR[0], LayerProperties::COLOR[1], in setupREColorCompositionCallExpectations()
716 LayerProperties::COLOR[2]), in setupREColorCompositionCallExpectations()
721 EXPECT_EQ(LayerProperties::COLOR[3], layer.alpha); in setupREColorCompositionCallExpectations()
867 layerDrawingState.color = half4(LayerProperties::COLOR[0], LayerProperties::COLOR[1], in initLayerDrawingStateAndComputeBounds()
868 LayerProperties::COLOR[2], LayerProperties::COLOR[3]); in initLayerDrawingStateAndComputeBounds()
/frameworks/base/graphics/java/android/graphics/
DBlendMode.java486 COLOR(27), enumConstant
/frameworks/base/tools/processors/view_inspector/test/java/android/processor/view/inspector/
DInspectionCompanionGeneratorTest.java76 addProperty("color", "getColor", Property.Type.COLOR); in testSimpleProperties()
/frameworks/layoutlib/bridge/tests/src/com/android/ide/common/resources/deprecated/
DFrameworkResources.java155 case COLOR: in loadPublicResources()
DResourceRepository.java208 case COLOR: size = 120; break; in getResourceItem()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DCustomBar.java250 if (type == null || type == ResourceType.COLOR) { in getColor()
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
DRenderTests.java1068 ResourceType.COLOR, in testColorStateList()
1090 ResourceType.COLOR, in testColorStateList()
/frameworks/base/core/java/android/provider/
DCalendarContract.java2711 public static final String COLOR = "color"; field
/frameworks/base/tools/aapt2/
DResources.proto435 COLOR = 0x010; // Allows any color BinaryPrimitive values. enumerator
/frameworks/base/core/java/android/app/
DNotification.java3432 proto.write(NotificationProto.COLOR, this.color); in dumpDebug()
/frameworks/base/core/api/
Dtest-current.txt3187 enum_constant public static final android.view.inspector.InspectableProperty.ValueType COLOR;
Dcurrent.txt14155 enum_constant public static final android.graphics.BlendMode COLOR;
33722 field public static final String COLOR = "color";
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt8132 Landroid/app/NotificationProto;->COLOR:J
46034 Landroid/renderscript/Mesh$TriangleMeshBuilder;->COLOR:I
55372 Landroid/telephony/SubscriptionManager;->COLOR:Ljava/lang/String;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt23426 field public static final java.lang.String COLOR = "color";