Home
last modified time | relevance | path

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

12

/cts/tests/tests/graphics/src/android/graphics/cts/
DColorTest.java33 assertEquals(0xff, Color.alpha(Color.YELLOW)); in testAlpha()
39 assertEquals(Color.YELLOW, Color.argb(0xff, 0xff, 0xff, 0x00)); in testArgb()
41 assertEquals(Color.YELLOW, Color.argb(1.0f, 1.0f, 1.0f, 0.0f)); in testArgb()
47 assertEquals(0x00, Color.blue(Color.YELLOW)); in testBlue()
96 assertEquals(Color.YELLOW, Color.parseColor("yellow")); in testParseColor()
110 assertEquals(0xff, Color.red(Color.YELLOW)); in testRed()
116 assertEquals(Color.YELLOW, Color.rgb(0xff, 0xff, 0x00)); in testRgb()
118 assertEquals(Color.YELLOW, Color.rgb(1.0f, 1.0f, 0.0f)); in testRgb()
DCornerPathEffectTest.java93 assertEquals(Color.YELLOW, pixel); in testCornerPathEffect()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DStateListDrawableTest.java91 mDrawable.addState(StateSet.WILD_CARD, new ColorDrawable(Color.YELLOW)); in testAddState()
98 new ColorDrawable(Color.YELLOW)); in testAddState()
105 mDrawable.addState(null, new ColorDrawable(Color.YELLOW)); in testAddState()
119 new ColorDrawable(Color.YELLOW)); in testOnStateChange()
120 mMockDrawable.addState(StateSet.WILD_CARD, new ColorDrawable(Color.YELLOW)); in testOnStateChange()
121 mMockDrawable.addState(StateSet.WILD_CARD, new ColorDrawable(Color.YELLOW)); in testOnStateChange()
156 mMockDrawable.addState(StateSet.WILD_CARD, new ColorDrawable(Color.YELLOW)); in testOnStateChangeWithWildCardAtFirst()
159 new ColorDrawable(Color.YELLOW)); in testOnStateChangeWithWildCardAtFirst()
171 mMockDrawable.addState(null, new ColorDrawable(Color.YELLOW)); in testOnStateChangeWithNullStateSet()
DDrawableContainerStateTest.java127 Drawable dr3 = spy(new ColorDrawable(Color.YELLOW)); in testIsStateful()
262 Drawable dr3 = spy(new ColorDrawable(Color.YELLOW)); in testGetOpacity()
DScaleDrawableTest.java174 Drawable mockDrawable = new ColorDrawable(Color.YELLOW); in testGetChangingConfigurations()
199 Drawable mockDrawable = new ColorDrawable(Color.YELLOW); in testGetPaddingNull()
343 Drawable mockDrawable = new ColorDrawable(Color.YELLOW); in testOnBoundsChange()
DLevelListDrawableTest.java98 mLevelListDrawable.addLevel(0, 10, new ColorDrawable(Color.YELLOW)); in testOnLevelChange()
DLayerDrawableTest.java294 Drawable layer2B = new ColorDrawable(Color.YELLOW); in testSetDrawableByLayerId()
307 Drawable firstLayer = spy(new ColorDrawable(Color.YELLOW)); in testSetLayerInset()
310 Drawable secondLayer = spy(new ColorDrawable(Color.YELLOW)); in testSetLayerInset()
788 Drawable largeMockDrawable = spy(new ColorDrawable(Color.YELLOW)); in testGetIntrinsicWidth()
1154 Drawable firstLayer = spy(new ColorDrawable(Color.YELLOW)); in testSetLayerInsetRelative()
1157 Drawable secondLayer = spy(new ColorDrawable(Color.YELLOW)); in testSetLayerInsetRelative()
DNinePatchDrawableTest.java127 verifyColorFillRect(bmp, 5, 5, 4, 4, Color.YELLOW); in testDraw()
138 verifyColorFillRect(bmp, 2, 2, 1, 1, Color.YELLOW); in testDraw()
DDrawableWrapperTest.java205 Drawable mockDrawable = spy(new ColorDrawable(Color.YELLOW)); in testSetVisible()
DDrawableContainerTest.java373 Drawable dr0 = spy(new ColorDrawable(Color.YELLOW)); in testIsStateful()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/RenderUtils/
DColour.java30 public static final float[] YELLOW = new float[]{ field in Colour
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DResourceModifier.java90 Color.YELLOW, Color.MAGENTA, Shader.TileMode.MIRROR); in ResourceModifier()
93 Color.YELLOW, Color.MAGENTA); in ResourceModifier()
/cts/tests/tests/widget/src/android/widget/cts/
DLinearLayoutTest.java752 Color.YELLOW, 1, true); in verifyVisualsOfVerticalLayoutWithDivider()
757 Color.YELLOW, 1, true); in verifyVisualsOfVerticalLayoutWithDivider()
776 Color.YELLOW, 1, true); in verifyVisualsOfVerticalLayoutWithDivider()
782 Color.YELLOW, 1, true); in verifyVisualsOfVerticalLayoutWithDivider()
801 Color.YELLOW, 1, true); in verifyVisualsOfVerticalLayoutWithDivider()
807 Color.YELLOW, 1, true); in verifyVisualsOfVerticalLayoutWithDivider()
1005 Color.YELLOW, 1, true); in verifyVisualsOfHorizontalLayoutWithDivider()
1011 Color.YELLOW, 1, true); in verifyVisualsOfHorizontalLayoutWithDivider()
1031 Color.YELLOW, 1, true); in verifyVisualsOfHorizontalLayoutWithDivider()
1037 Color.YELLOW, 1, true); in verifyVisualsOfHorizontalLayoutWithDivider()
[all …]
DImageButtonTest.java94 true, Color.YELLOW, 1, false); in testImageSource()
DCheckedTextViewTest.java359 TestUtils.compositeColors(0x8000FF00, Color.YELLOW), 1, true);
DAbsSeekBarTest.java157 Drawable mockProgressDrawable = spy(new ColorDrawable(Color.YELLOW)); in testDrawableStateChanged()
DSpinnerTest.java423 false, Color.YELLOW, 1, true); in testDropDownBackgroundDropdownMode()
DToolbarTest.java297 true, Color.YELLOW, 1, false); in testLogoConfiguration()
DProgressBarTest.java192 Drawable mockProgressDrawable = spy(new ColorDrawable(Color.YELLOW)); in testAccessIndeterminateDrawable()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/touch/
DTouchPointView.java41 Color.YELLOW,
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DMotionIndicatorView.java120 mLimitPaint.setColor(Color.YELLOW); in init()
209 p.setColor(Color.YELLOW); in onDraw()
/cts/tests/tests/view/src/android/view/cts/
DView_UsingViewsTest.java170 mEditText.setDrawingCacheBackgroundColor(Color.YELLOW); in testSetProperties()
171 assertEquals(Color.YELLOW, mEditText.getDrawingCacheBackgroundColor()); in testSetProperties()
179 assertEquals(Color.YELLOW, b.getPixel(0, 0)); in testSetProperties()
DPixelCopyViewProducerActivity.java140 canvas.drawColor(Color.YELLOW); in onDraw()
DPixelCopyTest.java260 assertBitmapEdgeColor(bitmap, Color.YELLOW); in testWindowProducer()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/Renderable/
DRingRenderable.java92 colours[i] = Colour.YELLOW[index]; in initialise()

12