Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java3148 final MockTextView textViewRight = (MockTextView) mActivity.findViewById( in testGetFadingEdgeStrength() local
3152 textViewRight.setEllipsize(null); in testGetFadingEdgeStrength()
3157 assertEquals(1.0f, textViewRight.getLeftFadingEdgeStrength(), 0.01f); in testGetFadingEdgeStrength()
3158 assertEquals(0.0f, textViewRight.getRightFadingEdgeStrength(), 0.01f); in testGetFadingEdgeStrength()