Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java3160 final MockTextView textViewCenter = (MockTextView) mActivity.findViewById( in testGetFadingEdgeStrength() local
3164 textViewCenter.setEllipsize(null); in testGetFadingEdgeStrength()
3169 assertEquals(1.0f, textViewCenter.getLeftFadingEdgeStrength(), 0.01f); in testGetFadingEdgeStrength()
3170 assertEquals(1.0f, textViewCenter.getRightFadingEdgeStrength(), 0.01f); in testGetFadingEdgeStrength()