Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/cts/
DStaticLayoutGetLineLeftRightTest.java150 final float expectedLeft; in testGetLineLeft() local
152 expectedLeft = 0.0f; in testGetLineLeft()
154 expectedLeft = mWidth - textWidth - mLeadingMargin; in testGetLineLeft()
157 expectedLeft = (float) Math.floor((mWidth - mLeadingMargin - textWidth) / 2); in testGetLineLeft()
159 expectedLeft = (float) Math.floor(mLeadingMargin in testGetLineLeft()
163 assertEquals(expectedLeft, mLayout.getLineLeft(line), 0.0f); in testGetLineLeft()