Searched refs:textViewWithConfiguredShadow (Results 1 – 1 of 1) sorted by relevance
7358 final TextView textViewWithConfiguredShadow = in testTextShadows() local7360 assertEquals(1.0f, textViewWithConfiguredShadow.getShadowDx(), 0.0f); in testTextShadows()7361 assertEquals(2.0f, textViewWithConfiguredShadow.getShadowDy(), 0.0f); in testTextShadows()7362 assertEquals(3.0f, textViewWithConfiguredShadow.getShadowRadius(), 0.0f); in testTextShadows()7363 assertEquals(Color.GREEN, textViewWithConfiguredShadow.getShadowColor()); in testTextShadows()