Searched refs:expectedHeight (Results 1 – 3 of 3) sorted by relevance
70 int expectedHeight, int widthSpec, int heightSpec) { in assertMeasuredSize() argument75 if (measuredWidth != expectedWidth || measuredHeight != expectedHeight) { in assertMeasuredSize()79 + " expected measured size " + expectedWidth + "x" + expectedHeight + ", but was " in assertMeasuredSize()
70 private int expectedHeight; field in PeerConnectionEndToEndTest.ObserverExpectations138 expectedHeight = height; in setExpectedResolution()155 assertTrue(expectedHeight > 0); in onFrame()157 assertEquals(expectedHeight, frame.getRotatedHeight()); in onFrame()
132 int expectedHeight) { in verifyResize() argument141 assertEquals(expectedHeight, bitmap.getHeight()); in verifyResize()