Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewTest.java4860 View redAmbientShadow = group.findViewById(R.id.red_shadow); in testSetGetOutlineShadowColor() local
4861 assertEquals(Color.RED, redAmbientShadow.getOutlineAmbientShadowColor()); in testSetGetOutlineShadowColor()
4862 assertEquals(Color.BLACK, redAmbientShadow.getOutlineSpotShadowColor()); in testSetGetOutlineShadowColor()