Searched refs:expectedLeft (Results 1 – 1 of 1) sorted by relevance
150 final float expectedLeft; in testGetLineLeft() local152 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()