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

  /frameworks/support/volley/tests/src/com/android/volley/toolbox/
ImageRequestTest.java 62 int expectedWidth, int expectedHeight) {
70 assertEquals(expectedWidth, bitmap.getWidth());
  /cts/tests/tests/text/src/android/text/cts/
BoringLayoutTest.java 201 int expectedWidth = DEFAULT_OUTER_WIDTH - METRICS_WIDTH;
202 assertEquals((float) expectedWidth / 2, boringLayout.getLineLeft(0));
203 expectedWidth = DEFAULT_OUTER_WIDTH + METRICS_WIDTH;
204 assertEquals((float) expectedWidth / 2, boringLayout.getLineRight(0));
207 expectedWidth = DEFAULT_OUTER_WIDTH - METRICS_WIDTH;
208 assertEquals((float) expectedWidth, boringLayout.getLineLeft(0));
  /packages/apps/Contacts/tests/src/com/android/contacts/util/
BitmapUtilTests.java 98 private void assertBitmapSize(int expectedWidth, int expectedHeight, Bitmap bitmap) {
99 assertEquals(expectedWidth, bitmap.getWidth());
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoStoreTest.java 129 public void runStorageTestForResource(int resourceId, int expectedWidth,
150 assertEquals(expectedWidth + "/" + expectedHeight, c.getInt(0) + "/" + c.getInt(1));
159 public void runStorageTestForResourceWithCrop(int resourceId, int expectedWidth,
171 assertEquals(expectedWidth + "/" + expectedHeight, c.getInt(0) + "/" + c.getInt(1));
  /cts/tests/tests/graphics/src/android/graphics/cts/
MovieTest.java 151 int expectedWidth = getActivity().getResources().getDrawable(MOVIE).getIntrinsicWidth();
153 assertEquals(expectedWidth, scaledWidth);
PaintTest.java 119 float expectedWidth) {
142 assertEquals("i: " + i, expectedWidth, measured[i][0]);
860 int start, int end, float expectedWidth) {
879 assertEquals(widths[3], expectedWidth);
  /cts/tests/tests/view/src/android/view/cts/
SurfaceViewTest.java 75 int expectedWidth = mMockSurfaceView.getMeasuredWidth();
79 assertEquals(expectedWidth, actualWidth);
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
main.js 440 var expectedWidth = expectedImage.width;
451 for (var x = 0; x < expectedWidth; x++) {
453 var expectedOffset = (y * expectedWidth + x) * 4;
  /device/samsung/crespo/libs3cjpeg/
JpegEncoder.cpp 609 uint32_t expectedWidth = width;
615 expectedWidth = width + 16 - (width % 16);
622 expectedWidth = width + 16 - (width % 16);
632 if (expectedWidth == width && expectedHeight == height)
651 bool ret = pad(srcBuf, width, height, dstBuf, expectedWidth, expectedHeight);
  /external/skia/src/core/
SkAAClip.cpp 379 int expectedWidth = origWidth - trimL - trimR;
380 assert_row_width(data + skip, expectedWidth);
    [all...]

Completed in 925 milliseconds