Home
last modified time | relevance | path

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

/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/partner/
DPartnerConfig.java23 PartnerConfigKey.KEY_TOOLBAR_BG_COLOR, ResourceType.COLOR),
50 PartnerConfigKey.KEY_TOOLBAR_PRIMARY_BUTTON_BG_COLOR, ResourceType.COLOR),
53 PartnerConfigKey.KEY_TOOLBAR_PRIMARY_BUTTON_TEXT_COLOR, ResourceType.COLOR),
59 PartnerConfigKey.KEY_TOOLBAR_SECONDARY_BUTTON_BG_COLOR, ResourceType.COLOR),
62 PartnerConfigKey.KEY_TOOLBAR_SECONDARY_BUTTON_TEXT_COLOR, ResourceType.COLOR),
71 PartnerConfigKey.KEY_LOADING_INDICATOR_COLOR, ResourceType.COLOR),
77 PartnerConfigKey.KEY_LAYOUT_BG_COLOR, ResourceType.COLOR);
80 COLOR, enumConstant
DPartnerConfigHelper.java76 if (partnerConfig.getResourceType() != PartnerConfig.ResourceType.COLOR) { in getColor()
/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.java141 return (int) get(id, ResType.COLOR); in getColor()
146 return (int) get(id, ResType.COLOR); in getColor()
152 new TypedResource<>(value, ResType.COLOR, null)); in putColor()
/frameworks/native/services/surfaceflinger/tests/unittests/
DCompositionTest.cpp460 static constexpr float COLOR[] = {1.f, 1.f, 1.f, 1.f}; member
546 setLayerPlaneAlpha(HWC_DISPLAY, HWC_LAYER, LayerProperties::COLOR[3])) in setupHwcSetGeometryCallExpectations()
624 EXPECT_EQ(LayerProperties::COLOR[3], layer.alpha); in setupREBufferCompositionCommonCallExpectations()
660 EXPECT_EQ(half3(LayerProperties::COLOR[0], LayerProperties::COLOR[1], in setupREColorCompositionCallExpectations()
661 LayerProperties::COLOR[2]), in setupREColorCompositionCallExpectations()
665 EXPECT_EQ(LayerProperties::COLOR[3], layer.alpha); in setupREColorCompositionCallExpectations()
784 layerDrawingState.color = half4(LayerProperties::COLOR[0], LayerProperties::COLOR[1], in createLayerWithFactory()
785 LayerProperties::COLOR[2], LayerProperties::COLOR[3]); in createLayerWithFactory()
/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/rs/java/android/renderscript/
DMesh.java589 public static final int COLOR = 0x0001; field in Mesh.TriangleMeshBuilder
634 if ((mFlags & COLOR) != 0) { in latch()
752 if ((mFlags & COLOR) == 0) { in setColor()
811 if ((mFlags & COLOR) != 0) { in create()
/frameworks/base/core/java/android/view/inspector/
DInspectableProperty.java225 COLOR, enumConstant
/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/src/com/android/layoutlib/bridge/bars/
DCustomBar.java252 if (type == null || type == ResourceType.COLOR) { in getColor()
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
DRenderTests.java986 ResourceType.COLOR, in testColorStateList()
1008 ResourceType.COLOR, in testColorStateList()
/frameworks/base/core/java/android/provider/
DCalendarContract.java2702 public static final String COLOR = "color"; field
/frameworks/base/tools/aapt2/
DResources.proto401 COLOR = 0x010; // Allows any color BinaryPrimitive values. enumerator
/frameworks/base/core/java/android/app/
DNotification.java2982 proto.write(NotificationProto.COLOR, this.color); in writeToProto()
/frameworks/base/api/
Dtest-current.txt4579 enum_constant public static final android.view.inspector.InspectableProperty.ValueType COLOR;
Dcurrent.txt13730 enum_constant public static final android.graphics.BlendMode COLOR;
37121 field public static final String COLOR = "color";
/frameworks/base/non-updatable-api/
Dcurrent.txt13730 enum_constant public static final android.graphics.BlendMode COLOR;
36977 field public static final String COLOR = "color";
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt8135 Landroid/app/NotificationProto;->COLOR:J
59946 Landroid/renderscript/Mesh$TriangleMeshBuilder;->COLOR:I
69395 Landroid/telephony/SubscriptionManager;->COLOR:Ljava/lang/String;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt23426 field public static final java.lang.String COLOR = "color";