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.java6148 final TextView textViewWithConfiguredShadow = in testTextShadows() local
6150 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()