Home
last modified time | relevance | path

Searched refs:bottomLineStartRectangle (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/text/
DLayoutTest.java374 final RectF bottomLineStartRectangle = rectangles.get(2); in testGetSelectionWithMultilineSelection_secondLineSelectionEndsBeforeFirstCharacter() local
376 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); local
425 assertTrue(bottomLineStartRectangle.top == bottomRectangle.top);
426 assertTrue(bottomLineStartRectangle.bottom == bottomRectangle.bottom);
427 assertEquals(0, bottomLineStartRectangle.left, 0.0f);
[all …]