Home
last modified time | relevance | path

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

12

/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.kt94 cvh.updateStatusRow(enabled = true, CONTROL_TITLE, DRAWABLE, COLOR, control) in updateStatusRow_customIconWithTint_iconTintRemains()
109 cvh.updateStatusRow(enabled = true, CONTROL_TITLE, DRAWABLE, COLOR, control) in updateStatusRow_customIconWithTintList_iconTintListRemains()
139 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/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/
DMeshActivity.java69 canvas.drawMesh(mesh, BlendMode.COLOR, new Paint()); in onDraw()
104 canvas.drawMesh(mesh2, BlendMode.COLOR, paint); in onDraw()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/paint/
DPaintBundle.java62 case COLOR: { in applyPaintChange()
126 case COLOR: in toName()
204 case COLOR: { in toString()
458 public static final int COLOR = 4; // int field in PaintBundle
691 mArray[mPos] = COLOR; in setColor()
904 case COLOR: in registerVars()
954 case COLOR: in updateVariables()
DPaintChanges.java27 int CLEAR_COLOR = 1 << (PaintBundle.COLOR - 1);
/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.cpp461 static constexpr float COLOR[] = {1.f, 1.f, 1.f, 1.f}; member
506 setLayerPlaneAlpha(HWC_DISPLAY, HWC_LAYER, LayerProperties::COLOR[3])) in setupHwcSetGeometryCallExpectations()
603 EXPECT_EQ(LayerProperties::COLOR[3], layer.alpha); in setupREBufferCompositionCommonCallExpectations()
647 EXPECT_EQ(half3(LayerProperties::COLOR[0], LayerProperties::COLOR[1], in setupREColorCompositionCallExpectations()
648 LayerProperties::COLOR[2]), in setupREColorCompositionCallExpectations()
653 EXPECT_EQ(LayerProperties::COLOR[3], layer.alpha); in setupREColorCompositionCallExpectations()
799 layerDrawingState.color = half4(LayerProperties::COLOR[0], LayerProperties::COLOR[1], in initLayerDrawingStateAndComputeBounds()
800 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/bridge_client/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/android/
DDynamicRenderResources.java197 if (!resourceValue.isFramework() || resourceValue.getResourceType() != ResourceType.COLOR) { in isDynamicColor()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DCustomBar.java216 if (type == ResourceType.STYLE_ITEM || type == ResourceType.COLOR) { in getColor()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/
DAndroidPaintContext.java329 return BlendMode.COLOR; in origamiToBlendMode()
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
DRenderTests.java1038 ResourceType.COLOR, in testColorStateList()
1060 ResourceType.COLOR, in testColorStateList()
/frameworks/base/core/java/android/provider/
DCalendarContract.java2711 public static final String COLOR = "color"; field
/frameworks/base/tools/aapt2/
DResources.proto444 COLOR = 0x010; // Allows any color BinaryPrimitive values. enumerator

12