Searched refs:defaultShadow (Results 1 – 1 of 1) sorted by relevance
5183 View defaultShadow = group.findViewById(R.id.default_shadow); in testSetGetOutlineShadowColor() local5184 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()