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