Searched refs:textViewWithConfiguredShadow (Results 1 – 1 of 1) sorted by relevance
6148 final TextView textViewWithConfiguredShadow = in testTextShadows() local6150 assertEquals(1.0f, textViewWithConfiguredShadow.getShadowDx(), 0.0f); in testTextShadows()6151 assertEquals(2.0f, textViewWithConfiguredShadow.getShadowDy(), 0.0f); in testTextShadows()6152 assertEquals(3.0f, textViewWithConfiguredShadow.getShadowRadius(), 0.0f); in testTextShadows()6153 assertEquals(Color.GREEN, textViewWithConfiguredShadow.getShadowColor()); in testTextShadows()