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.java4921 View defaultShadow = group.findViewById(R.id.default_shadow); in testSetGetOutlineShadowColor() local
4922 assertEquals(Color.BLACK, defaultShadow.getOutlineSpotShadowColor()); in testSetGetOutlineShadowColor()
4923 assertEquals(Color.BLACK, defaultShadow.getOutlineAmbientShadowColor()); in testSetGetOutlineShadowColor()
4924 defaultShadow.setOutlineSpotShadowColor(Color.YELLOW); in testSetGetOutlineShadowColor()
4925 defaultShadow.setOutlineAmbientShadowColor(Color.GREEN); in testSetGetOutlineShadowColor()
4926 assertEquals(Color.YELLOW, defaultShadow.getOutlineSpotShadowColor()); in testSetGetOutlineShadowColor()
4927 assertEquals(Color.GREEN, defaultShadow.getOutlineAmbientShadowColor()); in testSetGetOutlineShadowColor()