Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/text/
DLayoutTest.java421 final RectF bottomRectangle = rectangles.get(2); local
425 assertTrue(bottomLineStartRectangle.top == bottomRectangle.top);
426 assertTrue(bottomLineStartRectangle.bottom == bottomRectangle.bottom);
429 assertEquals(0, bottomRectangle.left, 0.0f);
430 assertTrue(bottomRectangle.right > 0);