Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java3135 final MockTextView textViewLeft = (MockTextView) mActivity.findViewById( in testGetFadingEdgeStrength() local
3139 textViewLeft.setEllipsize(null); in testGetFadingEdgeStrength()
3145 assertEquals(0.0f, textViewLeft.getLeftFadingEdgeStrength(), 0.01f); in testGetFadingEdgeStrength()
3146 assertEquals(1.0f, textViewLeft.getRightFadingEdgeStrength(), 0.01f); in testGetFadingEdgeStrength()