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