Searched refs:bottomLineStartRectangle (Results 1 – 1 of 1) sorted by relevance
374 final RectF bottomLineStartRectangle = rectangles.get(2); in testGetSelectionWithMultilineSelection_secondLineSelectionEndsBeforeFirstCharacter() local376 assertFalse(topRectangle.intersect(bottomLineStartRectangle)); in testGetSelectionWithMultilineSelection_secondLineSelectionEndsBeforeFirstCharacter()377 assertTrue(topRectangle.top < bottomLineStartRectangle.top); in testGetSelectionWithMultilineSelection_secondLineSelectionEndsBeforeFirstCharacter()378 assertTrue(topRectangle.left == bottomLineStartRectangle.left); in testGetSelectionWithMultilineSelection_secondLineSelectionEndsBeforeFirstCharacter()386 assertEquals(0, bottomLineStartRectangle.left, 0.0f); in testGetSelectionWithMultilineSelection_secondLineSelectionEndsBeforeFirstCharacter()387 assertEquals(0, bottomLineStartRectangle.right, 0.0f); in testGetSelectionWithMultilineSelection_secondLineSelectionEndsBeforeFirstCharacter()422 final RectF bottomLineStartRectangle = rectangles.get(3); local425 assertTrue(bottomLineStartRectangle.top == bottomRectangle.top);426 assertTrue(bottomLineStartRectangle.bottom == bottomRectangle.bottom);427 assertEquals(0, bottomLineStartRectangle.left, 0.0f);[all …]