Home
last modified time | relevance | path

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

/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/graphics/
DCompositeDrawableTest.java77 Rect expectedBounds = new Rect(bounds); in updateBounds_withBoundsRule() local
78 expectedBounds.bottom = bounds.top + (int) (HEIGHT * fraction); in updateBounds_withBoundsRule()
79 assertEquals(expectedBounds, adjustedBounds); in updateBounds_withBoundsRule()
87 expectedBounds = new Rect(bounds); in updateBounds_withBoundsRule()
88 expectedBounds.bottom = 200; in updateBounds_withBoundsRule()
89 assertEquals(expectedBounds, adjustedBounds); in updateBounds_withBoundsRule()
97 expectedBounds = new Rect(bounds); in updateBounds_withBoundsRule()
98 expectedBounds.bottom = bounds.top + (int) (HEIGHT * fraction + 100); in updateBounds_withBoundsRule()
99 assertEquals(expectedBounds, adjustedBounds); in updateBounds_withBoundsRule()
108 expectedBounds = new Rect(bounds); in updateBounds_withBoundsRule()
[all …]
DFitWidthBitmapDrawableTest.java61 Rect expectedBounds = bounds; in draw_withOffset() local
62 verify(canvas).clipRect(expectedBounds); in draw_withOffset()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DAppBoundsTests.java76 final Rect expectedBounds = new Rect(mParentBounds); in testBoundsClipping() local
77 expectedBounds.intersect(shiftedBounds); in testBoundsClipping()
79 expectedBounds); in testBoundsClipping()
/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
DCursorAnchorInfoTest.java118 final RectF expectedBounds = MANY_BOUNDS[i]; in testBuilder() local
119 assertEquals(expectedBounds, info.getCharacterBounds(i)); in testBuilder()
143 final RectF expectedBounds = MANY_BOUNDS[i]; in testBuilder() local
144 assertEquals(expectedBounds, info2.getCharacterBounds(i)); in testBuilder()
170 final RectF expectedBounds = MANY_BOUNDS[i]; in testBuilder() local
171 assertEquals(expectedBounds, info3.getCharacterBounds(i)); in testBuilder()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraErrorCollector.java567 public void expectRectCentered(String msg, Size expectedBounds, Rect actual, in expectRectCentered() argument
571 msg, expectedBounds, actual, errorPercent); in expectRectCentered()
573 int centerBoundX = expectedBounds.getWidth() / 2; in expectRectCentered()
574 int centerBoundY = expectedBounds.getHeight() / 2; in expectRectCentered()
/frameworks/base/libs/hwui/tests/unit/
DBakedOpDispatcherTests.cpp98 Rect expectedBounds(10, 15, 20, 25); in RENDERTHREAD_OPENGL_PIPELINE_TEST() local
99 expectedBounds.outset(expectedOffset); in RENDERTHREAD_OPENGL_PIPELINE_TEST()