Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewTest.java4852 View defaultShadow = group.findViewById(R.id.default_shadow); in testSetGetOutlineShadowColor() local
4853 assertEquals(Color.BLACK, defaultShadow.getOutlineSpotShadowColor()); in testSetGetOutlineShadowColor()
4854 assertEquals(Color.BLACK, defaultShadow.getOutlineAmbientShadowColor()); in testSetGetOutlineShadowColor()
4855 defaultShadow.setOutlineSpotShadowColor(Color.YELLOW); in testSetGetOutlineShadowColor()
4856 defaultShadow.setOutlineAmbientShadowColor(Color.GREEN); in testSetGetOutlineShadowColor()
4857 assertEquals(Color.YELLOW, defaultShadow.getOutlineSpotShadowColor()); in testSetGetOutlineShadowColor()
4858 assertEquals(Color.GREEN, defaultShadow.getOutlineAmbientShadowColor()); in testSetGetOutlineShadowColor()