Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/text/
DLayoutTest.java373 final RectF topToEndOfLineRectangle = rectangles.get(1); in testGetSelectionWithMultilineSelection_secondLineSelectionEndsBeforeFirstCharacter() local
380 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); local
424 assertTrue(topRectangle.top == topToEndOfLineRectangle.top);