HomeSort by relevance Sort by last modified time
    Searched refs:expectedWidth (Results 1 - 8 of 8) sorted by null

  /cts/tests/tests/graphics/src/android/graphics/cts/
MovieTest.java 153 int expectedWidth = mResources.getDrawable(MOVIE).getIntrinsicWidth();
155 assertEquals(expectedWidth, scaledWidth);
PaintTest.java 212 float expectedWidth) {
235 assertEquals("i: " + i, expectedWidth, measured[i][0], 0.0f);
    [all...]
  /external/volley/src/test/java/com/android/volley/toolbox/
ImageRequestTest.java 131 int expectedWidth,
140 assertEquals(expectedWidth, bitmap.getWidth());
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
SurfaceViewRendererOnMeasureTest.java 73 int expectedWidth, int expectedHeight,
79 if (measuredWidth != expectedWidth || measuredHeight != expectedHeight) {
84 + " expected measured size " + expectedWidth + "x" + expectedHeight
  /cts/tests/tests/text/src/android/text/cts/
BoringLayoutTest.java 195 int expectedWidth = DEFAULT_OUTER_WIDTH - METRICS_WIDTH;
196 assertEquals((float) expectedWidth / 2, boringLayout.getLineLeft(0), 0.0f);
197 expectedWidth = DEFAULT_OUTER_WIDTH + METRICS_WIDTH;
198 assertEquals((float) expectedWidth / 2, boringLayout.getLineRight(0), 0.0f);
201 expectedWidth = DEFAULT_OUTER_WIDTH - METRICS_WIDTH;
202 assertEquals((float) expectedWidth, boringLayout.getLineLeft(0), 0.0f);
  /frameworks/av/services/camera/libcameraservice/tests/
DepthProcessorTest.cpp 309 size_t expectedWidth = kTestBufferWidth;
314 expectedWidth = kTestBufferHeight;
365 ASSERT_EQ(depthMapWidth, expectedWidth);
377 ASSERT_EQ(confidenceMapWidth, expectedWidth);
  /cts/tests/framework/base/windowmanager/src/android/server/wm/
SurfaceViewTest.java 93 int expectedWidth = mMockSurfaceView.getMeasuredWidth();
97 assertEquals(expectedWidth, actualWidth);
  /cts/tests/tests/telecom/src/android/telecom/cts/
VideoCallTest.java 767 * @param expectedWidth The expected width.
771 final int expectedWidth, final Work work) {
777 return expectedWidth;
786 "Peer width should be " + expectedWidth
    [all...]

Completed in 1840 milliseconds