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.java5183 View defaultShadow = group.findViewById(R.id.default_shadow); in testSetGetOutlineShadowColor() local
5184 assertEquals(Color.BLACK, defaultShadow.getOutlineSpotShadowColor()); in testSetGetOutlineShadowColor()
5185 assertEquals(Color.BLACK, defaultShadow.getOutlineAmbientShadowColor()); in testSetGetOutlineShadowColor()
5186 defaultShadow.setOutlineSpotShadowColor(Color.YELLOW); in testSetGetOutlineShadowColor()
5187 defaultShadow.setOutlineAmbientShadowColor(Color.GREEN); in testSetGetOutlineShadowColor()
5188 assertEquals(Color.YELLOW, defaultShadow.getOutlineSpotShadowColor()); in testSetGetOutlineShadowColor()
5189 assertEquals(Color.GREEN, defaultShadow.getOutlineAmbientShadowColor()); in testSetGetOutlineShadowColor()