Home
last modified time | relevance | path

Searched refs:textViewWithConfiguredShadow (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java7358 final TextView textViewWithConfiguredShadow = in testTextShadows() local
7360 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()