Searched refs:textViewLeft (Results 1 – 1 of 1) sorted by relevance
3135 final MockTextView textViewLeft = (MockTextView) mActivity.findViewById( in testGetFadingEdgeStrength() local3139 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()