Searched refs:topToEndOfLineRectangle (Results 1 – 1 of 1) sorted by relevance
373 final RectF topToEndOfLineRectangle = rectangles.get(1); in testGetSelectionWithMultilineSelection_secondLineSelectionEndsBeforeFirstCharacter() local380 assertFalse(topRectangle.intersect(topToEndOfLineRectangle)); in testGetSelectionWithMultilineSelection_secondLineSelectionEndsBeforeFirstCharacter()381 assertEquals(Integer.MAX_VALUE, topToEndOfLineRectangle.right, 1); in testGetSelectionWithMultilineSelection_secondLineSelectionEndsBeforeFirstCharacter()382 assertTrue(topRectangle.top == topToEndOfLineRectangle.top); in testGetSelectionWithMultilineSelection_secondLineSelectionEndsBeforeFirstCharacter()383 assertTrue(topRectangle.right == topToEndOfLineRectangle.left); in testGetSelectionWithMultilineSelection_secondLineSelectionEndsBeforeFirstCharacter()384 assertTrue(topRectangle.bottom == topToEndOfLineRectangle.bottom); in testGetSelectionWithMultilineSelection_secondLineSelectionEndsBeforeFirstCharacter()420 final RectF topToEndOfLineRectangle = rectangles.get(1); local424 assertTrue(topRectangle.top == topToEndOfLineRectangle.top);