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