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.java6897 final TextView textViewWithConfiguredShadow = in testTextShadows() local
6899 assertEquals(1.0f, textViewWithConfiguredShadow.getShadowDx(), 0.0f); in testTextShadows()
6900 assertEquals(2.0f, textViewWithConfiguredShadow.getShadowDy(), 0.0f); in testTextShadows()
6901 assertEquals(3.0f, textViewWithConfiguredShadow.getShadowRadius(), 0.0f); in testTextShadows()
6902 assertEquals(Color.GREEN, textViewWithConfiguredShadow.getShadowColor()); in testTextShadows()