Searched refs:expectedRight (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/text/src/android/text/cts/ |
D | StaticLayoutGetLineLeftRightTest.java | 174 final float expectedRight; in testGetLineRight() local 176 expectedRight = mLeadingMargin + textWidth; in testGetLineRight() 178 expectedRight = mWidth; in testGetLineRight() 181 expectedRight = (float) Math.ceil(mWidth - mLeadingMargin in testGetLineRight() 184 expectedRight = (float) Math.ceil(mWidth in testGetLineRight() 188 assertEquals(expectedRight, mLayout.getLineRight(line), 0.0f); in testGetLineRight()
|
/cts/tests/tests/uirendering/jni/ |
D | android_uirendering_cts_AImageDecoderTest.cpp | 240 jint expectedTop, jint expectedRight, jint expectedBottom) { in testGetFrameRect() argument 243 if (rect.left != expectedLeft || rect.top != expectedTop || rect.right != expectedRight in testGetFrameRect() 246 expectedTop, expectedRight, expectedBottom, rect.left, rect.top, rect.right, in testGetFrameRect()
|